summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Mailx.h
Commit message (Collapse)AuthorAgeFilesLines
* lower case direcotry(no code changed)Nikola Pajkovsky2010-08-101-48/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* lower-case devel headersNikola Pajkovsky2010-07-091-2/+2
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-2/+1
| | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-191-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: remove most of remaining const string& paramsDenys Vlasenko2009-12-071-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lib/Plugins/Mailx.cpp,TicketUploader.cpp: simplify (-7k)Denys Vlasenko2009-11-121-9/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-101-1/+2
| | | | | | | | | 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>
* give Plugin class a map_plugin_settings_t memberDenys Vlasenko2009-11-061-1/+1
| | | | | | This simplifies and unifies get/set settings ops Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Hack to fix the problem with daemon remembering the last used settingsJiri Moskovcak2009-11-011-0/+1
|
* command mailx isn't run under root anymore.Zdenek Prikryl2009-08-201-2/+7
|
* removed dangerous parameter optionZdenek Prikryl2009-08-181-1/+0
|
* added support for storing results from reporters (used from gui)Zdenek Prikryl2009-08-141-2/+2
|
* moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-111-1/+0
|
* remove redundant virtual destructors definitionsDenys Vlasenko2009-08-041-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added new interface for geting plugins' settings (will be used in gui)Zdenek Prikryl2009-07-311-1/+4
|
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-311-10/+0
| | | | | | | | and if structure is defined in a .h file, that happens. Since this particular structure has non-trivial destructor, it was running twice and resulted in double-free. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Added first part of gui support in reportingZdenek Prikryl2009-07-241-1/+2
|
* - reporter plugins can tak an argimentZdenek Prikryl2009-04-161-4/+5
| | | | | - added "Reporters" option which allows report basic info after a crash occurs - fixed interface of plugins
* new crash typesZdenek Prikryl2009-04-021-1/+1
|
* rewritten CDebugDump and CrashTypesZdenek Prikryl2009-04-011-1/+1
|
* replaced language and application plugins by analyzer pluginZdenek Prikryl2009-03-191-6/+2
| | | | | added action plugin simplify plugin iface
* added new optionZdenek Prikryl2009-02-261-0/+1
|
* added default values for settingsZdenek Prikryl2009-02-181-1/+1
|
* changed interface of reporter plugins, so user have posibility ti change ↵Zdenek Prikryl2009-02-121-1/+1
| | | | reported data
* mailx sends relevant dataZdenek Prikryl2009-02-111-1/+2
|
* tabs are replaced by spaceZdenek Prikryl2009-02-041-18/+20
| | | | new plugin interface
* Initial git commitJiri Moskovcak2009-02-021-0/+58