Jeremy Fincher
|
e46765f426
|
Added a trusted capability (defaulting to off); made Utilties.re require it.
|
2003-12-04 08:28:56 +00:00 |
|
Jeremy Fincher
|
978fcc2f55
|
Added a commented-out test I never got to work.
|
2003-12-04 08:20:40 +00:00 |
|
Jeremy Fincher
|
417f57f4e8
|
'Fixed' bug #853791 (really, just fixed the error message).
|
2003-12-04 08:12:09 +00:00 |
|
Jeremy Fincher
|
8242302a07
|
Updated the logging of various things that need logged.
|
2003-12-04 08:11:34 +00:00 |
|
Jeremy Fincher
|
5fb21b5d06
|
Eh, sorted some output.
|
2003-12-04 07:18:10 +00:00 |
|
Jeremy Fincher
|
5300ca59fd
|
Changed the format of Channel.capabilities to match User.capabilities.
|
2003-12-04 07:15:14 +00:00 |
|
Jeremy Fincher
|
fd97e8d634
|
Fixed bug in that you could add over top already-existing commands.
|
2003-12-04 07:03:37 +00:00 |
|
James Vega
|
0857e3aca6
|
with Sourceforge.bug and Sourceforge.rfe's powers combined, we have
Sourceforge.tracker!
|
2003-12-04 02:18:55 +00:00 |
|
James Vega
|
93d3d78ccb
|
Commented out some debugging log statements (yes, I realize they were in a
huge comment block already)
|
2003-12-04 02:04:56 +00:00 |
|
James Vega
|
69ce95d500
|
Add a forums link to our navbar
|
2003-12-04 01:58:24 +00:00 |
|
James Vega
|
fa1c70b137
|
Finished flushing out Amazon's use of the web services. Added actual tests to
the test suite and updated pyamazon from 0.4 to 0.61
|
2003-12-04 01:56:50 +00:00 |
|
Jeremy Fincher
|
a74d1d5aef
|
Added a little extra logging.
|
2003-12-04 00:29:06 +00:00 |
|
Jeremy Fincher
|
1b462c8b55
|
Added a few more substitutes and allowed a few more names to be more compatible with blootbot.
|
2003-12-04 00:07:16 +00:00 |
|
Jeremy Fincher
|
cebcf5f0c7
|
Initial checkin.
|
2003-12-04 00:05:57 +00:00 |
|
Jeremy Fincher
|
4aa05c353a
|
Added ping command.
|
2003-12-03 23:56:06 +00:00 |
|
Jeremy Fincher
|
3398f1a819
|
Made the error message better when people try to run a plugin that requires sqlite and they don't have it.
|
2003-12-03 23:48:00 +00:00 |
|
Jeremy Fincher
|
2aaca31709
|
Moved Configurable out to its own module.
|
2003-12-03 23:14:09 +00:00 |
|
Jeremy Fincher
|
6925ecf760
|
New hostmaskPatternEqual that's a bit more correct and perhaps slightly faster.
|
2003-12-03 23:13:07 +00:00 |
|
Jeremy Fincher
|
1f38ac29d5
|
Removed timestamps from stdout logging.
|
2003-12-03 22:34:03 +00:00 |
|
Jeremy Fincher
|
95fc4532aa
|
Added some tests for hostmaskPatternEqual.
|
2003-12-03 22:33:20 +00:00 |
|
Jeremy Fincher
|
05ab09b9f5
|
Fixed to re-raise errors appropriately.
|
2003-12-03 22:32:33 +00:00 |
|
Jeremy Fincher
|
bb154e0a7f
|
Updated some format, didn't log some messages when the world is dying.
|
2003-12-03 22:31:33 +00:00 |
|
Jeremy Fincher
|
8fc9b00c03
|
Don't log the 'scheduling reconnect' message if the world is dying.
|
2003-12-03 22:29:49 +00:00 |
|
Jeremy Fincher
|
32eaa11322
|
Some better logging.
|
2003-12-03 22:17:12 +00:00 |
|
Jeremy Fincher
|
bc7083506f
|
Make sure to normalize the whitespace on help.
|
2003-12-03 22:02:29 +00:00 |
|
Jeremy Fincher
|
e23bf4167b
|
Use items() intead of iteritems() because we're deleting from the dictionary.
|
2003-12-03 21:54:18 +00:00 |
|
Jeremy Fincher
|
8cbcb2e225
|
Added some informational logging.
|
2003-12-03 21:45:02 +00:00 |
|
Jeremy Fincher
|
7accc317a7
|
Fixed the 'Alias raises a buttload of exceptions' bug.
|
2003-12-03 21:42:48 +00:00 |
|
Jeremy Fincher
|
246afc30e1
|
Made it not depend on Alias anymore.
|
2003-12-03 21:21:43 +00:00 |
|
Jeremy Fincher
|
c6b232b588
|
Made to require admin capabilities to add/remove lookups.
|
2003-12-03 21:19:49 +00:00 |
|
Jeremy Fincher
|
ed5fede565
|
Added Note.unsend command.
|
2003-12-03 21:00:56 +00:00 |
|
Jeremy Fincher
|
43a890e488
|
Added kick command.
|
2003-12-03 20:52:05 +00:00 |
|
Jeremy Fincher
|
4726fdf223
|
Made sure the pluralized power commands don't get run with no arguments.
|
2003-12-03 20:49:51 +00:00 |
|
Jeremy Fincher
|
e4d9f6ded2
|
Added some asserts to the pluralized power message functions.
|
2003-12-03 20:48:44 +00:00 |
|
Jeremy Fincher
|
b2f98258a6
|
Fixed bug in handling of pages less than maxSize but with no Content-length header.
|
2003-12-03 20:47:33 +00:00 |
|
Jeremy Fincher
|
39ab2b78bf
|
Added Channel.{deop,devoice,dehalfop}
|
2003-12-03 20:27:42 +00:00 |
|
Jeremy Fincher
|
7f3cafbfbd
|
Fixed ops, deops, halfops, dehalfops, voices, and devoices.
|
2003-12-03 20:17:13 +00:00 |
|
Jeremy Fincher
|
8e7416fd72
|
Limit the number of mores to 50.
|
2003-12-03 05:42:55 +00:00 |
|
Jeremy Fincher
|
902ff30dd4
|
Removed an extraneous __revision__ string and import fix.
|
2003-12-03 05:26:35 +00:00 |
|
Jeremy Fincher
|
890d2a5f4e
|
Added an iteritems to ChannelsDictionary and made it into an IterableMap.
|
2003-12-03 05:26:14 +00:00 |
|
Jeremy Fincher
|
0f3dcf0c01
|
Added Http.size, Http.doctype, and Http.headers.
|
2003-12-03 05:24:18 +00:00 |
|
Jeremy Fincher
|
7b9c0ccd86
|
Changed the name of WebException to WebError.
|
2003-12-03 04:57:30 +00:00 |
|
Daniel DiPaolo
|
b6faf3602e
|
Added test for the wordstats-top-n configurable
|
2003-12-03 03:51:31 +00:00 |
|
Daniel DiPaolo
|
42afa12765
|
Time to *really* finish up the stuff in the RFE and not just close it without
completely finishing it off ;)
|
2003-12-03 03:14:40 +00:00 |
|
Jeremy Fincher
|
31de7d0cf8
|
Fixed bugz0r!
|
2003-12-03 02:43:30 +00:00 |
|
Jeremy Fincher
|
2046e63898
|
Made to use the conf.confDir.
|
2003-12-03 02:30:41 +00:00 |
|
Jeremy Fincher
|
e9b20c83ec
|
Fixed bugz0r!
|
2003-12-03 02:26:20 +00:00 |
|
Jeremy Fincher
|
f8ea57b05f
|
Added RFE #852937.
|
2003-12-03 02:17:10 +00:00 |
|
Jeremy Fincher
|
d4442a04ff
|
Slightly tweaked, added test.
|
2003-12-03 01:55:19 +00:00 |
|
Daniel DiPaolo
|
fe9468c0e6
|
Always bet on black!
|
2003-12-03 01:43:38 +00:00 |
|