Commit Graph

3133 Commits

Author SHA1 Message Date
Jeremy Fincher 4c94713be1 Removed a useless test. 2004-01-31 17:45:44 +00:00
Jeremy Fincher 009b3b494b Attempting to remove config stuff from tests. 2004-01-31 17:45:12 +00:00
Jeremy Fincher 67a97fd136 Added getDomain and some tests. 2004-01-31 17:36:17 +00:00
Jeremy Fincher b592ef27fc Fixed test failures in Bugzilla. 2004-01-31 17:31:04 +00:00
Jeremy Fincher 487692f4dd Updated for the registry. 2004-01-31 17:22:32 +00:00
Jeremy Fincher 463163d977 Removed defaultPlugin test. 2004-01-31 07:42:03 +00:00
Jeremy Fincher d2c6d66214 Fixed failing test for roulette. 2004-01-31 07:31:11 +00:00
Daniel DiPaolo 2c5e6163a0 This episode was brought to you by the letter 't' as in 'test'. More tests are
good.
2004-01-31 07:02:04 +00:00
Daniel DiPaolo 2d21655cb2 blootbot-compatibility (and cool feature desire) - moobot factoids that are
like "see <factoid key>" now actually return the value of that factoid key
2004-01-31 06:52:28 +00:00
Jeremy Fincher 2beb507554 Fixed all current failures in the no-plugins test cases. 2004-01-31 06:47:36 +00:00
Jeremy Fincher 59d563f38a Converted supybot.log.minimumPriority to supybot.log.level. 2004-01-31 01:37:39 +00:00
Jeremy Fincher da99f93d4a Added search command. 2004-01-31 01:37:01 +00:00
James Vega ef794aecb0 Removed some debugging logs 2004-01-31 00:34:46 +00:00
James Vega 1e76f3af70 Added vee2d2's Debian.new command 2004-01-31 00:18:04 +00:00
Jeremy Fincher 731c9f0bdb More bugz0rs fixed. 2004-01-30 23:47:30 +00:00
Jeremy Fincher 8aa74dee4b Converted to work. 2004-01-30 22:15:39 +00:00
Jeremy Fincher 5b2d89b086 Fixed that one bug submitted by jamessan about plugin.command capabilities being unhandled. 2004-01-30 22:14:39 +00:00
Jeremy Fincher 3f4a4297fe Must've accidentally removed addressedRegexps during the conversion to registry. 2004-01-30 22:12:27 +00:00
James Vega 6049e4c586 Added vee2d2's roulette w/out ops idea. 2004-01-30 21:41:52 +00:00
Jeremy Fincher 953e79e458 Changed a log entry. 2004-01-30 19:54:12 +00:00
Jeremy Fincher 6ecd46bada Added modes to the Channel. 2004-01-30 19:53:34 +00:00
Jeremy Fincher b01886f537 Make a backup of the registry file on startup. 2004-01-30 19:49:48 +00:00
Jeremy Fincher 3590d2aac8 Slight stylistic updates. 2004-01-30 19:27:02 +00:00
Jeremy Fincher 88ba40baad Added cycleToGetOps configuration variable. 2004-01-30 19:00:04 +00:00
James Vega 43d0619796 We don't use '.' as the channel capability separator anymore. 2004-01-30 16:33:21 +00:00
Jeremy Fincher a4c9d3f172 Formatting. 2004-01-30 06:12:46 +00:00
Jeremy Fincher 1f934bf55e Removed line that wasn't absolutely necessary and seemed to be causing trouble. 2004-01-30 06:12:16 +00:00
Jeremy Fincher ec288430df Finished fixing the switch to registry. 2004-01-30 06:11:51 +00:00
Jeremy Fincher 6362a02cd1 Let's play it safe. 2004-01-30 06:05:32 +00:00
Jeremy Fincher c9787b29f7 Fixed a few bugs in the conversion from configurable to registry. 2004-01-30 06:00:30 +00:00
Jeremy Fincher f0097c2257 Remove get/set, changed it to just config. 2004-01-30 05:51:54 +00:00
Jeremy Fincher 3de0f0e6f2 Updated, had bugs from the registry conversion. 2004-01-30 05:01:46 +00:00
Jeremy Fincher 3b17c81cb8 Changing the name from ChannelDB to ChannelStats. 2004-01-30 04:58:22 +00:00
Jeremy Fincher e399b22667 Converted Relay to use the registry. 2004-01-30 04:54:15 +00:00
James Vega b4d327cc61 Removed unnecessary __init__ and die methods 2004-01-30 00:04:56 +00:00
James Vega fac4c5624c Removed any unnecessary configure methods (ones that only called
conf.registerPlugin) and changed all other configure methods to accept the
advanced argument instead of onStart.
2004-01-29 23:58:27 +00:00
James Vega 17174d134d Fixed the configure() definition. Fixed Debian.file so that something like
"@debian file ntpq" actually works without the user needing meta-characters.
2004-01-29 23:51:20 +00:00
Stéphan Kochen 9423cbc97c Adduser works again. :) (and a small wizard bugfix) 2004-01-29 18:08:38 +00:00
Stéphan Kochen e0f1538613 Bad indent. 2004-01-29 17:58:38 +00:00
James Vega 7ebfa3f3da Since when is there a reload command in Misc? 2004-01-29 16:46:18 +00:00
Keith Jones 0c53779a1b Fixed calc docstring that I inadvertently messed up 2004-01-28 22:50:00 +00:00
Keith Jones 1ad8ba41e5 New tests for new convert command 2004-01-28 22:48:45 +00:00
James Vega bc11f76166 Updated configure() to only take one argument (onStart) and switched all of
the onStart.append('load pluginName') calls to
conf.registerPlugin('pluginName', True)
2004-01-28 22:19:25 +00:00
Vincent Foley 7bdf8210cb Fixed a bug 2004-01-28 21:42:46 +00:00
Jeremy Fincher 4e5957d8d2 These don't work yet, but I need to be able to see my other diff. 2004-01-28 19:08:47 +00:00
Jeremy Fincher f57ceba827 Make sure network is always present, even if unset. 2004-01-28 19:07:21 +00:00
Jeremy Fincher c61e0c20d3 Converted to use the registry. 2004-01-28 19:05:16 +00:00
Jeremy Fincher ca06e32f53 Removed! Bwahahaha! LONG LIVE THE REGISTRYcvs remove src/configurable.pycvs remove src/configurable.py 2004-01-28 18:15:03 +00:00
Jeremy Fincher 9cf39dfca4 Changed the help of learn to match the registry. 2004-01-28 18:13:21 +00:00
Jeremy Fincher 43c00a3f94 Added a network attribute to the Irc object. 2004-01-28 16:55:08 +00:00