scatterflower
78f3e1d3d1
Fix WebSocket proxy not gluing segmented TCP packets back together
2021-07-27 17:44:26 -05:00
scatterflower
5e52fe9858
Merge pull request #149 from AttorneyOnline/mods-changes
...
Make /mods only useable by moderators
2021-07-27 06:54:56 -05:00
scatterflower
16d6c8a983
Merge pull request #148 from AttorneyOnline/fixes
...
Fix evidence and config issues
2021-07-12 15:29:54 -05:00
scatterflower
5b99fc4e16
Merge pull request #151 from Pyraqq/testimony-check
...
Prevent testimony messages containing "<" and ">".
2021-07-12 15:27:57 -05:00
Salanto
13cd901cfc
Use struct to transport config
...
+ Fix debug message on success
2021-07-11 20:15:04 +02:00
Salanto
910560ec13
Some more adjustment on documentation
2021-07-10 17:00:35 +02:00
Salanto
e109c6b4df
Fix documentation and weird formatting
2021-07-10 16:58:15 +02:00
Salanto
8994ba2626
Implement new advertiser
...
I want to die.
2021-07-08 23:18:49 +02:00
Pyraqq
6071a6242e
Make QString a const.
2021-07-08 21:02:44 +02:00
Pyraqq
2a229541ef
Prevent testimony messages containing "<" and ">".
2021-07-08 17:54:27 +02:00
MangosArentLiterature
3f5e12b77f
Make /mods only useable by moderators
2021-07-02 23:45:40 -05:00
MangosArentLiterature
d728a9e676
Fix evidence and config issues
...
- Load auth and log values in uppercase.
- Move evidencemod to an enum class.
- Fix LE packet being incorrectly encoded.
2021-06-24 11:09:39 -05:00
scatterflower
a90dfd2005
Merge pull request #138 from AttorneyOnline/remote-bans
...
Allow banning clients not connected to the server
2021-06-21 22:25:27 -05:00
MangosArentLiterature
ef3103a87f
Replace all std::pair with QPair
2021-06-21 22:14:37 -05:00
MangosArentLiterature
1e20ab0ae6
Merge branch 'master' into remote-bans
2021-06-21 22:07:30 -05:00
scatterflower
2885bddc30
Merge pull request #143 from AttorneyOnline/discord-refactor
...
Discord webhook refactor
2021-06-21 22:07:20 -05:00
MangosArentLiterature
6e2a3a0fca
Fix crash relating to ConfigManager changes
2021-06-21 22:05:59 -05:00
MangosArentLiterature
5d63ce7a2a
Merge branch 'master' into discord-refactor
2021-06-21 21:52:24 -05:00
scatterflower
78a644e592
Merge pull request #137 from AttorneyOnline/ignore-bglist
...
Add the ability to ignore the BG list per area
2021-06-21 21:50:26 -05:00
scatterflower
4f4b64e662
Merge pull request #140 from AttorneyOnline/fix-logging
...
Log commands and OOC messages separately
2021-06-21 21:46:29 -05:00
scatterflower
86e8d4dd7b
Merge pull request #141 from AttorneyOnline/fix-ban-crash
...
Fix crash with /ban
2021-06-21 21:45:53 -05:00
MangosArentLiterature
0e6efb18c0
Use QSettings instead of settings struct
...
As it turns out, I am not intelligent.
2021-06-19 23:05:33 -05:00
MangosArentLiterature
c4db245bec
Rewrite ConfigManager and server configs
...
- Rewrites ConfigManager
- Adds DataTypes
- Changes "auth" and "logging" to use new AuthType and LogType types.
- ConfigManager now handles all config loading
- Remove AreaData and Server config.ini and command config loading.
2021-06-18 18:06:32 -05:00
MangosArentLiterature
4f7d5cd045
Discord webhook refactor
...
Completely refactors the Discord class, breaking it up into separate functions and slots, removing circular dependencies, and replacing most pointers with const references.
2021-06-17 19:21:37 -05:00
MangosArentLiterature
da7aa12b90
Fix crash with /ban
...
Sets /ban to require 3 arguments instead of 2
2021-06-14 11:24:18 -05:00
MangosArentLiterature
c7a1bc3ec9
fix documentation part 2
2021-06-12 12:15:20 -05:00
MangosArentLiterature
bfe5c8c733
fix documentation
...
def. didn't forget to do this
2021-06-12 12:13:26 -05:00
MangosArentLiterature
8416232ff9
Log commands and OOC messages separately
...
Now every OOC message won't be treated as if it were a command, only commands will be sent to the command logger.
Also, much needed .gitignore update
2021-06-12 12:05:47 -05:00
MangosArentLiterature
a561d3eb47
Mirror isIPBanned() changes to isHDIDBanned()
...
this also removes getBanReason and getBanDuration as they are now no longer needed
also minor clean up this websocket ip ban or whatever
2021-06-09 23:32:55 -05:00
MangosArentLiterature
555b4a0cbf
Implement remote banning
...
- Use IPID for IP bans instead of remote IP.
- Remove 2 extraneous DB queries by altering isIPBanned()
- Allow banning unconnected clients
2021-06-09 23:15:06 -05:00
MangosArentLiterature
dc497a55f6
Add the ability to ignore the BG list per area
...
- Adds the "ignore_bglist" option to areas, which toggles whether the BG list is enforced or ignored in an area.
- Adds a moderator permission "IGNORE_BGLIST" to give moderators the permission to toggle this setting.
- Adds a moderator command `/ignorebglist` to toggle this for an area.
2021-06-08 09:12:04 -05:00
scatterflower
4c32cf86cc
Merge pull request #128 from AttorneyOnline/password-requirements
...
Add password requirements
2021-06-06 14:08:33 -05:00
MangosArentLiterature
65467df4ba
Merge branch 'master' into password-requirements
2021-06-03 11:56:27 -05:00
MangosArentLiterature
6cf9f2dd23
Merge branch 'master' into ban-updating
2021-06-03 11:44:07 -05:00
Salanto
d52c069df2
Merge branch 'master' into discord_content
2021-05-15 16:53:05 +02:00
Cerapter
e6b00575d8
Merge remote-tracking branch 'refs/remotes/scatter/master'
2021-05-13 07:15:18 +02:00
Cerapter
de085461d9
Fix testimony problems, simplify statement hops, add tests for testimony
2021-05-09 18:02:50 +02:00
Cerapter
ba3d20186d
Merge remote-tracking branch 'refs/remotes/scatter/master'
...
Conflicts:
akashi.pro
core/src/aoclient.cpp
core/src/commands/authentication.cpp
core/src/packets.cpp
src/aoclient.cpp
src/commands/authentication.cpp
src/packets.cpp
2021-05-09 15:11:02 +02:00
Cerapter
f12567cd07
Document remaining AreaData functions
2021-05-09 14:25:30 +02:00
Cerapter
e435470952
Fix Doxygen looking in nonexisting directory, add more documentation
2021-05-05 23:07:43 +02:00
Cerapter
9423b25bf5
Fix remaining clazy-writing-to-temporary
issues
2021-05-04 22:38:39 +02:00
Cerapter
a42281c2c7
Fix clazy-writing-to-temporary
issues
...
TODO still:
- Evidence
- Judgelog
2021-05-02 18:32:39 +02:00
Cerapter
68b4174a40
Merge remote-tracking branch 'refs/remotes/scatter/master'
...
Conflicts:
akashi.pro
core/include/logger.h
core/src/commands/area.cpp
core/src/packets.cpp
include/logger.h
src/commands/area.cpp
src/packets.cpp
2021-05-01 23:33:00 +02:00
Cerapter
0a87f30287
Corrected every error in the build
...
TODO: Documentation, test writing still.
2021-05-01 22:51:51 +02:00
Cerapter
08fd5896ba
More work on AreaData rework
2021-05-01 17:45:59 +02:00
Cerapter
85cc9af73a
Change all accesses to getters
2021-05-01 16:05:50 +02:00
Cerapter
5a0c291825
AreaData acccess rework, from direct to through getters
...
Literal hell.
2021-05-01 15:29:58 +02:00
Cerapter
f5cc137b40
Rename lib
to core
.
...
On Linux, the resulting shared library would have been called `liblib`, which is just dumb.
2021-04-26 21:14:25 +02:00