sort by:
Revision Author Date Message Commit Date
7fdb72a plugins/RSS: Stop using attributes for feeds. 30 May 2005, 00:52:54 UTC
4baff17 plugins/Alias: Stop using attributes for aliases. 29 May 2005, 19:41:49 UTC
85e9035 plugins/RSS: Fix a bug in RSS.remove. 29 May 2005, 16:54:57 UTC
fab281b Long line. 29 May 2005, 03:58:39 UTC
b9cd027 Fixed the help for register. 27 May 2005, 16:37:22 UTC
66076c0 Removed a useless wrapper around a method that shouldn't exist. 27 May 2005, 03:47:04 UTC
b09f358 Removed options related to the hashing of passwords; it's an unimportant user detail, and people smart enough to care are smart enough to do it themselves. 26 May 2005, 02:50:00 UTC
90d199b Removed the call to os.umask, which gained nothing and caused some problems (ones that I haven't quite figured out) 25 May 2005, 05:19:10 UTC
b59742d Removed the -O and -OO switches to reduce confusion; they didn't work anyway. 25 May 2005, 05:17:52 UTC
660776f Fixed twisted.internet.ssl imports to work still if OpenSSL isn't installed. 23 May 2005, 19:38:29 UTC
4fb1519 Properly fixed bugs where plugins expected strings and got non-strings. 23 May 2005, 11:51:22 UTC
a1992b5 Fixed the bug that caused "reply reply" to be necessary instead of just "reply". 23 May 2005, 11:23:53 UTC
aeaad90 plugins/Time: Make sure the Time commands are nested-safe, i.e. they reply with strings. 22 May 2005, 21:01:16 UTC
ff2eb7d 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. 20 May 2005, 16:29:17 UTC
5e07947 plugins/Ctcp: Fix another utils.commaAndify bug. 19 May 2005, 23:52:53 UTC
8730832 Refactored the Socket driver, hopefully to resolve the currently outstanding bugs (#1156765 and #1097217) with it. 19 May 2005, 23:39:19 UTC
6986bba Changed the log message for trying SSL with Socket driver to point people in the direction of Twisted. 19 May 2005, 23:38:55 UTC
49e7467 Made the maxReconnectWait configurable. 19 May 2005, 23:38:13 UTC
d565307 plugins/Topic: Fix a bug with Topic.set where setting topic 1 would set the entire topic. 19 May 2005, 17:23:31 UTC
e4242ba plugin/Topic: Keep track of what the channel's topic is when we join so that we can undo the first topic change. 19 May 2005, 17:21:44 UTC
4e4c23a Removed the "All channels synced ..." message since it's not entirely accurate with our new JOIN ratelimiting. 18 May 2005, 14:35:57 UTC
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
back to top