sort by:
Revision Author Date Message Commit Date
08ab492 Fixed our NoSuitableDatabase error message not to log a traceback. 18 May 2005, 17:44:28 UTC
d5a889b Fixed problem that allowed connecting to an already-connected network. 18 May 2005, 14:55:55 UTC
9aaba99 Changed log message for 433 to be more accurate when a 432 is encountered. 18 May 2005, 05:23:38 UTC
c5e1f4e Fix for bug #1203201. 18 May 2005, 04:31:41 UTC
0b84819 Fixed some style issues with logging calls. 18 May 2005, 04:18:35 UTC
a1e707c Changed Synchronized to make attributes (and changing the attributes' names) more maintainable. 16 May 2005, 18:42:38 UTC
23c0d23 src/conf.py: addhostmask is now "hostmask add" 18 May 2005, 02:38:41 UTC
994cff5 Update a couple missed changeFunctionName calls. 16 May 2005, 03:25:43 UTC
79fc5b5 Fixed a bug in the way Synchronized was implemented. 16 May 2005, 00:23:44 UTC
ce74fa8 Synchronized Commands (basically, all command-based plugins). Should fix the issue with Karma causing crashes due to PySQLite's un-thread-friendliness. 15 May 2005, 18:27:12 UTC
cbf154b Fixed Synchronized to allow synchronization of methods not defined in the current class. 15 May 2005, 18:26:50 UTC
4b0600a Added a Synchronized metaclass. 15 May 2005, 17:41:07 UTC
2394005 Moved utils.changeFunctionName to utils.python. 15 May 2005, 17:17:26 UTC
1d357dd Some more slight tweaks to the MetaFirewall implementation and stuff. 15 May 2005, 17:08:02 UTC
2861b5a Fixed some uselessness in log.MetaFirewall and removed an attribute that shouldn't be firewalled (it was vestigial). 15 May 2005, 16:50:10 UTC
44c2f08 Used *MY* changelog entry for Seen.any. 15 May 2005, 16:12:16 UTC
f25003d Fixed the wrong Seen.any changelog. 10 May 2005, 18:15:54 UTC
00fc058 Put more useful information into the docstring for utils.seq.window. 15 May 2005, 16:12:43 UTC
8693dbd Update version numbers for 0.83.0rc2. 12 May 2005, 15:59:02 UTC
aa40e82 Add RELNOTES for 0.83.0rc2. 12 May 2005, 15:57:40 UTC
789ad20 changelog update for 0.83.0rc2. 12 May 2005, 15:53:47 UTC
170d735 plugins/Owner: Update some tests to how they should be written. Now we just need to get the code to work correctly. 11 May 2005, 01:00:01 UTC
106fbc6 plugins/Channel: Make disable/enable work again. 11 May 2005, 00:58:58 UTC
d26f9b1 plugins/Todo: Fix a test failure. 11 May 2005, 00:58:04 UTC
9a68ef2 plugins/Note: Fix a test failure. 11 May 2005, 00:57:30 UTC
c6007b3 plugins/Alias: Fix a test failure. 11 May 2005, 00:56:49 UTC
915f84c plugins/Plugin: Move an if outside of a for loop, since it won't change during the for loop. 10 May 2005, 22:09:50 UTC
3c736cf Fix up the changelog. 10 May 2005, 22:08:39 UTC
fa824bd Reordered changelog. Yeah, it's a little late, but it is somewhat useful anyway, for people who haven't used the release candidates. 10 May 2005, 10:59:03 UTC
22aac85 setup.py: Add Insult, News, and Unix to the list of plugins. 10 May 2005, 03:52:13 UTC
f1e5f95 Add Insult in the new plugin format. 10 May 2005, 03:40:39 UTC
41c7c5f Add Unix in the new plugin format. 10 May 2005, 03:31:54 UTC
9693685 Add News in the new plugin format. 10 May 2005, 03:02:15 UTC
726679d plugins/Misc: Give proper help when listing a plugin with no commands. 09 May 2005, 17:53:06 UTC
7bfc9cb utils/str: Rename nth to ordinal and have it return the full string instead of just the ordinal ending. 09 May 2005, 17:20:43 UTC
7deaddd utils.str.nth 08 May 2005, 01:46:35 UTC
229990e plugins/Todo: Forgot to import ircdb when I updated the "@todo" message. 09 May 2005, 15:23:34 UTC
06800f9 Correctly catch the HTMLParseError 07 May 2005, 03:55:14 UTC
47179f8 Catch HTMLParserErrors when we're trying to grab the <title>. 07 May 2005, 03:24:10 UTC
ae5b51f Add +darcs to version. 06 May 2005, 15:07:34 UTC
6666e25 Forgot to update the version numbers. 06 May 2005, 14:19:12 UTC
1dc5a06 Add Vim modeline to supybot-wizard. 06 May 2005, 02:36:10 UTC
903e605 Really make supybot-wizard see the new-style plugins. 06 May 2005, 02:31:42 UTC
5948a71 Make supybot-wizard see the new-style plugins. 05 May 2005, 22:53:29 UTC
2860053 Fix an exception in supybot-wizard. 05 May 2005, 22:38:27 UTC
f79ffc8 Fixed bug with replies when it's not a command and it's not nested. 05 May 2005, 13:24:11 UTC
5274eb0 Commit the initial ChangeLog and RELNOTES for 0.83.0rc1. Open for comments, suggestions, inclusion of skipped over information. 05 May 2005, 03:46:42 UTC
e9389a0 Add Factoids and MoobotFactoids to setup.py 04 May 2005, 01:39:28 UTC
b5b3d16 Relay.{join,part} should require admin capability. 03 May 2005, 21:45:55 UTC
7af1a75 Add release.py, updated to use Darcs. 02 May 2005, 17:39:12 UTC
c444ec3 Make sure to catch any KeyErrors. 01 May 2005, 22:54:14 UTC
3a061ad Change the "no todo" message for jemfinch. 01 May 2005, 22:26:25 UTC
fcfda73 Bug #1190350, Don't grab fake title. 30 April 2005, 12:53:42 UTC
d9ce747 Add optional capability checking for changing another user's Herald. 29 April 2005, 01:52:36 UTC
df73547 Fix up Plugin.contributors and a couple contributors dicts. 26 April 2005, 02:53:08 UTC
44ef2bd Add unaddressedRegexps to PluginRegexp. 21 April 2005, 17:28:48 UTC
53cc36b Really fix enable. 21 April 2005, 03:27:03 UTC
8ccf3ad Fix enable so we can actually enable commands again. 21 April 2005, 03:06:43 UTC
3e07d76 Alias names can coincide with plugin names now. 21 April 2005, 01:56:07 UTC
e7e72d4 Unbreak invalidCommands. 20 April 2005, 23:06:50 UTC
948571c Move MF to s-d 18 April 2005, 16:13:53 UTC
116f598 Re-add manual argument parsing since some stuff is a bit complex for wrap. 18 April 2005, 01:58:57 UTC
979cbd5 Fix some bugs in the Factoids conversion. 17 April 2005, 21:38:17 UTC
6b38346 Factoids should be under plugins/ 17 April 2005, 21:01:12 UTC
cc16ea6 Add Factoids in the new plugin format. It's probably still broken. 17 April 2005, 19:43:09 UTC
7e124b6 Change "User.set{password,secure}" to "User.set {password,secure}" 15 April 2005, 12:16:37 UTC
141bbf8 Remove the hostmask test from Misc. 15 April 2005, 12:15:51 UTC
9482f27 Make hostmask a source-nested command in User. 14 April 2005, 23:41:18 UTC
8698eaf Add tests to clarify how source-nested commands work. 14 April 2005, 01:47:21 UTC
b48ca7a Added supybot.protocols.irc.queuing.rateLimit.join, to throttle joins. 14 April 2005, 01:35:35 UTC
73f639b Changed supybot.protocols.irc.refuseToQueueDuplicateMessages to supybot.protocols.irc.queuing.duplicates. 14 April 2005, 00:56:26 UTC
8ce5a18 Add tests for "command named same as nested command class". 13 April 2005, 15:51:50 UTC
c621905 We now spawn a thread for invalidCommands when any of the plugins that will run invalidCommands are threaded. 13 April 2005, 03:20:58 UTC
e1d3c5e Changed the name of IrcObjectProxy to something more indicative of what it does. 13 April 2005, 03:18:17 UTC
c66e7b3 Added a utils.python module for python-esque things. 09 April 2005, 17:04:27 UTC
0333fb7 Updated copyright and removed some whitespace. 04 April 2005, 14:23:47 UTC
5889432 Add man page for supybot-plugin-doc. 08 April 2005, 02:48:50 UTC
6402f43 Actually make use of the clean option. 08 April 2005, 02:02:10 UTC
29fc568 Added a touch function to the file utils module. 04 April 2005, 06:01:17 UTC
c8d114b Added a few useful file functions. 04 April 2005, 05:46:22 UTC
ca41962 Quote the bad channel. 04 April 2005, 05:26:44 UTC
d0fadee Specify a default directory and don't prompt when we create the plugins directory. 04 April 2005, 05:25:59 UTC
27d835e Some more man page updates. 04 April 2005, 04:58:26 UTC
e691c94 Make some unnecessary questions for advanced users only. 04 April 2005, 03:16:06 UTC
43bec28 Simplify directory creation for non-advanced users. 04 April 2005, 03:15:09 UTC
3abadc4 Update the man pages. 04 April 2005, 03:14:35 UTC
482a490 Rename supybot-newplugin to supybot-plugin-create. 04 April 2005, 03:11:46 UTC
aea980c Update ValidChannel exceptions to contain the invalid channel. 04 April 2005, 03:05:52 UTC
99ea2e1 Add a man page for supybot-botchk. 04 April 2005, 02:58:27 UTC
bf64c83 Initial import of our man pages. 03 April 2005, 14:35:54 UTC
d4d2350 Finish implementing supybot-plugin-doc. 01 April 2005, 01:18:54 UTC
bc9cdc4 Fixed the broken mores. 28 March 2005, 13:29:55 UTC
47b42ee Fixed a NameError in an exception handler for a module we don't use anymore. 28 March 2005, 13:19:16 UTC
0773aa3 Made Proxy Irc objects map to the same dictionary slot, so we don't need to worry about calling getRealIrc all the time. 28 March 2005, 13:00:37 UTC
5ce2baa It should be possible to identify without flushing. 27 March 2005, 09:59:44 UTC
47a1912 Improved the reply given when a plugin with no commands is 'list'ed. 26 March 2005, 17:52:40 UTC
1dd6dc5 Proper fix for upkeep. 25 March 2005, 18:48:49 UTC
1a1a40a Forgot a parenthese, resulting in a TypeError. 25 March 2005, 18:13:55 UTC
9c7c384 Google.metagoogle -> Google.meta 25 March 2005, 15:45:44 UTC
e29a9c0 Fix line lengths. 25 March 2005, 15:42:51 UTC
back to top