Commit Graph

27 Commits

Author SHA1 Message Date
Terence Simpson 55ca23f755 Make configure() do something for all plugins, also fix a couple of things from r197-203 2010-05-29 14:36:43 +01:00
Terence Simpson f3de8f84a6 Make a custom anything() function that follows the same form as every other function in supybot.questions, because apparently no one thought this was a good idea... 2010-05-28 23:51:28 +01:00
Terence Simpson ad7a493262 Update copyright/license/author/contributors information
Make sure all files have encoding set to utf-8 unless they already have an encoding
Added COPYING with contense of GPL-2
Added plugin name prefix to all log output. This should take the form of self.log.severity("Plugin: message"),
when not logging from plugin.py use: "Plugin/file_without_dot_py: message"
Bantracker: Made the confgure() function do something, it also creates an initial database if it doesn't exist
Encyclopedia: Made the configure() function do something, it also creates an initial database if it doesn't exist
PackageInfo: Improve the configure() function, it also now creates some initial .list files and prompts to run update_apt and update_apt_file
This goes some way to getting an "ubottu" package together, all we need to do is patch supybot-wizard to download the plugins
from bzr and put them somewhere supybot will see them, then the wizard will do all the initial setup
2010-05-24 14:38:06 +01:00
Terence Simpson 2097ece8c5 Remove all of the user updating code from IRCLogin, it's just broken and wrong
Remove IRCLogin/lp.py
2010-04-30 13:50:43 +01:00
Terence Simpson 1872290f7f Ensure IDENTIFY-MSG is enabled if for some reason it gets disabled 2010-04-28 13:09:12 +01:00
Terence Simpson 2ce80148f2 * Make sure the login command isn't processed twice
* Call doPrivmsg with a ReplyIrcProxy object
2010-04-28 12:45:59 +01:00
Terence Simpson 95317d684c Make '/msg <bot> login' work as expected 2010-04-28 11:07:36 +01:00
Terence Simpson 7f5bcbbfca Don't convert NOTICEs into PRIVMSGs (LP: #539757) 2010-03-28 05:12:37 +01:00
Terence Simpson 39faf3143d * Use deque in Bantracker for logs
* Get "realIrc" object in __init__ of IRCLogin, rather than constantly generating a new object
2010-03-28 04:34:17 +01:00
Terence Simpson 5187c05a4b Add die() method to IRCLogin so if IRCLogin is unloaded, it will disable IDENTIFY-MSG 2010-02-20 10:31:13 +00:00
Terence Simpson 99a0d6ab9f Fix++ 2010-02-20 10:21:58 +00:00
Terence Simpson 9246b80c12 Fix++ 2010-02-19 19:11:10 +00:00
Terence Simpson f6b26f3408 Add a couple of debugging functions to IRCLogin 2010-02-19 19:04:45 +00:00
Terence Simpson 75c51ddbc1 More -seven work, mostly on Bantracker, which probably needs a rewrite :( 2010-01-30 15:19:53 +00:00
Terence Simpson 2cf12cae3d Merge with lp:~tsimpson/ubuntu-bots/ircd-seven
* Fix typo s/Dalse/False/
2010-01-30 07:43:43 +00:00
Terence Simpson ac6fd47a8b Make sure to only call commands manually when supybot.defaultIgnore is True 2009-12-03 23:23:09 +00:00
Terence Simpson 562b0faf0f Update author/version/url info 2009-11-26 16:39:34 +00:00
Terence Simpson 5a0e1f597f Modify IRCLogin to support bot CAPAB and CAP commands 2009-11-11 14:53:30 +00:00
Terence Simpson 7274384481 Fix config 2009-11-09 21:06:58 +00:00
Terence Simpson 1bfd6d812f Update for Freenode ircd-seven 2009-11-09 19:25:59 +00:00
Terence Simpson 31c41dac21 Bantracker: add some convenience functions to Ban class
IRCLogin: Make the Launchpad team configurable
2009-11-04 03:50:49 +00:00
Terence Simpson d77f7ee6b8 Fix a couple of typos 2009-10-15 21:21:50 +01:00
Terence Simpson 7791f6e416 Resync all running ubottu code to bzr branch, they should now be in sync again 2009-10-12 19:26:35 +01:00
Terence Simpson 7fc67de3d6 Improve IRCLogin slightly and add extra symlinks to ease use of the Web features 2008-11-26 14:34:47 +00:00
Terence Simpson 4105f4f2db Update Encyclopedia
Make sure Lart, Mess, Webcal and IRCLogin all work when defaultIgnore is True
2008-09-28 02:55:23 +01:00
Terence Simpson 95544ba73f Allow @login to be used even when supybot.defaultIgnore is True 2008-08-09 20:03:30 +01:00
Terence Simpson 168050b05c Big-Old-Update Edition
FreenodeAuth has been replaced by the IRCLogin plugin
Bantracker, Bugtracker, Encyclopedia and Lart have some fixes updates
2008-07-20 16:59:27 +01:00