Share

A2K

File Release Notes and Changelog

Release Name: 2.0beta5

Notes:
This release changes A2K's configuration from a single host and port to a
list of host/port tuples. Run the convertconf.py script to update old
configurations to the new format.


Changes: 2000-12-08 Mark Cornick <mcornick@users.sourceforge.net> * README-2.0, a2kbot.py, a2kconf.py, a2kmanual.tex, convertconf.py: Replaced host and port options in a2kconf with a list ("server") of host/port tuples, as many as you like. Added "jump" command which goes to the next server in the list. Removed "server" command which is now somewhat pointless. This requires a config file change; updated convertconf.py to write the new format. Updated documentation.