Jeremy Fincher
|
64459c93ec
|
Fixed unColor to be right.
|
2003-09-04 17:32:27 +00:00 |
|
Jeremy Fincher
|
f0816d56a7
|
Changed bold and mircColor to use the right ender \x0F.
|
2003-09-03 09:46:06 +00:00 |
|
Jeremy Fincher
|
f0b533098c
|
Added a return value to shrinkList, the number of things removed from the list.
|
2003-08-23 09:07:45 +00:00 |
|
Jeremy Fincher
|
ca646716b1
|
Removed spaces at the end of lines.
|
2003-08-20 16:26:23 +00:00 |
|
Jeremy Fincher
|
936c1fd85e
|
Re-enabled ircutils.nick under a new name (IrcString) and for a different purpose (to make IrcDict and IrcSet work properly).
|
2003-08-14 14:15:07 +00:00 |
|
Jeremy Fincher
|
2a4c2ea185
|
Nuked ircutils.nick. Good riddance.
|
2003-08-12 19:12:12 +00:00 |
|
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
|
29f0b638b2
|
Added some more documentation.
|
2003-08-02 16:48:43 +00:00 |
|
Jeremy Fincher
|
5ec5b997ca
|
Made safeArgument handle colors correctly.
|
2003-08-01 23:48:02 +00:00 |
|
Jeremy Fincher
|
ad3fb443a6
|
Bugfix in mircColor.
|
2003-07-30 11:04:59 +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
|
f2ae4b5f34
|
Finally found the underlying cause of the relaynames bug.
|
2003-06-04 03:56:59 +00:00 |
|
Jeremy Fincher
|
00d186cc42
|
Forgot underscore in isNick.
|
2003-06-02 05:31:13 +00:00 |
|
Jeremy Fincher
|
328cdf2c0e
|
Fixed bug in isNick that was causing the Relay.relaynames bug.
|
2003-05-28 21:32:36 +00:00 |
|
Jeremy Fincher
|
b3e6c686a4
|
Changed nick class not to use __slots__.
|
2003-04-20 09:34:42 +00:00 |
|
Jeremy Fincher
|
30322c42b6
|
Changed nick class to use __slots__.
|
2003-04-20 09:33:41 +00:00 |
|
Jeremy Fincher
|
8bdfe2de97
|
Added docstrings to all the functions.
|
2003-04-20 09:32:52 +00:00 |
|
Jeremy Fincher
|
bacbf53386
|
Lowered the default values for limit on shrinkList and privmsgPayload.
|
2003-04-20 09:20:49 +00:00 |
|
Jeremy Fincher
|
7fa59b0f35
|
Changed definition of notFunky to include extended characters that might not be printable in my locale.
|
2003-04-17 10:11:34 +00:00 |
|
Jeremy Fincher
|
d596752a5f
|
Fixed bug (no __delitem__) in IrcDict and added test.
|
2003-04-11 20:44:29 +00:00 |
|
Jeremy Fincher
|
227f6e1e53
|
Made isIP actually test properly and added tests.
|
2003-04-10 07:36:49 +00:00 |
|
Jeremy Fincher
|
c1dd8204f8
|
Fixed isNick to allow digits and added test.
|
2003-04-10 07:29:08 +00:00 |
|
Jeremy Fincher
|
02ba0176b2
|
Added joinModes function; docstring to bold; assert to separateModes.
|
2003-04-06 12:27:34 +00:00 |
|
Jeremy Fincher
|
8d2ac8c359
|
Changed nickToLower to toLower (it works for channels too
|
2003-04-04 07:07:19 +00:00 |
|
Jeremy Fincher
|
40b8eb3956
|
Changed ircutils.reply to ircutils.replyTo
|
2003-04-04 06:59:39 +00:00 |
|
Jeremy Fincher
|
46eb87808f
|
Changed validArgument to isValidArgument
|
2003-04-04 06:08:36 +00:00 |
|
Jeremy Fincher
|
689f44028a
|
Had safeArgument logic flipped
|
2003-04-03 09:17:19 +00:00 |
|
Jeremy Fincher
|
d5c5e1240b
|
Removed funkyArgument; now we use safeArgument which does the repr() itself.
|
2003-04-03 08:31:47 +00:00 |
|
Jeremy Fincher
|
981c21617d
|
Added some asserts.
|
2003-04-03 08:17:21 +00:00 |
|
Jeremy Fincher
|
8e32a7cef9
|
Fixed variable-name typo in funkyArgument
|
2003-03-31 06:57:28 +00:00 |
|
Jeremy Fincher
|
817e967716
|
Made funkyArgument a bit more concise.
|
2003-03-31 06:06:21 +00:00 |
|
Jeremy Fincher
|
15e26578fb
|
Fixed funkyArgument to allow bolding.
|
2003-03-27 11:03:52 +00:00 |
|
James Vega
|
c803e5e9d8
|
Added vim:set ... : strings to source in order to keep file formatting
consistent between developers. Jeremy should be adding the equivalent
settings for emacs soon.
|
2003-03-24 08:41:19 +00:00 |
|
Jeremy Fincher
|
7801c84d84
|
Initial revision
|
2003-03-12 06:26:59 +00:00 |
|