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
b522d3158f
remove broken status indicators
2024-04-06 09:28:00 -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
3c864e109f
Update gimp.txt
2024-03-11 19:34:28 -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
Salanto
738ecf6f09
Update musiclist to current vanilla, change version. ( #342 )
...
* Update music.json
* Update version
2024-03-03 15:28:20 -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
stonedDiscord
686b871b90
Merge pull request #339 from AttorneyOnline/net-debug-default
...
Change project default defines
2024-02-19 22:39:56 +01:00
in1tiate
bd95e8fff2
don't print every packet to std::out by default
2024-02-19 03:55:24 -06:00
stonedDiscord
18719c9ae8
Merge pull request #332 from AttorneyOnline/asn-support
...
The test no longer fails on linux
2023-11-16 18:38:08 +01:00
Salanto
55cfd65954
Pray tell why the fuck is the comment in the test
2023-07-24 14:10:25 +02:00
Salanto
9f4ba1c7bd
I should probably fix this proper in the CI in another PR
2023-07-24 14:03:26 +02: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
Salanto
45ddc7562c
Add converter script
2023-07-20 00:12:49 +02:00
stonedDiscord
69f8cb0194
Merge pull request #331 from AttorneyOnline/fix-compile-time
...
Change ordered config to depends
2023-05-22 17:06:01 +02:00
stonedDiscord
03063be3ba
Merge pull request #329 from AwesomeAim/ban-message
...
Improve Post-Ban Ban Message
2023-05-22 17:05:00 +02:00
Salanto
598e24c7cd
Change ordered config to depends
...
This should improve compile times on multi-core CPUs since tests and core can compile at the same time.
2023-05-16 15:58:59 +02:00
stonedDiscord
eb53a0bc5d
Merge branch 'master' into ban-message
2023-05-15 16:52:15 +02:00
stonedDiscord
5122573025
replace dead openssl link
2023-05-15 16:50:52 +02:00
stonedDiscord
a846ffdfb6
also speed up coverage
2023-05-15 16:43:53 +02:00
stonedDiscord
2a524eabff
speed up apt
2023-05-15 16:42:57 +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
in1tiate
479ad5df28
Merge pull request #328 from AttorneyOnline/update-packet-handler
...
Modify checks in Akashis packet creation
2023-01-08 13:45:12 -06:00
Salanto
86d12d174b
*Perform blood sacrifice for clang*
2023-01-08 20:03:15 +01:00
Salanto
4d12bb90c0
Add test
2023-01-08 20:01:35 +01: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
stonedDiscord
9e75b149c5
Merge pull request #325 from AttorneyOnline/bad-packet-handler-improvement
...
Handle edge-case in which a packet may be split incorrectly due to extra symbols
2022-12-17 12:33:16 +01:00
Salanto
1ff7540890
Merge branch 'master' into bad-packet-handler-improvement
2022-12-17 12:05:55 +01:00
stonedDiscord
4c1865407a
Merge pull request #324 from AttorneyOnline/ci-fix
...
Remove removed metapackage Qt5-default from CI run
2022-12-17 12:01:35 +01:00
stonedDiscord
de466a239b
Merge pull request #323 from AwesomeAim/setperms
...
/setperms and /removeperms get documented again
2022-12-17 12:01:07 +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
8af2a9148d
OpenSSL Version boogaloo
2022-12-15 20:23:29 +01:00
Salanto
dcdf28c0f6
Update coverage CI run
2022-12-15 20:14:51 +01:00
Salanto
c1115fcee3
That package does not exist anymore
2022-12-15 20:08:11 +01:00
AwesomeAim
08f5e0e6f2
correct names for the commands
...
I feel like this should be an automatic thing, no?
2022-12-14 15:48:16 -08:00