Commit Graph

21 Commits

Author SHA1 Message Date
MangosArentLiterature
c0b9aa2edd Merge branch 'master' into ban-updating 2021-05-11 12:15:54 -05:00
scatterflower
afa6b67085
Merge branch 'master' into password-changing 2021-05-11 08:46:08 -05:00
MangosArentLiterature
b7d95de9dc Add /changepass
* Adds a command allowing moderators to change their password.
* Users with SUPER permissions can change the password of other moderators.
* Resolves #124
2021-05-08 14:58:22 -05:00
MangosArentLiterature
7c85dd4408 Add /updateban
* Adds a command to allow a moderator to update a ban, changing its reason or duration.
* Resolves #123
2021-05-08 12:27:16 -05:00
MangosArentLiterature
72d073e6df Fix /bans and /baninfo
* Adds moderator to /bans and /baninfo
* Fixes /bans and /baninfo returning incorrect information
* Changes syntax of /ban to: `/ban <ipid> <duration> <reason>`
2021-05-07 20:43:31 -05:00
MangosArentLiterature
c54f70dfdf Merge branch 'master' into ban-table-additions 2021-05-07 19:52:14 -05:00
MangosArentLiterature
ae808bd51b Add moderator column to the DB and a DB versioning scheme
- Implements a DB versioning system utilizing user_version.
- Implements a moderator column to the bans table, for storing the moderator who issued a ban.
2021-05-07 12:10:33 -05:00
scatterflower
aba007a5fc fix /bans 2021-04-26 02:43:38 -05:00
MangosArentLiterature
2d793f4a99 Add /baninfo command
- Adds getBanInfo() to db_manager, which queries bans by banid, hdid, or ipid
2021-04-07 15:26:14 -05:00
Cerapter
28b1fb3b3a Document merged changes from master 2021-03-24 21:50:47 +01:00
Cerapter
c13a2d06f9 Merge branch 'master' into feature/docs 2021-03-24 21:02:21 +01:00
Cerapter
a8826afab8 Finish documenting AOClient 2021-03-24 20:35:16 +01:00
Cerapter
e375abaaf8
Document DBManager 2021-03-16 20:35:20 +01:00
in1tiate
9b32188cc6 add /unban and /removeuser 2021-03-14 13:44:12 -05:00
in1tiate
b562b77be9 use BanInfo for inserting bans, send ban id and duration with KB packet 2021-03-14 13:28:59 -05:00
in1tiate
b5779b1aa5 add /bans 2021-03-14 13:13:26 -05:00
scatterflower
6a38e50c4f add ban durations (only works for hdid atm) 2021-03-13 13:25:09 -06:00
scatterflower
fde0c4b78f add validation for 2.4.x packets, and a lot more 2020-10-03 14:57:30 -05:00
scatterflower
d96fde7a69 user count robustness, and added user management commands 2020-09-29 14:45:57 -05:00
scatterflower
2cc415e42b add some user management command 2020-09-29 06:11:04 -05:00
scatterflower
d4c52e9b65 implement advanced permissions system 2020-09-29 01:16:38 -05:00