Commit Graph

84 Commits

Author SHA1 Message Date
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
Jeremy Fincher 03c50ff7b4 Made a helper function tokenize(s) so it can be called instead of Tokenizer().tokenize(s) 2003-03-25 22:32:14 +00:00
Jeremy Fincher 57b2fffc0f Added itersplit 2003-03-25 20:21:12 +00:00
Jeremy Fincher d3e28c1cfe Fixed randomquote in the face of an empty database. 2003-03-25 20:12:27 +00:00
Jeremy Fincher 4b6f87f195 Fixed an AttributeError (connection->conn) 2003-03-25 19:22:28 +00:00
Jeremy Fincher 6fa46793a0 Fixed a stupid variable name (def\!) 2003-03-25 19:21:42 +00:00
Jeremy Fincher 5651ae2190 Fixed a platform-dependence bug and rewrote some config file parsing to be cleaner. 2003-03-25 19:20:30 +00:00
Jeremy Fincher fa261c0e80 Added acronym and geekquote commands and triple-quoted method docstrings. 2003-03-25 09:02:03 +00:00
Jeremy Fincher 958d1c934e Added kernel command 2003-03-25 08:38:14 +00:00
Jeremy Fincher 967a7479bb Added comment about debugging prints. 2003-03-25 08:24:36 +00:00
Jeremy Fincher 5af91f0677 Added comment about joining strings 2003-03-25 08:20:41 +00:00
Jeremy Fincher 2b7e8c7a2f Some documenation updates 2003-03-25 08:06:04 +00:00
Jeremy Fincher a4cf067117 Changed a typo and updated a slight misrepresentation. 2003-03-25 07:50:04 +00:00
Jeremy Fincher 2e00779d79 Initial import; expect function and roadmap done. 2003-03-25 07:13:59 +00:00
Jeremy Fincher eb48daa8d3 Added default module docstring and imported privmsgs and callbacks by default. 2003-03-25 07:00:29 +00:00
Jeremy Fincher 0afc399bfc Added module docstrings (which will later be used by the installer script. 2003-03-25 06:53:51 +00:00
Jeremy Fincher bf25751aa3 Added module docstring and dawdit alias for unmorse 2003-03-25 06:51:13 +00:00
Jeremy Fincher 54e0c07a9c Added module docstring and removed nslookup/host as aliases for dns 2003-03-25 06:49:58 +00:00
Jeremy Fincher 8bafe4ee12 Changed module docstring and the order of arguments for startnickserv 2003-03-25 06:35:53 +00:00
James Vega 0535b87c29 Corrected my gkstats _record regex. 2003-03-25 04:22:24 +00:00
James Vega 0294dd255c Made the 'record' regex more generic. This should make it work for everyone.
Added a check for 'Team', since not everyone will have one.
2003-03-25 01:40:49 +00:00
James Vega c803e5e9d8 Added vim:set ... : strings to source in order to keep file formatting
consistent between developers. Jeremy should be adding the equivalent
settings for emacs soon.
2003-03-24 08:41:19 +00:00
Jeremy Fincher bbe6cbc05d Fixed bug #708321 2003-03-24 08:33:00 +00:00