https://github.com/ProgVal/Limnoria

sort by:
Revision Author Date Message Commit Date
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
4e7a00d Admin refactored ignore/unignore/ignores to ignore add/remove/list, and changed tests accordingly. 25 March 2005, 14:03:44 UTC
890d92d Admin capability add/remove refactored, and tests changed accordingly. 25 March 2005, 13:41:17 UTC
71830d0 Because super sucks, we need to assign to self.log before calling our parents' __init__s, because mixins might be before our parents. Ridiculous. Don't be surprised if we go on a super-excising rampage in the future. 24 March 2005, 16:27:41 UTC
9971e99 Fix the modelines. 23 March 2005, 20:07:45 UTC
d56aaea supybot-plugin-doc: added configuration generation 23 March 2005, 16:41:07 UTC
0ce71fe supybot-plugin-doc: added support for nested plugins command generation. 23 March 2005, 15:57:57 UTC
fb4ac5d supybot-plugin-doc: added coyright notice and logging information, fixed break on nested plugins. 23 March 2005, 15:32:35 UTC
7c5463d Add some more assertion messages. 22 March 2005, 19:03:02 UTC
2c96a65 asserts should have an associated message. 22 March 2005, 14:45:21 UTC
5a7442c an early start to supybot-plugin-doc 22 March 2005, 13:58:53 UTC
2aded95 Add a test for Note.next 21 March 2005, 16:38:05 UTC
7cf0728 Added a 'next' command. 04 February 2005, 15:44:53 UTC
d5c279e Changed % into format in output strings. 04 February 2005, 15:43:23 UTC
4404cdc dbi cdb mapping trying to use a non-existent variable. 21 March 2005, 15:53:13 UTC
7aae5ae fix alternate separator with slash in first part of regexp 17 March 2005, 19:51:24 UTC
6b19504 Changed the utils.iter.choice test to work bettar. 14 March 2005, 18:55:11 UTC
3d60b66 Made the SimpleProxy interface a little more consistent with IrcObjectProxy. 14 March 2005, 03:52:30 UTC
9ec4493 Have to handle the fact that we might have a proxy. 14 March 2005, 03:51:56 UTC
7e44128 Added the Web.fetch command. 14 March 2005, 02:44:55 UTC
c598e4c Added a few more UNKNOWN_HOST types. 14 March 2005, 02:32:48 UTC
5fe4730 Added __url__ to the default stuff generated by supybot-newplugin. 14 March 2005, 02:16:34 UTC
bc49542 Added supybot-plugin-package to the list of installed scripts. 14 March 2005, 02:16:06 UTC
ee0434a Ssomeone wass a little esss happy, me thinkss. 14 March 2005, 00:40:03 UTC
bd7ca03 Added supybot-plugin-package, later to be filled out with more functionality. This is important to add because it standardizes our package format, making it possible to write website products that open this package and use some of it (like the README, or the CHANGES, or the NEWS document, etc.) for values on the web. 13 March 2005, 22:47:37 UTC
2584f4a Capitalization change. 13 March 2005, 22:44:09 UTC
7445ed0 Let's give do* methods at least a SimpleProxy, if for no other reason than to stave off the questions and consternation resulting from *not* having an irc.reply available. 12 March 2005, 22:27:23 UTC
aefcd59 Move structures to utils/ 12 March 2005, 18:01:47 UTC
36f6f11 Line too long. 11 March 2005, 23:27:17 UTC
24271c7 No need to issue a warning here *and* when we call connectSSL. 11 March 2005, 21:29:33 UTC
df23365 dded code to Socket driver to make sure it refuses to connect when network.ssl is set to True 11 March 2005, 18:37:02 UTC
eab237d Rename misc.log to messages.log 11 March 2005, 18:06:18 UTC
5604346 Make sure to set a sane umask. 11 March 2005, 18:05:51 UTC
38784b9 Plugin needed a little format() love. 10 March 2005, 05:22:05 UTC
606e92a Add supybot.plugins.ShrinkUrl.bold 09 March 2005, 23:29:49 UTC
e3d4478 Fix some test failures. 09 March 2005, 14:34:11 UTC
bd6aa8f Fixed some bugs introduced in my earlier commit, uncovered by the Note tests. 09 March 2005, 10:42:16 UTC
69a83e8 Stopped possible AttributeError (nick could've been None). 09 March 2005, 10:36:54 UTC
1f49fc1 Some small refactorings, fixed a problem in unsend. 09 March 2005, 10:43:01 UTC
0e68a44 Fixed bug with nested plugins having the same name as themselves. 09 March 2005, 08:05:24 UTC
52fabfd Added a test for nested plugins having the same command name as the plugin name. It fails right now. 09 March 2005, 07:28:35 UTC
back to top