Commit Graph

62 Commits

Author SHA1 Message Date
Jeremy Fincher bea58663f0 Fixed bug #1059536. 2004-11-03 23:03:24 +00:00
Jeremy Fincher b6a92fc2b6 Updated to use commands. 2004-10-14 16:03:56 +00:00
Jeremy Fincher a055bc29a0 Added export command. 2004-10-03 22:36:50 +00:00
Jeremy Fincher 9914f2d28e Augmented to better document the sigils. 2004-09-30 14:59:09 +00:00
James Vega 9291c56e3f Update to use a help method instead of a help string. Allows sub-classes of
Group/Value to define their own help method.
2004-09-25 17:06:05 +00:00
Jeremy Fincher 135c57c314 Let's not try to send empty messages. 2004-09-25 16:10:33 +00:00
James Vega 3ee4223bda Fix for bug #1031800, uncaught exceptions in Config commands. 2004-09-21 14:21:57 +00:00
James Vega 50973a10fb Remove #! lines. 2004-09-20 03:01:50 +00:00
Jeremy Fincher cf3b59d516 Fix for groups with help. 2004-09-16 13:39:23 +00:00
James Vega cb23a47635 oops. Forgot to Raise=True of course, that wouldn't be a problem if the
exception was properly being caught in callCommand
2004-09-14 20:43:59 +00:00
Jeremy Fincher 6c7a1e6d8c Updated to show channelValues. 2004-09-10 06:59:05 +00:00
James Vega c84c47e8fb Put a band-aid on our "not catching InvalidRegistryName" problem. This
should be further investigated since callCommand should be doing the catching.
2004-09-09 16:25:53 +00:00
Jeremy Fincher ee70224aa3 Changed callCommand to give a name rather than a method; added invalidCommand throttling, ctcp throttling, and whole bunch of other crap. 2004-09-08 23:34:48 +00:00
Jeremy Fincher b133e59af4 Changed to a super, etc. 2004-09-06 08:04:03 +00:00
James Vega dfd51532f4 Let people specify the entire conf.supybot.foo... when using @config 2004-09-03 13:52:10 +00:00
Jeremy Fincher 3b9e141e88 Only send private configuration variables in private. 2004-09-01 22:21:37 +00:00
James Vega 847a98c8c0 Periods are good as are not using dead code. 2004-09-01 18:27:10 +00:00
Jeremy Fincher 3db2904ed0 Updated for new authors abstraction (single points of control are good). 2004-09-01 06:06:54 +00:00
Jeremy Fincher 6c1a7cb4a5 Cleaner interface for Config.list. 2004-08-31 15:40:23 +00:00
Jeremy Fincher a8830b5083 Why oh why don't I check my imports? 2004-08-29 18:11:43 +00:00
Jeremy Fincher 7aac173140 Don't try to register SIGHUP on Windows. 2004-08-29 18:09:20 +00:00
Jeremy Fincher 049ff3d0cb Fixed bug in default. 2004-08-27 05:29:44 +00:00
James Vega b59eba8c58 Prettify the display of current value in Config.help 2004-08-26 14:25:04 +00:00
Jeremy Fincher b085ba5ba3 HUP handling. 2004-08-23 20:08:49 +00:00
Jeremy Fincher fbb348b6e7 Copyright updates. Again, more is left to be done, but this is my part. 2004-08-23 13:14:06 +00:00
Jeremy Fincher dd45f302e5 Didn't convert this when I changed to _added. 2004-08-20 16:06:38 +00:00
Jeremy Fincher e7daa3c144 Handle the empty value case. 2004-08-17 08:32:00 +00:00
Jeremy Fincher 51d05670bd Let's show the current value in COnfig.help. 2004-08-16 21:43:59 +00:00
Jeremy Fincher 4e53cfef63 Fixed bug #1009683. 2004-08-16 18:44:38 +00:00
Jeremy Fincher 1c84dd676b Renamed to _children. 2004-08-11 17:05:33 +00:00
Jeremy Fincher cafd724d30 PyChecker fixes. 2004-08-11 13:51:15 +00:00
Jeremy Fincher 3f5cac26b8 oops, forgot parenthese. 2004-08-10 22:08:54 +00:00
Jeremy Fincher 7913e880ce Oops, recent changes broke things. 2004-08-10 15:49:57 +00:00
Jeremy Fincher 5ec79236a3 Give an appropriate error message when trying to Config.channel a non-channel-value. 2004-08-08 17:36:08 +00:00
Jeremy Fincher 8b780ecc81 Added 'channel' command since we can now have commands with the same name as a plugin. This is useful for configuring ChannelValues. 2004-08-02 10:47:40 +00:00
Jeremy Fincher 9250d3ab32 Tons of differences, moved some registry values around, also changed some internal attributes of registry thingies. 2004-07-31 05:00:43 +00:00
Jeremy Fincher 9bfb616623 Fixed list bug. 2004-07-29 07:37:27 +00:00
Jeremy Fincher 3f08089a32 Added registry.split. 2004-07-24 21:40:47 +00:00
Jeremy Fincher f9c61271ea w00, less path mungingEXCLAIMEXCLAIM 2004-07-24 05:18:26 +00:00
Jeremy Fincher f9c030fe46 Updated some stuff, refactoring for the the User.config command. 2004-07-24 02:28:43 +00:00
James Vega 315810d08e yay! no more stray whitespace 2004-07-21 19:36:35 +00:00
Jeremy Fincher cd3039317d Added an author command. 2004-04-28 06:30:55 +00:00
Jeremy Fincher 119619d437 Updated to fix a bug in Config.help and a bug in the test for Config.list. 2004-04-18 02:40:18 +00:00
Jeremy Fincher a7d83efbba Fixed bugz0r in the way stuff is printed. 2004-02-18 12:15:04 +00:00
Jeremy Fincher bdbcd9562c Put a note in the help for config about leaving off the supybot.. 2004-02-16 04:07:45 +00:00
Jeremy Fincher fb59b25a63 Added the ability for configuration variables to be private so they can't have their values gotten by people who can't change them. 2004-02-14 00:47:21 +00:00
Jeremy Fincher 303bba29d4 Minor little tweak. 2004-02-06 05:53:16 +00:00
Jeremy Fincher 82a4d96ca7 Oops, didn't have an __revision__. 2004-02-04 18:01:55 +00:00
Jeremy Fincher 952aa0e395 Fix0red the groupz0rs. 2004-02-04 15:55:03 +00:00
Jeremy Fincher 4c8f3d5314 Made the registry dynamically reloadable as well as added a supybot.flush configuration variable. 2004-02-03 22:58:54 +00:00