summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2018-02-03small type fixKonstantin
2018-02-03Steam: added polling error limit settingaunsane
2018-02-03Don't show unknown login error as a notificationLittleVulpix
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-02Steam:aunsane
- switched on c++17 language support - forsed update user summaries when got "personastate" message - added detection of VR (?) clent into MirVer
2018-02-02fixes #1130 (Tox crash on reconnecting protocol)George Hazan
2018-02-01Gadu-Gadu: fix crash when adding contact in debug buildGoraf
2018-01-31reverted and modified some changes to make attachments work in active chatmatej
2018-01-31CMake: fixes for FreeImage.protomors
2018-01-31Added an option to enable/disable carbonsVladimir
2018-01-31useless wrappers removed & replaced with PROTO_INTERFACE method callsGeorge Hazan
2018-01-31mir_app:George Hazan
- structure renamed: PROTORECVFILET -> PROTORECVFILE; - useless service MS_PROTO_AUTHRECV removed; - Proto_AuthRecv() helper converted into a function.
2018-01-31VKontakte: fix addition EVENTTYPE_AUTHREQUEST eventsElzorFox
2018-01-31VKontakte:ElzorFox
support edited messages on history sync add edited time for edited messages update VK_API to 5.71 version bump
2018-01-31VKontakte: ะก++ 11 scope forElzorFox
2018-01-30Carbons support attemptVladimir
2018-01-28Gadu-Gadu: improved advanced options formGoraf
* 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-26code optimizationGeorge Hazan
2018-01-26Gadu-Gadu: partial move to UI classesGoraf
* advanced options form refactored * move to options class * const correctness * code cleaning
2018-01-26MS_IMG_LOAD replaced with Bitmap_Load where possibleGeorge Hazan
2018-01-26AdvaImg: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-25Tox: /me command broken ( fixed #1116)aunsane
2018-01-25fixes #1117 (Empty messages on restart seen by official ICQ client on iOS)George Hazan
2018-01-23Facebook: fixed missing last messages while loading historymatej
2018-01-23Facebook: attachments seems to work differently, some adjustmentsmatej
2018-01-22Gadu-Gadu: icolib const range-based loopGoraf
2018-01-21Tox: attempt to fix locked file when transfer is cancelledaunsane
2018-01-20Gadu-Gadu: code cleaningGoraf
2018-01-19Steam: fix annoying auth requests on every reloginaunsane
2018-01-19Gadu-Gadu: unified projectGoraf
2018-01-19Gadu-Gadu:Goraf
* force SSL and manual hosts * force keeping connection allive * send ping only once per minute * overwirte old servers list * version bump
2018-01-19Gadu-Gadu: update libgadu to 1.11.4Goraf
2018-01-19Gadu-Gadu: complete update to libgadu-1.10.1-postGoraf
2018-01-19Gadu-Gadu: change warning to level 4Goraf
2018-01-19Gadu-Gadu: code cleaningGoraf
2018-01-18perhaps it was last problem with utf8...George Hazan
2018-01-17Steam: fixed #1107aunsane
2018-01-17Steam: fixed #1106aunsane
2018-01-17Tox: updated libtox to 0.2.0aunsane
- support of message correction - version bump
2018-01-17Tox: attempt to fix crash on startup #1105aunsane
2018-01-17Tox: fixed crash on password deletion #1101aunsane
2018-01-17unified project for ICQCorpGeorge Hazan
2018-01-17ICQCorp: fix for reading away messagesGeorge Hazan
2018-01-17ICQCorp: fix for broken file transfersGeorge Hazan
2018-01-17ICQCorp: fix for sending messages in utf8George Hazan
2018-01-16ICQCorp:George Hazan
- crash fixed when one sends a file; - all file names went to Unicode; - all messages are being send in Utf8 instead of ANSI; - version bump;
2018-01-15remove AIM, StdAuth, StdHepdartraiden
2018-01-15Facebook: action added to destroy chat historyGeorge Hazan
2018-01-14Steam: refactoring pt.2aunsane
2018-01-13Facebook: fix for loading multiple unread messages at once at startupmatej
2018-01-12why not parse the whole json and then iterate nodes?George Hazan