Age | Commit message (Expand) | Author |
2007-02-17 | New IRC Framework: fix initial handling and guessing of nick/user/host for th... | Giuseppe Bilotta |
2007-02-17 | bans plugin: fix badword regular expression creation | Giuseppe Bilotta |
2007-02-16 | quiz plugin: remove debug stuff | Giuseppe Bilotta |
2007-02-16 | quiz plugin: sometimes cmd_hint was not busting even when it should have | Giuseppe Bilotta |
2007-02-16 | * Fixed roshambo (the bot would always tie if it picked scissors) | Chris Gahan |
2007-02-16 | keywords plugin: more fixes to 'reply-on-question' code | Giuseppe Bilotta |
2007-02-15 | autoop plugin: auto-opping on nick change can now be disabled | Giuseppe Bilotta |
2007-02-15 | remind plugin: one-shot reminders gave a reminder time with an extra period a... | 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 | autoop plugin: make it work again when no channel is specified | Giuseppe Bilotta |
2007-02-15 | More minor plugin optimizations | 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 | 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 |