summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-07warning fixesGeorge Hazan
2017-02-07rest of ANSI macros removedGeorge Hazan
2017-02-07code cleaningGeorge Hazan
2017-02-06strange hand-made array removedGeorge Hazan
2017-02-06fix for an array bounds overflowGeorge Hazan
2017-02-06- fix for a possible memory leak;George Hazan
- enhanced debug info
2017-02-06Discord: file transfer succeededGeorge Hazan
2017-02-06fix for adding duplicate headersGeorge Hazan
2017-02-06Add pubkey log to avatar transfer initiation for debugging.LittleVulpix
This helps in case we get spammed with avatar requests - to see which tox is causing it. example of spam: [06:48:45 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:48:45 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:48:46 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:48:46 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:48:54 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:48:54 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:48:54 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:48:54 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:03 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:03 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:03 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:03 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:12 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:12 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:12 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:12 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:21 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:21 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:21 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:21 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:30 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:30 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:30 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:30 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:39 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:39 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:39 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:39 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled
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