Jeremy Fincher
|
51f80c265a
|
Upgrade to asyncore from 2.3; removed fcntl dependent stuff (since I don't have it on my system).
|
2003-04-08 07:04:57 +00:00 |
|
Jeremy Fincher
|
a07136b07f
|
Support for new module-level configuration.
|
2003-04-08 07:02:15 +00:00 |
|
Jeremy Fincher
|
6305958784
|
Initial import.
|
2003-04-08 07:00:39 +00:00 |
|
Jeremy Fincher
|
89fca3e5b6
|
Forgot to add 'src' to sys.path
|
2003-04-07 21:03:40 +00:00 |
|
Jeremy Fincher
|
89fa7855da
|
Added command timing to the verbose log.
|
2003-04-07 15:23:12 +00:00 |
|
Jeremy Fincher
|
58902cd8fd
|
Forgot two stupid newlines after the comments.
|
2003-04-07 15:18:20 +00:00 |
|
Jeremy Fincher
|
6e0aff9fb2
|
Added more support for passworded servers.
|
2003-04-07 03:45:05 +00:00 |
|
Jeremy Fincher
|
16374c53d6
|
Fixed bug (and added test) in distance.
|
2003-04-06 15:10:14 +00:00 |
|
Jeremy Fincher
|
1b79a300f9
|
Added check for owner capability in IrcUser.checkCapability
|
2003-04-06 12:32:12 +00:00 |
|
Jeremy Fincher
|
ec2908bc6c
|
Added more tests.
|
2003-04-06 12:28:56 +00:00 |
|
Jeremy Fincher
|
02ba0176b2
|
Added joinModes function; docstring to bold; assert to separateModes.
|
2003-04-06 12:27:34 +00:00 |
|
Jeremy Fincher
|
584237d818
|
Added exception list support for ban and bans; changed the order of arguments in user; added password command
|
2003-04-06 12:26:35 +00:00 |
|
Jeremy Fincher
|
4f54eb864e
|
Added 'quotes' to docstring (wasn't there before)
|
2003-04-06 12:24:56 +00:00 |
|
Jeremy Fincher
|
7d2a096e7a
|
Added check for rateLimiting in Privmsg.doPrivmsg (didn't check before)
|
2003-04-06 12:23:35 +00:00 |
|
Jeremy Fincher
|
66236e1f34
|
Added support for PASS command on connect.
|
2003-04-06 12:22:34 +00:00 |
|
Jeremy Fincher
|
d625b56eae
|
Added arstechnica and advogato; restructured to make adding feeds quick and easy.
|
2003-04-06 12:19:55 +00:00 |
|
Jeremy Fincher
|
43c0de76d9
|
Forgot to import time.
|
2003-04-06 11:49:53 +00:00 |
|
Jeremy Fincher
|
6976d587d5
|
Removed slashdot and moved it to RSS.py
|
2003-04-06 11:48:29 +00:00 |
|
Jeremy Fincher
|
78a2a21286
|
Initial import.
|
2003-04-06 11:42:41 +00:00 |
|
Jeremy Fincher
|
01b9ae732c
|
Changed to be entirely interactive.
|
2003-04-06 11:40:01 +00:00 |
|
Jeremy Fincher
|
99364a27af
|
Changed slashdot to use rssparser and also to remove all stories if the resulting message is too long.
|
2003-04-06 11:28:51 +00:00 |
|
Jeremy Fincher
|
1e353f7f12
|
Initial import.
|
2003-04-06 11:28:23 +00:00 |
|
Jeremy Fincher
|
83dd73a643
|
Fixed bug #715340, nested commands not parsed correctly.
|
2003-04-06 10:36:31 +00:00 |
|
Jeremy Fincher
|
9c78731123
|
Added morehelp.
|
2003-04-06 09:17:38 +00:00 |
|
Jeremy Fincher
|
047470f371
|
Fixed gkstats 'last seen' regexp.
|
2003-04-05 19:45:48 +00:00 |
|
Jeremy Fincher
|
a708471a45
|
Added morehelps and change a gkstats regexp slightly.
|
2003-04-05 19:41:59 +00:00 |
|
Jeremy Fincher
|
ec88721cb2
|
Made queue pickle-able.
|
2003-04-05 14:00:40 +00:00 |
|
Jeremy Fincher
|
6d3c060208
|
Made sure all authentication was removed on bot exit.
|
2003-04-05 13:54:12 +00:00 |
|
Jeremy Fincher
|
f078d7fe1b
|
Changed IrcState.history to a queue().
|
2003-04-05 13:46:44 +00:00 |
|
Jeremy Fincher
|
e93f0e62d0
|
Pulled out questions.py, added a few more niceties.
|
2003-04-05 13:41:36 +00:00 |
|
Jeremy Fincher
|
d9263c835d
|
Initial import; pulled out of scripts/setup.py and put here for public use.
|
2003-04-05 13:38:48 +00:00 |
|
Jeremy Fincher
|
2aecb6b390
|
Added more tests
|
2003-04-05 13:35:45 +00:00 |
|
Jeremy Fincher
|
b6608b9643
|
Added flatten.
|
2003-04-05 13:35:25 +00:00 |
|
Jeremy Fincher
|
f4b1884a34
|
Made it more interactive.
|
2003-04-05 12:50:15 +00:00 |
|
Jeremy Fincher
|
8f16571fdb
|
Fixed stupid syntax error (wrong quotes around praise)
|
2003-04-05 12:37:15 +00:00 |
|
Jeremy Fincher
|
1d23d06d20
|
Added tests for isAction and unAction
|
2003-04-05 12:33:28 +00:00 |
|
Jeremy Fincher
|
27c88542c7
|
Added commented-out test for when slice support is added to queue.
|
2003-04-05 12:26:13 +00:00 |
|
Jeremy Fincher
|
277a1a356d
|
Changed conf.minHistory to conf.maxHistory.
|
2003-04-05 12:25:39 +00:00 |
|
Jeremy Fincher
|
6f49bd2813
|
Added a few more tests.
|
2003-04-05 12:23:53 +00:00 |
|
Jeremy Fincher
|
e4715d4d3f
|
Added length=0 handling to soundex to return the everything.
|
2003-04-05 11:29:29 +00:00 |
|
Jeremy Fincher
|
b8f2bbb1bb
|
Another go at fixing the looping bug.
|
2003-04-05 11:25:38 +00:00 |
|
Jeremy Fincher
|
a50643c025
|
Added soundex to utils (along with a test) and to FunCommands.
|
2003-04-05 11:23:28 +00:00 |
|
Jeremy Fincher
|
4790d580ef
|
Initial import.
|
2003-04-05 10:41:08 +00:00 |
|
Jeremy Fincher
|
d708a6f6d4
|
Re-enabled __slots__ and added __getstate__, __setstate__
|
2003-04-05 10:40:36 +00:00 |
|
Jeremy Fincher
|
d0a569eb31
|
Added rawmsgs, msgs, and getMsgs for easy test messages.
|
2003-04-05 10:32:14 +00:00 |
|
Jeremy Fincher
|
eed4d68485
|
Initial import.
|
2003-04-05 10:31:24 +00:00 |
|
Jeremy Fincher
|
cf5af96ad0
|
Added __getitem__ and __setitem__ tests, as well as an IterableMap test.
|
2003-04-05 10:29:16 +00:00 |
|
Jeremy Fincher
|
d6059ac71e
|
Added proper ValueError raising when there's no command in IrcMsg.__init__.
|
2003-04-05 10:28:30 +00:00 |
|
Jeremy Fincher
|
cf8c5c01cf
|
Changed Channel to make it more in-line with future sets.Set.
|
2003-04-05 10:27:02 +00:00 |
|
Jeremy Fincher
|
a3c4b9bc0b
|
Lots of updates; most importantly, queue() and set() now take iterables as their single argument. Note that this will cause configuration file breakages.
|
2003-04-05 10:26:26 +00:00 |
|