Commit Graph

1012 Commits

Author SHA1 Message Date
Salanto
c1451b6b15 Fix pair lookup
* Fixes incorrect lookup where the server would try to pair a user with another user outside the current users area.
2022-05-26 17:13:50 +02:00
Rosemary Witchaven
87c898fa26
Merge pull request #268 from AttorneyOnline/the-infinite-cm
If user ID is already area owner, don't add it again
2022-05-26 09:39:40 -05:00
Salanto
b98f7b88bb Fix double CM bug
* Add check to see if owner tries to add an ID that is already owner of the area, to the owners of the area.
2022-05-26 14:29:34 +02:00
Salanto
604815750a
Add OpenSSL to Windows CI (#263)
* Add OpenSSL deployment to Windows Action
2022-05-19 17:40:53 -05:00
Salanto
488c9d8754
Fix Discord Webhook not working unless webhook_color has a value in the config (#262)
* Set default properly

If this slight hack is not done, Akashi may load an empty color code, causing Discord to reject the Webhook due to an empty value.
2022-05-17 13:28:07 -05:00
Rosemary Witchaven
f363a7d876
Merge pull request #261 from AttorneyOnline/better-modcall-msg
Improve the modcall message to be more visible and include more information
2022-05-14 21:25:33 -05:00
in1tiate
69e6c1f32a improve modcall message 2022-05-14 21:23:55 -05:00
Rosemary Witchaven
eab5c992f3
Merge pull request #259 from AwesomeAim/changepass_order
Ensure /changepass always has arg 0 as the password
2022-05-06 02:26:58 -05:00
AwesomeAim
79c6e5e395
Ensure /changepass always has arg 1 as the password
Otherwise, the syntax is /changepass <Password> or /changepass <Moderator> <Password>, rather than /changepass <Password> 'Moderator', like how it's specified to be
2022-05-05 22:58:56 -07:00
Salanto
045a354137
Merge pull request #258 from AwesomeAim/master
Don't Display IPIDs to Users via Global Chat
2022-05-05 20:29:11 +02:00
AwesomeAim
8859f35fcd
Don't Display IPIDs to Users via Global Chat
Slightly better variable names too while we're at it
2022-05-05 11:16:51 -07:00
Salanto
56b5348dd8
Merge pull request #253 from AttorneyOnline/no-fucky-wucky-header
Check if proxy connection is coming from an local tunnel otherwise ignore forward header
2022-03-26 19:07:07 +01:00
Salanto
02be5d8e96 Check if proxy connection is coming from an local tunnel
See comment in code for more info
2022-03-26 18:02:45 +01:00
Salanto
cf0e2eb361 Remove leftover qDebug() on websocket
You really don't need to see the ip in your server console, do you now?
2022-03-26 17:28:07 +01:00
Salanto
253821d168 Version bump to 1.6 2022-03-26 17:17:37 +01:00
Rosemary Witchaven
1d607b8180
Merge pull request #252 from MangosArentLiterature/fix-ic
Properly validate MS#% args length
2022-03-26 11:05:44 -05:00
MangosArentliterature
ec4022ed9a Properly validate MS#% args length 2022-03-26 10:52:29 -05:00
Rosemary Witchaven
0e807c8e75
Merge pull request #251 from AwesomeAim/help_please
Fix help displaying nothing if it can't find the command + loadCommandHelp variable name fixes
2022-03-22 12:17:09 -05:00
AwesomeAim
a4f93033ac Correct loadCommandHelp variable names, return if too many arguments on help, and add behaviour if no help exists 2022-03-20 21:20:47 -07:00
Rosemary Witchaven
76b6c2cfa4
Merge pull request #250 from Salanto/cf-websocket
Detect Proxyserver when a websocket connects
2022-03-20 19:31:38 -05:00
Salanto
b38a6e7ee9 Add ability to read forwarded-for header
This helps when the websockets are behind a proxyserver, like Cloudflare
2022-03-21 01:30:03 +01:00
Rosemary Witchaven
0f6b6c3c4b
Merge pull request #248 from AwesomeAim/typo
Fix typo
2022-03-18 16:34:12 -05:00
AwesomeAim
1cc9f8ed48
Fix typo
Rools card
2022-03-17 20:31:51 -07:00
Salanto
c85471d2cd
Fix #234 / Exclude stop track from alias lookup. (#245)
* Exclude ~stop.mp3 from alias lookup

* Fix auto-looping for on-join songs.
2022-03-14 18:24:47 -05:00
Rosemary Witchaven
09662620c8
Merge pull request #244 from Salanto/feature/music-on-area-join
Actually play music on areaJoin
2022-03-14 12:57:18 -05:00
Salanto
601fa10f4f Move arup below updating playercount. 2022-03-14 18:45:22 +01:00
Salanto
06aebc1f81 Actually play song on join 2022-03-14 18:44:40 +01:00
Rosemary Witchaven
1061cb287b
Merge pull request #243 from AwesomeAim/getarea
Re-add /getarea
2022-03-13 03:36:13 -05:00
AwesomeAim
aa0e14b789
Re-add /getarea
I should probably read what's going on in the files rather than a quick glance.
2022-03-12 22:09:31 -08:00
Salanto
8d3a815ca8
Fix user deletion (#240)
* Minr change to DB code, not fixed or tested yet

* Fix user deletion for good.

* Typo

* Add scoping

Code shamelessly stolen from Cerapter. Thanks for telling me how to scope.

Co-Authored-By: Cerapter <43446478+Cerapter@users.noreply.github.com>

Co-authored-by: Cerapter <43446478+Cerapter@users.noreply.github.com>
2022-03-12 23:29:04 -06:00
Rosemary Witchaven
9f6acefdef
Merge pull request #241 from Salanto/QoL/alias-getarea
Alias getarea, getareas and roll
2022-03-12 23:28:24 -06:00
Rosemary Witchaven
ba09b4d2c1
Merge pull request #242 from Salanto/feature/music-on-area-join
Send song when client joins the area.
2022-03-12 23:27:41 -06:00
Salanto
dff37687c0 Fix /play not setting the currentmusic correctly 2022-03-13 03:28:58 +01:00
Salanto
675a6faee1 Alias roll too 2022-03-12 17:44:00 +01:00
Salanto
52a48f263e Send currentply playing song to client joining the area 2022-03-12 17:26:12 +01:00
Salanto
c7ce9e8aa1 Alias getarea and getareas
GAS GAS GAS, I'M GONNA STEP ON THE GAS!
2022-03-12 15:00:43 +01:00
stonedDiscord
1e51131649
Merge pull request #236 from Salanto/fix/235
Make /getareas work like its Tsu counterpart
2022-03-11 19:47:22 +01:00
Salanto
0a0e36f4fe
Symmetry is everything
Co-authored-by: Rosemary Witchaven <32779090+in1tiate@users.noreply.github.com>
2022-03-10 19:41:58 +01:00
Rosemary Witchaven
e56a35aab6
Merge pull request #238 from Salanto/fix/237-deleteuser
Add missing inversion of query lookup result
2022-03-10 12:36:12 -06:00
Salanto
a2f0fa89d9 Add missing inversion of query lookup result
Your user exists? Great! It actually does not.

Note to self : Unit test SQL
2022-03-10 10:12:42 +01:00
Salanto
464eab3515 Make /getareas work like its Tsu counterpart
This is honestly the better variant. ngl.
Fixes #235
2022-03-09 09:14:07 +01:00
Salanto
cde07b5c50
Add server description to the PN packet (#230)
* Add SDESC packet

This packet allows servers to overwrite the server description, allowing them to display them even in the favourites menu.

* Un-Add SDESC and hijack PN to supply description
2022-02-15 17:52:48 -06:00
Rosemary Witchaven
ef85d6d5ad
Merge pull request #229 from Salanto/option/tsu-playerids
Switch queue with stack
2022-02-07 17:12:25 -06:00
Salanto
3193e8e7f4 Switch queue with stack
Adds a bias towards lower user ids.
This change is purely aesthetic to bring Akashi closer to a tsu-like userid assignment.
2022-02-07 22:29:50 +01:00
in1tiate
83c41c05f7 Squashed commit of the following:
commit e946bf124602f224ce0e371ba1374f0355b537eb
Merge: d6a4e64 4505909
Author: Rosemary Witchaven <32779090+in1tiate@users.noreply.github.com>
Date:   Fri Jan 28 19:43:36 2022 -0600

    Merge pull request #225 from Salanto/Dynamic-Area-Musiclist-Take2

    Allow users to add custom songs to the music list on a per-area basis

commit 45059092d2888b60912f721e43a380910d10ccd8
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Mon Jan 24 22:05:27 2022 +0100

    TIL what a typedef is

commit 02584db9640fff0a1969a7f516c4bccfae9b5388
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Mon Jan 24 21:39:17 2022 +0100

    Not all OR are equal. Explain weird command splitting

    Remove hardcoded URLs

commit d00ebd5692296cd0c29dd377113b53fe0e7b99c0
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Mon Jan 24 21:28:08 2022 +0100

    Salanto PR Language Update by in1tiate

    As usual, my English is absolutely unreadable.

    Co-authored-by: Rosemary Witchaven <32779090+in1tiate@users.noreply.github.com>

commit d3842106e06350dc02d8864bb28232fdc5643f00
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Mon Jan 24 20:35:32 2022 +0100

    Add missing config file + document commands for help

commit ac64360e1c1741023b01052977de77a7d5ea4f8c
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Mon Jan 24 19:52:13 2022 +0100

    Minor improvements to command usage and addition of clear command

commit c614578e78ce9afa0c8e22aa36bdf46a70a97169
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Sun Jan 23 22:19:54 2022 +0100

    Purge last traces of old songInformation system

commit 07618761f044a13d75587b28a9c994342a5980e2
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Sun Jan 23 22:10:54 2022 +0100

    Working version, needs some refinement and debugging in AOClient

commit 33c0358c98c0fd2de805356a9aa3ac7bbed204e1
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Sun Jan 23 21:48:05 2022 +0100

    Almost functional implementation

    Now only need to determine why I can't play the customs yet

commit b0acbace78b3f16f2fe4f3c6f65a422e3343f992
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Sun Jan 23 15:26:42 2022 +0100

    Fix build error, expand validation test slightly

commit a48c4f503998ce8e42f0bb409c5a3c7dc5e40329
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Sun Jan 23 01:03:27 2022 +0100

    Add commands

commit 88ab0b473953873166e291e5009b97df31547b3f
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Sat Jan 22 15:10:26 2022 +0100

    Float sucks, int has to be good enough

    + add retrival of song information

commit e924e1340be1a0909eba84072f1646fe9770bd02
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Thu Jan 20 22:28:35 2022 +0100

    Fix removing moving

    Add necessary tests

commit 3df088f8d07ce7e0d8fe08b6a97608a623e6ef97
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Wed Jan 19 19:34:16 2022 +0100

    Start work on adding this shit into commands

commit c293ecfa99d1b2bd1e0b34cb8752d69b2eca057c
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Tue Jan 18 19:07:11 2022 +0100

    Fix typo and add singal for incremental upgrades

commit 10a42322e1e23af5795278a40b2ac59f3ab952ef
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Tue Jan 18 06:17:51 2022 +0100

    Hookup packet sending to music manager

    This might sound like a bad idea on first glance, but otherwise it breaks the AreaData tests and I am NOT gonna try to fix those without even understanding why they break.

commit 319836296374162b0b847432e8a626778317b869
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Tue Jan 18 06:17:51 2022 +0100

    Enraged comments, make area send FM packet

    Revert "Enraged comments, make area send FM packet"

    This reverts commit ec7a1a25646b2c2acc8a3a748b853851cc47d205.

commit 224a0d7efe989a5f336167c3f716061813f93ee3
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Tue Jan 18 05:10:18 2022 +0100

    Change packet communication from area to client

    First steps to hookup the custom musiclist.

commit 65aa8f7855a36f2c668b1399a5ed22fefeaf186d
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Mon Jan 17 00:48:38 2022 +0100

    Add test for custom list sanitisation.

    + Fix intentionally broken tests

commit 7c00ab437a6ff12033742d029ce49037f5bb1ebe
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Mon Jan 17 00:29:51 2022 +0100

    Sanitise the custom list opposed to deleting it

    This will fail tests intentionally to test the CI.

commit 80ad401267068e75707b2517a0bf836763141f8b
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Sun Jan 16 17:17:12 2022 +0100

    Add custom category capabilities

commit 08d8f5f8f683816ceba532f9c47cd0d5ab34389a
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Sun Jan 16 03:58:18 2022 +0100

    Fix music addition and move relevant tests

commit 6ebf0d03b5da61a9c287115009d28038710ba7af
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Sat Jan 15 08:08:20 2022 +0100

    Hookup music_manager into server, change default musiclist source for new clients

    + More tests 🆒

commit bd50c62376f131e2508ecdd3e272209894ecaec1
Author: Salanto <62221668+Salanto@users.noreply.github.com>
Date:   Sat Jan 15 03:13:42 2022 +0100

    Add central song validator for other classes

    Also added applicable test cases to ensure proper operation.
2022-01-28 19:51:30 -06:00
Rosemary Witchaven
d6a4e64070
Merge pull request #224 from Salanto/addClientIDtoArea
Change broadcast to area to use userIDs instead of iterating over all joined clients.
2022-01-24 13:49:54 -06:00
Rosemary Witchaven
084e98240c
Merge pull request #223 from Salanto/Advanced-Musiclist
Add ability for the musiclist entires to be an alias of another song.
2022-01-24 13:48:33 -06:00
Rosemary Witchaven
505ff57e1f
Merge pull request #227 from Salanto/fix/character-unselect
Change regex interpretation
2022-01-24 13:46:14 -06:00
Salanto
5d9a5b1305 Change String interpretation of the regex
Maybe fixes #226
2022-01-23 22:57:45 +01:00
Salanto
7e8ea8b35c Keep record of joined userIds in area.
Adds the server-assigned clientid to the area, allowing the server to exclusively broadcast to this area without checking each clients area, instead pulling a list of them from the area itself and sending exclusively to them.

Tests have been adjusted to account that area leaving and joining can now be identified by userid.
2022-01-14 04:45:38 +01:00