Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-28 | PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵ | George Hazan | |
Proto_SetUniqueId / Proto_GetUniqueId | |||
2018-03-28 | common protocol instance management code went into template | George Hazan | |
2018-03-28 | all protocols rewritten to CMPluginBase | George Hazan | |
2018-03-28 | PLUGIN<> to receive the basic class located inside mir_app | George Hazan | |
2018-03-28 | prootcols: jabber: xep-0198 | Gluzskiy Alexandr | |
- send ack on disconnect as suggested by xep - bugfixes (outgoing messages tracking still does not work properly) | |||
2018-03-28 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- moved implementation to separated units (refactoring) - first part (without resumption) should work now (still have some bugs), feel free to test | |||
2018-03-27 | crash fix for Jabber | George Hazan | |
2018-03-27 | Jabber: crash fix for mood selection dialog | George Hazan | |
2018-03-27 | we better start threads inside OnModulesLoaded, so we don't have to kill them | George Hazan | |
2018-03-27 | protocols: jabber: omemo | Gluzskiy Alexandr | |
- fix possible crash on early session negotiation | |||
2018-03-27 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- implemented client to server acks | |||
2018-03-26 | Jabber: fix for showing auth menu items | George Hazan | |
2018-03-26 | protocols: jabber: omemo | Gluzskiy Alexandr | |
- check for empty GetPartialCaps ( fixes #1215 ) - more apropriate option description reflecting current status | |||
2018-03-26 | code cleaning | George Hazan | |
2018-03-26 | protocols: jabber: work on xep-0198 | Gluzskiy Alexandr | |
2018-03-25 | dbchecker moved to deprecated | George Hazan | |
2018-03-25 | Steam: stop polling when got "Not Logged On" error | aunsane | |
2018-03-25 | typo fix | Gluzskiy Alexandr | |
2018-03-25 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- empty handlers for most data types | |||
2018-03-25 | protocols: jabber: started implementation of xep-0198 | Gluzskiy Alexandr | |
2018-03-24 | typo and warning fixes | aunsane | |
2018-03-23 | Clist_GroupCreate() to be called inside OnModulesLoaded, not inside the ↵ | George Hazan | |
protocol's constructor | |||
2018-03-22 | IcqCorp: outgoing file transfers go with wrong utf-8 filenames | George Hazan | |
2018-03-21 | VKontakte: longer timeouts - less api errors | ElzorFox | |
2018-03-17 | more warning fixes | George Hazan | |
2018-03-17 | warning fix | George Hazan | |
2018-03-16 | class renaming, part II | George Hazan | |
2018-03-16 | entities' names to be started with capital letters | George Hazan | |
2018-03-16 | always hated these long expressions: contact_iter makes them much shorter | George Hazan | |
2018-03-16 | Jabber: | George Hazan | |
- useless parameter in CJabberProto::OnAddContactForever removed; - when we receive subscription = remove we just change it to SUB_NONE instead of removing contact from LIST_ROSTER; - code cleaning | |||
2018-03-16 | unused code removed | George Hazan | |
2018-03-16 | LIST<>::indexOf(T**) - fast index calculation for direct iterators | George Hazan | |
2018-03-15 | LIST<> iterators: | George Hazan | |
- new method LIST::removeItem added to save a pointer to removed record; - code cleaning related to the fact that LIST::remove() shall be the last operation inside an iterator, because otherwise the reference to it will point to a record next to deleted one; - a few remaining cycles converted to iterators | |||
2018-03-15 | MUCH more effective way of removing records from iterators | George Hazan | |
2018-03-14 | reverse iterators for LIST<> | George Hazan | |
2018-03-10 | remove some docs | dartraiden | |
2018-03-09 | more cleaning | George Hazan | |
2018-03-09 | more loop-related code cleaning | George Hazan | |
2018-03-08 | IMGL_WCHAR removed, all paths are in Unicode now | George Hazan | |
2018-03-08 | fixes #1154 (Invisible" status is broken) | George Hazan | |
This reverts commit 1ca493fc7af16dd20ad13453fc19774da3c65181. | |||
2018-03-07 | old AdvaImg services converted into Image_* functions | George Hazan | |
2018-03-07 | some fixes | Kirill Volinsky | |
2018-03-06 | Steam: missed pause between server polls in case when server returns bad ↵ | aunsane | |
error code | |||
2018-03-06 | PSN_WIZFINISH: new WM_NOTIFY event to be called when one of the options tabs ↵ | George Hazan | |
is changed | |||
2018-03-05 | Jabber: code cleaning & simplification | George Hazan | |
2018-03-04 | fixes #1173 (random crash on a fresh Discord account) | George Hazan | |
2018-03-03 | Tox: temporary fix for #1153 | aunsane | |
2018-03-03 | Tox: #1156 | aunsane | |
- more accurate transfer management - unlockong file on transfer pause - added additional logs - cleanup | |||
2018-03-03 | Tox: | aunsane | |
- updated toxcore due to release v0.2 - removed message correction - reworked nodes update | |||
2018-03-02 | Facebook: unneeded thread removed | George Hazan | |