Age | Commit message (Expand) | Author |
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 | Modernize/optimize/cleanup a bunch of plugins | Giuseppe Bilotta |
2007-02-14 | shortenurls plugin, merging tinyurl and rubyurl and adding access to most of ... | Giuseppe Bilotta |
2007-02-14 | Only save config file when configuration changed | Giuseppe Bilotta |
2007-02-14 | lart pluing: use plugin.map instead of plugin.register | 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-13 | quiz plugin: quiz refresh command to refresh the question pool for the curren... | Giuseppe Bilotta |
2007-02-13 | quiz plugin: QuizAnswer class to wrap quiz answers, including information abo... | Giuseppe Bilotta |
2007-02-13 | quiz plugin: multiple answers allowed per questions, patch from Yaohan Chen, ... | 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 | quiz plugin: more UTF-8 workarounds while we wait for Ruby 2.0 | 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 | quiz plugin: initial support for unicode (UTF-8) answers | 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 | rss plugin: spam log less | Giuseppe Bilotta |
2007-02-10 | markov plugin: upgrade ignores to new IRC framework | 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-10 | No we aren't. Fix devoiceme. Thanks Kamu | Giuseppe Bilotta |
2007-02-10 | Ahem. Rename usermodes plugin to modes plugin :D. Are we done with this yet? | Giuseppe Bilotta |
2007-02-10 | Rename op plugin to usermodes | Giuseppe Bilotta |
2007-02-10 | op plugin: fix hop and add voice | Giuseppe Bilotta |
2007-02-10 | op plugin: add half-op commands (hop). Also, previous contribution was miscre... | Giuseppe Bilotta |
2007-02-10 | op plugin: also provide a deop command. Thanks to Yaohan Chen | Giuseppe Bilotta |
2007-02-10 | quiz plugin: online and on-disk sources can now be customized | Giuseppe Bilotta |
2007-02-08 | rss plugin: rss watch improvements: can now specify the channel when creating... | Giuseppe Bilotta |
2007-02-08 | Message mapper: we are ony interested in matching messages that fully agree w... | Giuseppe Bilotta |
2007-02-08 | Japanese language support, thanks to Yaohan Chen | Giuseppe Bilotta |
2007-02-07 | Rubify ugly unhilight_nick code | Giuseppe Bilotta |
2007-02-07 | quiz plugin: dottification of nicks made optional, defaults to true | 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 | dict plugin: options to set number of hits and first_pars which will be displ... | 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 |