aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix regex for matching bugs.Robin H. Johnson2008-06-061-1/+1
* Make the timer configurable.Robin H. Johnson2008-06-061-1/+5
* Contract common email addresses. Need to put this into a config array later.Robin H. Johnson2008-06-061-1/+14
* Contract status/reso/issue.Robin H. Johnson2008-06-061-3/+7
* Append ? if needed for urls.Robin H. Johnson2008-06-061-1/+3
* Include ability to do totals in the reports.Robin H. Johnson2008-06-061-4/+14
* implement bugstats.Robin H. Johnson2008-06-061-0/+44
* Add baseline help.Robin H. Johnson2008-06-061-0/+2
* Use the right names for the map call, it helps a lot ;-).Robin H. Johnson2008-06-061-4/+4
* Massive fixup of archstats to work in almost all input cases by being smarter...Robin H. Johnson2008-06-061-19/+61
* Fix whitespace.Robin H. Johnson2008-06-061-25/+25
* Use new validations.Robin H. Johnson2008-06-061-2/+3
* Move global constants and add more for validation.Robin H. Johnson2008-06-061-9/+20
* Use channel name not object for the defaults array.Robin H. Johnson2008-06-061-1/+1
* 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-031-15/+3
* 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