Jeremy Fincher
|
97b8bab611
|
Added User.list command to list registered users.
|
2003-12-01 20:57:00 +00:00 |
|
Jeremy Fincher
|
4c4fbaccc1
|
Added User.list command to list registered users.
|
2003-12-01 20:57:00 +00:00 |
|
James Vega
|
23d81ec0cd
|
Removed pydoclink (whose idea was it to add that useless command anyways?) /me
hides
|
2003-12-01 18:15:53 +00:00 |
|
Jeremy Fincher
|
b6dd266549
|
Re-added colored stdout logging.
|
2003-12-01 15:38:42 +00:00 |
|
Jeremy Fincher
|
f24011559b
|
Changed the name of cpustats and netstats and cmdstats to remove the stats part.
|
2003-12-01 12:39:38 +00:00 |
|
Jeremy Fincher
|
35df9e1cfa
|
Added test to make sure overlong regexps don't slip through.
|
2003-12-01 12:35:07 +00:00 |
|
Jeremy Fincher
|
3aa6faa82a
|
Some code accidentally code committed, a useless function.
|
2003-12-01 12:04:26 +00:00 |
|
Jeremy Fincher
|
24f95e6a75
|
Small efficiency/readability fixes.
|
2003-12-01 12:04:02 +00:00 |
|
Jeremy Fincher
|
efa81e0ac2
|
Fixed SyntaxError.
|
2003-12-01 12:03:23 +00:00 |
|
Jeremy Fincher
|
ca6ebdce52
|
Added some extra logging of eval'ed expressions.
|
2003-12-01 11:25:48 +00:00 |
|
Jeremy Fincher
|
cada17ebb3
|
Added logging of the regexp and originator, in case of abuse.
|
2003-12-01 11:17:00 +00:00 |
|
Jeremy Fincher
|
fb2d9b7f4f
|
Various re fixes, including bug #850931.
|
2003-12-01 11:06:17 +00:00 |
|
James Vega
|
42e43531fc
|
irc.error()'s need a msg
|
2003-12-01 04:10:50 +00:00 |
|
James Vega
|
b0fa84408e
|
Added pydoclink, a command which returns a link to the current documentation
for the specified module
|
2003-11-30 23:24:09 +00:00 |
|
James Vega
|
76c4dfc762
|
cleaned up a couple of pylint warnings
|
2003-11-30 19:34:14 +00:00 |
|
James Vega
|
3adad29021
|
Removed extraneous paren
|
2003-11-30 17:56:39 +00:00 |
|
Jeremy Fincher
|
7bdf1059bf
|
Added test for reasons' period not being kept in the actual lart/praise.
|
2003-11-29 19:04:41 +00:00 |
|
Jeremy Fincher
|
068003cb52
|
Added tests for Bug #850931.
|
2003-11-29 18:57:47 +00:00 |
|
Jeremy Fincher
|
72f93610b1
|
Fix for bug #851254.
|
2003-11-29 18:45:29 +00:00 |
|
Jeremy Fincher
|
e15d15f794
|
Made sure Http.title doesn't read infinitely.
|
2003-11-29 02:34:07 +00:00 |
|
Jeremy Fincher
|
0b0d10fc82
|
Removed periods at the end of the reason.
|
2003-11-28 19:04:24 +00:00 |
|
Jeremy Fincher
|
a40742edb7
|
Added the id of the just-added todo to the reply.
|
2003-11-28 18:29:04 +00:00 |
|
Jeremy Fincher
|
b0fa390f99
|
Added the number of people to Relay.names.
|
2003-11-28 18:22:41 +00:00 |
|
Daniel DiPaolo
|
13b718ff96
|
It's probably a lot more useful to list the most popular options first in the
results.
|
2003-11-26 21:24:09 +00:00 |
|
Daniel DiPaolo
|
ea23b47163
|
Did a complete rework of the poll plugin.
|
2003-11-26 20:27:42 +00:00 |
|
Jeremy Fincher
|
d5c9873231
|
New logfilesize.
|
2003-11-26 19:24:28 +00:00 |
|
Jeremy Fincher
|
8ee09a01b8
|
Set the minimum priority.
|
2003-11-26 19:21:43 +00:00 |
|
Jeremy Fincher
|
e187479e19
|
Fixed crossword bug committed by Xylo.
|
2003-11-26 19:01:45 +00:00 |
|
Jeremy Fincher
|
41ab05862f
|
Changed the priority of the ignoring logged message.
|
2003-11-26 18:46:47 +00:00 |
|
Jeremy Fincher
|
d9cac7bfe4
|
Removed.
|
2003-11-26 18:29:15 +00:00 |
|
Jeremy Fincher
|
48166f4895
|
Huge update to the logging infrastructure.
|
2003-11-26 18:21:12 +00:00 |
|
Daniel DiPaolo
|
c97fe5e4a1
|
The configurable help message now includes an example.
|
2003-11-26 17:27:50 +00:00 |
|
Daniel DiPaolo
|
1999cb4bbe
|
ddipaolo-- (hey buddy, next time you might want to actually update the
configurable item's help string when you copy it from another module)
|
2003-11-26 17:24:31 +00:00 |
|
Daniel DiPaolo
|
89857d9bd8
|
Made Karma a configurable, added the 'simple-output' option to forego all the
'increased/decreased' output when requesting something's karma and to just
return the name and the total karma.
|
2003-11-26 17:07:20 +00:00 |
|
Daniel DiPaolo
|
8dc24b2d50
|
Implemented usability fix (RFE #849691) where if listkeys returns only one
factoid key, it should just return the value.
|
2003-11-26 16:20:57 +00:00 |
|
Jeremy Fincher
|
d64f5314f8
|
Fix for bug #849619.
|
2003-11-26 12:39:37 +00:00 |
|
Jeremy Fincher
|
23968baf49
|
Fix bug #849302.
|
2003-11-25 22:52:04 +00:00 |
|
Daniel DiPaolo
|
a524d72cc1
|
Removing our custom urllib2.py because the python2.3 urllib2.py apparently
fixes the bug that was holding us back earlier.
|
2003-11-25 22:35:13 +00:00 |
|
Daniel DiPaolo
|
130f30cca8
|
Completed the implementation of handling google groups URLs with 'prev=/' in
them
|
2003-11-25 21:42:25 +00:00 |
|
Jeremy Fincher
|
d7dfff7f1e
|
Added __revision__ strings.
|
2003-11-25 17:33:58 +00:00 |
|
Jeremy Fincher
|
c151c77b99
|
Made Admin the default for {add,remove}capability..
|
2003-11-25 16:08:30 +00:00 |
|
Jeremy Fincher
|
e6ec71c990
|
Added some comments, updated for the change of anticapabilities from ! to -.
|
2003-11-25 16:07:29 +00:00 |
|
Jeremy Fincher
|
574c861cdb
|
Fixed bugs with stupid contractions in NickServ notices.
|
2003-11-25 15:37:25 +00:00 |
|
Jeremy Fincher
|
a763674d83
|
Added server attribute to Irc objects.
|
2003-11-25 11:53:09 +00:00 |
|
Jeremy Fincher
|
e4db34da14
|
Twisted driver had no die() method.
|
2003-11-25 11:45:09 +00:00 |
|
Jeremy Fincher
|
adfb3e4035
|
Oops, had msg instead of response in the verbose printing.
|
2003-11-25 11:44:56 +00:00 |
|
Jeremy Fincher
|
5564e43239
|
Added ability to configure showing of ids on or off.
|
2003-11-25 11:43:09 +00:00 |
|
Jeremy Fincher
|
4770ef1b3f
|
Added the to= keyword argument to reply.
|
2003-11-25 11:08:57 +00:00 |
|
Jeremy Fincher
|
e65dcaab86
|
Allow more time for connect than for normal reads.
|
2003-11-25 10:34:07 +00:00 |
|
Jeremy Fincher
|
77393f83ad
|
Fixed bug in identification/doNotice code that would cause an infinite loop if the stupid services on the stupid (coughoftccough) network use a contraction.
|
2003-11-25 10:30:58 +00:00 |
|