Moontalk server and client (provided by many parties)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
877B

  1. 16.02.2024
  2. * stdout redirection/hooking implemented
  3. * added admin commands
  4. * added user commands
  5. * implemented logging
  6. 14.02.2024
  7. * C FFI has been made optional
  8. this is to allow this server to run on android using the existing gforth app
  9. 09.02.2024
  10. * improved denial of service protections:
  11. - we now parse the proxy line from Tor to get the circuit id which we can
  12. use to close Tor circuits
  13. - we now track the connections, bytes and the lines per tor circuit
  14. 08.02.2024
  15. * implemented torcontrol
  16. * simplified and improved the motd parser
  17. 06.02.2024
  18. * added this changelog
  19. * simplified and improved performance of the event queue events.4th
  20. * refactoring variable -> variable!
  21. * added server commands:
  22. - server-commands, server-users, server-accept, server-accepting?,
  23. server-disconnect, server-ban-circuit (placeholder), server-broadcast,
  24. server-message