Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-07 | chore: fix grammar errors in comments | Sergey Ponomarev | |
Mostly missing articles | |||
2024-07-21 | fixes #4555 (Задваиваются контакты протоколов, ↵ | George Hazan | |
где есть кэш) | |||
2024-01-23 | fixes #4104 (Удаление серверной истории) | George Hazan | |
2024-01-08 | Update copyrights | dartraiden | |
2023-12-09 | PROTO_INTERFACE::OnContactDeleted to be able to block the contact's deletion | George Hazan | |
2023-10-29 | fixes #3714 (Jabber: авторизованный, но не ↵ | George Hazan | |
добавленный в ростер контакт сам собой добавляется в ростер) | |||
2023-03-21 | fixes #3116 (Jabber: удаление комнаты из списка ↵ | George Hazan | |
контактов не позволяет зайти в неё снова) | |||
2023-02-10 | ME_DB_EVENT_MARKED_READ: recursion prevention | George Hazan | |
2023-01-02 | Update copyrights | dartraiden | |
2022-07-31 | Contact: group of functions gathered into the personal namespace | George Hazan | |
2022-06-06 | more portable version of previous patch | George Hazan | |
2022-06-06 | Jabber: option for message delivery to control all chat markers according to ↵ | George Hazan | |
XEP-0333 | |||
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-01-17 | Update copyrights | dartraiden | |
2020-07-22 | fixes #2492 (Jabber: имя конференции не ↵ | George Hazan | |
подтягивается) | |||
2020-05-25 | Jabber: custom roster nicks should be ignored as well as roster groups | George Hazan | |
2020-03-31 | Jabber: | George Hazan | |
- fixes #2279 (Jabber: add HTTP File Upload support for group chats); - major file transfer code cleaning; | |||
2020-03-15 | db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵ | George Hazan | |
getMStringW - missing szValue parameter added | |||
2020-02-12 | Jabber: XEP-0333 implementation (chat markers) | George Hazan | |
2020-01-01 | Happy new year, Miranda | 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 | |||
2019-07-24 | massive warning fix | George Hazan | |
2019-07-15 | Jabber: no need to pass jid inside SendGetVcard() | George Hazan | |
2019-06-27 | manual access to CList/Group restricted | George Hazan | |
2019-03-17 | fixes #1898 (XMPP/Jabber: Implement XEP-0352 (Client State Indication)) | George Hazan | |
2019-03-04 | fixes #1879 (jabber doesn't delete contacts from roster anymore) | George Hazan | |
2019-02-19 | Jabber: | George Hazan | |
- XmlGetChildText / XmlGetChildInt - new handy helpers for tinyxml2; - Unicode logging replaced with ANSI when appropriate; - JabberErrorMsg rewritten to be more useful | |||
2019-02-19 | Jabber -> TinyXml2 | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-12-18 | code cleaning | George Hazan | |
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-04-22 | OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeleted | George Hazan | |
2018-04-16 | Jabber: if we forcibly remove a contact, we need to remove it from ↵ | George Hazan | |
LIST_ROSTER too | |||
2018-04-05 | CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayName | George Hazan | |
2018-03-16 | Jabber: | George Hazan | |
- useless parameter in CJabberProto::OnAddContactForever removed; - when we receive subscription = remove we just change it to SUB_NONE instead of removing contact from LIST_ROSTER; - code cleaning | |||
2018-03-05 | Jabber: code cleaning & simplification | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-10 | Miranda idle code cleaning | 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-29 | replace russian с to latin c | 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-08-23 | code cleaning | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-07-29 | no more TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-27 | less TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-26 | less TCHARs: | George Hazan | |
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-25 | hello, Unix. | George Hazan | |
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |