James Vega
|
bdca894522
|
a few Raise=True additions
|
2004-10-08 14:12:03 +00:00 |
|
James Vega
|
4557b867fe
|
Prevent people from adding hostmasks that don't explicitly match other users'
hostmasks but will match when you check hostmaskPatternEqual aka bug #1043045
|
2004-10-08 13:59:45 +00:00 |
|
James Vega
|
50973a10fb
|
Remove #! lines.
|
2004-09-20 03:01:50 +00:00 |
|
Jeremy Fincher
|
eb4905dda2
|
Allow for changed method names.
|
2004-09-13 02:05:22 +00:00 |
|
Jeremy Fincher
|
ee70224aa3
|
Changed callCommand to give a name rather than a method; added invalidCommand throttling, ctcp throttling, and whole bunch of other crap.
|
2004-09-08 23:34:48 +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
|
f73acda4ff
|
Changed help for register to match the code.
|
2004-08-29 15:59:16 +00:00 |
|
Jeremy Fincher
|
1cd4b87f1e
|
It's not an error condition, it's appropriate.
|
2004-08-29 06:44:57 +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
|
edf7af7711
|
Stats command. I'm obsessed.
|
2004-08-16 20:04:15 +00:00 |
|
Jeremy Fincher
|
bb0aa6f4cc
|
PyChecker updates.
|
2004-08-11 17:06:02 +00:00 |
|
Jeremy Fincher
|
b207baf9d3
|
Removed redundant nick. I forgot about the nick prefix when I wrote that.
|
2004-08-06 06:57:11 +00:00 |
|
Jeremy Fincher
|
0bbd05db58
|
It definitely shouldn't be an error to not be recognized by whoami, that's somewhat the point.
|
2004-08-05 16:03:04 +00:00 |
|
Jeremy Fincher
|
fa8f39a725
|
Slight style updates.
|
2004-08-05 04:36:10 +00:00 |
|
Jeremy Fincher
|
2bd7a31c27
|
Made name and hostmask optional in addhostmask.
|
2004-08-03 07:39:05 +00:00 |
|
Jeremy Fincher
|
f53058e5c7
|
User configuration stuff can wait until later.
|
2004-08-03 06:03:16 +00:00 |
|
Jeremy Fincher
|
9250d3ab32
|
Tons of differences, moved some registry values around, also changed some internal attributes of registry thingies.
|
2004-07-31 05:00:43 +00:00 |
|
Jeremy Fincher
|
f9c61271ea
|
w00, less path mungingEXCLAIMEXCLAIM
|
2004-07-24 05:18:26 +00:00 |
|
Jeremy Fincher
|
f9c030fe46
|
Updated some stuff, refactoring for the the User.config command.
|
2004-07-24 02:28:43 +00:00 |
|
James Vega
|
315810d08e
|
yay! no more stray whitespace
|
2004-07-21 19:36:35 +00:00 |
|
James Vega
|
06e92cdcb2
|
If an invalid password is specified *and* the hostmask isn't recognized we
need to watch for a KeyError instead of assuming it is the owner trying to
register a hostmask for another user.
|
2004-06-09 23:44:49 +00:00 |
|
Jeremy Fincher
|
f9442d9483
|
Let owners tweak users to their utter enjoyment.
|
2004-04-30 05:45:05 +00:00 |
|
Jeremy Fincher
|
dc1bc4ba55
|
Updated a ton of configuration variables.
|
2004-04-30 02:13:42 +00:00 |
|
Jeremy Fincher
|
cd3039317d
|
Added an author command.
|
2004-04-28 06:30:55 +00:00 |
|
Jeremy Fincher
|
f68ce97d97
|
Fixed globbing in User.list.
|
2004-04-17 16:40:32 +00:00 |
|
Jeremy Fincher
|
44899740a6
|
Added --capability to user list.
|
2004-04-16 21:05:41 +00:00 |
|
Jeremy Fincher
|
d28d27254f
|
Improved error message for bad hostmasks in addhostmask.
|
2004-04-11 23:37:58 +00:00 |
|
Jeremy Fincher
|
22fb1b41cb
|
Made the success message from unidentify more useful.
|
2004-04-08 10:53:12 +00:00 |
|
Jeremy Fincher
|
ca4a8dceef
|
Moved some error handling to a different place.
|
2004-02-08 09:26:21 +00:00 |
|
Jeremy Fincher
|
84b0295e80
|
Fixed User.list.
|
2004-02-02 08:24:48 +00:00 |
|
James Vega
|
0e3a4c37e1
|
Changed the capabilities separator to ';' since we use ',' in the actual
capabilities.
|
2004-01-27 22:34:21 +00:00 |
|
Stéphan Kochen
|
7837ee2824
|
name() is defined in IrcCallback, parent Class of plugins. Can't be used.
|
2004-01-20 13:37:56 +00:00 |
|
Jeremy Fincher
|
894c9d687f
|
Revert accidental rollback of name to username.
|
2004-01-20 10:56:32 +00:00 |
|
Stéphan Kochen
|
a7559f3686
|
More work on the wizard. Removed allowEval. (somewhere else?)
Still a couple of FIXME's. Added a function to prompt and set registry
values to questions.py.
|
2004-01-20 00:21:15 +00:00 |
|
Jeremy Fincher
|
9f2013d8f0
|
Changed username to just name.
|
2004-01-18 08:18:44 +00:00 |
|
Jeremy Fincher
|
6ca78924f3
|
HUUUUUUUUGE Configuration change.
|
2004-01-18 07:58:26 +00:00 |
|
Jeremy Fincher
|
1c03464fd9
|
Huge commit to finish refactoring of replies.
|
2004-01-08 23:03:48 +00:00 |
|
Jeremy Fincher
|
845142e688
|
Updated replyNotRegistered stuff.
|
2004-01-08 21:49:10 +00:00 |
|
Jeremy Fincher
|
2846b4ab2f
|
Updated more replies.
|
2004-01-08 15:47:38 +00:00 |
|
Jeremy Fincher
|
530aec2be0
|
Updated the reply infrastructure. No more msg, it's just not necessary.
|
2004-01-08 03:12:14 +00:00 |
|
Jeremy Fincher
|
aa7408c09b
|
Changed over to the cool new RichReplyMethods stuff, mostly.
|
2004-01-07 19:09:24 +00:00 |
|
Jeremy Fincher
|
fe9bf97a59
|
Change changeusername to changename.
|
2003-12-09 00:02:51 +00:00 |
|
Jeremy Fincher
|
ead91da748
|
Tightened up the restrictions on User.hostmasks, also required privacy for it.
|
2003-12-07 01:26:51 +00:00 |
|
Jeremy Fincher
|
b39e1237fc
|
Added __iter__ to UsersDB for a cleaner interface.
|
2003-12-01 23:24:25 +00:00 |
|
Jeremy Fincher
|
3179a8d8bc
|
Fixed the case problem in User.list.
|
2003-12-01 21:27:26 +00:00 |
|
Jeremy Fincher
|
9788815bdd
|
Added tests for globbing ability.
|
2003-12-01 21:17:29 +00:00 |
|
Jeremy Fincher
|
8ff34725c2
|
Added User.list command to list registered users.
|
2003-12-01 20:57:00 +00:00 |
|
Jeremy Fincher
|
97b8bab611
|
Added User.list command to list registered users.
|
2003-12-01 20:57:00 +00:00 |
|
Jeremy Fincher
|
d7dfff7f1e
|
Added __revision__ strings.
|
2003-11-25 17:33:58 +00:00 |
|
Jeremy Fincher
|
2e0b225d0c
|
Changed the needed= keyword arg in privmsgs.getArgs to required=.
|
2003-11-11 13:20:06 +00:00 |
|