Age | Commit message (Expand) | Author |
2009-02-17 | ircbot: fix nil error variable on ServerError | Giuseppe Bilotta |
2009-02-15 | + @bot.path and datafile methods | Giuseppe Bilotta |
2009-02-15 | ircbot: refactor and clean up botclass dir handling | Giuseppe Bilotta |
2009-02-11 | ircbot: sendmsg filtering | Giuseppe Bilotta |
2009-02-01 | ircbot: suppress warning | Giuseppe Bilotta |
2009-01-28 | ircbot: optimize ignore loops | Giuseppe Bilotta |
2009-01-28 | ircbot: irc.ignore_channels config option | Giuseppe Bilotta |
2009-01-28 | ircbot: the reconnect must be protected | Giuseppe Bilotta |
2009-01-15 | ircbot: fix reconnect() waiting | Giuseppe Bilotta |
2009-01-15 | ircbot: SIGUSR1 forces a reconnect | Giuseppe Bilotta |
2009-01-15 | ircbot: refactor reconnection into its own method | Giuseppe Bilotta |
2009-01-07 | ircbot: handle 'Trying to reconnect too fast' server ERROR | Giuseppe Bilotta |
2008-12-12 | ircsocket: tunable IRC penalty | Giuseppe Bilotta |
2008-09-24 | ircbot.rb: fill was_on info when delegating sent QUIT | Giuseppe Bilotta |
2008-09-05 | quiet exception list | Giuseppe Bilotta |
2008-08-19 | IRC socket: get rid of delay/burst | Giuseppe Bilotta |
2008-08-10 | + handle WHOIS queries | Giuseppe Bilotta |
2008-08-06 | basics: option to join channel after identification is confirmed | Giuseppe Bilotta |
2008-07-30 | + @bot.wanted_nick stores the nick wanted by the bot | Giuseppe Bilotta |
2008-07-30 | ircbot.rb: server no-color modes can be configured | Giuseppe Bilotta |
2008-06-29 | * fix handling of IDENTIFY_MSG | Giuseppe Bilotta |
2008-06-28 | ircbot.rb: @bot.topic() can also be used to retrieve topic information instea... | Giuseppe Bilotta |
2008-06-26 | ircbot.rb: make #mode()'s third argument optional | Giuseppe Bilotta |
2008-06-24 | ircbot.rb: create the appropriate directories when updating botclass dir from... | Giuseppe Bilotta |
2008-06-24 | message handling: improve IRC format handling for received messages | Giuseppe Bilotta |
2008-06-24 | ircbot.rb: copy missing template files on startup | Giuseppe Bilotta |
2008-06-23 | + strip all colours and formatting when sending to a +c or +C channel | Giuseppe Bilotta |
2008-06-23 | ircbot.rb: ask about current channel modes on join | Giuseppe Bilotta |
2008-06-20 | ircbot.rb: ensure that the logger is flushed | Giuseppe Bilotta |
2008-06-18 | * ircbot: fix quiet/reset_quiet wrt missing args | dmitry kim |
2008-06-17 | + print the location of the debug log to stdout on start | dmitry kim |
2008-04-23 | core: refactor signal trapping, and call it from initialize() | Giuseppe Bilotta |
2008-04-23 | core: restart on SIGHUP | Giuseppe Bilotta |
2008-04-18 | * make the daemonization thing to suck less (wrt standard io channels) | dmitry kim |
2008-04-16 | + ircbot logging: log_session_end on restarts, too | dmitry kim |
2008-04-16 | * ircbot logging: fixed the logger thread wrt daemonizing | dmitry kim |
2008-04-15 | + ircbot logging: atomic multiline log records | dmitry kim |
2008-04-15 | * ircbot logging: $log_queue / logger thread | dmitry kim |
2008-04-15 | debug logging: don't raise on SecurityError | Giuseppe Bilotta |
2008-04-15 | ircbot.rb: fix some IRC log refactoring issues | Giuseppe Bilotta |
2008-04-15 | IRC logging refactoring | Giuseppe Bilotta |
2008-04-13 | + UnknownMessage class | Giuseppe Bilotta |
2008-04-13 | + NamesMessage class | Giuseppe Bilotta |
2008-04-13 | rfc2812: parse User mode changes, even though they aren't handled yet | Giuseppe Bilotta |
2008-04-13 | + ModeChangeMessage class | Giuseppe Bilotta |
2008-04-13 | + MotdMessage class | Giuseppe Bilotta |
2008-04-12 | + delegate notice() for NoticeMessage | Giuseppe Bilotta |
2008-04-12 | + WelcomeMessage class | Giuseppe Bilotta |
2008-04-07 | message: new 'ignored' property | Giuseppe Bilotta |
2008-04-07 | plugins: irc_delegate to do listen+actual delegate | Giuseppe Bilotta |