Commit Graph

41 Commits

Author SHA1 Message Date
Krytarik Raido f2ea4477c0 Bugtracker: More exactly trim CVE information. 2022-10-11 03:34:04 +02:00
Krytarik Raido cccf339e2e Bugtracker: Add option to send bug information via notice. 2022-10-01 16:45:04 +02:00
Krytarik Raido 4dae298cc2 Bugtracker: Adapt CGit parsing to upstream bot changes. 2022-08-01 23:34:04 +02:00
Krytarik Raido 9a06be1795 Bugtracker: Guard against assignee data being private on Launchpad. 2022-08-01 22:45:04 +02:00
Krytarik Raido 2e3acd7da2 Bugtracker: Use bug prefix to determine certainty and type. 2022-04-19 22:34:04 +02:00
Krytarik Raido 94210cea6b Bugtracker: Try and limit snarfer terms to trackers. 2022-01-10 17:50:04 +01:00
Krytarik Raido e9306925c0 Various improvements.
* Encyclopedia, PackageInfo:
  + Make repeat delay a setting.
  + Update default configuration.
* Bugtracker: Fix inconsistencies in network specificity.
2021-12-02 22:13:04 +01:00
Krytarik Raido f296c53534 Bugtracker: Allow colon and hash as sole delimiters on term snarfing. 2021-09-15 20:23:04 +02:00
Krytarik Raido 2b012a7075 Bugtracker: Fix regression from previous commit. 2021-01-07 19:34:04 +01:00
Krytarik Raido 5d8e2c4edc Bugtracker: Add 'tickets' type to SourceForge tracker. 2021-01-07 17:34:04 +01:00
Krytarik Raido 34be030c26 Various: Switch from 'imp' module to 'importlib'
* Bugtracker
* Encyclopedia
* PackageInfo
2020-12-10 04:50:04 +01:00
Krytarik Raido d62334ed7c Bugtracker: Work around PySimpleSOAP still lacking Base64 support. 2020-10-26 01:23:04 +01:00
Krytarik Raido 95c8c5e9f7 Various: Mirror changes to checkIgnored() function.
* Bugtracker
* Encyclopedia
* PackageInfo
2020-10-26 01:23:04 +01:00
Krytarik Raido 32f2c9ac3f Various: Follow upstream bot development.
Specifically, use msg.channel and make network-aware where easily possible.

* Bugtracker
* Encyclopedia
* PackageInfo
2020-10-23 06:23:04 +02:00
Krytarik Raido 4af34b02f6 Bugtracker: Add CGit as tracker. 2020-06-22 07:04:04 +02:00
Krytarik Raido e0926a9a3c Bugtracker: Add support for commits. 2020-06-21 09:04:04 +02:00
Krytarik Raido 7473bf6fa7 Bugtracker: Fix regression in persistency.
* Make tracker settings persist across restarts.
* Separate the various parts more properly.
* Update default trackers.
2020-06-20 23:04:04 +02:00
Krytarik Raido cafa17ea1c Bugtracker: Make error reporting optional, disable by default. 2020-06-07 21:13:04 +02:00
Krytarik Raido cd4cd70afa Bugtracker: Fix regression in bug detection. 2020-05-14 04:23:04 +02:00
Krytarik Raido 0830407afa Bugtracker: Add support for subprojects to GitLab tracker. 2020-05-03 05:04:04 +02:00
Krytarik Raido 383409ee74 Bugtracker: Improve handling of the various bug types.
* Extend trigger words by a few terms.
* Make it possible to specify exactly what bug type to
  pull the info for, on trackers that support multiple.
2020-04-05 06:56:04 +02:00
Krytarik Raido cbca12caec Bugtracker: Update GitLab tracker. 2020-03-30 05:17:04 +02:00
Krytarik Raido 339abdecfa Bugtracker: Update GitLab tracker. 2020-01-07 00:04:04 +01:00
Krytarik Raido 0459d38132 Bugtracker: Fix error handling. 2019-07-12 00:56:04 +02:00
Krytarik Raido 182cc59009 Bugtracker: Various improvements.
* Add option to set aliases on trackers.
* Complete removal and renaming of trackers.
* Only load default trackers if none set yet.
* Improve handling of auto-discovered trackers.
* Add function to reset trackers to defaults.
* Minor fix to Encyclopedia along the way.
2019-07-08 02:45:04 +02:00
Krytarik Raido 0bbbf8b700 Bugtracker: Make handling of Trac more strict. 2018-07-15 01:04:04 +02:00
Krytarik Raido b7e49d1510 Bugtracker: Make SOAP trackers work on Python 3 too.
* Debian, and Mantis.
2018-05-22 00:45:04 +02:00
Krytarik Raido 29fffb3795 Bugtracker: Update Mantis tracker.
* Add JSON.
* Deprecate SOAP.
2018-05-22 00:45:04 +02:00
Krytarik Raido 4a9fd482b7 Bugtracker: Add GitLab and Gitea as trackers. 2018-05-16 23:45:04 +02:00
Krytarik Raido 681895bfc7 Bugtracker: Drop loop off report handling. 2018-05-16 23:45:04 +02:00
Krytarik Raido 11b6996639 Bugtracker: Update trackers.
* Add Bugzilla JSON, SourceForge, GitHub.
* Make Mantis and Trac getable.
* Deprecate Bugzilla XML.
2018-05-16 23:45:04 +02:00
Krytarik Raido 1e4fc7f3d0 Bugtracker: General overhaul.
* Improve regex matching.
* Improve CVE and OOPS handling.
* Fix various minor things.
* Drop outdated and unused code.
2018-05-16 23:45:04 +02:00
Krytarik Raido 9ab4725d49 Bugtracker: Various improvements in output.
* Make sure output fits maximum length of IRC messages.
* Improve general formatting of output, including casing.
* Strip any leading or trailing spaces off bug report title.
* Improve handling of duplicates, assignee, and extended info.
2018-05-16 23:45:04 +02:00
Krytarik Raido 45ae48b53a Bugtracker: Add Python 3 support (by Mattia Rizzolo) 2018-05-16 23:45:04 +02: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 ecefe1de50 Fix++ 2009-12-03 23:18:07 +00:00
Terence Simpson 562b0faf0f Update author/version/url info 2009-11-26 16:39:34 +00: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
Dennis Kaarsemaker 23b50f539a Fix up bugtracker 2007-09-17 21:00:51 +02:00
Dennis Kaarsemaker 4ec4305038 Made bugtracker plugin more usable
Some copyright notices
2007-01-24 00:42:45 +01:00
Dennis Kaarsemaker aea38c93ff Initial checkin 2006-06-26 19:57:20 +02:00