summaryrefslogtreecommitdiffstats
path: root/src/plugins/rhbz.h
Commit message (Collapse)AuthorAgeFilesLines
* abrt-action-bugzilla: store "reported_to" for new bugs too. closes bz#698406Denys Vlasenko2011-05-171-4/+4
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* suppress mails for cc and attachmentsNikola Pajkovsky2011-05-161-4/+8
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* xmlrpc and bugzilla in a new C coatNikola Pajkovsky2011-05-121-0/+100
Bugzilla is splitted into two parts. One of them is core of bugzilla and second one is small module called librhbz. I did it, because I want to add a new functionality into bugzilla and I don't want to squash it into one big module. Librhbz is not a part of our libreport, because almost every function dies when feels badly (print error msg and then die). Server sends error or abrt sends corrupted xml or server sends corrupted xml. Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>