Commit Graph

80 Commits

Author SHA1 Message Date
Jeremy Fincher e91a897f53 Removed some XXXes. 2004-12-16 09:50:42 +00:00
Jeremy Fincher 5af655391a New way of handling channel keys. 2004-12-07 00:29:20 +00:00
Jeremy Fincher de367731f1 Fixed some bugz0rs. 2004-11-21 13:18:58 +00:00
Jeremy Fincher 8071e0236b Converted to commands.wrap. These are all untested, so someone should test them at some point. 2004-11-19 23:54:14 +00:00
James Vega 4dafdcdd57 Massive updates. %r -> %s, some commands.wrap updates. Factoids is broke
until we get some stuff working in commands.py
2004-10-23 22:07:50 +00:00
Jeremy Fincher 48b3ce5b73 Hmm...maybe this is the second part of the disabling-network commit? Who knows. 2004-10-04 10:01:23 +00:00
Jeremy Fincher 1aaad10276 Added disabledNetworks, to disable the plugin on certain networks. 2004-10-03 08:58:26 +00:00
James Vega a641a1c437 Remove the #! line and use getpass to get the password. 2004-09-18 01:56:55 +00:00
Jeremy Fincher bae1972316 Fixed bug #1027229 and cleaned up _chanservCommand a bit. 2004-09-13 17:51:34 +00:00
Jeremy Fincher 28b05cffcf This, also, is just plain super. 2004-09-06 08:10:49 +00:00
Jeremy Fincher 3db2904ed0 Updated for new authors abstraction (single points of control are good). 2004-09-01 06:06:54 +00:00
Jeremy Fincher 9efe550b52 Changed some nick != othernick to not ircutils.strEqual. 2004-08-31 19:19:31 +00:00
Jeremy Fincher 86c7743fc9 Fixed some == tests on nicks (became ircutils.strEqual). 2004-08-31 17:23:33 +00:00
Jeremy Fincher e138211f9b Bugfixes and a test. 2004-08-30 21:46:04 +00:00
James Vega 9fe9e142c5 Fix the problem with configure() mangling the nick 2004-08-29 20:49:03 +00:00
James Vega d7d1c42ebc Abstract registerNick and update configure() to use the abstraction 2004-08-29 20:33:07 +00:00
Jeremy Fincher 0c97cb488f debug log access level required from chanserv as well as some elucidating comments. 2004-08-29 15:56:43 +00:00
Jeremy Fincher 9e970274fb Debug log already opped messages. 2004-08-27 07:14:08 +00:00
Jeremy Fincher 4c0e8980a3 Let's debug log a 'Registered channel' message from ChanServ. 2004-08-27 06:20:42 +00:00
Jeremy Fincher c0b3c930fb Not-so-elucidating comment. 2004-08-27 05:04:25 +00:00
Jeremy Fincher db23f4e4b5 Added sorcerynet support and refactored some other support. 2004-08-27 04:28:36 +00:00
Jeremy Fincher 92b0d6da1f Added the unban and invite commands, as well as a better framework for detecting when a channel can't be joined and handling it. 2004-08-25 04:06:59 +00:00
Jeremy Fincher 96c5cd392e Changed getops to op, added voice. 2004-08-24 14:11:12 +00:00
James Vega 752ae6325e Fix for bug #1015159 2004-08-24 12:49:57 +00:00
Jeremy Fincher 8f47f0bb0d Updated the documentaiton. 2004-08-23 16:15:41 +00:00
Jeremy Fincher fbb348b6e7 Copyright updates. Again, more is left to be done, but this is my part. 2004-08-23 13:14:06 +00:00
Jeremy Fincher 49c3f0c6f7 Better error messages and help. 2004-08-21 07:27:35 +00:00
Jeremy Fincher 5c30fe221c Added mroth's noJoinsUntilIdentified. 2004-08-20 06:38:43 +00:00
Jeremy Fincher cc4b76a8f3 Updated to allow configuration for multiple nicks as well as to use conf.supybot.nick() by default. 2004-08-19 16:51:18 +00:00
Jeremy Fincher 451e083aec Updated. 2004-08-17 15:41:19 +00:00
Jeremy Fincher fe139ce79b Immense improvements to recapturing nick. 2004-08-17 08:29:08 +00:00
Jeremy Fincher 01e3cbad9e Updated, adding some logging, adding style dots to some others, etc. 2004-07-27 05:17:31 +00:00
Jeremy Fincher 16f4231780 Forgot questions. 2004-07-25 18:24:51 +00:00
Jeremy Fincher f9c61271ea w00, less path mungingEXCLAIMEXCLAIM 2004-07-24 05:18:26 +00:00
James Vega 315810d08e yay! no more stray whitespace 2004-07-21 19:36:35 +00:00
James Vega d508b19347 Evil lines of DOOM!!!...or just lines that should be empty but have
whitespace.
2004-06-04 06:14:29 +00:00
Jeremy Fincher 623d71911f Fixed bug #942506. 2004-04-26 19:42:25 +00:00
Jeremy Fincher 392108a6fc Blech, some commented-out code until after the release. 2004-04-16 07:59:47 +00:00
Jeremy Fincher bf7a893a75 No need to ghost; let's try switching to the nick and only ghost if we get a 433. 2004-04-16 07:43:52 +00:00
Jeremy Fincher 16c4150d1c Mega r0x0r update. 2004-04-16 07:40:18 +00:00
Jeremy Fincher bb850f2d6a Added some extra logging. 2004-04-14 15:47:10 +00:00
Jeremy Fincher cb97f75027 Added the ability to auto-{op,voice,halfop}. 2004-04-13 00:58:56 +00:00
Daniel DiPaolo dcf7d167eb Fixed typo:
<sifu> Strike|laptop: Error: I've already got ops in #grasshoppersx

That last x is the typo :)
2004-02-18 04:36:50 +00:00
Jeremy Fincher fb59b25a63 Added the ability for configuration variables to be private so they can't have their values gotten by people who can't change them. 2004-02-14 00:47:21 +00:00
Jeremy Fincher 157106fad6 Changed from a warning to a debug log for unexpected NickServ notices. 2004-02-12 00:48:50 +00:00
Jeremy Fincher 78bf842965 Slightly more pervasive logging. 2004-02-11 06:07:50 +00:00
Jeremy Fincher ac74ef9819 Fix for bug #893264; we can now discover what channels require registration and only go after we've identified. 2004-02-10 04:01:05 +00:00
Jeremy Fincher d9f1c47fba Fix for bug #893264; we can now discover what channels require registration and only go after we've identified. 2004-02-10 03:48:56 +00:00
Jeremy Fincher a1cb1ae4d8 Added ghost command, caught a few more errors in identify. 2004-02-10 03:29:02 +00:00
Jeremy Fincher c60664f620 Fixed bugz0r #893239. 2004-02-09 16:32:00 +00:00