summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/nickserv.rb
AgeCommit message (Collapse)Author
2010-06-23nickserv plugin: more liberal default identified stringGiuseppe Bilotta
2010-02-25nickserv: add a missing colonRaine Virta
2009-08-13nickserv: add 'ghosted' to nickserv.nick_availGiuseppe Bilotta
2009-02-19remove whitespaceRaine Virta
2008-08-06nickserv plugin: regexp tweaks and case insensitivityGiuseppe Bilotta
2008-06-01mark translatable strings in nickserv.rb, po updateYaohan Chen
2008-04-12+ delegate notice() for NoticeMessageGiuseppe Bilotta
2007-09-12namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*Giuseppe Bilotta
2007-02-18nickserv plugin: previous commit had a line wrongGiuseppe Bilotta
2007-02-18nickserv plugin: export information on current identification statusGiuseppe Bilotta
2007-02-18Plugin 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-18nickserv plugin: better nickname recovery handlingGiuseppe Bilotta
2007-01-21quotefiles are now only saved only if they were changedGiuseppe Bilotta
2006-12-17nickserv plugin now defaults to not providing the nick when identifying, as ↵Giuseppe Bilotta
this seems to be more common
2006-08-31Ahem, forgot to save the last change before committingGiuseppe Bilotta
2006-08-31More nickserv cleanupsGiuseppe Bilotta
2006-08-31nickserv 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-17Nickserv plugin now defaults to very strict permissions. Only owner can make ↵Giuseppe Bilotta
the bot register/identify/whatever now
2006-07-31First 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-18Some nickservs don't want the nick to be passed to them when identifyingGiuseppe Bilotta
2006-07-13Fix a problem with not rejoining channel after disconnect and nick taken, ↵Giuseppe Bilotta
because the JOIN commands were sent too soon.
2006-06-29Improve nick management when it was takenGiuseppe Bilotta
2006-06-28There 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-01Fixes #87 (from giuseppe.bilotta)Chris Gahan
2005-09-30this seems to work for more people..Tom Gilbert
2005-09-28fix regex, make this work againTom Gilbert
2005-09-09fix for localised nickservsTom Gilbert
2005-09-09fix usage :/Tom Gilbert
2005-07-30Sat 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-28Thu 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-27rearrange repo for packagingTom Gilbert