summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-06VKontakte: remove unneeded threadElzorFox
2017-02-06Msg_Export: Fix opening/closing progress dialogRobert Pösel
2017-02-06Msg_Export: Fix progress dialog processingRobert Pösel
2017-02-06Msg_Export: Don't block whole Miranda during exportRobert Pösel
2017-02-06Msg_Export: Fix exporting unicode messages, make it even faster (addresses #609)Robert Pösel
Previously code worked with opening file and loading BOM at writing each event. When we stopped closing/opening file at each event it couldn't read BOM anymore, so it wrote messages in wrong codepage. This is not fixed by parameter defining we are just appending the file, so it doesn't need to determing BOM or even check file size. Thanks to this exporting is now about 70% faster than the initial optimization commit (in sum 13.5x faster than before).
2017-02-06Msg_Export: Allow entering "0" for no limit of line widthRobert Pösel
2017-02-06Msg_Export: Optimize checking ignored contacts/protocols (addresses #609)Robert Pösel
Makes export about 20% faster.
2017-02-05Msg_Export: Optimize exporting all history (fixes #609)Robert Pösel
Makes export about 10x faster.
2017-02-05Facebook: Pages contacts should be "invisible", not "online"Robert Pösel
2017-02-05proper fix for UINs in auth dialogsGeorge Hazan
2017-02-05fix for the incorrect UIN assignmentGeorge Hazan
2017-02-04modified icons for DiscordGeorge Hazan
2017-02-04fix for launching Account Manager many timesGeorge Hazan
2017-02-04Discord: correct status mapping for ID_STATUS_AWAYGeorge Hazan
2017-02-03README: add Discorddartraiden
2017-02-03first attempt to implement file transfersGeorge Hazan
2017-02-03no need in libcurlGeorge Hazan
2017-02-03.George Hazan
2017-02-03avatar code adapted for new core functions (mime types)George Hazan
2017-02-03we mark all contacts as offline after a protocol goes offlineGeorge Hazan
2017-02-03mime type standardizationGeorge Hazan
2017-02-03.George Hazan
2017-02-03VKontakte: ignore ‘Access denied: can't set typing activity for this ↵ElzorFox
peer’ error
2017-02-02- code cleaning;George Hazan
- version bump
2017-02-02Discord: message formatting now includes the list of attachments (if present)George Hazan
2017-02-02fix for the initial presence processingGeorge Hazan
2017-02-02Discord: avatar change detector moved to the separate functionGeorge Hazan
2017-02-02russian langpack fix & updateKonstantin
2017-02-02VKontakte: fix VK API bug on messages.send return value type (see ↵ElzorFox
https://vk.com/bugs?act=show&id=4717174_71)
2017-02-01Discord:George Hazan
- we don't request user info when no user id is set; - fix for the user addition; - fix for creating shadow users when a presence is sent to non-existing user
2017-02-01fix for null avatar hash processingGeorge Hazan
2017-02-01Discord: forgotten shit in UserInfo retrievingGeorge Hazan
2017-02-01minor code cleaningGeorge Hazan
2017-02-01PLI_ONLINE & PLI_OFFLINE - unused constants removedGeorge Hazan
2017-02-01added handler for a USER_SETTINGS_UPDATE commandGeorge Hazan
2017-02-01Discord: added libcurl to dependenciesGeorge Hazan
2017-01-31attempt to fix rare crashes in DiscordGeorge Hazan
2017-01-31compilation fixGeorge Hazan
2017-01-31- NUF_HTTPGATEWAY: unused option removed;George Hazan
- NETLIBUSER::szDescriptiveName replaced with MAllStrings; - code cleaning.
2017-01-31VKontakte: fix link for attachments if title is emptyElzorFox
2017-01-30fix for the order of history messagesGeorge Hazan
2017-01-29Gadu-Gadu protocolSzymon Tokarz
merge libgadu fix from https://github.com/wojtekka/libgadu/commit/cf07f39da1d69c7219be928e3afcedbdd3c0f49c - gg ssl connection fixed
2017-01-29english & russian langpack updateKonstantin
2017-01-28Update Useragent and TokenBjarne Roß
2017-01-27fix for a wrong status translationGeorge Hazan
2017-01-26more logsGeorge Hazan
2017-01-26new private users must be marked as privateGeorge Hazan
2017-01-26Discord: proper flags for avatarsGeorge Hazan
2017-01-26fix of marking unread events as readGeorge Hazan
2017-01-26wrong formatGeorge Hazan