Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-10 | Jabber: fix for some weird problems with groupchats | George Hazan | |
2017-09-08 | fixes #921 (unused icons) | George Hazan | |
2017-09-07 | crash fix | George Hazan | |
2017-09-07 | VKontakte: code cleaning | ElzorFox | |
2017-09-06 | Jabber: partially restored ability to process caps from old clients that do ↵ | George Hazan | |
not support XEP-0115 | |||
2017-09-06 | Jabber: fix for adding own capabilities | George Hazan | |
2017-09-06 | VKontakte: | ElzorFox | |
fix error 100 on messages.markAsRead version bump | |||
2017-09-05 | memory allocation conflict | George Hazan | |
2017-09-04 | fixes #915 (crash in IRC processing wrongly created PING command) | George Hazan | |
2017-09-03 | Revert "Jabber: ability to pass jid as param to create/join conference ↵ | aunsane | |
dialog service to fill dialog fields" This reverts commit fbe8725b4f270dbd5981b0ed642fc52da4405cea. | |||
2017-09-02 | Jabber: ability to pass jid as param to create/join conference dialog ↵ | aunsane | |
service to fill dialog fields | |||
2017-09-02 | VKontakte: fix parsing telephone digits in capcha | ElzorFox | |
2017-09-01 | jabber: omemo: working on 4.7 | Gluzskiy Alexandr | |
properly refresh used prekeys and reannounce bundle | |||
2017-08-31 | Discord: fix for eternal avatar reload | George Hazan | |
2017-08-30 | Steam: Hotfix to not show sent messages twice | Robert Pösel | |
Note this commit is just temporary workaround as it disables loading (showing) our messages sent from other Steam instances. | |||
2017-08-30 | attempt to fix problems with group chat presences | George Hazan | |
2017-08-30 | code cleaning | George Hazan | |
2017-08-29 | Discord: fix for updating user's avatar on the fly | George Hazan | |
2017-08-25 | Facebook: Fix encoding issue when parsing newsfeeds with empty attachment ↵ | Robert Pösel | |
(address #803) | |||
2017-08-25 | Facebook: Fix parsing newsfeeds/memories (fixes #882) | Robert Pösel | |
2017-08-25 | Facebook: Clear "message seen" when we send message from another instance | Robert Pösel | |
2017-08-25 | Facebook: Fix receiving typing notifications (broken in ↵ | Robert Pösel | |
e04d28cfcfe33f0450b390bb1af6e9df823fc86a) | |||
2017-08-25 | useless condition removed | George Hazan | |
2017-08-25 | fixes #845 ([Discord] Adding a new contact causes "Only bots can use this ↵ | George Hazan | |
endpoint" error) | |||
2017-08-25 | minus GTalkExt | George Hazan | |
2017-08-25 | MRA: icon added to icolib, not used icon removed (fixes #298) | Kirill Volinsky | |
2017-08-23 | Revert "Tox: updated libtox" | aunsane | |
This reverts commit 73457a3904d1d0547148502f4fa66ec4f5778b53. | |||
2017-08-23 | code cleaning | George Hazan | |
2017-08-23 | more understandable error description | dartraiden | |
2017-08-23 | Jabber: all icons added to icolib (fixes #296) | Kirill Volinsky | |
2017-08-23 | ICQ: icon added to icolib, not used icon removed (fixes #294) | Kirill Volinsky | |
2017-08-22 | compilation fix | George Hazan | |
2017-08-21 | Tox: resource cosmetic | dartraiden | |
2017-08-21 | Tox: updated libtox | aunsane | |
2017-08-21 | Tox: profile file to be removed when account is destroyed | George Hazan | |
2017-08-21 | Tox: | George Hazan | |
- fixes #898 (Tox: usability issues); - fixes #893 (Tox: failed to connect to DHT); - massive code cleaning; | |||
2017-08-20 | minus ModernOpt | George Hazan | |
2017-08-20 | Facebook: Use HTTPS when opening links / loading contact picture | Robert Pösel | |
2017-08-20 | Omegle: Version bump | Robert Pösel | |
2017-08-20 | Omegle: Fix compile warnings | Robert Pösel | |
2017-08-20 | Omegle: Use HTTPS | Robert Pösel | |
2017-08-20 | Omegle: Update servers list | Robert Pösel | |
2017-08-20 | Omegle: Fix getting garbage response when server is down | Robert Pösel | |
2017-08-20 | Omegle: Remove unused error code | Robert Pösel | |
2017-08-20 | Lock whole adding/finding contact | Robert Pösel | |
2017-08-20 | Rework ProcessContact method | Robert Pösel | |
2017-08-20 | Rename UpdateContact to UpdateContactDetails | Robert Pösel | |
2017-08-20 | VKontakte: minor fix | ElzorFox | |
2017-08-20 | jabber: omemo: working on TODO | Gluzskiy Alexandr | |
aes_128_gcm: disabled any aad/tag related cals as it's not described at all in omemo xep | |||
2017-08-17 | jabber: omemo: working on TODO | Gluzskiy Alexandr | |
implemented message queue for messages received/sendt before omemo sessions created //this solve problem with loosing first message |