|
1 | 1 | ## TODO v2 |
2 | | -> v2.5.1 |
3 | | -- [x] validate that min session time is valid |
4 | | -- [x] fix revoke button always visible |
5 | | -- [x] add player/action search feature |
6 | | -- [x] add search button for player modal |
7 | | -- [x] adapt all modal actions to offline players |
8 | | -- [x] change Server Log page to use the new modal |
9 | | -- [x] upgrade to Discord.js v12 |
10 | | -- [x] upgrade to squirrelly 8 (omg why sooo hard???) |
11 | | -- [x] convert cl_logger.js to lua |
12 | | -- [x] set autostart as default, but only call spawnfunc if the cfg/data paths are set |
13 | | -- [x] improve input readability in low-contrast monitors (css tweak) |
14 | | -- [x] action revoking based on permission |
15 | | -- [x] give `manage.admins` permission to edit their social IDs |
16 | | -- [x] convert discordBot to use a commands folder |
17 | | -- [x] discord bot: add /addwl command |
18 | | -- [x] discord bot: change settings to accept prefix |
19 | | -- [x] remove html tags from kick messages (hopefully temporarily) |
20 | | -- [x] update dependencies |
21 | | -- [x] add stats endpoint |
22 | | -- [x] replace timestamp function in update checking |
23 | | -- [x] build test + version bump |
24 | 2 | > v2.6.0 |
25 | 3 | - [x] discord bot: fixed bug of it accepting any prefix |
26 | 4 | - [x] discord bot: likely fixed multi-client issue |
27 | 5 | - [x] discord bot: re-add spam limiter |
28 | 6 | - [x] discord bot: add usage stats |
29 | 7 | - [x] add admins count to the stats.json |
30 | 8 | - [x] check for "stop monitor" in cfg file |
| 9 | +> v2.6.1 |
31 | 10 | - [ ] check why scheduled restarts are not kicking players |
32 | 11 | - [ ] use the new fd3 stream (added on 2427, ask ferrum before dropping support for older fxserver) |
33 | 12 | - [ ] replace `clone` with `lodash/clonedeep` and check the places where I'm doing `Object.assign()` for shallow clones |
|
0 commit comments