ChangeLog
b4r redigerade denna sida 7 år sedan

h1. Changelog

+ added something x fixed something i just information

2005-11-02

  • i version bumped to 1.010conffile
  • x configurations were set in mnet.tcl .. this has been changed so ppl can set a file (default: scripts/mnet_conf.tcl) to define their networks. Allows easier updating on all the different bot hosts without taking care much about their configuration setup since the conffile won't be overwritten.

2005-10-13

  • + now you can ban users from sending by hostmask and reason. For that, a new configuration element has been added. See DTD and exampleconfig.
  • i history-output has been reversed. Latest message sent is being displayed first.
  • i version bumped to 1.009userbans

2005-03-22

  • x as a consequence of quakenet now having +c filtering out bold too, the default message-layout uses no bold anymore - as well as underlined messages get filtered to not wield any underline code anymore
  • + messages with more than five characters in a row will be cut to five characters

2005-01-26

  • x fixed channel comparison to lowercase

2004-10-24

  • + more commands added: .prefix_toggle .prefix_enable_colors .prefix_disable_colors .prefix_toggle_colors .prefix_status
  • + created a new attribute for the element in the config: optional ... if set to 1, you can use the above color-commands, if nothing is set, the color is forced according to the attribute "id"
  • x fixed possible statistic-conflicts on counting on multiple frequencies and/or channels. (see some stats on .prefix_status :)
  • 2004-10-21

    • i The script was released under the GPL license. We want to support communities, so open source ftw! This makes sure, other people can revive the service if it is being shut down by the current people.

    2004-07-30

    • + added new command .mnet_reload to reload the net-configs...
    • x fixed evaluation of \t \n and stuff in botnetted received messages. (\t won't evaluate anymore)
    • x fix of some config-issues with intervalled re-loading and .rehash and stuff .. so:

    2004-07-28

    • + allowing to load local textfiles as configs (good if you "wget" the config from a website - so you still have a centralized config)
    • + making internal structures better to let it automatically reload config every x minutes (configurable)
    • x fix: using ${botnet-nick} instead of {botnick} to build up variables. :( lol

    2004-07-26

    • + added disabling and enabling of frequency output. just type a command like: .frequencyname_disable or .frequencyname_enable

    2004-07-25

    • + Multi-Networking and Multi-Frequencing code added ... needs XML config .. can be downloaded from a HTTP-server.. so it is a "central" point for other bots. You don't need to DL it from a HTTP-server, but it's recommended

    2004-07-24

    • + XML configuration parsing