Jeremy Fincher
|
7e8aab6619
|
Added check for duplicate module loading in load command
|
2003-04-02 07:09:43 +00:00 |
|
Jeremy Fincher
|
f82170de74
|
Backed out previous change
|
2003-04-02 07:05:38 +00:00 |
|
Jeremy Fincher
|
f4d6ba0525
|
Changed 'too many exceptions raised' time to 0.20 seconds, not 0.05 seconds.
|
2003-04-02 07:05:05 +00:00 |
|
Jeremy Fincher
|
508ed5bcf1
|
Added queue implementation
|
2003-04-02 07:01:36 +00:00 |
|
Jeremy Fincher
|
4123a9d934
|
Stopped clearing conf/
|
2003-04-01 10:06:42 +00:00 |
|
Jeremy Fincher
|
798bac6d3c
|
Found and fixed the bug that sucked up 100% cpu when the network got disconnected.
|
2003-04-01 09:33:32 +00:00 |
|
Jeremy Fincher
|
ecdcabb4e6
|
Most structure and commands in place
|
2003-04-01 09:07:14 +00:00 |
|
Jeremy Fincher
|
3da6310065
|
Added some fixes; seen command works, and stats somewhat works.
|
2003-04-01 08:38:53 +00:00 |
|
Jeremy Fincher
|
dae47de713
|
Basic framework in place
|
2003-04-01 08:36:13 +00:00 |
|
Jeremy Fincher
|
cd5781c81a
|
Added flags class attribute to PrivmsgRegexp
|
2003-04-01 07:59:17 +00:00 |
|
Jeremy Fincher
|
f0cfa30eee
|
Added QUIT propogation
|
2003-04-01 07:09:36 +00:00 |
|
Jeremy Fincher
|
b61539ad46
|
Oops, bad search/replace regexp put a privmsgs in the wrong place.
|
2003-04-01 05:43:20 +00:00 |
|
Jeremy Fincher
|
a54020ad59
|
Fixed bug #711056
|
2003-04-01 05:39:36 +00:00 |
|
Brett Kelly
|
e06f07d402
|
private/public messages working now
|
2003-04-01 02:30:10 +00:00 |
|
Brett Kelly
|
c618a8fd19
|
getnote (almost) works now
|
2003-04-01 01:44:02 +00:00 |
|
Jeremy Fincher
|
46f3012f9a
|
Changed privmsgs.getArgs to raise ArgumentError, and make the necessary changes in callbacks to Do The Right Thing
|
2003-03-31 22:22:59 +00:00 |
|
Jeremy Fincher
|
df77cfaccf
|
Fixed minor bug in IrcMsgQueue and removed needless if statement
|
2003-03-31 22:21:42 +00:00 |
|
Jeremy Fincher
|
a52a1fe6d6
|
Forgot to change the class name
|
2003-03-31 15:55:38 +00:00 |
|
Jeremy Fincher
|
988618af4f
|
Altered lithp command to handle 'z' and changed a list comprehension with a builtin to a map
|
2003-03-31 10:45:41 +00:00 |
|
Jeremy Fincher
|
bfc6533d22
|
Changed OverflowError message.
|
2003-03-31 10:34:22 +00:00 |
|
Jeremy Fincher
|
880e004abb
|
Added better handling for OverflowError
|
2003-03-31 10:18:40 +00:00 |
|
Jeremy Fincher
|
c599e9962b
|
Added binary command
|
2003-03-31 10:08:22 +00:00 |
|
Jeremy Fincher
|
9b5739ca68
|
Added advanced/not advanced questions and check to make sure the server resolves.
|
2003-03-31 09:52:22 +00:00 |
|
Jeremy Fincher
|
390c1fa9ee
|
Attribute mode changes to someone
|
2003-03-31 09:31:47 +00:00 |
|
Jeremy Fincher
|
4c3944dde2
|
Added question to see if user wants to set user/ident
|
2003-03-31 09:27:45 +00:00 |
|
Jeremy Fincher
|
2ce7729916
|
Fixed minor style bug
|
2003-03-31 09:27:15 +00:00 |
|
Jeremy Fincher
|
aa9c867b14
|
Fixed spurious exception atexit.
|
2003-03-31 09:26:51 +00:00 |
|
Jeremy Fincher
|
c700f3c6e5
|
Straightened out some IrcState inconsistencies.
|
2003-03-31 09:23:32 +00:00 |
|
Jeremy Fincher
|
2bb3189d54
|
Fixed nick and mode change propogation
|
2003-03-31 09:22:48 +00:00 |
|
Jeremy Fincher
|
b147dfe1d3
|
Added some (now commented-out) debugging statements
|
2003-03-31 08:14:04 +00:00 |
|
Jeremy Fincher
|
e9f41a2f82
|
Fixed variable name typo
|
2003-03-31 08:13:23 +00:00 |
|
Jeremy Fincher
|
68440bd83a
|
Added proper NICK handling to IrcState
|
2003-03-31 08:12:50 +00:00 |
|
Jeremy Fincher
|
534c367b89
|
Slightly modified acronym regexp not to capture extra groups
|
2003-03-31 08:10:33 +00:00 |
|
Jeremy Fincher
|
d6f7fef0f8
|
Changed acronym to use %r for definitions so they get quoted.
|
2003-03-31 07:06:13 +00:00 |
|
Jeremy Fincher
|
f9cdb62725
|
Added nick and mode propogation
|
2003-03-31 07:04:23 +00:00 |
|
Jeremy Fincher
|
2806ec0a69
|
Fixed double-reply on bracketed non-commands
|
2003-03-31 07:00:25 +00:00 |
|
Jeremy Fincher
|
8e32a7cef9
|
Fixed variable-name typo in funkyArgument
|
2003-03-31 06:57:28 +00:00 |
|
Jeremy Fincher
|
fb756c807d
|
Removed trailing newline that was causing trouble in parsing configuration file
|
2003-03-31 06:56:56 +00:00 |
|
Jeremy Fincher
|
68dbb32d94
|
Added __future__ import
|
2003-03-31 06:55:34 +00:00 |
|
Jeremy Fincher
|
371210da16
|
Removed Utils.py because it conflicts with src/utils.py on case-insensitive OSes
|
2003-03-31 06:30:32 +00:00 |
|
Jeremy Fincher
|
0fc8e5e0d4
|
Initial import; conflict with src/utils.py
|
2003-03-31 06:29:38 +00:00 |
|
Jeremy Fincher
|
0f6fe97bf4
|
Fixed a single-quote bug in Tokenizer
|
2003-03-31 06:08:23 +00:00 |
|
Jeremy Fincher
|
817e967716
|
Made funkyArgument a bit more concise.
|
2003-03-31 06:06:21 +00:00 |
|
Jeremy Fincher
|
8fd1d71952
|
Made lithp a little more naturally lispish
|
2003-03-31 05:56:22 +00:00 |
|
Jeremy Fincher
|
10a65f7399
|
Added abbrev
|
2003-03-31 05:14:21 +00:00 |
|
James Vega
|
b1a2b87ed3
|
Adjusted the regex. Added morehelp response. Adjusted the request so that it specifies a browser (site does browser-checking). Used some list comprehension to show only the first 5 results.
|
2003-03-31 03:26:23 +00:00 |
|
James Vega
|
50cb2887b2
|
Modified how entries are added to self.revcache
|
2003-03-31 02:53:07 +00:00 |
|
James Vega
|
fc0bbc34d2
|
Removed a print statement
|
2003-03-31 02:09:24 +00:00 |
|
James Vega
|
a2d004b3bd
|
Fixed gkstats so that they work with utils.textToHtml
|
2003-03-31 02:06:42 +00:00 |
|
James Vega
|
f7939bd43b
|
Finished the google groups fix. Added a check for links to framed pages in order to grab non-framed pages to parse through.
|
2003-03-28 17:56:27 +00:00 |
|