Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-23 | nickserv plugin: more liberal default identified string | Giuseppe Bilotta | |
2010-02-25 | nickserv: add a missing colon | Raine Virta | |
2009-08-13 | nickserv: add 'ghosted' to nickserv.nick_avail | Giuseppe Bilotta | |
2009-02-19 | remove whitespace | Raine Virta | |
2008-08-06 | nickserv plugin: regexp tweaks and case insensitivity | Giuseppe Bilotta | |
2008-06-01 | mark translatable strings in nickserv.rb, po update | Yaohan Chen | |
2008-04-12 | + delegate notice() for NoticeMessage | Giuseppe Bilotta | |
2007-09-12 | namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::* | Giuseppe Bilotta | |
2007-02-18 | nickserv plugin: previous commit had a line wrong | Giuseppe Bilotta | |
2007-02-18 | nickserv plugin: export information on current identification status | Giuseppe Bilotta | |
2007-02-18 | Plugin header boilerplating. | Giuseppe Bilotta | |
New plugin.header file provided, to be used as model for the header of new plugins. Many existing plugins have been adjusted to provide the same info the same way. I might have misplaced some information, so please let me know if this is the case. Also augmented a couple of copyright notices to include the 'rbot development team' alongside Tom Gilbert. | |||
2007-02-18 | nickserv plugin: better nickname recovery handling | Giuseppe Bilotta | |
2007-01-21 | quotefiles are now only saved only if they were changed | Giuseppe Bilotta | |
2006-12-17 | nickserv plugin now defaults to not providing the nick when identifying, as ↵ | Giuseppe Bilotta | |
this seems to be more common | |||
2006-08-31 | Ahem, forgot to save the last change before committing | Giuseppe Bilotta | |
2006-08-31 | More nickserv cleanups | Giuseppe Bilotta | |
2006-08-31 | nickserv password now tries to inform the nickserv of the password change; ↵ | Giuseppe Bilotta | |
it can also be called without the bot nick to change the password of the current nick | |||
2006-08-17 | Nickserv plugin now defaults to very strict permissions. Only owner can make ↵ | Giuseppe Bilotta | |
the bot register/identify/whatever now | |||
2006-07-31 | First shot at the new Irc framework. Bot is usable (sort of), but not all ↵ | Giuseppe Bilotta | |
functionality may work as expected (or at all). If you are testing it, please report. Auth is known to be nonfunctional | |||
2006-07-18 | Some nickservs don't want the nick to be passed to them when identifying | Giuseppe Bilotta | |
2006-07-13 | Fix a problem with not rejoining channel after disconnect and nick taken, ↵ | Giuseppe Bilotta | |
because the JOIN commands were sent too soon. | |||
2006-06-29 | Improve nick management when it was taken | Giuseppe Bilotta | |
2006-06-28 | There are now three nickserv config options (name, ident_request, wait). The ↵ | Giuseppe Bilotta | |
bot now also kills any ghosts that use its nick. Close ticket #88. Also provide a workaround for ticket #58. | |||
2006-06-01 | Fixes #87 (from giuseppe.bilotta) | Chris Gahan | |
2005-09-30 | this seems to work for more people.. | Tom Gilbert | |
2005-09-28 | fix regex, make this work again | Tom Gilbert | |
2005-09-09 | fix for localised nickservs | Tom Gilbert | |
2005-09-09 | fix usage :/ | Tom Gilbert | |
2005-07-30 | Sat Jul 30 22:33:36 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> | Tom Gilbert | |
* Config items are now objects, various types are available. * The config wizard will now use registered config items if :wizard is set to true for those items. It will ask questions in the order they were registered. * The config module now works for doing runtime configuration. * misc refactoring | |||
2005-07-28 | Thu Jul 28 23:45:26 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> | Tom Gilbert | |
* Reworked the Timer module. The Timer now has a smart thread manager to start/stop the tick() thread. This means the timer isn't called every 0.1 seconds to see what needs doing, which is much more efficient * reworked the ircsocket queue mechanism to use a Timer * reworked the nickserv plugin to use maps * made server.reconnect_wait configurable * added Class tracing mechanism to bin/rbot, use --trace Classname for debugging | |||
2005-07-27 | rearrange repo for packaging | Tom Gilbert | |