summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/messages.cpp
AgeCommit message (Collapse)Author
2024-01-26major atavism, PROTORECVEVENT, died with its own set of constantsGeorge Hazan
2024-01-08Update copyrightsdartraiden
2023-12-20DBEVENTINFO::hContact to be returned inside an event, no need to call ↵George Hazan
db_event_getContact() just after db_event_get()
2023-01-02Update copyrightsdartraiden
2022-04-06remove executable attribute from affected filesgeorgehazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26PBYTE -> uint8_t*George Hazan
2021-01-17Update copyrightsdartraiden
2020-07-19NewGPG: fix typosdartraiden
2020-06-25New_GPG: code cleaningGeorge Hazan
2020-06-23Jabber to filter out encrypted outgoing carbon copiesGeorge Hazan
2020-06-23new_gpg: code reorderingGeorge Hazan
2020-06-23New_GPG:George Hazan
- massive code cleaning; - obsolete extra icon management code removed; - added code to visualize service events correctly; - version bump
2020-06-22temporary hidden setting to suppress sending back error messagesGeorge Hazan
2020-06-18we don't insert parasite '\n' when a pipe is emptyGeorge Hazan
2020-03-21New_GPG: code cleaningGeorge Hazan
2020-03-21NewGPG:George Hazan
- fixes #2266 (New_GPG: вынести пункты плагина в подменю); - the rest of boolean options moved to CMOption<bool>; - custom window location storing code reimplemented using Util_SaveWindowPosition; - log generation code optimization; - version bump
2020-03-18typos fixedGeorge Hazan
2020-03-18unneeded code removedGeorge Hazan
2020-03-18NewGPG: options implemented using CMOptionGeorge Hazan
2020-03-18NewGPG:George Hazan
- fixes #2259 (New_GPG лезет на другие аккаунты и пытается расшифровывать чаты); - fixes #2258 (New_GPG is broken after chat window redesign); - version bump
2020-03-18NewGPG: logger optimizationGeorge Hazan
2020-03-17New_GPG:George Hazan
- fix for key deletion; - fix for checkboxes inside User list; - nasty perversion aka globals.user_data removed, instead a parameter is passed into ShowLoadPublicKeyDialog(); - UI code cleaning; - version bump
2020-03-17n-nope, three utf-8 chars do not talke three bytesGeorge Hazan
2020-03-17NewGPG: fix for hardcoded utf8 constantsGeorge Hazan
2020-03-16NewGPG: massive code cleaningGeorge Hazan
2020-03-15NewGPG: massive code cleaningGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-11-12type fixKonstantin Nikulin
2019-02-19New_GPG -> TinyXml2George Hazan
2019-01-30m_icq.h removedGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-12-08db_get_sa / db_get_wsa to receive the default value, massive code simplificationGeorge Hazan
2018-11-14hContact, MODULENAME -> g_pluginGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-09-25NewGPG:George Hazan
- fixes problems with plugin loading; - minus boost::thread; - massive code cleaning; - version bump
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan
2018-01-01- convert NEW_GPG to UTF without BOMdartraiden
- correct links in Deplphi plugins
2018-01-01massive copyright updatedartraiden
2017-12-08new_gpg: a bit of refactoringGluzskiy Alexandr
- eliminated few confusing globals (including unnecessary mutex) - implemeted proper way to avoid collisions in some places
2017-12-08new_gpg: get rid of "extern chaos"Gluzskiy Alexandr
- moving ui related code to separated file, split definition and implementation of ui
2017-12-06all rc files reverted to utf-8Kirill Volinsky
2017-12-02new_gpg: porting ui to new apiGluzskiy Alexandr
2017-12-02new_gpg: dos2unix //deal with it.Gluzskiy Alexandr
2017-12-01new_gpg: porting to new ui api (part2)Gluzskiy Alexandr
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]