summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-28code cleaningGeorge Hazan
2018-03-28PLUGIN<> to receive the basic class located inside mir_appGeorge Hazan
2018-03-28fix for StdClist loading (thx Corak for quick reporting)George Hazan
2018-03-28prootcols: jabber: xep-0198Gluzskiy Alexandr
- send ack on disconnect as suggested by xep - bugfixes (outgoing messages tracking still does not work properly)
2018-03-28protocols: jabber: xep-0198Gluzskiy Alexandr
- moved implementation to separated units (refactoring) - first part (without resumption) should work now (still have some bugs), feel free to test
2018-03-28small fix capsKonstantin
2018-03-28fix for plugin loader: it shall not unload already loaded pluginsGeorge Hazan
2018-03-27crash fix for JabberGeorge Hazan
2018-03-27Jabber: crash fix for mood selection dialogGeorge Hazan
2018-03-27fixes #1216 (temporary contacts return back until restart)George Hazan
2018-03-27there's no need to load contacts from unloaded protocolsGeorge Hazan
2018-03-27Core:George Hazan
- fix for chaos with service & hooks owners; - added 'mild' unload option for a plugin not to remove it completely from memory, only correctly deinit it
2018-03-27we better start threads inside OnModulesLoaded, so we don't have to kill themGeorge Hazan
2018-03-27code cleaningGeorge Hazan
2018-03-27MyDetails: fix for Chinese chars in the protocol's frameGeorge Hazan
2018-03-27protocols: jabber: omemoGluzskiy Alexandr
- fix possible crash on early session negotiation
2018-03-27plugins: new_gpgGluzskiy Alexandr
- ptrA memory corruption regression fix - fixed broken xep-0027 prescense sigining regression caused by refectoring ( fixes #1131 )
2018-03-27protocols: jabber: xep-0198Gluzskiy Alexandr
- implemented client to server acks
2018-03-26Jabber: fix for showing auth menu itemsGeorge Hazan
2018-03-26protocols: jabber: omemoGluzskiy Alexandr
- check for empty GetPartialCaps ( fixes #1215 ) - more apropriate option description reflecting current status
2018-03-26another buggy piece of code removedGeorge Hazan
2018-03-26fix for system history processingGeorge Hazan
2018-03-26very strange disk type detection removed from libmdbx (fixes #1213)George Hazan
2018-03-26Import: fix to prevent the user-defined accounts' orderGeorge Hazan
2018-03-26Import: fix for original internal account name prevention (causes status ↵George Hazan
icons to be mixed up) - also fixes #1210
2018-03-26Import: converted group chats become usual contactsGeorge Hazan
2018-03-26universal fix for all clist initialization problems (missing icons, menu ↵George Hazan
items etc) - also fixes #1211
2018-03-26fixes #1212 (virtual protocols contacts)George Hazan
2018-03-26code cleaningGeorge Hazan
2018-03-26remove DbChecker.batdartraiden
2018-03-26unused declaration removedGeorge Hazan
2018-03-26protocols: jabber: work on xep-0198Gluzskiy Alexandr
2018-03-26fixes #1208 (if profile is opened in r/w mode, it should be locked)George Hazan
2018-03-25fixes #1205 (menu editor crashes if there're unloaded plugin & zero langpack id)George Hazan
2018-03-25fixdartraiden
2018-03-25langpacks: updatedartraiden
2018-03-25langpacks/english: updatedartraiden
2018-03-25fixes #1203 (possible crash in StopSpam+)George Hazan
2018-03-25remove DBChecker from installersdartraiden
2018-03-25langpacks: move DbChecker to deprecateddartraiden
2018-03-25remove some more DbCheckerdartraiden
2018-03-25string constants with word dbchecker fixedGeorge Hazan
2018-03-25MIDatabaseChecker interface removedGeorge Hazan
2018-03-25fixes #1200 (dbchecker excluded from build scripts)George Hazan
2018-03-25CloudFile: show error if authorization goes wrongaunsane
2018-03-25dbchecker moved to deprecatedGeorge Hazan
2018-03-25Steam: stop polling when got "Not Logged On" erroraunsane
2018-03-25typo fixGluzskiy Alexandr
2018-03-25protocols: jabber: xep-0198Gluzskiy Alexandr
- empty handlers for most data types
2018-03-25protocols: jabber: started implementation of xep-0198Gluzskiy Alexandr