Jeremy Fincher
|
155aeebe42
|
Added dccIP and unDccIP.
|
2003-10-09 16:12:53 +00:00 |
|
Jeremy Fincher
|
fc24f3ded1
|
Made seen case-insensitive.
|
2003-10-09 06:43:58 +00:00 |
|
Jeremy Fincher
|
8eed3f0982
|
Stupid __eq__ not being used in __ne__...
|
2003-10-09 05:46:35 +00:00 |
|
Jeremy Fincher
|
ce0002f454
|
Made IrcString more efficient/better, added a test for it.
|
2003-10-09 05:34:44 +00:00 |
|
Jeremy Fincher
|
aa7efcbad9
|
Fix for some bad tests; added support, fixed a long-latent bug that I thought was being tested for but wasn't.
|
2003-10-09 05:00:56 +00:00 |
|
Jeremy Fincher
|
b63730975c
|
Added a simple test.
|
2003-10-09 04:45:35 +00:00 |
|
Jeremy Fincher
|
d376476462
|
Added karma tests.
|
2003-10-09 04:28:31 +00:00 |
|
Jeremy Fincher
|
ae61e178ec
|
Added reset() to smallqueue.
|
2003-10-09 03:59:36 +00:00 |
|
Jeremy Fincher
|
b0f5674f91
|
Fixed bug #820262.
|
2003-10-08 22:38:27 +00:00 |
|
Jeremy Fincher
|
0d8ef3ee6d
|
Tests for the whatis <x> <num> functionality.
|
2003-10-08 16:28:12 +00:00 |
|
Jeremy Fincher
|
8b7b4d97ac
|
Added wildcard support, as per RFE #817309
|
2003-10-08 13:53:41 +00:00 |
|
Jeremy Fincher
|
52757421e0
|
Made sure debug.PRINTF was True.
|
2003-10-08 13:46:35 +00:00 |
|
Jeremy Fincher
|
e0184c5422
|
Added some more error-checking to the addAlias method.
|
2003-10-08 01:26:10 +00:00 |
|
Jeremy Fincher
|
28fb603ca0
|
Added some more error-checking to the addAlias method.
|
2003-10-07 22:19:08 +00:00 |
|
Jeremy Fincher
|
1099ca0705
|
Changed whois to internic.
|
2003-10-07 21:38:11 +00:00 |
|
Jeremy Fincher
|
f93b1e305a
|
Optparsified, and added the -e option to exclude certain tests.
|
2003-10-07 14:09:13 +00:00 |
|
Jeremy Fincher
|
1c96752dfa
|
Changed the pass statements to 'raise NotImplementedError' statements so the new changenews test would error out more quickly.
|
2003-10-07 09:41:05 +00:00 |
|
Jeremy Fincher
|
9e0ab0e73b
|
*Trying*, as hard as possible, to be nice to Windows.
|
2003-10-05 21:37:29 +00:00 |
|
Jeremy Fincher
|
b1977a1b29
|
Can't use ChannelDB, it requires SQLite. So we'll use Gameknot.
|
2003-10-05 21:29:29 +00:00 |
|
Jeremy Fincher
|
6bbbededdc
|
Ugh, Windows.
|
2003-10-05 21:24:05 +00:00 |
|
Jeremy Fincher
|
6107000658
|
Slight formatting changes and whatnot.
|
2003-10-05 20:33:01 +00:00 |
|
Jeremy Fincher
|
c32a207791
|
Updated to allow flags to be specified in assert{Not}Regexp, and to default to use re.I.
|
2003-10-05 20:32:42 +00:00 |
|
Jeremy Fincher
|
498682d830
|
Changes to be nice to Windows.
|
2003-10-05 20:05:53 +00:00 |
|
Jeremy Fincher
|
ef517515f7
|
Removed star imports.
|
2003-10-05 13:02:56 +00:00 |
|
Jeremy Fincher
|
6320511166
|
Added a few more asserts to *SetTestCase.testReprEval.
|
2003-10-05 11:57:25 +00:00 |
|
Jeremy Fincher
|
8ef808a039
|
Some bugs were being shadowed for some reason, and there were bugs in the handling of the owner privilege that hadn't been found because those tests had been shadowed.
|
2003-10-05 11:42:58 +00:00 |
|
Jeremy Fincher
|
66fc538a3a
|
Changed the anti-capability prefix to - instead of !.
|
2003-10-05 11:13:20 +00:00 |
|
Jeremy Fincher
|
fee74e9bd1
|
Moved some stuff to the __main__ part to make sure it's called only once.
|
2003-10-05 04:42:46 +00:00 |
|
Jeremy Fincher
|
93cc17ab43
|
Updated to make sure the test doesn't run if sqlite isn't installed.
|
2003-10-04 13:59:50 +00:00 |
|
Jeremy Fincher
|
d4ba047b2f
|
Added smallqueue class.
|
2003-10-04 13:20:41 +00:00 |
|
Jeremy Fincher
|
b9d265c102
|
Added docstrings, removed some unused methods.
|
2003-10-04 12:00:56 +00:00 |
|
Jeremy Fincher
|
9543859047
|
Changed searchfactoids to default to a glob search; --regexp and --exact searches work with specific options.
|
2003-10-04 10:16:57 +00:00 |
|
Jeremy Fincher
|
9f24c13be8
|
Moved the list of commands from cmdstats to the commands command.
|
2003-10-03 22:55:34 +00:00 |
|
Jeremy Fincher
|
baf5da1855
|
Added 'private' command, to reply in private.
|
2003-10-03 15:42:11 +00:00 |
|
Jeremy Fincher
|
1e8f8f634f
|
Updated testConvert for the new output format.
|
2003-10-03 14:44:04 +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
|
d52c8b90b4
|
Test for multiple regexp matching.
|
2003-10-03 00:25:57 +00:00 |
|
Jeremy Fincher
|
ff6fdf02f3
|
Added convert and units command.
|
2003-10-02 23:19:38 +00:00 |
|
Jeremy Fincher
|
4bda1fc74a
|
Bug fixes for .so modules.
|
2003-10-02 16:13:49 +00:00 |
|
Jeremy Fincher
|
4eaec74eea
|
Made to index from 1 instead of 0.
|
2003-10-02 06:10:55 +00:00 |
|
Jeremy Fincher
|
746e292693
|
Made to index from 1 instead of 0.
|
2003-10-02 06:10:54 +00:00 |
|
Jeremy Fincher
|
a8d7de246d
|
Made indexing start from 1 instead of 0.
|
2003-10-02 05:58:53 +00:00 |
|
Jeremy Fincher
|
32eb85e3c5
|
Fix for KeyError escaping from stats.
|
2003-10-02 00:43:38 +00:00 |
|
Jeremy Fincher
|
3d0bc9f8b2
|
Moved the bug command to AdminCommands to reduce abuse.
|
2003-10-02 00:26:57 +00:00 |
|
Jeremy Fincher
|
4fc4df9ff4
|
Forgot to update the test for the new seen behavior.
|
2003-10-02 00:26:53 +00:00 |
|
Jeremy Fincher
|
3891360527
|
Changed irclib.Channel to irclib.ChannelState.
|
2003-10-01 11:15:31 +00:00 |
|
Jeremy Fincher
|
2ea1052d06
|
Forgot to update this test based on the move of cpustats to the Status plugin.
|
2003-10-01 11:12:31 +00:00 |
|
Jeremy Fincher
|
538a262341
|
Moved {zen,pydoc} to the Python plugin and {whois,dns} to the Network plugin.
|
2003-10-01 11:12:06 +00:00 |
|
Jeremy Fincher
|
f84345048a
|
Fix for bug #815242, pydoc fnmatch.fnmatch fails.
|
2003-09-30 22:12:50 +00:00 |
|
Jeremy Fincher
|
8b04e1c537
|
Added cmdstats command.
|
2003-09-30 11:04:44 +00:00 |
|
Jeremy Fincher
|
ce3043a50f
|
Initial checkin.
|
2003-09-30 10:47:05 +00:00 |
|
Jeremy Fincher
|
2da90c99d6
|
Guarded IrcState.doMode to work only with channels.
|
2003-09-29 07:46:03 +00:00 |
|
Jeremy Fincher
|
6169822349
|
Guarded IrcState.doMode to work only with channels.
|
2003-09-29 07:44:27 +00:00 |
|
Jeremy Fincher
|
a91c55a93a
|
Updated to use checkChannelCapability.
|
2003-09-29 05:01:41 +00:00 |
|
Jeremy Fincher
|
6429a00a9a
|
Made sure to reset the debug file descriptors; fixed logfilesize test.
|
2003-09-29 04:42:15 +00:00 |
|
Jeremy Fincher
|
0843710626
|
More complete tests.
|
2003-09-29 04:36:41 +00:00 |
|
Jeremy Fincher
|
6e23e1d080
|
Made sure ChannelPluginTestCase actually joined the channel in setUp.
|
2003-09-29 04:36:05 +00:00 |
|
Jeremy Fincher
|
fe4af22e50
|
Added op/halfop/voice handling in IrcState.
|
2003-09-29 04:30:18 +00:00 |
|
Daniel DiPaolo
|
b71787b702
|
* Added a required per-channel news capability
* Fixed tests (syntax error, tabs/spaces)
* Updated addnews to use new persistent userids
|
2003-09-26 22:40:35 +00:00 |
|
Jeremy Fincher
|
2682670fc6
|
Added test for the recent bug fixed in addressed.
|
2003-09-25 16:12:43 +00:00 |
|
Jeremy Fincher
|
359ad14888
|
Updated for the help/morehelp -> syntax/help conversion.
|
2003-09-25 08:29:24 +00:00 |
|
Jeremy Fincher
|
c3e9c38b6a
|
Changed @help to @syntax, @morehelp to @help, and changed the output of @morehelp to be prettier.
|
2003-09-25 08:14:46 +00:00 |
|
Jeremy Fincher
|
923a38b4ed
|
Fix for RFE #811853, and fix for bug where @voice would actually try to give halfops (good thing no one ever found that :))
|
2003-09-25 07:52:03 +00:00 |
|
Jeremy Fincher
|
ad78a341a5
|
Fixed bug in the test.
|
2003-09-25 07:38:59 +00:00 |
|
Jeremy Fincher
|
873fbe20bc
|
Oops, removed a not-so-extra non-blank line.
|
2003-09-25 07:38:27 +00:00 |
|
Jeremy Fincher
|
12e9e037d4
|
Removed an extra blank line.
|
2003-09-25 07:37:49 +00:00 |
|
Jeremy Fincher
|
a13c8ab528
|
Removed the old sys.path-munging code now that we're disutil'ed.
|
2003-09-24 07:28:25 +00:00 |
|
Jeremy Fincher
|
1c86e6f40c
|
Removed shrink command since it's mostly unnecessary since we got the mores.
|
2003-09-24 04:19:23 +00:00 |
|
Jeremy Fincher
|
12d707a90f
|
Updated IrcObjectProxyRegexp.reply to match the interface of IrcObjectProxy.reply.
|
2003-09-23 20:45:00 +00:00 |
|
Jeremy Fincher
|
23453eff6a
|
Made the game snarfer not prefix the response with the the nick.
|
2003-09-23 20:26:25 +00:00 |
|
Jeremy Fincher
|
3f78522f15
|
Made sure the error message is correct when a user tries to removeCapability something that isn't there.
|
2003-09-23 17:05:53 +00:00 |
|
Jeremy Fincher
|
b50a01db7d
|
Made sure IrcUser.removeCapability raises KeyError on capabilities the user doesn't have.
|
2003-09-23 17:04:53 +00:00 |
|
Jeremy Fincher
|
7081d64124
|
Added test for IrcSet.
|
2003-09-23 15:52:36 +00:00 |
|
Jeremy Fincher
|
b4b2b2b883
|
Added --with option to quote command.
|
2003-09-22 22:11:05 +00:00 |
|
Jeremy Fincher
|
e40183f1e5
|
Fixed stupid verisign bug.
|
2003-09-22 18:00:16 +00:00 |
|
Jeremy Fincher
|
3e28059c9e
|
Fixed bug in genre pluralization.
|
2003-09-22 17:32:12 +00:00 |
|
Jeremy Fincher
|
f325de3a76
|
Thought of a bug, wrote a test, discovered it was a bug, fixed it.
|
2003-09-22 13:04:15 +00:00 |
|
Jeremy Fincher
|
29d297af8d
|
Oops, missed something that should've been in the test case.
|
2003-09-22 11:43:35 +00:00 |
|
Jeremy Fincher
|
d39475b528
|
Made sure PluginDocumentation didn't check PrivmsgRegexp instances.
|
2003-09-22 10:27:15 +00:00 |
|
Jeremy Fincher
|
d2eff8fdaf
|
RFE #810366: --private option to MiscCommands.list.
|
2003-09-22 10:22:06 +00:00 |
|
Jeremy Fincher
|
a1da1ba14d
|
Made IrcObjectProxy.error respect conf.errorReplyPrivate.
|
2003-09-22 09:45:23 +00:00 |
|
Jeremy Fincher
|
e75b92853b
|
Fixed bug with channel capabilities for channels with . in their name.
|
2003-09-22 09:18:13 +00:00 |
|
Jeremy Fincher
|
1ac029a54c
|
Added rsplit function.
|
2003-09-22 09:13:40 +00:00 |
|
Jeremy Fincher
|
cae8905594
|
RFE #807340: OwnerCommands command for setting conf variables.
|
2003-09-22 08:36:12 +00:00 |
|
Jeremy Fincher
|
a02282c957
|
Changed how logging through the debug module is handled.
|
2003-09-18 10:25:47 +00:00 |
|
Jeremy Fincher
|
76cb2a05d1
|
Added test for behavior.
|
2003-09-18 10:20:00 +00:00 |
|
Jeremy Fincher
|
f4d7b28a95
|
Added test for unregister.
|
2003-09-18 10:16:20 +00:00 |
|
Jeremy Fincher
|
ce293a32cc
|
Added second test of 433 response.
|
2003-09-18 10:06:58 +00:00 |
|
Jeremy Fincher
|
4ab9dc7718
|
Added changeusername command and fixed the framework so tests could run.
|
2003-09-18 07:52:34 +00:00 |
|
Jeremy Fincher
|
3af8f1c790
|
Added private and action keywords to IrcObjectProxy.reply and converted FunDB to use them.
|
2003-09-18 07:26:21 +00:00 |
|
Jeremy Fincher
|
0a2539c199
|
Fixed bug where ChannelPluginTestCase would try to chop off the first word of an ACTION.
|
2003-09-18 07:19:47 +00:00 |
|
Jeremy Fincher
|
40de833c24
|
Converted test framework to use the new functions in OwnerCommands.
|
2003-09-18 05:59:08 +00:00 |
|
Jeremy Fincher
|
fd1aacbd64
|
Fixed snarfer for drawn games.
|
2003-09-17 21:31:04 +00:00 |
|
Jeremy Fincher
|
70b80f0622
|
Added configuration variable to determine whether pipe syntax is accepted.
|
2003-09-17 19:19:38 +00:00 |
|
Jeremy Fincher
|
1c99146f41
|
Added some try/finallies to make sure replyWhenNotCommand always got reset properly.
|
2003-09-17 19:16:56 +00:00 |
|
Jeremy Fincher
|
41339e80e7
|
Added an exception for malformed IRC messages and a little more error checking to the string parsing for IrcMsgs.
|
2003-09-17 18:21:35 +00:00 |
|
Jeremy Fincher
|
457de48be4
|
Made sure no information is leaked with last being able to return private messages.
|
2003-09-17 08:07:24 +00:00 |
|
Jeremy Fincher
|
288f6179d6
|
Fixed a bug in the handling of the msg keyword argument in IrcMsg.
|
2003-09-17 07:53:11 +00:00 |
|
Jeremy Fincher
|
9ed2dcbc31
|
Fixed bug #807245, changetopic reorders topics.
|
2003-09-16 18:08:33 +00:00 |
|