Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-07 | chore: fix grammar errors in comments | Sergey Ponomarev | |
Mostly missing articles | |||
2024-01-19 | the ancient atavism extincted: PROTORECVFILE structure with its own set of flags | George Hazan | |
2024-01-19 | code cleaning | George Hazan | |
2024-01-08 | Update copyrights | dartraiden | |
2023-12-22 | Jabber: XEP-0319 support | George Hazan | |
2023-04-20 | Telegram: fix for Unicode file names | George Hazan | |
2023-02-18 | minor code cleaning | George Hazan | |
2023-01-02 | Update copyrights | dartraiden | |
2022-07-31 | Contact: group of functions gathered into the personal namespace | George Hazan | |
2022-07-29 | fixes #3110 (remove Jabber frame) | George Hazan | |
2022-06-21 | Jabber: unused setting removed | George Hazan | |
2022-05-25 | Jabber: patch from deadsend to optionally disable XEP-0202 support | George Hazan | |
2022-04-03 | fixes #3064 (Jabber: "Identity" hidden option spoofs only discovery but not ↵ | George Hazan | |
user info) | |||
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | WORD -> uint16_t | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-05-27 | Jabber: code cleaning | George Hazan | |
2020-05-26 | Jabber: if we ignore roster, thy shalt update existing nicks either | 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-02 | Jabber: | George Hazan | |
- capability cache is stored in a json file now instead of database; - caps manager became global; - account-dependent methods of CJabberClientCapsManager moved to CJabberProto; - code cleaning | |||
2020-02-17 | code cleaning | 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-08-26 | obsolete services removed from core & replaced with functions | George Hazan | |
2019-07-15 | JABBER: support for obsolete XEP-0008 (iq based avatars) removed | George Hazan | |
2019-04-12 | wiping custom icolib functions: Jabber | George Hazan | |
2019-02-26 | XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2 | George Hazan | |
2019-02-25 | PROTORECVFILE now uses const char/wchar_t pointers. also fixes #1864 completely | 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 | more checks for GetText() | George Hazan | |
2019-02-19 | Jabber -> TinyXml2 | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-05-27 | global variable name standardization | George Hazan | |
2018-05-23 | no need to initialize pcli variable in each plugin (only in Clist_*) | George Hazan | |
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | 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-31 | mir_app: | George Hazan | |
- structure renamed: PROTORECVFILET -> PROTORECVFILE; - useless service MS_PROTO_AUTHRECV removed; - Proto_AuthRecv() helper converted into a function. | |||
2018-01-01 | massive copyright update | dartraiden | |
2017-12-11 | mir_base64_* => parameters type fix | 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-03-17 | forgotten TCHAR removed | George Hazan | |