Commit Graph

11856 Commits

Author SHA1 Message Date
Jeremy Fincher b040e855a8 Broke ChannelCommands out of privmsgs 2003-03-27 06:28:13 +00:00
Jeremy Fincher cbfcd0b523 Removed dumpdb.py and makedb.py, both useless since the conversion to SQLite. 2003-03-27 06:08:35 +00:00
Brett Kelly 935b09d5b8 Made major changes to make it nearly functional, added methods to read, send, and delete notes 2003-03-27 06:07:21 +00:00
Jeremy Fincher 979ed770d8 Re-enabled the old reloading method, we'll see if it comes in useful. 2003-03-27 06:06:56 +00:00
Jeremy Fincher 20c37dd96f Put setDaemon in its proper place. 2003-03-27 06:04:56 +00:00
Jeremy Fincher ee6a33b7e7 Made making modules that rely on certain capabilities being preset much easier to to write (CapabilityChecker) 2003-03-27 06:02:37 +00:00
Jeremy Fincher 21ad5fa890 Finally somewhat functional. 2003-03-27 06:00:31 +00:00
Brett Kelly 67944a8b1b initial import of Notes plugin (in progress) 2003-03-27 02:42:26 +00:00
Jeremy Fincher 4679d9b184 Added strsplit command 2003-03-26 10:38:46 +00:00
Jeremy Fincher 1da16fc9e7 Removed factually incorrect information 2003-03-26 10:30:10 +00:00
Jeremy Fincher 37ce2de476 Changed bareword to actual string. 2003-03-26 10:15:30 +00:00
Jeremy Fincher df45ce1195 Fixed html stripping in foldoc. 2003-03-26 10:14:10 +00:00
Jeremy Fincher 6aacef4cf4 Fixed FunCommands.lastfrom actually use channel argument 2003-03-26 10:12:06 +00:00
Jeremy Fincher 1f88cd4c03 PyChecker found unused imports 2003-03-26 10:09:06 +00:00
Jeremy Fincher 6c3e6d7b99 PyChecker found another non-selfed variable 2003-03-26 10:08:27 +00:00
Jeremy Fincher a13c55a896 PyChecker found a non-selfed variable 2003-03-26 10:07:55 +00:00
Jeremy Fincher 587c33cc05 PyChecker found a typoed variable name 2003-03-26 10:06:26 +00:00
Jeremy Fincher e7da39da77 Untested, but close to functional 2003-03-26 10:04:26 +00:00
Jeremy Fincher e112e32d71 Still buggy, but more featureful 2003-03-26 08:39:50 +00:00
Jeremy Fincher 5fa489e826 Fixed bug in IrcObjectProxy.getRealIrc: issubclass->isinstance 2003-03-26 07:39:34 +00:00
Jeremy Fincher 56a204b453 Made isCommand checking more flexible. 2003-03-26 07:02:09 +00:00
Jeremy Fincher 8ab1e9834a Removed useless try/except block. 2003-03-26 07:01:13 +00:00
Jeremy Fincher 1623c594d7 Added __eq__ and __hash__ to the Irc class (necessary for the Relay module) 2003-03-26 06:56:02 +00:00
Jeremy Fincher a848a8982d Took out a few things, added a few things. 2003-03-26 06:33:03 +00:00
Jeremy Fincher 05b6303684 Added extra line before vim line at bottom. 2003-03-26 02:41:39 +00:00
Jeremy Fincher db69351721 Do a msvcrt.heapmin() during upkeep on Windows 2003-03-26 02:31:13 +00:00
Jeremy Fincher 4d43fe11db Changed nature of threaded implementation to give more descriptive debug messages and to catch and report uncaught exceptions. 2003-03-26 02:30:05 +00:00
Jeremy Fincher 1808366dde Removing sandbox/makescript.py 2003-03-26 01:16:20 +00:00
Jeremy Fincher 6ba9b0f191 Removing sandbox/anagrams.py, which isn't necessary because FunDB subsumed its features. 2003-03-26 01:15:09 +00:00
Brett Kelly a54068dd40 removing sandbox/debian.py 2003-03-26 01:13:38 +00:00
Jeremy Fincher 01a2b06e85 Removed sandbox/8ball.dat 2003-03-26 01:12:32 +00:00
Jeremy Fincher 2a5f817e50 Removing old files. 2003-03-26 01:05:49 +00:00
Jeremy Fincher ead342c614 Changed defaultCapabilities to a set() instead of a list 2003-03-26 01:03:34 +00:00
Jeremy Fincher f9b755e883 Removed auth from un-disable-able commands 2003-03-26 01:03:19 +00:00
Jeremy Fincher 6d56a864b4 Forgot irc.reply(msg, conf.replySuccess) in addlart. 2003-03-26 00:42:13 +00:00
Jeremy Fincher 76fb59758e New style guidelines for SQL. 2003-03-26 00:15:08 +00:00
Jeremy Fincher 73244ba170 Fixed a typo in the docstring of getArgs 2003-03-25 23:58:11 +00:00
Jeremy Fincher 17815fbeda Don't complain about not adding messages to the message queue when world.startup is in effect. 2003-03-25 23:44:22 +00:00
Jeremy Fincher ff8a967647 Moved startup to world. 2003-03-25 23:42:37 +00:00
Jeremy Fincher 273e426972 Changed randomquote to give the number of the quote 2003-03-25 23:26:31 +00:00
Jeremy Fincher b38e5e2252 Initial import; workaround for bug in Python 2.2 rfc822.py 2003-03-25 23:24:38 +00:00
Jeremy Fincher 468efc0a44 Added link to SF.net page 2003-03-25 23:21:42 +00:00
Jeremy Fincher d07305b384 Stylistic bug 2003-03-25 23:19:03 +00:00
Jeremy Fincher 4469382089 Finally fixed unidentify 2003-03-25 23:18:21 +00:00
Jeremy Fincher 1ceab4306c Fixed bug in recent commit: msg -> self.msg in IrcObjectProxy 2003-03-25 23:16:10 +00:00
Jeremy Fincher 96b03bf6e7 Fixed checkCapability to handle anti capabilities during startup 2003-03-25 23:14:26 +00:00
Jeremy Fincher 90687f6d1d Fixed minor period-bug in a docstring help 2003-03-25 23:08:45 +00:00
Jeremy Fincher 423e066a19 Fixed unidentify to not require a name/password. 2003-03-25 23:07:34 +00:00
Jeremy Fincher eabd3c8cf5 Removed auth/unauth aliases for identify/unidentify 2003-03-25 23:05:51 +00:00
Jeremy Fincher 657526b985 Fixed makeAntiCapability to Do The Right Thing in the face of channel-like capabilities 2003-03-25 22:47:58 +00:00