Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-24 | guard headers | Goraf | |
2018-02-22 | MSN: Old AppID in Address book seems to be blacklisted, using new AppID | leecher1337 | |
2018-02-22 | more correct fix version | George Hazan | |
2018-02-22 | minor memory leak in vk_avatars.cpp | George Hazan | |
2018-02-22 | Facebook: added support for parsing audio attachment + moved parsing of ↵ | matej | |
specific types into lambda functions so there are not duplicities in code (and logic is in one place) | |||
2018-02-21 | all another C++'11 iterators | George Hazan | |
2018-02-21 | VK: C++'11 iterators | George Hazan | |
2018-02-21 | Skype: C++'11 iterators | George Hazan | |
2018-02-21 | IRC: C++'11 iterators | George Hazan | |
2018-02-21 | MSN: C++'11 iterators | George Hazan | |
2018-02-21 | Jabber: C++'11 iterators | George Hazan | |
2018-02-21 | ICQ: C++'11 iterators | George Hazan | |
2018-02-21 | Discord: C++'11 iterators | George Hazan | |
2018-02-12 | compilation fix | George Hazan | |
2018-02-09 | all duplicate "Request auth", "Grant auth" & "Revoke auth" menu items eliminated | George Hazan | |
2018-02-09 | less senseless warnings | George Hazan | |
2018-02-08 | Steam: do not change contact status, client and game info if protocol goes ↵ | aunsane | |
offline | |||
2018-02-08 | Steam: another attempt to fix #1108 | aunsane | |
2018-02-07 | Steam: | aunsane | |
- set default timeout for request in 3 sec - clean geme info when contact goes offline | |||
2018-02-06 | Facebook: added parsing for messenger invitation | matej | |
2018-02-05 | Tox: setup filters | aunsane | |
2018-02-05 | Steam: setup filters | aunsane | |
2018-02-05 | Tox: fixes for #1105 | aunsane | |
2018-02-04 | Tox: another attempt to fix file lock when transfer goes wrong | aunsane | |
2018-02-03 | small type fix | Konstantin | |
2018-02-03 | Steam: added polling error limit setting | aunsane | |
2018-02-03 | Don't show unknown login error as a notification | LittleVulpix | |
There is no need to show this error as a notification because it generally happens when there is no connectivity and none of the other protocols behave this way. | |||
2018-02-02 | Steam: | aunsane | |
- switched on c++17 language support - forsed update user summaries when got "personastate" message - added detection of VR (?) clent into MirVer | |||
2018-02-02 | fixes #1130 (Tox crash on reconnecting protocol) | George Hazan | |
2018-02-01 | Gadu-Gadu: fix crash when adding contact in debug build | Goraf | |
2018-01-31 | reverted and modified some changes to make attachments work in active chat | matej | |
2018-01-31 | CMake: fixes for FreeImage. | protomors | |
2018-01-31 | Added an option to enable/disable carbons | Vladimir | |
2018-01-31 | useless wrappers removed & replaced with PROTO_INTERFACE method calls | George Hazan | |
2018-01-31 | mir_app: | George Hazan | |
- structure renamed: PROTORECVFILET -> PROTORECVFILE; - useless service MS_PROTO_AUTHRECV removed; - Proto_AuthRecv() helper converted into a function. | |||
2018-01-31 | VKontakte: fix addition EVENTTYPE_AUTHREQUEST events | ElzorFox | |
2018-01-31 | VKontakte: | ElzorFox | |
support edited messages on history sync add edited time for edited messages update VK_API to 5.71 version bump | |||
2018-01-31 | VKontakte: С++ 11 scope for | ElzorFox | |
2018-01-30 | Carbons support attempt | Vladimir | |
2018-01-28 | Gadu-Gadu: improved advanced options form | Goraf | |
* make labels of inactive controls inactive as well * display reconnetion_required info with every change related to connection settings * improve clarity by indenting dependencies | |||
2018-01-26 | code optimization | George Hazan | |
2018-01-26 | Gadu-Gadu: partial move to UI classes | Goraf | |
* advanced options form refactored * move to options class * const correctness * code cleaning | |||
2018-01-26 | MS_IMG_LOAD replaced with Bitmap_Load where possible | George Hazan | |
2018-01-26 | AdvaImg: | George Hazan | |
- freeimage extracted to the separate library; - FI_INTERFACE removed, all references to it are replaced with direct calls of FreeImage_* functions; - unified project for AdvaImg | |||
2018-01-25 | Tox: /me command broken ( fixed #1116) | aunsane | |
2018-01-25 | fixes #1117 (Empty messages on restart seen by official ICQ client on iOS) | George Hazan | |
2018-01-23 | Facebook: fixed missing last messages while loading history | matej | |
2018-01-23 | Facebook: attachments seems to work differently, some adjustments | matej | |
2018-01-22 | Gadu-Gadu: icolib const range-based loop | Goraf | |
2018-01-21 | Tox: attempt to fix locked file when transfer is cancelled | aunsane | |