Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-08-05 | Change plugin links from http:// to https:// | Robert Pösel | |
2017-06-14 | more libjson dependencies | George Hazan | |
2017-06-05 | minor fixes for Discord protocol | George Hazan | |
2017-06-05 | Discord: attempt to fix problems with unauthorized http requests | George Hazan | |
2017-03-24 | revolution in chat menus | George Hazan | |
- common code moved to the core (Chat_CreateGCMenu, Chat_DestroyGCMenu); - ability added to any plugin to add its own items into any GC menu, not only to the protocol plugins to do that a plugin calls Chat_AddMenuItems and returns 0 to allow any other plugin to process menu hook | |||
2017-03-21 | more warnings fixed | George Hazan | |
2017-03-21 | warning fix | George Hazan | |
2017-03-10 | Group chats: | George Hazan | |
- GC_CONTROL_MSG left us forever; - tons of old/unused/useless slack simply wiped out; - new function: CSrmmBaseDialog::ClearLog | |||
2017-03-09 | chat API: | George Hazan | |
- SESSION_INFO now addresses an instance of CChatRoomDlg instead of HWND; - linked list of sessions replaced with the usual LIST<>; - saveCI removed everywhere | |||
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-23 | code cleaning | George Hazan | |
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 | fix for EnterString parameters | George Hazan | |
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-18 | fix for messages without a time stamp | George Hazan | |
2017-02-17 | Discord: fix to close chats on going offline | George Hazan | |
2017-02-15 | fix for the eternal loop in packet analyzer | George Hazan | |
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-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-12 | support for Discord message markup | George Hazan | |
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-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 | support for the guild chat nicks | 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-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 | . | 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 | |