Jeremy Fincher
|
199de7e71a
|
Changed the signature of canonicalColor to return an (fg, bg) pair. Also accepts a shift parameter which is the number of bits to >> the hash of the string. Both are used in Relay.py.
|
2003-08-12 08:50:28 +00:00 |
|
Jeremy Fincher
|
39cce9c3af
|
Changed from 's.find(x) != -1' to 'x in s'
|
2003-08-11 17:16:03 +00:00 |
|
Jeremy Fincher
|
2760c1bce0
|
Added group and test for group.
|
2003-08-11 07:12:41 +00:00 |
|
Jeremy Fincher
|
eb6fb90801
|
Removed the immutability checks in IrcMsg.
|
2003-08-11 06:57:17 +00:00 |
|
Jeremy Fincher
|
2c87c183b2
|
Optimized IrcMsg.__str__ slightly.
|
2003-08-11 05:08:33 +00:00 |
|
Jeremy Fincher
|
5f7656c781
|
Made throttling properly respect world.testing.
|
2003-08-11 05:07:07 +00:00 |
|
Jeremy Fincher
|
f203bca787
|
Added ability to define regexp callbacks in a mostly-Privmsg environment.
|
2003-08-11 03:34:54 +00:00 |
|
Jeremy Fincher
|
60fa81c268
|
Removed nick hack in IrcMsg; I never liked it anyway.
|
2003-08-10 11:25:03 +00:00 |
|
Jeremy Fincher
|
f9e6777f08
|
Added more docstrings.
|
2003-08-10 10:45:44 +00:00 |
|
Jeremy Fincher
|
031c81e937
|
Added ilen, a function to return the length of an iterator.
|
2003-08-07 06:13:11 +00:00 |
|
Jeremy Fincher
|
36996dd3cf
|
Updated stuff for 2.3 to break 2.2 compatibility :)
|
2003-08-07 02:48:44 +00:00 |
|
Jeremy Fincher
|
29f0b638b2
|
Added some more documentation.
|
2003-08-02 16:48:43 +00:00 |
|
Jeremy Fincher
|
ade9514212
|
Added more documentation.
|
2003-08-02 06:22:13 +00:00 |
|
Jeremy Fincher
|
5ec5b997ca
|
Made safeArgument handle colors correctly.
|
2003-08-01 23:48:02 +00:00 |
|
Jeremy Fincher
|
a4b6ee2028
|
Added caching for __str__, __repr__, and __len__.
|
2003-08-01 14:23:54 +00:00 |
|
Jeremy Fincher
|
3b5825ebe3
|
Removed use of eval from the tokenizer.
|
2003-07-31 06:45:03 +00:00 |
|
Jeremy Fincher
|
1cae9664a7
|
Upgraded to 2.3.
|
2003-07-31 06:20:58 +00:00 |
|
Jeremy Fincher
|
b7cb48b19b
|
Added flip function.
|
2003-07-30 21:47:21 +00:00 |
|
Jeremy Fincher
|
ad3fb443a6
|
Bugfix in mircColor.
|
2003-07-30 11:04:59 +00:00 |
|
Jeremy Fincher
|
c6a8cebc2d
|
Slight optimization in getCallback.
|
2003-07-30 11:04:29 +00:00 |
|
Jeremy Fincher
|
51ab17ad98
|
One line fix that's been in my code for awhile but not committed.
|
2003-07-29 00:58:57 +00:00 |
|
Jeremy Fincher
|
7a281d5e4b
|
Fixed some mircColors indiscretions and added a test for the new (proper) behavior.
|
2003-07-25 04:00:38 +00:00 |
|
Jeremy Fincher
|
5644c8da57
|
Changed some mircColor stuff.
|
2003-07-23 15:24:05 +00:00 |
|
Jeremy Fincher
|
2a52871fcc
|
Tweaked mircColor (yeah, I'm anal beyond all reason)
|
2003-07-23 15:13:30 +00:00 |
|
Daniel DiPaolo
|
0e16b70f8b
|
* added mircColor() function to ircutils as well as mircColors dict
* added test cases for this function
* implemented nick coloring for Relay
|
2003-07-23 05:29:16 +00:00 |
|
Jeremy Fincher
|
ebc3533275
|
This file was hanging back on protocol since it's been less used.
|
2003-07-23 02:16:06 +00:00 |
|
Jeremy Fincher
|
c8fbb4581b
|
Made the part command behave sensibly in the face of an empty argument list.
|
2003-07-23 02:12:17 +00:00 |
|
Jeremy Fincher
|
a7daba5eb7
|
Added some more documentation (though the work is probably not done).
|
2003-07-21 06:10:35 +00:00 |
|
Jeremy Fincher
|
e27f7e555c
|
Had to make it handle -O and -p in the getopt jazz.
|
2003-06-18 18:44:16 +00:00 |
|
Jeremy Fincher
|
6ead5d2692
|
Added psyco option, -O
|
2003-06-18 18:39:40 +00:00 |
|
Jeremy Fincher
|
5f8c054805
|
TypoError
|
2003-06-18 18:37:52 +00:00 |
|
Jeremy Fincher
|
1928b2f70d
|
Added psyco option, -O
|
2003-06-18 18:35:37 +00:00 |
|
Jeremy Fincher
|
725da854ce
|
TyopError
|
2003-06-18 07:19:27 +00:00 |
|
Jeremy Fincher
|
5c0ae0ecbf
|
Changed moduleof to use the canonicalName of the command.
|
2003-06-18 06:05:33 +00:00 |
|
Jeremy Fincher
|
a44ecb4aa0
|
Made the reliance on conf even less user-intensive.
|
2003-06-16 07:43:18 +00:00 |
|
Jeremy Fincher
|
f8a54c4872
|
Fixed irclib.Channel to use ircutils.nick on its stuff.
|
2003-06-16 04:56:06 +00:00 |
|
Jeremy Fincher
|
d9b994f6fe
|
Fixed bug in Irc.reset.
|
2003-06-06 04:47:18 +00:00 |
|
Jeremy Fincher
|
51cb83d3e6
|
Made logging for rate limiting more informative.
|
2003-06-05 10:00:31 +00:00 |
|
Jeremy Fincher
|
4c6e33b72d
|
Added rudimentary profiling support.
|
2003-06-04 05:23:55 +00:00 |
|
Jeremy Fincher
|
90409d0e19
|
Braino.
|
2003-06-04 04:48:49 +00:00 |
|
Jeremy Fincher
|
d810fe37b0
|
TypoError.
|
2003-06-04 04:45:46 +00:00 |
|
Jeremy Fincher
|
bbb46497b5
|
TypoError.
|
2003-06-04 04:44:19 +00:00 |
|
Jeremy Fincher
|
93df6be0c3
|
TypoError.
|
2003-06-04 04:42:32 +00:00 |
|
Jeremy Fincher
|
f2ae4b5f34
|
Finally found the underlying cause of the relaynames bug.
|
2003-06-04 03:56:59 +00:00 |
|
Jeremy Fincher
|
b1a1c85a17
|
Fixed bug in queue.__{get,set}item__.
|
2003-06-03 03:24:06 +00:00 |
|
Jeremy Fincher
|
a35bf21b4e
|
Made sure utils.timeElapsed doesn't go all decimal on me.
|
2003-06-03 03:18:14 +00:00 |
|
Jeremy Fincher
|
f35c9e8d05
|
Had wrong channel argument in IrcStat.do332.
|
2003-06-02 07:27:43 +00:00 |
|
Jeremy Fincher
|
ec8011347c
|
Fixed bug in Channel.
|
2003-06-02 07:21:08 +00:00 |
|
Jeremy Fincher
|
76539b36ef
|
Made it so if IndexError is raised, the data structure isn't modified in __delitem__
|
2003-06-02 06:47:53 +00:00 |
|
Jeremy Fincher
|
00d186cc42
|
Forgot underscore in isNick.
|
2003-06-02 05:31:13 +00:00 |
|