Jeremy Fincher
7f21380417
Forgot to import operator.
2003-04-14 14:49:02 +00:00
Jeremy Fincher
71d13d49bb
Forgot to self. cursor.
2003-04-14 14:47:49 +00:00
Jeremy Fincher
250cf8a95a
Changed implementation of notes command.
2003-04-14 14:47:02 +00:00
Jeremy Fincher
ab1d8cecd6
Fixed typo in irclib, forgot to fix it here.
2003-04-14 07:22:06 +00:00
Jeremy Fincher
31d2de0d9a
Added nice 'nicks' attribute.
2003-04-14 07:21:27 +00:00
Jeremy Fincher
49b8982b3a
Added keyword argument to recoverableException to determine the type of exception logged.
2003-04-14 07:18:42 +00:00
Jeremy Fincher
f5cf223ea6
Added allowed escaped strings to shlex.py
2003-04-14 07:17:48 +00:00
Jeremy Fincher
5c3cf2bc93
Made PrivmsgRegexp use isCommand.
2003-04-14 07:01:20 +00:00
Daniel DiPaolo
24234810fb
Fixed gkstats to not break on people hiding their online status. (closes:
...
#720926 )
2003-04-14 06:59:21 +00:00
Jeremy Fincher
0d99f0662a
Removed makePrivate.
2003-04-14 06:57:41 +00:00
Jeremy Fincher
2230149cf0
Fixed moduleof command.
2003-04-14 05:59:41 +00:00
Jeremy Fincher
d4ee42df5e
Fixed moduleof command.
2003-04-14 05:58:43 +00:00
Jeremy Fincher
d53a1842df
Fixed moduleof command.
2003-04-14 05:57:27 +00:00
Jeremy Fincher
a5e7a1980c
Added superreload command.
2003-04-14 05:56:28 +00:00
Jeremy Fincher
f94c1a2260
Added moduleof command.
2003-04-14 05:54:33 +00:00
Jeremy Fincher
2148a6e704
Added proper ArgumentError handling for threaded callbacks.
2003-04-14 05:51:41 +00:00
Jeremy Fincher
aa4778254e
Added better handling of ImportError.
2003-04-14 05:44:19 +00:00
Jeremy Fincher
c6e47e6e12
Bugfix, hopefully
2003-04-14 05:38:44 +00:00
Jeremy Fincher
217f30ba7b
Bugfix, hopefully
2003-04-14 05:35:02 +00:00
Jeremy Fincher
fd22551da9
Commented-out debugging printfs.
2003-04-14 05:32:31 +00:00
Daniel DiPaolo
4b0fd19e6c
Overhaul of RSS.py:
...
* Changed caching mechanism to cache the entire feed instead of just the
responses
* Added 'rssinfo' command to access the RSS info elements like URL,
description, last updated time, etc.
* Updated docstrings and configure for the 'rssinfo' command
2003-04-14 05:17:49 +00:00
Jeremy Fincher
e3e7ce4625
Made assertions more useful.
2003-04-14 05:13:21 +00:00
Jeremy Fincher
18d9d5923d
Rewrote Alias implementation
2003-04-14 04:55:28 +00:00
Jeremy Fincher
4caedf25b6
Converted some %d to %s.
2003-04-14 04:49:35 +00:00
Jeremy Fincher
33f76608fa
Fixed removal of leading whitespace on last argument in parsing messages.
2003-04-14 04:45:01 +00:00
Jeremy Fincher
6287d61d9e
Added dqrepr.
2003-04-12 12:50:20 +00:00
Jeremy Fincher
7f90fdc712
Added log of PING-based disconnect.
2003-04-12 12:21:21 +00:00
Jeremy Fincher
662024d63d
Changed ChannelLogger to only log channels.
2003-04-12 12:20:00 +00:00
Jeremy Fincher
4e14a85ea1
Added verbose logging of tokenize times.
2003-04-12 12:19:27 +00:00
Jeremy Fincher
d7fce630d5
Finally fixed looping bug. Really. I mean it this time. I fixed it. It's gone.
2003-04-12 12:04:47 +00:00
Jeremy Fincher
f1ee8b1bbd
Typoed variable in class Irc.
2003-04-12 11:55:25 +00:00
Jeremy Fincher
066ed44b04
Changed seen to use utils.timeElapsed.
2003-04-12 10:39:04 +00:00
Jeremy Fincher
f6a286b311
Fixed makeNewAlias to allow and better argument handling.
2003-04-12 10:26:05 +00:00
Jeremy Fincher
4c67a96b49
Fixed bug in xor.
2003-04-11 21:49:47 +00:00
Jeremy Fincher
c92386f7cf
Changed ISNULL(word) to word ISNULL.
2003-04-11 21:36:25 +00:00
Jeremy Fincher
13109d1f96
Changed word=NULL to ISNULL(word)
2003-04-11 21:33:23 +00:00
Jeremy Fincher
62a833f29a
Added markovfirsts command.
2003-04-11 21:31:43 +00:00
Jeremy Fincher
8b0f62220d
Added markovfirsts command.
2003-04-11 21:25:31 +00:00
Jeremy Fincher
fd43eeafb9
Fixed re command.
2003-04-11 21:19:28 +00:00
Jeremy Fincher
bd8de87438
Fixed re command.
2003-04-11 21:18:55 +00:00
Jeremy Fincher
62c407d694
Added re command.
2003-04-11 21:17:37 +00:00
Jeremy Fincher
e5c58089ce
Must've forgotten to commit this earlier.
2003-04-11 21:10:17 +00:00
Jeremy Fincher
9253ce5adc
Stupid lack of import...
2003-04-11 21:05:16 +00:00
Jeremy Fincher
96e79c2b2d
Fixed behavior for actions.
2003-04-11 21:04:34 +00:00
Jeremy Fincher
3ddc088764
Forgot to move two lines under the fix.
2003-04-11 21:00:51 +00:00
Jeremy Fincher
c282eadcc3
Fixed UnboundLocalError.
2003-04-11 20:57:39 +00:00
Jeremy Fincher
f39b35eb9b
Must've forgotten this one earlier.
2003-04-11 20:52:39 +00:00
Jeremy Fincher
019a648617
Changed dictionaries in IrcState to use ircutils.IrcDict.
2003-04-11 20:46:23 +00:00
Jeremy Fincher
d596752a5f
Fixed bug (no __delitem__) in IrcDict and added test.
2003-04-11 20:44:29 +00:00
Jeremy Fincher
6aa1e8a7ed
Changed many dictionaries to the more appropriate ircutils.IrcDict.
2003-04-11 20:42:21 +00:00