changes.txt 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. changelog.txt
  2. 23.08.2004
  3. * fixed bug which prevented people with an \ at their names end to send messages (tcl brace errors)
  4. 18.08.2004
  5. + added spamprotection. You now can set a "delay"-key to the frequency-tag in your config-file to
  6. define a delay between usages of the prefix. If not defined, the default is "120", which
  7. means 120 seconds. 120 is a fair value. Anyways, it can be quite too short depending on
  8. the situation.
  9. 15.08.2004
  10. + added command .prefix_history to show the last 10 messages of a frequency of a network
  11. 30.07.2004
  12. * fixed evaluation of \t \n and stuff in botnetted received messages. (\t won't evaluate anymore)
  13. * fix of some config-issues with intervalled re-loading and .rehash and stuff .. so:
  14. + added new command .mnet_reload to reload the net-configs...
  15. 28.07.2004
  16. * fix: using ${botnet-nick} instead of {botnick} to build up variables. :( lol
  17. + allowing to load local textfiles as configs (good if you "wget" the config from a website - so
  18. you still have a centralized config)
  19. + making internal structures better to let it automatically reload config every x minutes (configurable)
  20. 26.07.2004
  21. + added disabling and enabling of frequency output. just type a command like:
  22. .frequencyname_disable or .frequencyname_enable
  23. 25.07.2004
  24. + Multi-Networking and Multi-Frequencing code added ... needs XML config .. can be downloaded
  25. from a HTTP-server.. so it is a "central" point for other bots. You don't need to DL it from
  26. a HTTP-server, but it's recommended
  27. 24.07.2004
  28. + XML parsing thingy