Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-01 | fixes #4445 (Discord: у контакта статус Away имеет ↵ | dartraiden | |
некорректный значок) | |||
2024-05-12 | merge commit | George Hazan | |
2024-05-10 | fixes #4410 (Discord: загрузка истории с сервера не ↵ | George Hazan | |
загружает некоторые события) | |||
2024-05-08 | Discord: added support for reading private channels avatars | George Hazan | |
2024-05-06 | fixes #4392 (Discord: не работает подгрузка ↵ | George Hazan | |
истории чата с сервера) | |||
2024-05-04 | fixes #4399 (Discord: показывать, кто пригласил или ↵ | George Hazan | |
выгнал участника) | |||
2024-05-03 | fixes #4391 (Discord: "Destroy channel" не стирает контакт ↵ | George Hazan | |
из базы) | |||
2024-05-03 | Discord: global_name field to be used as FirstName/LastName and as a nick in ↵ | George Hazan | |
group chats | |||
2024-05-03 | Discord: no need to add #0 to my own nick in group chats | George Hazan | |
2024-05-02 | fixes #4382 (Discord: Groupchat support) | George Hazan | |
2024-05-02 | Discord: no need to include zero discriminator into nicks | George Hazan | |
2024-01-26 | major atavism, PROTORECVEVENT, died with its own set of constants | George Hazan | |
2023-02-09 | database support for new protocols | George Hazan | |
2023-01-27 | Group chats: all old APIs with lookup by module+session removed | George Hazan | |
2023-01-14 | Convert sources to CR+LF | dartraiden | |
2023-01-11 | Discord: not included into the build, but adapted for the current core version | George Hazan | |
2022-01-20 | fixes #2994 (Deprecate Discord support) | George Hazan | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-11-18 | Discord: copy ID menu item for group chats | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-12-06 | minor code cleaning + warning fix | George Hazan | |
2020-04-28 | database: | George Hazan | |
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning | |||
2020-03-24 | SINT64_PARAM support moved into libjson | George Hazan | |
2020-02-10 | Discord: code cleaning | George Hazan | |
2020-01-01 | Happy new year, Miranda | 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-09-27 | end of manual experiments with CList/NotOnList | George Hazan | |
2019-06-27 | manual access to CList/Group restricted | George Hazan | |
2019-02-27 | fixes #1782 (highlighting in Discord groupchats) | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-11-27 | fixes #1638 ([Discord] Direct messages from temporary contacts cause the ↵ | George Hazan | |
contact to be shown as if it were a regular friend) | |||
2018-10-13 | chat api: | George Hazan | |
- GC_SHAREDUSERS flag added to share the same array of users for all group chats; - USERINFO.next removed; - MODULEINFO.arUsers & SESSION_INFO.arUsers introduced to maintain user lists; - MM_AddModule removed; - memory allocation model changed for MODULEINFO & SESSION_INFO - MM_CreateModule & SM_CreateSession members are added to g_chatApi | |||
2018-05-27 | unused variable CHAT_MANAGER *pci removed and replaced with g_chatApi | George Hazan | |
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-02-21 | Discord: C++'11 iterators | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-29 | PROTO_INTERFACE::setAllContactStatuses - common code moved to the core | George Hazan | |
2017-12-11 | parameters unification between JSON & HTTP | George Hazan | |
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-27 | fixes #944 ( [Discord] Recent change breaks clist behavior (no longer ↵ | George Hazan | |
displaying topics in contact list) | |||
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-02-22 | Discord: | George Hazan | |
- support for channel creation & destruction on the fly - code cleaning | |||
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 | |