Jeremy Fincher
|
830a5c5084
|
Commented out an overly verbose (even for DEBUG level) log message.
|
2005-06-30 22:04:59 +00:00 |
|
James Vega
|
bd31b7f596
|
src/irclib: Handle IRCds which use a MAXLIST-style value for the MAXBANS 005 key.
|
2005-06-29 14:20:54 +00:00 |
|
James Vega
|
464c1e3cb9
|
src/callbacks: Remove a duplicate except statement.
|
2005-06-28 20:57:32 +00:00 |
|
James Vega
|
e4c9381f7b
|
src/commands: Update first so that state.errored will not prevent the bot from responding when the first converter fails.
|
2005-06-13 17:27:15 +00:00 |
|
Jeremy Fincher
|
3d66bc88e5
|
Let's ensure that self.repliedTo is False before calling invalidCommands.
|
2005-06-08 17:49:54 +00:00 |
|
Jeremy Fincher
|
dff2862bb1
|
Fixed jamessan's multiple-invalidCommand bug.
|
2005-06-08 17:45:58 +00:00 |
|
Jeremy Fincher
|
0d83dde909
|
Moved a comment to the appropriate place.
|
2005-06-08 16:24:54 +00:00 |
|
Jeremy Fincher
|
cc4c143176
|
Log the name of each spawned thread at the DEBUG level.
|
2005-06-08 03:53:00 +00:00 |
|
Jeremy Fincher
|
490fb0b140
|
Changed prefixName to prefixNick, which is more appropriate, and has always bothered me. Better now than later.
|
2005-06-01 21:08:30 +00:00 |
|
Jeremy Fincher
|
4da1f38235
|
Fixed the security issue nicktastic reported, and made sure that if, for some reason, an error doesn't raise an exception, it still stops the calling of the command function.
|
2005-06-01 20:13:33 +00:00 |
|
Jeremy Fincher
|
c1dcb47e3f
|
Added another elucidating comment.
|
2005-05-30 19:20:17 +00:00 |
|
Jeremy Fincher
|
5815b3b348
|
Added some elucidating comments.
|
2005-05-30 19:19:43 +00:00 |
|
Jeremy Fincher
|
b5f1e2a3e7
|
Added utils.iter.limited, an iterable that limits the number of elements that can be taken from another iterable.
|
2005-05-30 19:19:11 +00:00 |
|
James Vega
|
c268aab9bd
|
+darcs
|
2005-05-30 04:36:01 +00:00 |
|
James Vega
|
14752347e2
|
Initial changelog and version changes for 0.83.0rc3.
|
2005-05-30 04:28:24 +00:00 |
|
Jeremy Fincher
|
66076c0831
|
Removed a useless wrapper around a method that shouldn't exist.
|
2005-05-27 03:47:04 +00:00 |
|
Jeremy Fincher
|
660776f804
|
Fixed twisted.internet.ssl imports to work still if OpenSSL isn't installed.
|
2005-05-23 19:38:29 +00:00 |
|
Jeremy Fincher
|
4fb15198a0
|
Properly fixed bugs where plugins expected strings and got non-strings.
|
2005-05-23 11:51:22 +00:00 |
|
Jeremy Fincher
|
a1992b55ec
|
Fixed the bug that caused "reply reply" to be necessary instead of just "reply".
|
2005-05-23 11:23:53 +00:00 |
|
Jeremy Fincher
|
ff2eb7daa9
|
Tried (again) to fix bug #1156765. This might resurrect some old bugs, such as the inability to quit via Ctrl-C or similar. It must be tested.
|
2005-05-20 16:29:17 +00:00 |
|
Jeremy Fincher
|
8730832e69
|
Refactored the Socket driver, hopefully to resolve the currently outstanding bugs (#1156765 and #1097217) with it.
|
2005-05-19 23:39:19 +00:00 |
|
Jeremy Fincher
|
6986bbad16
|
Changed the log message for trying SSL with Socket driver to point people in the direction of Twisted.
|
2005-05-19 23:38:55 +00:00 |
|
Jeremy Fincher
|
49e74670a4
|
Made the maxReconnectWait configurable.
|
2005-05-19 23:38:13 +00:00 |
|
Jeremy Fincher
|
4e4c23a781
|
Removed the "All channels synced ..." message since it's not entirely accurate with our new JOIN ratelimiting.
|
2005-05-18 14:35:57 +00:00 |
|
Jeremy Fincher
|
9aaba996b3
|
Changed log message for 433 to be more accurate when a 432 is encountered.
|
2005-05-18 05:23:38 +00:00 |
|
Jeremy Fincher
|
0b848199b5
|
Fixed some style issues with logging calls.
|
2005-05-18 04:18:35 +00:00 |
|
Jeremy Fincher
|
a1e707caa2
|
Changed Synchronized to make attributes (and changing the attributes' names) more maintainable.
|
2005-05-16 18:42:38 +00:00 |
|
James Vega
|
23c0d23a01
|
src/conf.py: addhostmask is now "hostmask add"
|
2005-05-18 02:38:41 +00:00 |
|
James Vega
|
994cff5c05
|
Update a couple missed changeFunctionName calls.
|
2005-05-16 03:25:43 +00:00 |
|
Jeremy Fincher
|
79fc5b5994
|
Fixed a bug in the way Synchronized was implemented.
|
2005-05-16 00:23:44 +00:00 |
|
Jeremy Fincher
|
ce74fa825e
|
Synchronized Commands (basically, all command-based plugins). Should fix the issue with Karma causing crashes due to PySQLite's un-thread-friendliness.
|
2005-05-15 18:27:12 +00:00 |
|
Jeremy Fincher
|
cbf154b4ff
|
Fixed Synchronized to allow synchronization of methods not defined in the current class.
|
2005-05-15 18:26:50 +00:00 |
|
Jeremy Fincher
|
4b0600a91a
|
Added a Synchronized metaclass.
|
2005-05-15 17:41:07 +00:00 |
|
Jeremy Fincher
|
2394005cdd
|
Moved utils.changeFunctionName to utils.python.
|
2005-05-15 17:17:26 +00:00 |
|
Jeremy Fincher
|
1d357dd470
|
Some more slight tweaks to the MetaFirewall implementation and stuff.
|
2005-05-15 17:08:02 +00:00 |
|
Jeremy Fincher
|
2861b5a334
|
Fixed some uselessness in log.MetaFirewall and removed an attribute that shouldn't be firewalled (it was vestigial).
|
2005-05-15 16:50:10 +00:00 |
|
Jeremy Fincher
|
00fc0584ed
|
Put more useful information into the docstring for utils.seq.window.
|
2005-05-15 16:12:43 +00:00 |
|
James Vega
|
8693dbd5cc
|
Update version numbers for 0.83.0rc2.
|
2005-05-12 15:59:02 +00:00 |
|
James Vega
|
7bfc9cbdd3
|
utils/str: Rename nth to ordinal and have it return the full string instead of just the ordinal ending.
|
2005-05-09 17:20:43 +00:00 |
|
Glen Mailer
|
7deadddbe8
|
utils.str.nth
|
2005-05-08 01:46:35 +00:00 |
|
James Vega
|
ae5b51fe97
|
Add +darcs to version.
|
2005-05-06 15:07:34 +00:00 |
|
James Vega
|
6666e25327
|
Forgot to update the version numbers.
|
2005-05-06 14:19:12 +00:00 |
|
James Vega
|
44ef2bd81a
|
Add unaddressedRegexps to PluginRegexp.
|
2005-04-21 17:28:48 +00:00 |
|
James Vega
|
e7e72d4484
|
Unbreak invalidCommands.
|
2005-04-20 23:06:50 +00:00 |
|
Jeremy Fincher
|
b48ca7ab71
|
Added supybot.protocols.irc.queuing.rateLimit.join, to throttle joins.
|
2005-04-14 01:35:35 +00:00 |
|
Jeremy Fincher
|
73f639b55f
|
Changed supybot.protocols.irc.refuseToQueueDuplicateMessages to supybot.protocols.irc.queuing.duplicates.
|
2005-04-14 00:56:26 +00:00 |
|
Jeremy Fincher
|
c621905d91
|
We now spawn a thread for invalidCommands when any of the plugins that will run invalidCommands are threaded.
|
2005-04-13 03:20:58 +00:00 |
|
Jeremy Fincher
|
e1d3c5e537
|
Changed the name of IrcObjectProxy to something more indicative of what it does.
|
2005-04-13 03:18:17 +00:00 |
|
Jeremy Fincher
|
c66e7b3e6e
|
Added a utils.python module for python-esque things.
|
2005-04-09 17:04:27 +00:00 |
|
Jeremy Fincher
|
29fc5681d3
|
Added a touch function to the file utils module.
|
2005-04-04 06:01:17 +00:00 |
|