aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Factor out dupe code in bug func.Robin H. Johnson2008-06-061-2/+3
* Factor out defaults usage in archstats func.Robin H. Johnson2008-06-061-3/+4
* Factor out defaults usage in bug func.Robin H. Johnson2008-06-061-2/+3
* Handle some cases that have the parameters reversed.Robin H. Johnson2008-06-061-0/+5
* Remove duplicate default-setting code.Robin H. Johnson2008-06-061-10/+1
* Factor out defaults access.Robin H. Johnson2008-06-061-6/+2
* Only use the listen functionality if the mesage comes from specific locations.Robin H. Johnson2008-06-061-0/+1
* Allow uppercase bug, as well as no space between bug text and the number.Robin H. Johnson2008-06-061-1/+1
* Add accessor functions for finding the default zilla and if it should be lurk...Robin H. Johnson2008-06-061-0/+16
* Relax the validation a bit for defaults.Robin H. Johnson2008-06-061-3/+5
* Provide nice error for trying to find bugs with no default zilla defined.Robin H. Johnson2008-06-061-2/+2
* Clean up params.Robin H. Johnson2008-06-041-13/+32
* Archstats is nearly perfect. Needs a little more work on the params.Robin H. Johnson2008-06-041-12/+30
* Allow regex for channels, or non-regex for usernames.Robin H. Johnson2008-06-041-3/+3
* Dump support.Robin H. Johnson2008-06-041-0/+12
* Useful output.Robin H. Johnson2008-06-041-2/+6
* Fix missing loop.Robin H. Johnson2008-06-041-0/+2
* Enable new reload for defaults.Robin H. Johnson2008-06-041-23/+10
* Change how @defaults stores the data. No duplicate zilla reference anymore, j...Robin H. Johnson2008-06-041-6/+7
* Redoing of reload function.Robin H. Johnson2008-06-041-4/+26
* Fix defaults_show for now.Robin H. Johnson2008-06-041-2/+2
* Fix defaults list.Robin H. Johnson2008-06-041-2/+1
* Bad backtrace output bit.Robin H. Johnson2008-06-041-1/+1
* Include name of zilla instnace for default print.Robin H. Johnson2008-06-041-1/+1
* Include name for zilla instances.Robin H. Johnson2008-06-041-1/+1
* More functions for defaults.Robin H. Johnson2008-06-041-1/+34
* Allow unset of defaults for users.Robin H. Johnson2008-06-041-1/+1
* Use m.replyto instead of m.channel so that users can have their own defaults.Robin H. Johnson2008-06-041-9/+9
* Don't try to change the last seen ID if there are no new bugs.Diego 'Flameeyes' Pettenò2008-06-031-1/+1
* Don't try fetching if there are no announcements expected, for real this time.Diego 'Flameeyes' Pettenò2008-06-031-2/+6
* Fix help for zilla instance set, use the OPTIONS array to get the correct lis...Diego 'Flameeyes' Pettenò2008-06-031-1/+1
* Don't try to fetch the buglist if there are no announcements for the instance.Diego 'Flameeyes' Pettenò2008-06-031-0/+2
* Remove delete_client calls as the client is no more istantiated inside the pl...Diego 'Flameeyes' Pettenò2008-06-031-4/+0
* Remove references to useragent setting.Diego 'Flameeyes' Pettenò2008-06-032-51/+3
* Update documentation not to refer to httpclient anymore.Diego 'Flameeyes' Pettenò2008-06-031-3/+0
* Use the httputil functions from rbot for fetching the data.Diego 'Flameeyes' Pettenò2008-06-031-25/+6
* Assign registry and bot instances when initializating the BugzillaInstance ob...Diego 'Flameeyes' Pettenò2008-06-031-13/+16
* Add a cleanup function to the plugin.Diego 'Flameeyes' Pettenò2008-06-031-7/+27
* Show a meaningful error if the dataurl is nil.Diego 'Flameeyes' Pettenò2008-06-031-0/+2
* Properly implement dataurl guessing.Diego 'Flameeyes' Pettenò2008-06-031-3/+28
* Don't append an extra slash to the base URL (for the URL that is actually sho...Diego 'Flameeyes' Pettenò2008-06-031-1/+3
* Add reference to htmlentities.Diego 'Flameeyes' Pettenò2008-06-031-0/+4
* If available, use htmlentities to decode entities in the description.Diego 'Flameeyes' Pettenò2008-06-031-2/+21
* Fix typo.Robin H. Johnson2008-06-031-1/+1
* Merge branch 'master' of git://git.flameeyes.eu/rbot-bugzillaRobin H. Johnson2008-06-032-13/+22
|\
| * Move plugin_source and plugin_credits at the end of the class.Diego 'Flameeyes' Pettenò2008-06-031-8/+8
| * link_source function has been renamed plugin_source.Diego 'Flameeyes' Pettenò2008-06-031-1/+1
| * Don't refer to bugzillaplugin.db anymore.Diego 'Flameeyes' Pettenò2008-06-031-1/+1
| * Merge commit 'robbat2/master'Diego 'Flameeyes' Pettenò2008-06-031-3/+23
| |\
| * | Make announcement less greedy: on the first run ask only for bugs open in the...Diego 'Flameeyes' Pettenò2008-06-031-5/+11