Commit Graph

982 Commits

Author SHA1 Message Date
Leifa
3459486dea
Restoration of backward compatibility (#367)
Since this discussion is going nowhere, I'm restoring it.
2024-07-16 21:05:19 +02:00
Leifa
8498e30c02
Fix incorrect parameter order 2024-07-14 22:10:40 +02:00
Leifa
47c971fac1
Dropped Qt5, drop backward compatibility/feature list (#362)
* Dropped Qt5, ...

Resolve #360, resolve #361

* Dropped Qt5
  * Now targets Qt6.5
* Dropped backward compatibility/feature list

* Updated AOPacket tests

* Update RT to guarantee two parameters

* Format changes

* Missing include

* Resolved failed RT packet test
2024-07-14 15:48:13 +02:00
Leifa
27ef14fa78
Client list support (#365)
* Boilerplate structure for playerlist

* Change id, character and area to private with get/set

* WIP push

* Restructured the project entirely

* Implemented player list

* Build against project-akashi.pro

* Updated coverage location

* Copy gcov files from the proper path

* Update coverage to copy files

* Coverage update.

* Update main.yml

* Disabled coverage for the time being

* Reworked player list implementation, ...

* Reworked player list implementation
  * No longer rely on JSON
* Introduced moderation packets: ban, kick
  * A kick is a duration of 0
  * A ban is a duration between -1 (permanent) and anything above 0
* Packet ZZ has been modified and now include a client id field for client-specific reports
* Ban duration is now explicit.

* Tweak to ban duration calculation

* Resolve failing ZZ test

---------

Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2024-07-14 15:47:58 +02:00
Leifa
1edc80a0bc
Removed TCP server entry point (#364)
* Removed TCP server

Resolve AttorneyOnline/AO2-Client#987, resolve AttorneyOnline/AO2-Client#1007

* Remove ini key, remove obsolete test

---------

Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2024-07-14 10:18:45 +02:00
Leifa
040f5a3216
Playerlist and repository structure changes (#358) 2024-06-23 18:57:56 +02:00
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
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