]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib/rbot/ircbot.rb
fix: write override behavior
[user/henk/code/ruby/rbot.git] / lib / rbot / ircbot.rb
2008-04-15 Giuseppe Bilottadebug logging: don't raise on SecurityError
2008-04-14 Giuseppe Bilottaircbot.rb: fix some IRC log refactoring issues
2008-04-14 Giuseppe BilottaIRC logging refactoring
2008-04-12 Giuseppe Bilotta+ UnknownMessage class
2008-04-12 Giuseppe Bilotta+ NamesMessage class
2008-04-12 Giuseppe Bilottarfc2812: parse User mode changes, even though they...
2008-04-12 Giuseppe Bilotta+ ModeChangeMessage class
2008-04-12 Giuseppe Bilotta+ MotdMessage class
2008-04-12 Giuseppe Bilotta+ delegate notice() for NoticeMessage
2008-04-12 Giuseppe Bilotta+ WelcomeMessage class
2008-04-07 Giuseppe Bilottamessage: new 'ignored' property
2008-04-07 Giuseppe Bilottaplugins: irc_delegate to do listen+actual delegate
2008-04-06 Giuseppe Bilottaplugins: message() delegate
2008-03-27 Giuseppe Bilotta* handle invites properly -- forgot more than half...
2008-03-26 Giuseppe BilottaMerge atj's auth changes
2008-03-25 Giuseppe Bilottaircbot: remove obsolete commented includes
2008-03-11 Giuseppe Bilottaircbot: don't die on SocketError during disconnect
2008-02-14 Giuseppe Bilotta* replace references to old website to references to...
2007-11-06 Giuseppe BilottaImproved inspect methods all around
2007-09-24 Giuseppe Bilottamessage.rb: logmessage method to retrieve the message...
2007-09-19 Giuseppe Bilottacore: only WHO on join if it's the bot itself joining...
2007-09-13 Giuseppe Bilottamore rdoc-ification
2007-09-13 Giuseppe Bilottanamespaces: simplify Irc::Bot::Auth manager singleton...
2007-09-12 Giuseppe Bilottanamespaces: provide backwards compatibility methods...
2007-09-12 Giuseppe Bilottanamespaces: move rbot-specific classes and modules...
2007-09-12 Giuseppe BilottaIrc::IrcSocket -> Irc::Socket
2007-09-02 Giuseppe Bilottaircbot.rb: correct Exception#pretty_print() definition
2007-09-02 Giuseppe Bilottaircbot.rb: add '/rbot' to the SOURCE_URL
2007-09-02 Giuseppe BilottaRefactor version string construction
2007-09-02 Giuseppe Bilotta+ ctcp_listen plugin delegate
2007-09-02 Giuseppe Bilotta+ cleaner support for CTCP commands
2007-08-31 Dmitry Kim* (timer) stop the bot timer for shutdown / rescan
2007-08-30 Dmitry Kim* (timers) failures made more verbose; reverted timer...
2007-08-30 Dmitry Kim* (ircbot) block autosave timer during rescan/restart
2007-08-30 Dmitry Kim*** (timer) new timer implementation
2007-08-29 Giuseppe BilottaFlatten out Language module and class
2007-08-28 Giuseppe Bilottaircbot: improve quit/restart message propagation
2007-08-27 Giuseppe BilottaGetText: add Config.datadir-based locale search path.
2007-08-26 Giuseppe Bilottagettextize some more strings
2007-08-21 Dmitry Kim* (ircbot) remove $cl_loglevel undefined warning
2007-08-12 Dmitry Kim* (ircbot) fatal typo in :badnick handler
2007-07-31 Giuseppe BilottaNew IRC Framework: WHO the channels we join, so that...
2007-07-09 Yaohan Chenintegrated ruby-gettext
2007-04-21 Dmitry Kim+ pidfile support + command line option for pid file...
2007-04-12 Giuseppe BilottaTry calling the interpreter explicitly on restart if...
2007-04-12 Giuseppe BilottaStop timers when shutting down
2007-04-12 Giuseppe BilottaDefine pretty_inspect for the older version of Ruby...
2007-04-11 Giuseppe Bilottause pretty printing with Logger (debug, info, warning...
2007-04-09 Giuseppe Bilottafix restarting when directory had changed
2007-04-08 Giuseppe Bilottaircbot: do not use debug in sendmsg() because it breaks...
2007-04-06 Giuseppe BilottaDefault maximum lines to send per message is now 5
2007-04-05 Giuseppe BilottaFix overconservative line splitting and bug in last...
2007-04-05 Giuseppe BilottaFix a bug introduced in [830]
2007-04-05 Giuseppe BilottaFix truncation placement for multi-line messages
2007-04-04 Giuseppe BilottaNew IRC Framework: use #reverse_each() instead of ...
2007-04-04 Tom Gilbertminor typo fix
2007-03-30 Dmitry Kim*** (httputil) major rework, new caching implementatio...
2007-03-30 Dmitry Kim- (utils.rb) removed http_get, since it's obsoleted
2007-03-17 Dmitry Kim+ added support for multiple servers to try (round...
2007-03-17 Giuseppe BilottaPlugins: rename Plugins::pluginmanager to Plugins:...
2007-03-16 Giuseppe BilottaPlugins: move games into their own directory
2007-03-16 Giuseppe BilottaUse m.source instead of m.sourcenick whenever possible...
2007-03-14 Giuseppe BilottaSocket IO filtering: rbot can now assume UTF-8 internally.
2007-03-10 Giuseppe BilottaAllow customization of the plugins load path
2007-03-10 Giuseppe BilottaOption to change the bot IRC name, thanks to jsn-
2007-02-24 Giuseppe BilottaTry to give a meaningful quit message when quitting...
2007-02-20 Giuseppe BilottaNew IRC Framework: bot now keeps track of his nick...
2007-02-18 Giuseppe BilottaInitial steps towards a namespace rationalization
2007-02-18 Giuseppe BilottaPlugin header boilerplating.
2007-02-18 Giuseppe BilottaMore fixes for nickname handling on connection
2007-02-17 Giuseppe BilottaNew IRC Framework: fix initial handling and guessing...
2007-02-15 Giuseppe BilottaNew unreplied() method for plugins that want to handle...
2007-02-11 Giuseppe BilottaStart work on preferring size to length: it's the same...
2007-02-07 Giuseppe BilottaFix rbot quieting
2007-02-06 Giuseppe Bilottasendmsg improvements: default send options can now...
2007-02-06 Giuseppe BilottaCreate an utils subdir in core, which will store all...
2007-02-05 Giuseppe BilottaFix max_lines handling in new sendmsg code
2007-02-05 Giuseppe BilottaFix horrible bug in reworked sendmsg code that prevente...
2007-02-05 Giuseppe Bilottasendmsg improvements: plugins can now choose what to...
2007-02-04 Giuseppe BilottaReschedule save timer when changing core.save_every
2007-02-04 Giuseppe BilottaProperly implement maximization of raw message length
2007-01-30 Giuseppe BilottaWhitespace cleanup
2007-01-29 Giuseppe BilottaMessages from ignored users are logged to IRC logs...
2007-01-28 Giuseppe BilottaPrevious commit was too squeezy. Check actual server...
2007-01-28 Giuseppe BilottaTry to squeeze as much characters as possible on a...
2007-01-21 Giuseppe BilottaRe-enable irc.ignore_users
2007-01-12 Giuseppe BilottaTotally reworked ping timeout detection
2007-01-09 Giuseppe BilottaDowncase the irc log location, so that loggin to e...
2007-01-07 Giuseppe Bilotta[574] still had a stupid typo
2007-01-06 Giuseppe BilottaTry another fix for servers not going in ping timeout
2006-12-20 Giuseppe BilottaFix 'Unknown command' being received from server
2006-11-01 Giuseppe BilottaSSL support
2006-10-28 Giuseppe BilottaToo much stuff was being sent with each line, go back...
2006-10-27 Giuseppe BilottaPenalty-based flood protection
2006-10-15 Giuseppe BilottaSafe-save tempfiles are now created in a botclass-local...
2006-10-15 Giuseppe BilottaAllow plugins to do things when the language is changed...
2006-08-16 Giuseppe BilottaSome error handling cleanup
2006-08-06 Giuseppe BilottaThe kernel now has a @bot.kick(channel, user, msg)...
2006-08-05 Giuseppe BilottaFix user data not being upgraded and fix a bug in the...
2006-08-05 Giuseppe BilottaFix some save/quit/rescan races
next