Jeremy Fincher
|
d4ba047b2f
|
Added smallqueue class.
|
2003-10-04 13:20:41 +00:00 |
|
Jeremy Fincher
|
0ffaa5d3fe
|
Removed some useless imports.
|
2003-10-04 13:09:34 +00:00 |
|
Jeremy Fincher
|
72af23bb00
|
Added docstrings, removed ny.
|
2003-10-04 13:07:15 +00:00 |
|
Jeremy Fincher
|
325e751149
|
Added a docstring and doctested nItems.
|
2003-10-04 13:04:01 +00:00 |
|
Jeremy Fincher
|
18a8725905
|
Fixed a latent UnboundLocalError in setsecure.
|
2003-10-04 12:59:47 +00:00 |
|
Jeremy Fincher
|
5de5a56b4a
|
Minor stylistic updates.
|
2003-10-04 12:57:44 +00:00 |
|
Jeremy Fincher
|
8046f76b30
|
Forgot two imports for the bug command.
|
2003-10-04 12:54:42 +00:00 |
|
Jeremy Fincher
|
6ad95c52a2
|
Added docstrings.
|
2003-10-04 12:53:09 +00:00 |
|
Jeremy Fincher
|
6bd138c4eb
|
Added docstrings.
|
2003-10-04 12:45:44 +00:00 |
|
Jeremy Fincher
|
1a07e423d0
|
Added module docstring.
|
2003-10-04 12:40:30 +00:00 |
|
Jeremy Fincher
|
2db658482a
|
Extra docstrings, and indentation problem fixed.
|
2003-10-04 12:36:48 +00:00 |
|
Jeremy Fincher
|
43e41f4c51
|
Minor updates.
|
2003-10-04 12:31:59 +00:00 |
|
Jeremy Fincher
|
71fcfb8db9
|
Deleted a few variables that shouldn't have been exported.
|
2003-10-04 12:29:58 +00:00 |
|
Jeremy Fincher
|
f5807381a9
|
Removed unused import atexit.
|
2003-10-04 12:18:36 +00:00 |
|
Jeremy Fincher
|
9053310ef1
|
Added docstrings.
|
2003-10-04 12:17:31 +00:00 |
|
Jeremy Fincher
|
b9d265c102
|
Added docstrings, removed some unused methods.
|
2003-10-04 12:00:56 +00:00 |
|
Jeremy Fincher
|
6261036911
|
Added docstrings, fixed some weird indentation.
|
2003-10-04 11:47:21 +00:00 |
|
Jeremy Fincher
|
c1a2f1b454
|
Added docstrings.
|
2003-10-04 11:43:57 +00:00 |
|
Jeremy Fincher
|
5b5f8a1d2b
|
Added docstrings.
|
2003-10-04 11:43:37 +00:00 |
|
Jeremy Fincher
|
8d620207ea
|
Added lots of docstrings.
|
2003-10-04 11:34:44 +00:00 |
|
Jeremy Fincher
|
bc195a6b1e
|
Added a whole lot of docstrings and such.
|
2003-10-04 11:24:31 +00:00 |
|
Jeremy Fincher
|
81345849d3
|
Converted to use callbacks.findCallbackForCommand.
|
2003-10-04 11:09:21 +00:00 |
|
Jeremy Fincher
|
bbbc97c11b
|
Added fix for possible bug in re.finditer.
|
2003-10-04 09:59:06 +00:00 |
|
Jeremy Fincher
|
46ebfce1cd
|
Fixed ambiguous error message when some other module is causing the import error.
|
2003-10-03 22:28:05 +00:00 |
|
Jeremy Fincher
|
4a4595146f
|
Fixed stupidity with printf (boolean) and printf (function). Changed the boolean printf to PRINTF.
|
2003-10-03 22:26:08 +00:00 |
|
Jeremy Fincher
|
5f15fd8ab6
|
Removed the cvsup command, useless with global installs.
|
2003-10-03 22:23:01 +00:00 |
|
Jeremy Fincher
|
d6f5bd3747
|
Made register command guard against people with matching hostmasks trying to register again.
|
2003-10-03 22:21:48 +00:00 |
|
Jeremy Fincher
|
3d990599fe
|
Fix for escaping ValueError from ircdb.checkCapability.
|
2003-10-03 22:19:22 +00:00 |
|
Jeremy Fincher
|
baf5da1855
|
Added 'private' command, to reply in private.
|
2003-10-03 15:42:11 +00:00 |
|
Jeremy Fincher
|
1e64fad163
|
Fixed replyNoCapability messages to be in private.
|
2003-10-03 10:04:40 +00:00 |
|
Jeremy Fincher
|
36984d3fa5
|
Added RFE #801859: no-hostmask (secure) option for users.
|
2003-10-03 09:57:52 +00:00 |
|
Jeremy Fincher
|
ff2e043f00
|
Added docstring for rsplit.
|
2003-10-03 00:08:30 +00:00 |
|
Jeremy Fincher
|
41bacaba13
|
Accepted RFE #812257: Multiple regexp matches in one message.
|
2003-10-02 22:37:36 +00:00 |
|
Jeremy Fincher
|
da38a7b59b
|
Changed minimumDebugPriority to minimumPriority (since it's set in the debug module now anyway).
|
2003-10-02 04:54:25 +00:00 |
|
Jeremy Fincher
|
898a4e2ef1
|
Added an assert to banmask.
|
2003-10-02 04:47:33 +00:00 |
|
Jeremy Fincher
|
3d0bc9f8b2
|
Moved the bug command to AdminCommands to reduce abuse.
|
2003-10-02 00:26:57 +00:00 |
|
Jeremy Fincher
|
3891360527
|
Changed irclib.Channel to irclib.ChannelState.
|
2003-10-01 11:15:31 +00:00 |
|
Jeremy Fincher
|
1c2a090b28
|
Added NICK to high priority messages but not PASS. Baaad.
|
2003-10-01 11:11:49 +00:00 |
|
Jeremy Fincher
|
2821527706
|
Made NICK a high priority message.
|
2003-09-30 21:19:42 +00:00 |
|
Jeremy Fincher
|
d013623e27
|
Added fix for servers with a missing MOTD file.
|
2003-09-30 13:56:40 +00:00 |
|
Jeremy Fincher
|
6169822349
|
Guarded IrcState.doMode to work only with channels.
|
2003-09-29 07:44:27 +00:00 |
|
Jeremy Fincher
|
d88b7e94ca
|
Added a check to template.py that makes sure it doesn't run as root.
|
2003-09-29 06:12:41 +00:00 |
|
Jeremy Fincher
|
14459d05d8
|
Commented out new.function stuff for later when new.function actually works.
|
2003-09-29 05:41:03 +00:00 |
|
Jeremy Fincher
|
a91c55a93a
|
Updated to use checkChannelCapability.
|
2003-09-29 05:01:41 +00:00 |
|
Jeremy Fincher
|
f6ccc126a3
|
Added debug.reset, necessary for helping out testing.
|
2003-09-29 04:41:18 +00:00 |
|
Jeremy Fincher
|
fe4af22e50
|
Added op/halfop/voice handling in IrcState.
|
2003-09-29 04:30:18 +00:00 |
|
Jeremy Fincher
|
31b1abaa59
|
Forgot to change an IndexError to a ValueError.
|
2003-09-25 16:09:18 +00:00 |
|
Jeremy Fincher
|
60c00549e1
|
Fixed Strike's bug: <jemfinch-nw> angryman^^^^^: list would elicit a response from angryman.
|
2003-09-25 16:07:41 +00:00 |
|
Jeremy Fincher
|
d7812d7b58
|
Added a note in the helps for commands that accept passwords that they must be sent privately if they include a password. Also, one command wouldn't return conf.requiresPrivacy if it was sent in a channel with a password; that's been fixed.
|
2003-09-25 14:21:46 +00:00 |
|
Jeremy Fincher
|
407ac34e52
|
Fix for RFE #811970, generalized not a command response.
|
2003-09-25 08:22:16 +00:00 |
|