debian/changelog
author Markus Bröker <mbroeker@largo.dyndns.tv>
Sat, 13 Nov 2010 08:14:04 +0100
changeset 58 500a5ea7fcb8
parent 57 ca4e10daa1c9
child 61 fb2cfcee38bd
permissions -rw-r--r--
IPv6 Support for mcbot We initialize the socket functions with AF_UNSPEC and let the library fill in the proper values. Connects to IPv4 or IPv6. committer: Markus Bröker <mbroeker@largo.homelinux.org>

mcbot (0.99-5) unstable; urgency=low

  * Initial Release
  * the location of mcbot.cgi is stored in the db
  * never include malloc, use stdlib instead
  * mcbot.email and mcbot.user holds the admin information
  * Locale Settings changed to C
  * freenode connect fix
  * stream handling for freebsd
  * Debian Policy: Assume everything is working and start the
    service via default
  * irc_login connects now to the proper (non-freenode.net) server
  * privmsgs will be send to the proper location...
  * A simple garbage collector prevents memory leaks...
  * compat.c added for XOPEN_SOURCE features - not finished yet
  * SOURCE_URL points to the proper git-location.
  * many small improvements, reduced codebase
  * IRC access without password added
  * Help System was able to start a botwar. Fixed
  * op, deop, kick, ban, unban, kickban implemented
  * database.c: key=alloc(dbf, key); free(key.dptr) :) fixed
  * only one memory hole is left: who can fix getpwnam in irc.c
  * admin commands secured (works well on irc.freenode.net)
  * bot responses reduced, irc code 486 added
  * more irc codes added
  * build timestamp added
  * mcbot.cgi installation defaults to /usr/lib/cgi-bin
  * Build Dependency Check improved.
  * Lintian Build Checks
  * command must be freed on error - makes valgrind happy
  * mcbot needs a proper system account - nobody collides with selinux-policy
  * a system account is between 100 and 999
  * fixed a memory leak and safe buffers
  * common.h added - common types for the project
  * useful addons to the built process
  * user and hostname handling improved
  * useless feof handling removed
  * spelling error fixed
  * ipv6 support added

 -- Markus Bröker <mbroeker@largo.homelinux.org>  Sat, 13 Nov 2010 08:13:37 +0100