116 Commits

Author SHA1 Message Date
928fc13794 Make sure Bantracker/Launchpad raises a BugNotFoundError 2011-03-17 20:56:42 +00:00
8bd3a656d5 Parse pad.lv bug URLs for Launchpad (lp: #736378) 2011-03-17 01:16:58 +00:00
6511b98454 In all that, I made 1 typo, and only a missing comma at that. 2011-03-12 17:43:35 +00:00
0ded75a6ae Update Launchpad statuses and move to class instances
Disable sf.net in the right place 
_sort() in get_bug_new() moved to a class method
instance method _sort() moved to class method _old_sort()
improve _sort (prefiously under get_bug_new) error handling
Added tag "#Depricated" by depricated class Launchpad methods
class Launchpad uses the "production" service alias
Log an exception in Launchpad.__init__ when accessing the API fails
Removed some commented-out code
Added 'ubottu' to the list of trackers (as an alias for LP)
2011-03-12 17:35:09 +00:00
dd3c9627e7 Don't wrap Bugtracker.turlSnarfer in supybot.commands.urlSnarfer, messing with threads is unpleasant 2011-03-08 00:07:02 +00:00
d1c7effab2 * Enable repeat protection for CVEs and limit message length (LP: #719981)
* Enable repeat protection for LP OOPS
* Make CVE and LP OOPS snarfing channel configurable
 * bugSnarfer disabled all when False
 * add cveSnarfer to disable CVEs specifically when bugSnarfer is True
 * add oopsSnarfer to disable LP OOPS specifically when bugSnarfer is True
2011-02-16 14:45:27 +00:00
68294158c7 Merge some other changes from ubottu (Re: sourceforge broken) 2011-02-14 20:57:02 +00:00
179ef4b71d Don't blow-up on private bugs from the Launchpad API 2011-02-14 20:54:19 +00:00
a72b623bc9 Bugtracker: Don't use EDGE_SERVICE_ROOT from launchpadlib, instead import LPNET_SERVICE_ROOT and use that 2011-01-13 01:17:43 +00:00
62ade6d270 s/Won't fix/Won't Fix/g 2010-06-19 06:46:23 +01:00
c458d9aa4a Merge lp:~arvindsraj/ubuntu-bots/typo-corrected
Fix "depricated" -> "deprecated"
2010-06-02 18:17:26 +01:00
8d1c3151b8 Typo in bugtracker corrected 2010-06-02 19:39:45 +05:30
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
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
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
c002447554 Remove duplicate code in class Launchpad 2010-05-19 14:58:22 +01:00
5fa8e3992b typos ftw 2010-05-19 14:56:46 +01:00
842d9857d3 Add option to show optional "extended" bug information 2010-05-19 14:55:10 +01:00
df10ce98f8 Make Bugtracker use the Launchpad API if launchpadlib is installed.
Support for the old (/+text) method will be dropped in the future.
2010-04-20 11:33:26 +01:00
0d9101daab change bugSnarfer() regexp to allow for trailing ':' in tracker names,
this allows the bot to snarf bugs in a changelog format. Eg: (tracker: #nnnnn)
2010-04-08 17:51:29 +01:00
ecefe1de50 Fix++ 2009-12-03 23:18:07 +00:00
af957954a1 Tweak regex for bugSnarfer in Bugtracker (LP: #148777) 2009-11-30 19:04:54 +00:00
562b0faf0f Update author/version/url info 2009-11-26 16:39:34 +00:00
55f88b5a60 * Fix a couple more typos/strange supybot errors.
* partial work on LP: #448619
2009-10-15 23:06:18 +01:00
ed99993d24 More typos 2009-10-15 21:34:18 +01:00
d77f7ee6b8 Fix a couple of typos 2009-10-15 21:21:50 +01:00
7791f6e416 Resync all running ubottu code to bzr branch, they should now be in sync again 2009-10-12 19:26:35 +01:00
46a4ea34d2 Bugtracker/plugin.py: Update Trac class to use the "Tab-delimited Text" source rather than screen-scraping 2009-04-18 07:54:05 +01:00
45f51e064c Bugtracker/plugin.py: Temporary fix for Trac 2009-04-18 01:39:10 +01:00
f0e2dffbe2 Update code from working branch and fix a couple of bugs 2009-01-19 22:10:51 +00:00
ea937919fc Update a couple README.txt files 2008-07-20 17:06:04 +01:00
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
9fbc513440 Make sure 'ubuntu ###' looks at launchpad for the bug, not bugzilla.ubuntu.com 2008-05-29 11:15:18 +01:00
ade1297f6c Bugtracker: Small fix
Encyclopedia: Fix "Everyone is an editor" bug
2008-05-28 23:22:15 +01:00
a9d2ca3f44 Made the IMAP code as generic as possible 2008-05-13 19:47:01 +01:00
eb2dcaade2 Added @help values
Fixed Mess
2008-05-05 17:44:14 +01:00
bd6239e9ef Misc fixes 2008-01-19 18:57:32 +01:00
2e08efdd35 Fix CVE snarfer for new layout of CVE website 2007-10-02 23:04:04 +02:00
23b50f539a Fix up bugtracker 2007-09-17 21:00:51 +02:00
d8526dde49 Use the SOAP interface at bugs.donarmstrong.com for debbugs 2007-06-10 16:25:48 +02:00
d218ddad74 Misc fixes
Add CVE snarfer
Malone -> Launchpad rename
2007-06-08 20:16:37 +02:00
10022b2a42 More fixes\!\! 2007-04-01 13:23:45 +02:00
e85c099794 Fixes in the bugtracker plugin, first attempt at not disturbing a meeting
(broken, disabled)
2007-03-23 20:44:03 +01:00
a3481af25c Fixy fixy! 2007-02-10 22:47:18 +01:00
e375094603 More fixes everywhere 2007-02-04 23:10:10 +01:00
f3ffcabca9 Encyclopedia made neat. 2007-02-04 18:35:40 +01:00
139d186c83 Bugtracker now is much more usable and contains documentation. Backwards
incompatible though!
2007-02-01 09:46:32 +01:00
4ec4305038 Made bugtracker plugin more usable
Some copyright notices
2007-01-24 00:42:45 +01:00
3ca25ef2d1 Made bantracker releaseable
some small fixes
Added a pony
2007-01-22 22:14:41 +01:00
4961da067a Adapted malone plugin to new malone 2007-01-05 10:33:05 +01:00