Wikibot: Changelog
- 2004-03-01 16:48 UTC - 0.5
- Major overhaul!
- I rebuilt the whole bot around Bot::BasicBot, which deals with all the POE::Component::IRC stuff itself - so the code is much shorter and cleaner. Now broken up into modules and completely composed of object-oriented Perl.
- Can now do HTTP authentication, so much more TWiki-friendly.
There are almost certainly new bugs. Let me know when you find them.
- 2003-09-17 20:37 UTC - 0.44
- Added configuration options to ignore certain nicks and join multiple channels on startup.
- 2003-07-04 17:41 UTC - 0.43
- Now supports OddMuse.
- 2003-07-03 16:54 UTC - 0.42
- Added help message to irc_public to prevent people accidentally adding "help" to a wiki.
- 2003-06-27 12:09 UTC - 0.41
- Now CGI::Kwiki compatible.
- Fixed a crashing bug to do with the "unknown wiki type" message.
- Refactored the owner command and scraping/posting routines to tighten up the code.
- 2003-06-20 12:39 UTC - 0.40
- Multiple instances of the bot can now be run.
- The bot can now listen in multiple channels.
- Will now also respond to owner commands in private messages.
- 2003-04-04 20:43 UTC - 0.33
- Now uses Config::Tiny so you can edit the config options
in a separate file rather than the source itself.
- 2003-04-04 19:24 UTC - 0.32
- Now TWiki
compatible.
- 2003-03-31 20:02 UTC - 0.31
- Now sends a NOTICE to the channel when a comment is added
confirming which page was amended.
- 2003-03-31 14:21 UTC - 0.30
- 2002-11-14 22:20 UTC - 0.21
- Added help message for if you /msg wikibot
help .
- 2002-11-14 22:16 UTC - 0.2
- Cleaned up the very ugly code that was sending form data
and split it out into nice clean subroutines. Consquently added support for
MoinMoin.
- 2002-11-12 17:39 UTC - 0.11
- Separated out configuration variables to make config
section.
- 2002-11-11 21:43 UTC - 0.1
- It connects to IRC, and puts words on a wiki page. Only
currently works with UseModWiki.