Commit Graph

301 Commits

Author SHA1 Message Date
in1tiate
d62121c236
Network adjustment for Courtroom slides (#356) 2024-06-17 14:23:51 +02:00
AwesomeAim
5b2d96fed9
Allow those with the CM perm to play music (#354)
regardless of what the area thinks. a SUPER user not being able to play a song is a bit odd
2024-05-17 05:55:01 -05:00
in1tiate
2844615fdc
fix add statement off by one (#357) 2024-05-17 05:54:06 -05:00
in1tiate
67eb25a988
Add support for background ambience (#353)
* add support for background ambience

* add sample ambience config file

* Send ambience BEFORE music when possible
2024-05-15 11:06:46 -05:00
in1tiate
7e9227f70a
Boilerplate for client pull request (#355)
* add blips boilerplate

* fix very funny crash
2024-05-15 10:51:52 -05:00
in1tiate
3e119783ca
Fix CPU core maxing out, esp. on Linux and bump version for hotfix (#350)
* fix CPU usage spike

* remove accidentally included change from other branch
2024-04-06 08:20:33 -05:00
in1tiate
7bbf3aac17
Check doublepost per client, not per area, take 2 (#345)
* Check for doubleposts per client, not per area

* Don't count testimony commands as doubleposts

* noooo the heckin indenterinos

* change func name for clarity

* *tiktok voice* Drowning myself in the skibidi toilet!

* fix segfault on blankpost (oopsie!)
2024-04-06 08:17:07 -05:00
in1tiate
fceb2447df
Remove some dead code that was causing esoteric issues (#349) 2024-03-25 04:38:05 -05:00
in1tiate
3e5776c410
Allow areas to set whether or not /play requires CM (#347)
* Allow areas to set whether or not /play requires cm

* make error message clearer (thank you 8)
2024-03-23 08:32:58 -05:00
in1tiate
74820dadee
Allow testimony to be recorded from any "wit" position (#346) 2024-03-17 16:06:10 -05:00
in1tiate
7d2a07963e
Revert "Check for doubleposts per client, not per area (#338)" (#344)
This reverts commit 5de07f2eb6.
2024-03-08 16:51:54 -06:00
in1tiate
5de07f2eb6
Check for doubleposts per client, not per area (#338)
* Check for doubleposts per client, not per area

* Don't count testimony commands as doubleposts

* noooo the heckin indenterinos

* change func name for clarity

* *tiktok voice* Drowning myself in the skibidi toilet!
2024-03-08 11:11:06 -06:00
in1tiate
d74dadd808
Send area messages when testimony is advanced (#340)
* Send area messages when testimony is advanced

* improve clarity
2024-02-20 23:05:23 -06:00
in1tiate
bd95e8fff2 don't print every packet to std::out by default 2024-02-19 03:55:24 -06:00
Salanto
c3caba43e5 Add functional ASN ban code
You need a compatible DB to make this work.
2023-07-24 04:14:34 +02:00
AwesomeAim
5fab8d6b5e actually save the file 2023-05-05 10:46:31 -07:00
AwesomeAim
c37dcee362 websocket connections AND regular connections?! also clean up a warning 2023-05-05 10:45:16 -07:00
AwesomeAim
83bebb5e25 give a more detailed ban message 2023-05-05 10:30:28 -07:00
AwesomeAim
2720d909f6 change ban checks to return full BanInfo and reorder db_manager to allow for it 2023-05-05 10:04:24 -07:00
in1tiate
9e82229d62
Merge pull request #327 from AttorneyOnline/hacky-fix-windows
Workaround due to MSVC not running constructor in order
2023-03-26 18:54:41 -05:00
Salanto
0c25cee86a Modify checks in Akashis packet creation 2023-01-08 19:59:23 +01:00
Salanto
186686122e Workaround due to MSVC not running constructor in order 2022-12-31 00:31:51 +01:00
Salanto
1ff7540890 Merge branch 'master' into bad-packet-handler-improvement 2022-12-17 12:05:55 +01:00
stonedDiscord
0bff28cf53
Merge pull request #316 from AttorneyOnline/chatpatches
Don't allow exploit to change background
2022-12-17 11:59:54 +01:00
stonedDiscord
28df4a6676
Merge pull request #312 from AttorneyOnline/additional-packet-tests
Add additional tests for new packet handler
2022-12-17 11:59:28 +01:00
Salanto
cf9d53d7b3 Appease clang 2022-12-16 01:23:27 +01:00
Salanto
4470bf34ef Remove empty packets 2022-12-16 01:20:24 +01:00
Salanto
6c3f696aaf
Maybe fix characters becoming unselectable (#321)
* Maybe fix characters becoming unselectable

Prevents early-selection while the client is still in the handshake.

* Clang
2022-10-01 16:14:45 -05:00
Salanto
b59c522c51 Format 2022-08-20 15:41:57 +02:00
AwesomeAim
4d4d0fa681
Fix blank music stream (#319)
* Fix blank music stream

by giving it a default value that'll make it be the accepted stop

* Re-order to fix initialisation issue

wahh wahh you don't start me in the right order I'm gonna blow up now boo hoo
2022-08-11 09:22:27 -05:00
Rosemary Witchaven
1439ea8976
rework iniswap detection to be more robust (#317)
also allow for iniswapping within character folder
2022-08-11 09:21:40 -05:00
Salanto
021aefb78c Fix music load order
* Fixes empty-songlist due to incorrect loading order in the MusicManager
2022-07-24 14:59:23 +02:00
Salanto
6063c9b443
Comitting my own suggestion 2022-07-23 13:45:20 +02:00
scatterflower
2459aa5401 Don't allow exploit to change background 2022-07-10 10:25:19 -05:00
Salanto
d68431499b
Fix musiclist duplication (#314)
* Fix musiclist duplication

* Move regression test into own test
2022-07-09 08:15:17 -05:00
scatterflower
27e4bd8acc Add new tests 2022-07-07 11:08:52 -05:00
scatterflower
ca84b54597
Replace packet handler with templates (#300)
* Replace packet handler with templates

* Move all packet functions into classes

* Liberal use of Q_UNSUED

* Add correct argument count to packets

* Fix windows build issues

* Partially implement argument type validation
* Where applicable.
* Checking if we can convert from a string to a string would be useless

* Fix unit tests for AOPacket

Co-authored-by: scatterflower <marisa@scatterflower.online>
Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2022-07-07 10:33:41 -05:00
scatterflower
f4fd19f02d
Add coverage build and CI (#311)
* add coverage build and CI

* fix project files

* upload to codecov

Co-authored-by: scatterflower <marisa@scatterflower.online>
2022-07-07 09:48:42 -05:00
cow-face
03ee9337d2
Help command aliases (#306)
* changes to help info loading

* updated sample help command config file

* updated test config file
2022-07-06 13:53:12 -05:00
cow-face
9bba94fc93
Added dice notation to help command (#308)
* added dice notation to roll and rollp commands
2022-07-06 10:59:07 -05:00
Salanto
45b37e3fc8
Merge branch 'master' into unittest-ConfigManager 2022-06-30 13:18:01 -07:00
Salanto
ce629a3103 This may look stupid
* But you feel even more stupid when it could've been avoided by good config loading.
2022-06-30 22:17:31 +02:00
scatterflower
aece875362
Add more secure password hashing support (#293)
* Separate crypto operations into new class

* Implement PBKDF2 backend

* Add auto-update to stronger hashes

* clang-format pass

* documentation and cleanup

* Add unit tests for CryptoHelper

Co-authored-by: scatterflower <marisa@scatterflower.online>
2022-06-30 22:13:22 +02:00
AwesomeAim
0234588007
Remove excessive spacing with /notecardreveal (#291) 2022-06-29 15:07:53 +02:00
AwesomeAim
6dfffe76f1 Improve feedback and behaviour from /uncm
allow multiple arguments (discarding the rest and using the first)
give the moderator feedback that they successfully unCMed someone rather than only telling the target
tell those without permission they lack it rather than saying the command is invalid, as that implied /uncm didn't exist
2022-06-29 05:43:55 -05:00
Salanto
22cfee962b
Add regression test to ACL ini handler (#281)
* Add QTest for issue validation

* Add file-existence check for test

* Update acl_roles_handler.cpp

* Appease clang

* Only look for unittest files

* Where art thou?

* Change root directory when running test

* Fix pathing on Windows CI

* Windows please just accept this path

* Too many CDs

* Bash is evil.

* Wildcard moment

* I swear to god Bill Gates why does your OS suck so much?

* Add cache, use working-directory

* Maybe? Maybe not? Who the fuck cares at this point

* Fix library path

Holy shit these tests almost work on Windows.

* FUCKING HELL

* Where art thou? 2nd Edition

* Edited wrong one

* Re-add execution code

* Remove Linux stuff

* Do it in batch

Bash is evil.

* Set to CMD

* I am now expected

* Missing libs

Should be good enough 🤷

* Powershell my beloved, save me

* Adjust pathing (again)

* Add some debug info

* Powershell syntax shenanigans

* I distrust Github Actions now

* I swear my windows is licensed, please work

* More debug info

* More debug

* For the love of all that is holy why the fuck do you not work

* Cheap path hack

* Upload test folder for debug

* Set Execution Policy<

Apparently tests on the Windows CI never worked???

* Remove debug information

* Does this even work? If not, fuck

* Try older Windows runner

* Comment out non-functional Windows QTest action

* Note that Linux is still functional, so QTest for Windows has to be conducted trough QtCreator till a solution is found.

* Unbreak-test

* Use latest runner version

Co-authored-by: TrickyLeifa <date.epoch@gmail.com>
2022-06-27 17:00:45 -05:00
Salanto
cf009718c2 Fix new connected client not being a spectator 2022-06-23 18:52:21 +02:00
Salanto
777132e698 Disable chat deskmod 2022-06-18 10:01:47 -05:00
Salanto
97528e641c Expand kick_other to consider the hwid 2022-06-17 22:49:24 -05:00
Salanto
c79cdf3a4c Don't run the disconnect routine twice, Salanto
I should not be allowed to code this late
2022-06-15 17:52:27 -05:00