Commit Graph

4217 Commits

Author SHA1 Message Date
Jeremy Fincher d6faaefa30 Why not make this public? 2004-07-29 09:53:13 +00:00
Jeremy Fincher 30abebecbe Some random commits, NormalizedString, etc. 2004-07-29 09:51:38 +00:00
Jeremy Fincher 61793a489c Added the new buttkicking enable/disable. 2004-07-29 09:46:22 +00:00
Jeremy Fincher 17f15da7f7 We haven't needed this for awhile now. 2004-07-29 08:41:47 +00:00
Jeremy Fincher b252ae87c9 Added a value option to registryValue to allow not getting the value (and just returning the group). 2004-07-29 07:40:32 +00:00
Jeremy Fincher b26ef394ab Updated forgotten % in Misc.tell. 2004-07-29 07:39:59 +00:00
Jeremy Fincher 5f1a08f6e0 Added error handling for a bad default network. 2004-07-29 07:39:30 +00:00
Jeremy Fincher 9bfb616623 Fixed list bug. 2004-07-29 07:37:27 +00:00
Jeremy Fincher 0f5920571e Updated __str__ for Irc objects. 2004-07-29 07:05:46 +00:00
Jeremy Fincher a3f136279f Spelled publicly correctly, and moved the proper registration of the public attribute from Owner to conf.registerPlugin. 2004-07-29 07:01:40 +00:00
Jeremy Fincher a7dcf7604b Removed PersistentDictionary. 2004-07-29 06:58:42 +00:00
Jeremy Fincher 206d8bd527 Added the note ids that are unread to the notification message. 2004-07-28 20:25:11 +00:00
Jeremy Fincher 2ca430403f Updated. 2004-07-28 19:03:13 +00:00
Jeremy Fincher bfa2382aae Slight doc/style updates. 2004-07-28 16:42:39 +00:00
Jeremy Fincher 6886a88d5c Added KeepAlive. 2004-07-28 06:46:28 +00:00
Jeremy Fincher 7c71096929 Changed the default for setValue keyword in setUserValue. 2004-07-28 06:12:02 +00:00
Jeremy Fincher 66bad99eaa Let's make sure getUrls doesn't return duplicates. 2004-07-28 06:02:09 +00:00
Jeremy Fincher d594232c5c Reduced functionality, but I doubt anyone will complain. Much cleaner and clearer now that we're using flat files. 2004-07-28 05:59:30 +00:00
Jeremy Fincher 46383f9fc7 Made --private only show private plugins. 2004-07-28 04:27:51 +00:00
Jeremy Fincher 79bb9029ef Bug in removing channels from supybot.channels. 2004-07-28 03:28:02 +00:00
Jeremy Fincher 73af1f2a8d Bug in removing channels from supybot.channels. 2004-07-28 03:27:35 +00:00
Jeremy Fincher a42eb99cdf Bug in nicks. 2004-07-28 03:08:03 +00:00
Jeremy Fincher f606c43753 Let's remove stupid directories. 2004-07-28 02:58:10 +00:00
Jeremy Fincher b9507c9607 Updated. 2004-07-28 02:56:52 +00:00
Jeremy Fincher 0f12c4bb19 Refactored a little. 2004-07-28 02:56:44 +00:00
Jeremy Fincher 230a0503a2 Added DataFilename. 2004-07-28 02:56:08 +00:00
Jeremy Fincher fb8fc70221 Removed, moved to plugins/__init__.py for lack of a better name. 2004-07-28 02:23:09 +00:00
Jeremy Fincher 848303c021 Fix for world.documenting issue. 2004-07-28 02:20:58 +00:00
James Vega 03b183da7f Some updates to work with the import changes and support module.Class.__doc__ 2004-07-28 02:10:16 +00:00
Jeremy Fincher d2ff10b25d Updated some logs, fixed a major bug with reconnecting in irc.reset. 2004-07-28 00:32:09 +00:00
Jeremy Fincher 8f72aeca1a Fix for cycling bug. 2004-07-27 23:58:07 +00:00
Jeremy Fincher 65c8b48d40 We're probably going to use Joel's irclib.py, stripped for its DCC stuff. 2004-07-27 23:55:05 +00:00
Jeremy Fincher 35bd48b9e8 I thought *args would be a list. Turns out it's not. 2004-07-27 23:33:22 +00:00
Rob Sanderson cdd0de9a0c Updated Chat and Accept handlers 2004-07-27 23:13:43 +00:00
Rob Sanderson 9b2b71a5e1 Ooops. Forgot to register configs. 2004-07-27 22:44:50 +00:00
Rob Sanderson afbeb4d582 Updated for XXXs down to unfinished reference code
-- Azaroth
2004-07-27 22:38:37 +00:00
Jeremy Fincher 32ba3b10b1 Made crossword fail when an active hangman game has a solution in the answer set. 2004-07-27 22:04:43 +00:00
Jeremy Fincher 82161ee386 Refactored not to use SQLite; we lose anagrams, but crossword and hangman become much easier to use. 2004-07-27 17:43:17 +00:00
Jeremy Fincher 43013d4cc0 Updated with a whole bunch of XXX commands for azaroth. 2004-07-27 09:53:38 +00:00
Jeremy Fincher e6ff03a3a8 Updated with a whole bunch of XXX commands for azaroth. 2004-07-27 09:52:34 +00:00
Jeremy Fincher 6cc8c29a6b Added dcc, to build dcc privmsgs. 2004-07-27 09:52:14 +00:00
Jeremy Fincher 16ebd1c2ba Initial checkin. 2004-07-27 09:09:12 +00:00
Jeremy Fincher 810a051923 Removeed some useless imports. 2004-07-27 05:21:14 +00:00
Jeremy Fincher fe55f17cbf Updated to use only the registry. 2004-07-27 05:19:14 +00:00
Jeremy Fincher 4b40f18825 Gave the schedule driver a proper name. 2004-07-27 05:18:34 +00:00
Jeremy Fincher 5163921d40 Removed do001 because we don't need it any longer; the network is always set. 2004-07-27 05:18:19 +00:00
Jeremy Fincher e393459893 Refactored slightly, added some debug logging, etc. 2004-07-27 05:17:53 +00:00
Jeremy Fincher 01e3cbad9e Updated, adding some logging, adding style dots to some others, etc. 2004-07-27 05:17:31 +00:00
Rob Sanderson 50c650ace3 Sample File server for DCC. Uses DCC Chat to navigate directory structure.
Allows multiple configurable queues on multiple channels.
-- Azaroth
2004-07-27 02:05:18 +00:00
Rob Sanderson 726dc3f0f5 Improved DCC handing, including file send, file send resume and chat handling.
See FServe.py plugin for sample wrapping code.
--Azaroth
2004-07-27 02:03:50 +00:00