Age | Commit message (Expand) | Author |
2007-03-08 | Previous attempt at cleaning up the prefix matcher were too restrictive, try ... | Giuseppe Bilotta |
2007-03-05 | Previous commit wasn't that good, too restrictive. Relax, and differentiate b... | Giuseppe Bilotta |
2007-03-05 | Rework netmask/hostname detection code to work around non-RFC-compliant servers | Giuseppe Bilotta |
2007-02-24 | Try to give a meaningful quit message when quitting because of problems | Giuseppe Bilotta |
2007-02-23 | Utils.secs_to_string now convert seconds to integers instead of displaying ri... | Giuseppe Bilotta |
2007-02-20 | Use ASCII KCODE to prevent problems like missing characters or matching failu... | Giuseppe Bilotta |
2007-02-20 | Minor message optimizations | Giuseppe Bilotta |
2007-02-20 | New IRC Framework: bot now keeps track of his nick correctly across disconnects | Giuseppe Bilotta |
2007-02-20 | Fix timer handling when Actions raise errors | Giuseppe Bilotta |
2007-02-18 | Initial steps towards a namespace rationalization | Giuseppe Bilotta |
2007-02-18 | Plugin header boilerplating. | Giuseppe Bilotta |
2007-02-18 | Minor optimization to Auth.random_password | Giuseppe Bilotta |
2007-02-18 | More fixes for nickname handling on connection | Giuseppe Bilotta |
2007-02-18 | basics: respond to public pings too (i.e. to /ping lib/rbot/rfc2812.rbchannel) | Giuseppe Bilotta |
2007-02-17 | New IRC Framework: optimize processing of server messages by using Symbols in... | Giuseppe Bilotta |
2007-02-17 | New IRC Framework: fix initial handling and guessing of nick/user/host for th... | Giuseppe Bilotta |
2007-02-15 | Regexp: IP address regexps where missing an octet | Giuseppe Bilotta |
2007-02-15 | More Regexp madness. Fixes, optimizations, and a new method to parse channel ... | Giuseppe Bilotta |
2007-02-15 | New unreplied() method for plugins that want to handle PRIVMSGs unreplied by ... | Giuseppe Bilotta |
2007-02-15 | Start implementing common regular expressions to be used by plugin map() requ... | Giuseppe Bilotta |
2007-02-15 | New IRC Framework: set default capabilities to RFC's values | Giuseppe Bilotta |
2007-02-15 | Allow all printable 7-bit ASCII characters in passwords | Giuseppe Bilotta |
2007-02-15 | Stringify password when creating botuser. Useful when e.g. conf.yaml contains... | Giuseppe Bilotta |
2007-02-14 | Reset configuration changed status after saving successfully | Giuseppe Bilotta |
2007-02-14 | Only save config file when configuration changed | Giuseppe Bilotta |
2007-02-14 | Make message map regexps less aggressive | Giuseppe Bilotta |
2007-02-14 | Try to fail more graciously when net/https is not loadable (usually because o... | Giuseppe Bilotta |
2007-02-14 | Really minor typo in previous commit | Giuseppe Bilotta |
2007-02-14 | New Irc Framework: fix default channel modes prefixes for users | Giuseppe Bilotta |
2007-02-14 | New Irc Framework: fix bug in debug message causing failures | Giuseppe Bilotta |
2007-02-12 | Remote Service Provider: increase security by preventing a malicious client f... | Giuseppe Bilotta |
2007-02-12 | Remote Service Provider: implement auth control for remote clients. They can ... | Giuseppe Bilotta |
2007-02-12 | Remote Service Provider now functional, although it lacks remote client auth/id | Giuseppe Bilotta |
2007-02-12 | Fix casemap/server mismatch problems when moving the bots between servers wit... | Giuseppe Bilotta |
2007-02-12 | Initial work on a DRb-based remote service for rbot. Thanks to halorgium for ... | Giuseppe Bilotta |
2007-02-11 | MessageMapper: documentation cleanup, and Template enhancements (they now rem... | Giuseppe Bilotta |
2007-02-11 | Minor messagemapper optimizations | Giuseppe Bilotta |
2007-02-11 | Start work on preferring size to length: it's the same for arrays, and will b... | Giuseppe Bilotta |
2007-02-10 | Preserve safe save dir across rescans | Giuseppe Bilotta |
2007-02-10 | Handle server connections (e.g. through a bip proxy) that do not use the full... | Giuseppe Bilotta |
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 |