Commit Graph

11807 Commits

Author SHA1 Message Date
Jeremy Fincher 5ef1d3eaaa Added keyword arg to htmlToText to determine how to replace HTML tags. 2003-04-02 09:20:49 +00:00
Jeremy Fincher dcf7fa5924 Added some more functionality (__iter__, __eq__, __repr__) to queue. 2003-04-02 09:19:26 +00:00
Jeremy Fincher d7e3b18046 Added more intelligence to IrcMsgQueue 2003-04-02 09:07:52 +00:00
Jeremy Fincher 75768aa524 Added netcraft command 2003-04-02 08:54:23 +00:00
Brett Kelly 487c99c909 fixed output when querying for all unread notes 2003-04-02 08:30:12 +00:00
Jeremy Fincher b21071c382 Fixed bug in load and removed Sorry. 2003-04-02 08:18:20 +00:00
Jeremy Fincher 99cb3579a6 Fixed pydoc command to allow getting docstrings of objects in __builtins__. 2003-04-02 08:13:10 +00:00
Jeremy Fincher 3f3d26d635 Added check to make sure logs/* were normal files. 2003-04-02 08:00:57 +00:00
Jeremy Fincher 10a0fe9f93 Made uptime command not based on loading of FunCommands module. 2003-04-02 07:50:35 +00:00
Jeremy Fincher c31167ed3f Stopped catching exceptions in the wrong place in callCommand. 2003-04-02 07:42:07 +00:00
Jeremy Fincher 806a45a936 Reverted back to non-exception-raising irc.error. 2003-04-02 07:27:32 +00:00
Jeremy Fincher 952b7b6517 Added pydoc command 2003-04-02 07:27:00 +00:00
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