Age | Commit message (Expand) | Author |
2007-02-08 | Message mapper: we are ony interested in matching messages that fully agree w... | Giuseppe Bilotta |
2007-02-07 | Fix rbot quieting | Giuseppe Bilotta |
2007-02-06 | Enhance Utils tools to get first pars, allowing an option to strip an initial... | Giuseppe Bilotta |
2007-02-06 | Fix IRCification of HTML strings when only whitespace is present between IRC ... | Giuseppe Bilotta |
2007-02-06 | Move code to get first par from a series of urls from search plugin to Utils,... | Giuseppe Bilotta |
2007-02-06 | Optimizations to ircify_first_html_par | Giuseppe Bilotta |
2007-02-06 | Move code to find and ircify first par from search plugin to utils | Giuseppe Bilotta |
2007-02-06 | Move extensions to standard classes into a specific extends.rb util module | Giuseppe Bilotta |
2007-02-06 | sendmsg improvements: default send options can now be configured via the stan... | Giuseppe Bilotta |
2007-02-06 | Create an utils subdir in core, which will store all utility files that can b... | Giuseppe Bilotta |
2007-02-06 | New IRC Framework: more convenience methods to look into Netmask, User and Ch... | Giuseppe Bilotta |
2007-02-06 | New IRC Framework: NetmaskList now have an enhanced [] that allows retrieval ... | Giuseppe Bilotta |
2007-02-05 | New IRC Framework: add missing accessors for channel modes | Giuseppe Bilotta |
2007-02-05 | Improved Utils.secs_to_string | Giuseppe Bilotta |
2007-02-05 | Fix max_lines handling in new sendmsg code | Giuseppe Bilotta |
2007-02-05 | Fix horrible bug in reworked sendmsg code that prevented it from working corr... | Giuseppe Bilotta |
2007-02-05 | sendmsg improvements: plugins can now choose what to do with overlong message... | Giuseppe Bilotta |
2007-02-04 | Minor optimization in message.rb | Giuseppe Bilotta |
2007-02-04 | Tuning of messagemapper debug output | Giuseppe Bilotta |
2007-02-04 | Reschedule save timer when changing core.save_every | Giuseppe Bilotta |
2007-02-04 | Fix rescheduling of timers | Giuseppe Bilotta |
2007-02-04 | Properly implement maximization of raw message length | Giuseppe Bilotta |
2007-02-04 | Minor auth help fix | Giuseppe Bilotta |
2007-02-02 | Enhance the :requirements functionality in #map() to allow regexps with captu... | Giuseppe Bilotta |
2007-02-02 | Plugin map requirements are now checked at regular expression time, not later on | Giuseppe Bilotta |
2007-02-02 | In the new message mapper code, fail unconditionally when an entry doesn't ma... | Giuseppe Bilotta |
2007-01-30 | Core botmodule config.rb has some (very little) facility to ease config key s... | Giuseppe Bilotta |
2007-01-30 | IRC Framework: accept nil or empty nicks and channel names when looking for a... | Giuseppe Bilotta |
2007-01-30 | Whitespace cleanup | Giuseppe Bilotta |
2007-01-29 | Allow timer action rescheduling | Giuseppe Bilotta |
2007-01-29 | Messages from ignored users are logged to IRC logs, even though no other acti... | Giuseppe Bilotta |
2007-01-28 | Previous commit was too squeezy. Check actual server limits | Giuseppe Bilotta |
2007-01-28 | Try to squeeze as much characters as possible on a single line | Giuseppe Bilotta |
2007-01-28 | Minor Utils entity cleanup | Giuseppe Bilotta |
2007-01-23 | Memory optimizations in plugin management (useful on rescans) | Giuseppe Bilotta |
2007-01-21 | Re-enable irc.ignore_users | Giuseppe Bilotta |
2007-01-12 | Totally reworked ping timeout detection | Giuseppe Bilotta |
2007-01-09 | Downcase the irc log location, so that loggin to e.g. #Channel and #channel g... | Giuseppe Bilotta |
2007-01-07 | [574] still had a stupid typo | Giuseppe Bilotta |
2007-01-06 | Irc framework: fix errors in filling up the user lists for channels | Giuseppe Bilotta |
2007-01-06 | Try another fix for servers not going in ping timeout | Giuseppe Bilotta |
2007-01-02 | Fix reconnect errors | Giuseppe Bilotta |
2006-12-20 | Fix 'Unknown command' being received from server | Giuseppe Bilotta |
2006-11-01 | SSL support | Giuseppe Bilotta |
2006-10-28 | Move irc_send_penalty method of string in ircsocket.rb, and rework flood cont... | Giuseppe Bilotta |
2006-10-28 | Too much stuff was being sent with each line, go back to 400 bytes max | Giuseppe Bilotta |
2006-10-27 | Penalty-based flood protection | Giuseppe Bilotta |
2006-10-25 | Rework cached? for get_cached replies to prevent warnings about redefined met... | Giuseppe Bilotta |
2006-10-25 | Strings returned by get_cached now have a cached? method which returns true o... | Giuseppe Bilotta |
2006-10-24 | Don't change the default headers setting the headers for the HEAD request whe... | Giuseppe Bilotta |