Commit Graph

996 Commits

Author SHA1 Message Date
in1tiate
3b7d6cafde
Make background locking a CM permission (#379) 2024-09-13 15:21:47 +02:00
stonedDiscord
4f0415cb37
fuck moc files (#377) 2024-09-09 19:03:01 +02:00
stonedDiscord
cf5cadb45c
Webfiles (#376)
* add webfiles command

* only show chars who are swapping

Co-Authored-By: Salanto <62221668+Salanto@users.noreply.github.com>

* whitespace wow

---------

Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2024-09-09 19:02:06 +02:00
stonedDiscord
eade738e68
Merge pull request #375 from AttorneyOnline/fix_cmdneed
[Bugfix] Fix /need being thrown into the void due to missing arg
2024-08-29 22:02:21 +02:00
Salanto
71193660ae Add missing arg to cmdneed 2024-08-29 20:47:00 +02:00
Salanto
24baeafc9f
Fix configs being applied to the wrong area (#374) 2024-08-25 14:21:05 -05:00
stonedDiscord
8f8587ba06
Merge pull request #373 from AttorneyOnline/remove-uptime-webhook
[Deprecation] Remove uptime webhook
2024-08-05 21:13:56 +02:00
Salanto
5fc33872dc Remove uptime webhook
It was a silly idea for Brando, not really useful anymore at this point.
2024-08-04 18:03:12 +02:00
Salanto
13a49bafb5
Add server tag support (#372) 2024-08-02 21:08:37 +02:00
stonedDiscord
db50c81ceb
add regex filter (#370)
* add regex list

* replace CT as well

* replace instead of remove

* add a default filter
2024-08-02 20:59:47 +02:00
Salanto
aab41987d9 Bump version to 1.9 2024-07-20 16:29:45 +02:00
Leifa
c24c3ea387
Added background side locking (#366)
* Added background side locking

* Fix clang format

---------

Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2024-07-20 16:25:46 +02:00
Salanto
d8ec4ccdf5
[Cleanup] Overhaul Server Advertiser/Publisher (#369)
* Overhaul advertiser to suck less

* Remove stray QDebug
2024-07-20 09:07:55 -05:00
HolyMan
d2b378b005
QRegExp to QRegularExpression and updated README (#368)
* QRegExp to QRegularExpression and updated README

One instance of QRegExp made the compiler crash when trying to build Akashi. Also, the README.md build instructions were outdated, new ones were provided to me by Salanto.

* Appease clang

---------

Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2024-07-17 18:32:56 -05:00
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