Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-15 | fix for the eternal loop in packet analyzer | George Hazan | |
2017-02-15 | VKontakte: crash fix ( issue #716) | ElzorFox | |
2017-02-15 | Discord: groupchat history support | George Hazan | |
version bump | |||
2017-02-15 | fix for highlighting non-mentioned contacts in groupchat | George Hazan | |
2017-02-15 | we add all users to a chat first, only then open a room | George Hazan | |
2017-02-15 | all events to have timestamps | George Hazan | |
2017-02-15 | crash fix | George Hazan | |
2017-02-14 | protocols: | Gluzskiy Alexandr | |
jabber: omemo: added hmac_sha256 callbacks to libsignal-c initialization | |||
2017-02-14 | Discord: sending typing notification | George Hazan | |
2017-02-14 | we better turn off these track commands, because they are not documented | George Hazan | |
2017-02-14 | MBinBuffer - all manual data buffer processing moved into a class | George Hazan | |
2017-02-14 | fix for include duplicates & recursions | George Hazan | |
2017-02-13 | Discord: displaying roles correctly | George Hazan | |
2017-02-13 | fix for broken projects | George Hazan | |
2017-02-13 | protocols: | Gluzskiy Alexandr | |
jabber: started work on omemo skeleton basic signal library initialization test | |||
2017-02-13 | porotocol: | Gluzskiy Alexandr | |
whatsapp: use new libsignal header (looks unused anyway....) | |||
2017-02-12 | support for Discord message markup | George Hazan | |
2017-02-12 | Facebook: Fix loading newsfeed and memories; version bump | Robert Pösel | |
2017-02-12 | Facebook: Notify number of loaded items (when manually triggered) | Robert Pösel | |
2017-02-12 | Facebook: Fix "Open conversation" target URL | Robert Pösel | |
2017-02-11 | Discord: | George Hazan | |
- support for group chat topics; - version bump | |||
2017-02-11 | fix for an error message text | George Hazan | |
2017-02-10 | Facebook: correct status names capitalization | dartraiden | |
2017-02-10 | fix double space | dartraiden | |
2017-02-08 | Discord: support for changing nick names in chats | George Hazan | |
2017-02-08 | no need in that blablabla | George Hazan | |
2017-02-07 | Discord: ability to join & leave guilds on the fly | George Hazan | |
2017-02-07 | code cleaning | George Hazan | |
2017-02-07 | support for the guild chat nicks | George Hazan | |
2017-02-07 | rest of ANSI macros removed | George Hazan | |
2017-02-07 | code cleaning | George Hazan | |
2017-02-06 | strange hand-made array removed | George Hazan | |
2017-02-06 | - fix for a possible memory leak; | George Hazan | |
- enhanced debug info | |||
2017-02-06 | Discord: file transfer succeeded | George Hazan | |
2017-02-06 | fix for adding duplicate headers | George Hazan | |
2017-02-06 | Add 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-06 | VKontakte: remove unneeded thread | ElzorFox | |
2017-02-05 | Facebook: Pages contacts should be "invisible", not "online" | Robert Pösel | |
2017-02-05 | proper fix for UINs in auth dialogs | George Hazan | |
2017-02-05 | fix for the incorrect UIN assignment | George Hazan | |
2017-02-04 | modified icons for Discord | George Hazan | |
2017-02-04 | Discord: correct status mapping for ID_STATUS_AWAY | George Hazan | |
2017-02-03 | first attempt to implement file transfers | George Hazan | |
2017-02-03 | no need in libcurl | George Hazan | |
2017-02-03 | avatar code adapted for new core functions (mime types) | George Hazan | |
2017-02-03 | we mark all contacts as offline after a protocol goes offline | George Hazan | |
2017-02-03 | mime type standardization | George Hazan | |
2017-02-03 | . | George Hazan | |
2017-02-03 | VKontakte: ignore ‘Access denied: can't set typing activity for this ↵ | ElzorFox | |
peer’ error | |||
2017-02-02 | - code cleaning; | George Hazan | |
- version bump |