summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Mailx.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-041-1/+1
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-4/+1
* abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-211-9/+9
* use get_crash_data_item_content() accessor more widelyDenys Vlasenko2010-01-201-1/+1
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-191-4/+4
* Eliminate ATT file type - use TXT or BINDenys Vlasenko2010-01-191-11/+1
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-111-25/+8
* ccpp: add a possibility to disable backtrace generationDenys Vlasenko2010-01-071-1/+1
* fix all instances of atoi() usageDenys Vlasenko2009-12-151-1/+1
* add paranoia checks on setuid/setgidDenys Vlasenko2009-12-141-3/+2
* *: remove most of remaining const string& paramsDenys Vlasenko2009-12-071-2/+3
* make BZ insert small text attachments inline; move text file detection codeDenys Vlasenko2009-11-191-0/+1
* make plugin descriptions more consistent in styleDenys Vlasenko2009-11-131-1/+1
* lib/Plugins/Mailx.cpp,TicketUploader.cpp: simplify (-7k)Denys Vlasenko2009-11-121-103/+78
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-101-17/+26
* give Plugin class a map_plugin_settings_t memberDenys Vlasenko2009-11-061-8/+6
* Hack to fix the problem with daemon remembering the last used settingsJiri Moskovcak2009-11-011-1/+2
* remove a few #include <iostream>'sDenys Vlasenko2009-09-181-3/+2
* add gettext support for all pluginsNikola Pajkovsky2009-09-021-2/+2
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-261-2/+2
* nuke unused variableDenys Vlasenko2009-08-251-5/+0
* Fixed sigsegv (#rhbz 518609)Zdenek Prikryl2009-08-211-0/+1
* removed debug printsZdenek Prikryl2009-08-201-9/+1
* command mailx isn't run under root anymore.Zdenek Prikryl2009-08-201-22/+99
* mailx: correct EnglishDenys Vlasenko2009-08-191-3/+1
* removed dangerous parameter optionZdenek Prikryl2009-08-181-7/+0
* added support for storing results from reporters (used from gui)Zdenek Prikryl2009-08-141-1/+2
* moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-111-8/+0
* added new interface for geting plugins' settings (will be used in gui)Zdenek Prikryl2009-07-311-12/+29
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-311-0/+9
* minor fixes in reporter pluginsZdenek Prikryl2009-05-181-2/+6
* rework commlayerinner usageZdenek Prikryl2009-04-291-3/+3
* new commlayerinner interfaceZdenek Prikryl2009-04-281-0/+5
* added new abrt exceptionsZdenek Prikryl2009-04-231-4/+5
* - reporter plugins can tak an argimentZdenek Prikryl2009-04-161-5/+16
* simple report can be activated immediately after a crash occursZdenek Prikryl2009-04-161-1/+1
* added new CD_ATT typeZdenek Prikryl2009-04-081-12/+10
* added "editable" itemZdenek Prikryl2009-04-071-2/+2
* new crash typesZdenek Prikryl2009-04-021-8/+8
* added new interface frof settingsZdenek Prikryl2009-04-021-2/+2
* rewritten CDebugDump and CrashTypesZdenek Prikryl2009-04-011-57/+55
* replaced language and application plugins by analyzer pluginZdenek Prikryl2009-03-191-9/+13
* Fixed saving of user commentJiri Moskovcak2009-03-041-0/+6
* replace old project name by new oneZdenek Prikryl2009-03-041-1/+1
* added new optionZdenek Prikryl2009-02-261-7/+15
* added new reporting itemsZdenek Prikryl2009-02-251-0/+5
* changed configurationZdenek Prikryl2009-02-181-4/+4
* added default values for settingsZdenek Prikryl2009-02-181-7/+7
* added new crash information, "cmdline"Zdenek Prikryl2009-02-121-0/+3
* changed interface of reporter plugins, so user have posibility ti change repo...Zdenek Prikryl2009-02-121-22/+13