Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-01 | massive copyright update | dartraiden | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-09-21 | Discord: fix for guild sorting order | George Hazan | |
2017-09-21 | Discord: attempt to gather as much information as possible | George Hazan | |
2017-09-19 | useless structure GCDEST finally removed | George Hazan | |
2017-08-29 | Discord: fix for updating user's avatar on the fly | George Hazan | |
2017-06-05 | minor fixes for Discord protocol | George Hazan | |
2017-03-01 | fix #726 (Logging out and in duplicates last sent message if it was the last ↵ | George Hazan | |
message of the conversation) | |||
2017-02-22 | channel renaming support | George Hazan | |
2017-02-22 | Discord: | George Hazan | |
- support for channel creation & destruction on the fly - code cleaning | |||
2017-02-22 | major 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-22 | fix for the nickname reset | George Hazan | |
2017-02-22 | Discord: a rusty crutch to receive updates for sent messages | George Hazan | |
2017-02-15 | Discord: groupchat history support | George Hazan | |
version bump | |||
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-13 | Discord: displaying roles correctly | George Hazan | |
2017-02-12 | support for Discord message markup | George Hazan | |
2017-02-11 | Discord: | George Hazan | |
- support for group chat topics; - version bump | |||
2017-02-08 | Discord: support for changing nick names in chats | George Hazan | |
2017-02-07 | Discord: ability to join & leave guilds on the fly | George Hazan | |
2017-02-07 | support for the guild chat nicks | George Hazan | |
2017-02-03 | . | George Hazan | |
2017-02-02 | - code cleaning; | George Hazan | |
- version bump | |||
2017-02-02 | Discord: message formatting now includes the list of attachments (if present) | George Hazan | |
2017-02-02 | fix for the initial presence processing | George Hazan | |
2017-02-02 | Discord: avatar change detector moved to the separate function | George Hazan | |
2017-02-01 | Discord: | 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-01 | added handler for a USER_SETTINGS_UPDATE command | George Hazan | |
2017-01-26 | more logs | George Hazan | |
2017-01-26 | new private users must be marked as private | George Hazan | |
2017-01-26 | fix of marking unread events as read | George Hazan | |
2017-01-23 | automatic channel creation if user has none | George Hazan | |
2017-01-20 | - valid (but totally undocumented) way of reading guild users; | George Hazan | |
- fix for decoding several replies from the single packet; | |||
2017-01-20 | Discord: first version with groupchats | George Hazan | |
2017-01-19 | Discord: | George Hazan | |
- added support for channel addition & removal; - added support for reading message acks; - now Miranda reads the whole history, not only first 99 messages - | |||
2017-01-18 | Discord: | George Hazan | |
- fix for reading our own messages typed in another place; - version bump | |||
2017-01-17 | Discord: auth support | George Hazan | |
2017-01-17 | Discord: dynamic user addition processing | George Hazan | |
2017-01-16 | - added reaction to remote contact removal; | George Hazan | |
- now we remove a channel & friendship on local contact removal | |||
2017-01-11 | message acks: read confirmations | George Hazan | |
2017-01-09 | fix for issues with connection closing | George Hazan | |
2017-01-09 | fix for duplicated messages when reading history | George Hazan | |
2017-01-09 | fix for retrieving missing messages when reading channel list | George Hazan | |
2017-01-09 | - misprint in a json field name; | George Hazan | |
- fix for parsing private channels; - fix for long gateway packets reading; - version bump | |||
2017-01-08 | better way of setting avatar either for me or any other user | George Hazan | |
2017-01-07 | first version of Discord that sends messages, catches presence packets and ↵ | George Hazan | |
displays typing notification version bump |