Salanto
f9dcaa2aa5
Implement a basic and functional jukebox implementation
2021-09-12 22:32:10 +02:00
Salanto
f523fc6ec0
AOClient madness
2021-09-11 19:46:40 +02:00
Salanto
318d12eb7d
Rename AOClient member variables
...
Cleanup a lot of of the variables naming inside area.cpp
2021-09-11 17:33:46 +02:00
Salanto
70a63dd8b3
emit most log slots from AOClient
...
- Still need to figure out how login handles it
2021-08-25 05:34:16 +02:00
Salanto
bc5ec9fa9d
Add hwid to logconnectionattempt
2021-08-25 03:29:16 +02:00
Salanto
eda0a2f690
Implement client signals, add deconstructor + initial construction test
2021-08-25 01:49:44 +02:00
in1tiate
637a6170e9
wait for connection before reading first data
2021-08-18 20:47:10 -05:00
in1tiate
c6b0c5f6de
move notice functionality to helper function
2021-08-10 00:28:36 -05:00
in1tiate
7b1845aa8d
add global version of/notice
2021-08-04 06:12:25 -05:00
in1tiate
e60f18554b
add notice box command for moderators to get attention quickly
2021-08-04 05:30:22 -05:00
scatterflowr
de89d156ec
Revert "Make /mods only useable by moderators"
...
This reverts commit 3f5e12b77f
.
2021-07-29 00:48:08 -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
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
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
MangosArentLiterature
da7aa12b90
Fix crash with /ban
...
Sets /ban to require 3 arguments instead of 2
2021-06-14 11:24:18 -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
Cerapter
e6b00575d8
Merge remote-tracking branch 'refs/remotes/scatter/master'
2021-05-13 07:15:18 +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
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
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