Jeremy Fincher
|
9600ada127
|
Oops, thought I tested, turns out I didn't. start -> started.
|
2003-09-01 16:54:43 +00:00 |
|
Jeremy Fincher
|
a2d9e58c2a
|
Changed format of reconnect scheduling log.
|
2003-09-01 16:50:56 +00:00 |
|
Jeremy Fincher
|
1cf1e022a2
|
Removed some debugging stuff (clearing msg.prefix before sending it) and added logging to match asyncoreDrivers and twistedDrivers.
|
2003-09-01 16:14:04 +00:00 |
|
Jeremy Fincher
|
2b6f989cb1
|
Removed useless line.
|
2003-09-01 15:53:29 +00:00 |
|
Jeremy Fincher
|
2bd4a88d76
|
Made it reset the IRC object before reconnection, and made it catch connect errors.
|
2003-09-01 15:46:10 +00:00 |
|
Jeremy Fincher
|
57b21b6394
|
Added line for socketDrivers.
|
2003-09-01 15:22:04 +00:00 |
|
Jeremy Fincher
|
35aff3f642
|
Added a sleep so we don\'t spin if we're the only driver.
|
2003-09-01 08:13:52 +00:00 |
|
Jeremy Fincher
|
38d1896da3
|
Changed to make sure every SocketDriver times out in a conf.poll length.
|
2003-09-01 08:11:24 +00:00 |
|
Jeremy Fincher
|
5313428ca7
|
Initial checkin.
|
2003-09-01 08:06:55 +00:00 |
|
Jeremy Fincher
|
78d32f1be9
|
Forgot the world.upkeep periodic event.
|
2003-09-01 07:15:18 +00:00 |
|
Jeremy Fincher
|
85caaf6696
|
Fixed bug in automatic canonicalNaming of non-commands.
|
2003-09-01 06:47:22 +00:00 |
|
Jeremy Fincher
|
d1677d4192
|
Changed regexp in Privmsg to be more flexible.
|
2003-09-01 05:59:58 +00:00 |
|
Jeremy Fincher
|
e6bfc72b77
|
Minor changes, added some (commented-out) debug.printfs.
|
2003-09-01 05:59:34 +00:00 |
|
Jeremy Fincher
|
30d3747f1d
|
Added utils.pluralize.
|
2003-09-01 05:42:35 +00:00 |
|
Jeremy Fincher
|
7795e6bbf3
|
Fixed help to work with plugin names.
|
2003-08-30 19:52:56 +00:00 |
|
Jeremy Fincher
|
442392b5ba
|
Guarded inserts into sys.path.
|
2003-08-30 19:20:08 +00:00 |
|
Jeremy Fincher
|
1cd7ccbfa4
|
Found bug in perlReToPythonRe and fixed it.
|
2003-08-30 18:39:19 +00:00 |
|
Jeremy Fincher
|
21879d0723
|
Turned off color if on a windows box.
|
2003-08-30 05:08:15 +00:00 |
|
Jeremy Fincher
|
b2436f4a99
|
Changed %70 to %68 for safety and lining up reasons.
|
2003-08-30 04:54:35 +00:00 |
|
Jeremy Fincher
|
f3b2ea905d
|
Fixed our code that caused a bug in textwrap.py.
|
2003-08-30 02:52:35 +00:00 |
|
Jeremy Fincher
|
55384617d4
|
Converted schedule over to heapq from bisect.
|
2003-08-29 14:18:18 +00:00 |
|
Jeremy Fincher
|
b29da50397
|
Hopefully got the prefix thing right.
|
2003-08-29 08:09:09 +00:00 |
|
Jeremy Fincher
|
900fa495f8
|
Changed default on allowEval to False, for safety reasons.
|
2003-08-29 07:23:14 +00:00 |
|
Jeremy Fincher
|
89a0d12cce
|
Added tracking of how many commands have been processed.
|
2003-08-29 07:08:03 +00:00 |
|
Jeremy Fincher
|
376e4043f0
|
Added commandsOnStart to make PyChecker happy.
|
2003-08-29 00:34:05 +00:00 |
|
Jeremy Fincher
|
4763cb4daa
|
Made expect even prettier.
|
2003-08-28 23:03:09 +00:00 |
|
Jeremy Fincher
|
3c8a7c2387
|
Used textwrap to make things prettier.
|
2003-08-28 22:55:22 +00:00 |
|
Jeremy Fincher
|
c81c452306
|
Added expectWithDefault.
|
2003-08-28 17:55:47 +00:00 |
|
Jeremy Fincher
|
a0bf562d7a
|
Redid startup/configuration junk.
|
2003-08-28 16:33:45 +00:00 |
|
Jeremy Fincher
|
aabd095239
|
Moved world.version to conf.version.
|
2003-08-28 13:59:07 +00:00 |
|
Jeremy Fincher
|
b572562cb3
|
Added utils.wrapLines and wrapped the lines of each plugin's example.
|
2003-08-27 16:25:43 +00:00 |
|
Jeremy Fincher
|
adbd4fd23b
|
Guarded the sys.path.insert.
|
2003-08-27 07:46:19 +00:00 |
|
Jeremy Fincher
|
9550971042
|
Added ability for commands to raise callbacks.CannotNest if they are not nestable.
|
2003-08-27 07:45:48 +00:00 |
|
Jeremy Fincher
|
51a474dd14
|
Added verbose log for spawning CommandThreads.
|
2003-08-27 01:39:58 +00:00 |
|
Jeremy Fincher
|
8f4bc0c325
|
Fixed possible error (uncovered during test) in Irc.die.
|
2003-08-26 18:14:59 +00:00 |
|
Jeremy Fincher
|
58d444b571
|
More documentation.
|
2003-08-26 17:18:35 +00:00 |
|
Jeremy Fincher
|
09c77aa234
|
Can catch re.error instead of sre_constants.error.
|
2003-08-26 17:08:46 +00:00 |
|
Jeremy Fincher
|
b1a392c691
|
Made the driver reset the Irc on disconnection, not connection.
|
2003-08-26 16:39:42 +00:00 |
|
Jeremy Fincher
|
c38099550e
|
Made IrcState keep history persistent through resets.
|
2003-08-26 16:39:23 +00:00 |
|
Jeremy Fincher
|
b1e6cc53ac
|
Added a reset method to RingBuffer and queue.
|
2003-08-26 16:38:28 +00:00 |
|
Jeremy Fincher
|
ed92fcad2b
|
Changed to make 'too long a message' error messages less inaccurate.
|
2003-08-26 15:03:34 +00:00 |
|
Jeremy Fincher
|
ab562416bf
|
Added getopt.GetoptError to exceptions to return help on.
|
2003-08-26 13:44:32 +00:00 |
|
Jeremy Fincher
|
b8550ab31d
|
Made the driver die in Irc.die.
|
2003-08-26 13:06:13 +00:00 |
|
Jeremy Fincher
|
28d81d656d
|
Made it handle improper arguments correctly; I never noticed that it wasn't doing it already.
|
2003-08-26 12:44:49 +00:00 |
|
Jeremy Fincher
|
5289f6bc75
|
Renamed conf.timestampFormat to conf.logTimestampFormat and added conf.humanTimestampFormat.
|
2003-08-26 11:15:15 +00:00 |
|
Jeremy Fincher
|
79fe7d8014
|
Added thread, to make threaded commands in an unthreaded module.
|
2003-08-25 20:19:42 +00:00 |
|
Jeremy Fincher
|
5630782e85
|
Made CommandThread work with non-instancemethods.
|
2003-08-25 19:50:46 +00:00 |
|
Jeremy Fincher
|
d73abebb36
|
Made @karma++ not return [karma++].
|
2003-08-25 07:23:36 +00:00 |
|
Jeremy Fincher
|
e18bc38676
|
Fixed asserts to use the new 'all' predicate in fix.py.
|
2003-08-23 12:11:46 +00:00 |
|
Jeremy Fincher
|
a7826bdc34
|
Added any/all sequence predicates.
|
2003-08-23 12:08:14 +00:00 |
|
Jeremy Fincher
|
6c26e4e28f
|
Made the response of the upkeep command more useful.
|
2003-08-23 11:41:25 +00:00 |
|
Jeremy Fincher
|
68b9b5f378
|
Guard against an error on exit.
|
2003-08-23 10:59:28 +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
|
53d883710e
|
Added unCommaThe function.
|
2003-08-23 07:57:04 +00:00 |
|
Jeremy Fincher
|
0743b3eb0a
|
Moved commandArgs outside of __init__.
|
2003-08-23 06:05:01 +00:00 |
|
Jeremy Fincher
|
bdd66dbd5e
|
Removed comments; removed zipiter (no one used it, and itertools.izip is available now). Added docstrings to all remaining non-docstringed functions.
|
2003-08-23 05:53:20 +00:00 |
|
Jeremy Fincher
|
f9413129a9
|
Satisfying PyChecker is my life's goal.
|
2003-08-23 05:14:16 +00:00 |
|
Jeremy Fincher
|
147d5cf6da
|
Finally got the persistent configuration working with the Relay module (though don't try to reload it :)).
|
2003-08-23 04:42:04 +00:00 |
|
Jeremy Fincher
|
8e068ce8c0
|
Made configuration commands persistent, yay!
|
2003-08-22 23:15:29 +00:00 |
|
Jeremy Fincher
|
a11873a260
|
Must've missed some sliceIndices conversion.
|
2003-08-22 23:10:08 +00:00 |
|
James Vega
|
ab93b9072f
|
Committing jemfinch's commaAndify fixes
|
2003-08-22 21:31:17 +00:00 |
|
Jeremy Fincher
|
f98d1f9db5
|
Small refactoring (the calm before the storm, so to speak) to start putting some more config stuff in conf.py.
|
2003-08-22 07:20:31 +00:00 |
|
Jeremy Fincher
|
94e25c6c17
|
Forgot to guard morehelp command against None __doc__s.
|
2003-08-22 07:00:07 +00:00 |
|
Jeremy Fincher
|
710dcd71c6
|
Added the capability to specify a mask for the whois helper.
|
2003-08-21 16:53:19 +00:00 |
|
Jeremy Fincher
|
6bfd991947
|
commaAndified timeElapsed.
|
2003-08-21 16:31:11 +00:00 |
|
Jeremy Fincher
|
4858770ee7
|
Ew, modified the original argument in utils.commaAndify.
|
2003-08-21 11:47:43 +00:00 |
|
Jeremy Fincher
|
ca646716b1
|
Removed spaces at the end of lines.
|
2003-08-20 16:26:23 +00:00 |
|
Jeremy Fincher
|
01eb6934ef
|
Added function commaAndify to turn a list of strings into a proper English foo, bar, and baz string.
|
2003-08-20 09:24:57 +00:00 |
|
Jeremy Fincher
|
06c36d283a
|
Change to satisfy PyChecker.
|
2003-08-20 07:19:56 +00:00 |
|
Jeremy Fincher
|
137f05b2e8
|
Made supybot report SyntaxError to the user.
|
2003-08-20 07:19:20 +00:00 |
|
Jeremy Fincher
|
3e58971fe6
|
Line shortened.
|
2003-08-19 19:02:59 +00:00 |
|
Jeremy Fincher
|
2e28200a41
|
Fixed extra [y/n] options in expect.
|
2003-08-19 13:36:14 +00:00 |
|
Jeremy Fincher
|
fb07813a55
|
Added docstring for PrivmsgCommandAndRegexp
|
2003-08-19 10:46:52 +00:00 |
|
Jeremy Fincher
|
230020ad5f
|
Removed sliceIndices and replaced all uses with slice.indices. Yay 2.3
|
2003-08-19 10:41:19 +00:00 |
|
Jeremy Fincher
|
7fd35a1071
|
Made some changes to satisfy PyChecker.
|
2003-08-19 10:38:45 +00:00 |
|
Jeremy Fincher
|
ef4b6d94a8
|
Removed some apostrophes so syntax highlighting works in emacs.
|
2003-08-17 21:29:50 +00:00 |
|
Daniel DiPaolo
|
83c44eecab
|
* added new utility, findBinaryInPath which searches the PATH for a specific binary
* removed getSpellBinary, and replaced with findBinaryInPath calls
|
2003-08-17 20:09:09 +00:00 |
|
Jeremy Fincher
|
62fbcccdf4
|
Removed enumerate.
|
2003-08-17 08:43:23 +00:00 |
|
Jeremy Fincher
|
e3364e0fdd
|
string_escape is better than unicode_escape.
|
2003-08-17 06:28:05 +00:00 |
|
Jeremy Fincher
|
b299a564ce
|
Added a noneFill parameter to group.
|
2003-08-17 06:24:58 +00:00 |
|
Jeremy Fincher
|
00290faca9
|
Fixed a possible bug in the ArgumentError handler and replaced my SyntaxError(Error) stupidity.
|
2003-08-17 06:24:17 +00:00 |
|
Jeremy Fincher
|
b78cabaed5
|
Wrote some more tests for FunCommands; found some bugs in the process.
|
2003-08-17 02:02:53 +00:00 |
|
Jeremy Fincher
|
1d9f7f331c
|
Added a little del to the reload/unload stuff
|
2003-08-15 05:39:35 +00:00 |
|
Jeremy Fincher
|
9db6ace58b
|
Added upkeep command.
|
2003-08-15 02:56:41 +00:00 |
|
Jeremy Fincher
|
46cf8bb6fd
|
Tyop.
|
2003-08-14 18:53:22 +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
|
c4005a115a
|
Made the reload and load commands also update linecache, so tracebacks are correctly line-numbered and whatnot.
|
2003-08-14 12:01:37 +00:00 |
|
Jeremy Fincher
|
622f96c8d4
|
Made the old callbacks die before the new callbacks are loaded.
|
2003-08-13 05:41:48 +00:00 |
|
Jeremy Fincher
|
2dd5a522d3
|
Changed nick/user/host of server hostmask to be the hostmask itself. Also disabled _ircmsg import for the time being.
|
2003-08-12 19:12:44 +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
|
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 |
|