summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2017-03-01fix #726 (Logging out and in duplicates last sent message if it was the last ↵George Hazan
message of the conversation)
2017-03-01omemo: initial implementation of 4.2, 4.3 ↵Gluzskiy Alexandr
(https://conversations.im/xeps/multi-end.html) //using short uninformative comments from now, as requested on http://forum.miranda-ng.org/index.php?topic=4506.msg19076#msg19076, due to inconvinient way of how github ui show comments
2017-02-28Tox: fix capitalizationdartraiden
2017-02-28jabber: fix caps ui bug introduced in early omemo implementation stageGluzskiy Alexandr
omemo: basic device list event handler, added +notify cap to permanent caps, currenlty jabber have problems with dynamic caps...
2017-02-28VKontakte:ElzorFox
add option ‘Add message link to messages with attachments’ version bump
2017-02-27Tox: revert previous chages related with #698aunsane
2017-02-27Tox: attempt to fix for #720aunsane
2017-02-26Facebook: Version bumpRobert Pösel
2017-02-26Facebook: Fix loading newsfeed/memories posts (fixes #718)Robert Pösel
2017-02-26Facebook: Don't block main thread when refreshing user infoRobert Pösel
2017-02-26Facebook: Load birthday on refresh contact details (fixes #642)Robert Pösel
2017-02-26Tox: attempt to fix for #720aunsane
2017-02-26Tox: attempt to fix for #720aunsane
2017-02-25EmLAN: fix for messages encodingGeorge Hazan
2017-02-25Tox: extended log for #704aunsane
2017-02-25Tox: attempt to fix #698aunsane
2017-02-25Tox: fixed #684aunsane
2017-02-25Tox: remove setting of unused timestampaunsane
2017-02-25Tox: added some logs to find problem by issue #720aunsane
2017-02-25Tox: fixed friend addaunsane
2017-02-25compilation fixGeorge Hazan
2017-02-23code cleaningGeorge Hazan
2017-02-23Tox:aunsane
- added compatibility check - version bump
2017-02-23Tox: it seems that irungentoo/toxcore no longer be updated, so we switch to ↵aunsane
TokTok/c-toxcore
2017-02-23libs:Gluzskiy Alexandr
libsignal-c: added few more missed exports protocol: jabber: omemo: implemented 4.1 (https://conversations.im/xeps/multi-end.html)
2017-02-22channel renaming supportGeorge Hazan
2017-02-22Discord:George Hazan
- support for channel creation & destruction on the fly - code cleaning
2017-02-22fix for EnterString parametersGeorge Hazan
2017-02-22major rework of Discord:George Hazan
- CDiscordGuild - a class to utilize all guild-related activity; - all guild related code moved to the separate module; - fix for online guild channel creation; - version bump;
2017-02-22fix for the nickname resetGeorge Hazan
2017-02-22Discord: a rusty crutch to receive updates for sent messagesGeorge Hazan
2017-02-21compilation fixGeorge Hazan
2017-02-21protocols:Gluzskiy Alexandr
jabber: omemo: empty handlers for omemo message/key, omemo devicelist update
2017-02-20protocols:Gluzskiy Alexandr
jabber: omemo: init_device functio (skeletoon..)
2017-02-20ICQ: resource cosmeticdartraiden
2017-02-18fix for messages without a time stampGeorge Hazan
2017-02-17Discord: fix to close chats on going offlineGeorge Hazan
2017-02-17ICQ:George Hazan
- option "Enable AIM support" removed due to tight integration with MRA, which also uses string ids; - caps macros removed, cause we don't wanna these options to be disabled; - copyright update; - version bump.
2017-02-17fix for a project fileGeorge Hazan
2017-02-17protocols:Gluzskiy Alexandr
jaber: omemo: used openssl based aes encryption and digest_sha512 code from https://github.com/WhisperSystems/libsignal-protocol-c/blob/master/tests/test_common.c
2017-02-17VKontakte: fix potential crashElzorFox
2017-02-16dynamic loading of openssl removedGeorge Hazan
2017-02-16duplicated lib folders no needed anymoreGeorge Hazan
2017-02-16miranda got her own OpenSSL binariesGeorge Hazan
for those who compile Miranda himself, these binaries can be downloaded from http://www.miranda-ng.org/distr/build/
2017-02-16VKontakte: PoolServer down fixElzorFox
2017-02-15fix for the eternal loop in packet analyzerGeorge Hazan
2017-02-15VKontakte: crash fix ( issue #716)ElzorFox
2017-02-15Discord: groupchat history supportGeorge Hazan
version bump
2017-02-15fix for highlighting non-mentioned contacts in groupchatGeorge Hazan
2017-02-15we add all users to a chat first, only then open a roomGeorge Hazan