summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Catcut.cpp
Commit message (Collapse)AuthorAgeFilesLines
* *: remove most of remaining const string& paramsDenys Vlasenko2009-12-071-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* closing rhbz#541459: "remove word 'detected' from description"Denys Vlasenko2009-11-261-9/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move Catcut's description generation to lib/Utils/make_descr.cppDenys Vlasenko2009-11-191-56/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* include abrt version in bug descriptionsDenys Vlasenko2009-11-181-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make plugin descriptions more consistent in styleDenys Vlasenko2009-11-131-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-101-39/+3
| | | | | | | | | Also move parse_release() to abrtlib, it's shared among Bugzilla and Catcut. Tested Bugzilla and Catcut, both work. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* applied gavin's patch to Catcut. Refactored common xmlrpc code into lib/Utils.Denys Vlasenko2009-11-091-181/+428
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* give Plugin class a map_plugin_settings_t memberDenys Vlasenko2009-11-061-8/+6
| | | | | | This simplifies and unifies get/set settings ops Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* simplify logging a bit. warn_client() is gone, reuse error_msg() for it.Denys Vlasenko2009-11-061-4/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lib/Plugins/Bugzilla: sanitize xmlrpc init; fix bug where ssl_verify=1 alwaysDenys Vlasenko2009-11-031-2/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Hack to fix the problem with daemon remembering the last used settingsJiri Moskovcak2009-11-011-1/+2
|
* Bugzilla: fix some memory leaks. More reamins on error path...Denys Vlasenko2009-10-301-0/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lib/Plugins/Catcut.cpp: fix two instances of use-after-freeDenys Vlasenko2009-10-271-37/+37
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* adding experimental Catcut plugin. Run-testedDenys Vlasenko2009-10-271-0/+365
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>