-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtodo.txt
More file actions
41 lines (22 loc) · 883 Bytes
/
todo.txt
File metadata and controls
41 lines (22 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
------------------------------------------------------------------------
TODO:
* Add support for kicking/banning via web interface.
* Server History (UI for 'rcon_log' table)
+ searching based on date/time
* UI for 'maps' table
+ Changing the map via web interface.
* Changing of _____________ via web interface.
+ server config
+ rcon password
+ database config
* Player statistics (ping, score, etc)
* Modularize the design of rcon.pl
* Work on log rotation over ftp
WIP:
* Support sqlite for database. (rcon.pl can use sqlite, but interface.php can't)
* Add a 'setup' page that can create the database tables.
DONE:
* Redesign database to not use packing of ips
+ (removes finite limit on ips per name & names per ip)
Far distant future:
* Reimpliment rcon.pl using a non-scripting language (C++)