Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-17 | Discord: fix for approving authorization | George Hazan | |
2020-04-17 | Discord: fix for the basic search (by SnowFlake) | George Hazan | |
2020-03-24 | SINT64_PARAM support moved into libjson | George Hazan | |
2020-03-23 | Discord: opcode 7 processing added | George Hazan | |
2020-03-21 | Discord: suddenly "Request authorization" menu item is shown for Discord ↵ | George Hazan | |
groupchats | |||
2020-03-11 | Discord: voice part of protocol moved to the separate file | George Hazan | |
2020-03-11 | Discord: partial support for VoiceService plugin | George Hazan | |
2020-02-29 | Discord: | George Hazan | |
- fixes #1953 ([Discord] Changing status post-sign-in doesn't work unless a normal client is also open); - fixes #705 ([Discord] System tray icon does not reflect actual status of Discord protocol); - version bump | |||
2020-02-24 | fixes #2182 (Discord: cannot leave guild) | George Hazan | |
2020-02-24 | Discord: temporary token not to be saved | George Hazan | |
2020-02-24 | typo fix | George Hazan | |
2020-02-24 | fixes #2230 (DIscord: Sometimes Miranda continuously fails to connect to ↵ | George Hazan | |
Discord server, and somehow logging in on the website fixes this problem ) | |||
2020-02-24 | Discord: | George Hazan | |
- fixes a problem with 400 BAD REQUEST error when sending mark as read request; - code cleaning; - version bump | |||
2020-02-20 | bunch of useless threads replaced with a call of ProtoBroadcastAsync | George Hazan | |
2020-02-19 | if a protocol handles an event, it shall return 1, not 0 | George Hazan | |
2020-02-16 | useless checks removed | George Hazan | |
2020-02-13 | fixes #2209 (Discord: missing API for guilds and chats) | George Hazan | |
2020-02-11 | Discord: fix for avatar file extension | George Hazan | |
2020-02-11 | Discord: | George Hazan | |
- gateway command 12 isn't available since Jan 13th, 2020; - GUILD_SYNC is also not available anymore; - better cookie control; - version bump | |||
2020-02-10 | Discord: code cleaning | George Hazan | |
2020-02-01 | let's make a couple of things simpler | George Hazan | |
2020-01-30 | Discord: string unification | dartraiden | |
2020-01-30 | LIST::remove + LIST::indexOf() combination removed with LIST::removeItem | George Hazan | |
2020-01-25 | massive code cleaning: | George Hazan | |
- GCHOOK structure normalized (i.e. inlined SESSION_INFO fields replaced with a reference to SESSION_INFO); - fake CMsgDialog declaration added to m_srmm_int.h, thus duplicated declarations in plugins aren't needed anymore - other minor changes | |||
2020-01-20 | db_event_delete: unused parameter removed | George Hazan | |
2020-01-20 | Discord: support for message deletion | George Hazan | |
2020-01-16 | Discord: -1 unique string | dartraiden | |
2020-01-15 | Discord voice calls - packet processing | George Hazan | |
2020-01-15 | Discord: if message text is empty, there's no need to add it | George Hazan | |
2020-01-13 | Netlib_GetHeader() - handful utility to avoid writing cycles | George Hazan | |
2020-01-10 | WebSocket_Connect to return the reply to a HTTP request instead of a connection | George Hazan | |
2020-01-10 | Discord: fix for missing setting | George Hazan | |
2020-01-09 | if smth cannot be incuded, it shall be inlined | George Hazan | |
2020-01-03 | minor code cleaning | George Hazan | |
2020-01-03 | Discord to use system window to maintain its timers | George Hazan | |
2020-01-01 | Happy new year, Miranda, part 2 | dartraiden | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-12-28 | Discord: nonce field should be always positive, otherwise it might not work | George Hazan | |
2019-12-27 | Facebook: sending messages | George Hazan | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-11-08 | fixes #2120 ([Discord] If you already have a custom status, setting it again ↵ | George Hazan | |
causes a crash) | |||
2019-11-06 | fixes #2117 ([Discord] Support for the newly introduced Custom Status) | George Hazan | |
2019-11-05 | fixes #2115 ([Discord] "Group chats" (not chatrooms/servers but personal ↵ | George Hazan | |
groups!) are broken) | |||
2019-11-05 | Discord: | George Hazan | |
- JSON cycles rewritten using iterators; - private channels processing code extracted to the separate method | |||
2019-10-08 | first version of WA that connects | George Hazan | |
2019-10-08 | WebSocket related code moved to the core | George Hazan | |
2019-09-30 | compilation fix | George Hazan | |
2019-09-27 | end of manual experiments with CList/NotOnList | George Hazan | |
2019-09-27 | fix for a function name: | George Hazan | |
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide | |||
2019-09-26 | Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵ | George Hazan | |
variable and unify access to it |