29 lines
877 B
Plaintext
29 lines
877 B
Plaintext
16.02.2024
|
|
* stdout redirection/hooking implemented
|
|
* added admin commands
|
|
* added user commands
|
|
* implemented logging
|
|
|
|
14.02.2024
|
|
* C FFI has been made optional
|
|
this is to allow this server to run on android using the existing gforth app
|
|
|
|
09.02.2024
|
|
* improved denial of service protections:
|
|
- we now parse the proxy line from Tor to get the circuit id which we can
|
|
use to close Tor circuits
|
|
- we now track the connections, bytes and the lines per tor circuit
|
|
|
|
08.02.2024
|
|
* implemented torcontrol
|
|
* simplified and improved the motd parser
|
|
|
|
06.02.2024
|
|
* added this changelog
|
|
* simplified and improved performance of the event queue events.4th
|
|
* refactoring variable -> variable!
|
|
* added server commands:
|
|
- server-commands, server-users, server-accept, server-accepting?,
|
|
server-disconnect, server-ban-circuit (placeholder), server-broadcast,
|
|
server-message
|