summaryrefslogtreecommitdiff
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-02merge with libmdbxGeorge Hazan
2018-02-02fixes #1130 (Tox crash on reconnecting protocol)George Hazan
2018-02-02fixes #1132 (KeepStatus doesn't work)George Hazan
2018-02-02StatusManager:George Hazan
- fixes #1129 (Status Manager broked. When I change profile - not happend) - all standard memory allocation routines replaced with mir_* (more effective) - classes used to allocate memory instead of manual code
2018-02-01fixes #1128 (StdMsg: user menu icon bug)George Hazan
2018-02-01Gadu-Gadu: fix crash when adding contact in debug buildGoraf
2018-01-31fix for the broken message reading in NewsAggregatorGeorge Hazan
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-31fixes #1125 ("Configure network" link leads to first options node instead of ↵George Hazan
Network )
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-30fix for occasional crashGeorge Hazan
2018-01-30Carbons support attemptVladimir
2018-01-297-Zip 18.01dartraiden
2018-01-29StatusManager:George Hazan
- all protocol data really merged together; - duplicated settings arrays removed; - stupid protoList removed; - fixed #1119; - version bump
2018-01-29Watrack toodartraiden
2018-01-29git 2.16 thinks that these are different filesdartraiden
2018-01-29add FreeImage to installersdartraiden
2018-01-29unused code cleanedGeorge Hazan
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-26blurp... wrong arrayGeorge Hazan
2018-01-26fixes #1120 (missing popup skin)George Hazan
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-26code cleaningGeorge Hazan
2018-01-26unused service removedGeorge Hazan
2018-01-26FreeImage -> build scriptsGeorge 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-24we need more readers, cause libmdbx returns MDBX_READERS_FULL on large profilesGeorge Hazan
2018-01-24merge with libmdbxGeorge Hazan
2018-01-24if we don't use MDBX_DUPSORT, there's no need to pass the data parameterGeorge Hazan
2018-01-24missing default comparatorGeorge Hazan
2018-01-23Facebook: fixed missing last messages while loading historymatej
2018-01-23Merge branch 'master' of https://github.com/miranda-ng/miranda-ngmatej
2018-01-23Facebook: attachments seems to work differently, some adjustmentsmatej
2018-01-23even more strict scopeGeorge Hazan
2018-01-23dbx_mdbx:George Hazan
- fix for a name conflict; - stricter transaction scope; - version bump
2018-01-23merge with libmdbxGeorge Hazan