Commit Graph

11823 Commits

Author SHA1 Message Date
Jeremy Fincher f32efbf2b2 Added Friendly.py, a module to be friendly to people. 2003-03-27 08:53:13 +00:00
Jeremy Fincher 5954b72e3f Removed friendly.py; it needs to be renamed Friendly.py and stuck in plugins/ 2003-03-27 08:47:25 +00:00
Jeremy Fincher 256e2e0a5d Fixed stupid bug in outFilter (forgot *not*) 2003-03-27 08:37:17 +00:00
Jeremy Fincher 34a47130e1 Fixed stupid bug in outFilter (extra parenthese in regexp) 2003-03-27 08:27:35 +00:00
Jeremy Fincher fae918a1ba Fixed stupid bug in outFilter (forgot to return msg) 2003-03-27 08:26:36 +00:00
Jeremy Fincher 32262af492 Changed over to privmsgs.CapabilityCheckingPrivmsg and finished relaydisconnect. 2003-03-27 08:24:22 +00:00
Jeremy Fincher d5c7789cbb Made bot relay its own non-relay messages and factored out formatting of PRIVMSGs. 2003-03-27 08:17:51 +00:00
Jeremy Fincher c268078697 Fixed action handling 2003-03-27 08:04:19 +00:00
Jeremy Fincher ca08509247 Split UserCommands out from privmsgs. 2003-03-27 07:57:27 +00:00
Jeremy Fincher d1a5457080 Changed privmsgs.CapabilityChecker to privmsgs.CapabilityCheckingPrivmsg 2003-03-27 07:26:46 +00:00
Jeremy Fincher 2404efa59c Made it a bit more user-friendly and useful; added owner user creation. 2003-03-27 07:18:55 +00:00
Brett Kelly b640aa746b Fixing SQL syntax 2003-03-27 07:13:37 +00:00
Jeremy Fincher f785d97167 Fixed users/channels instantiation to allow for non-existent files 2003-03-27 06:57:09 +00:00
Jeremy Fincher 0663267ba3 Updated setup.py to reflect moving-out of various *Commands from privmsgs. 2003-03-27 06:51:34 +00:00
Jeremy Fincher 6dc64ce230 Broke AdminCommands out of privmsgs. 2003-03-27 06:47:42 +00:00
Jeremy Fincher 5844a1440e Separated MiscCommands from privmsgs. 2003-03-27 06:34:48 +00:00
Brett Kelly c299956101 Fixing little syntax errors 2003-03-27 06:31:32 +00:00
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