QuadaverNet : MnetChanges

StartSeite :: TextSearch :: PageIndex :: RecentChanges :: Login/Account :: You are 38.103.63.57
back to DevMnetGPL


changelog.txt

+ added something
* fixed something
= informational

2005-11-02
= version bumped to 1.010conffile
* 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.
= history-output has been reversed. Latest message sent is being displayed first.
= version bumped to 1.009userbans

2005-03-22
* 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
* 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 <color> 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"
* fixed possible statistic-conflicts on counting on multiple frequencies and/or channels. (see some stats on .prefix_status :)


2004-10-21
= the script was released as GPL

2004-07-30
+ added new command .mnet_reload to reload the net-configs...
* fixed evaluation of \t \n and stuff in botnetted received messages. (\t won't evaluate anymore)
* 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)
* 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