Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-28 | code cleaning / warning fixes | George Hazan | |
2019-02-28 | Jabber: fix for chinese in error handler | George Hazan | |
2019-02-26 | XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2 | George Hazan | |
2019-02-25 | Jabber: | George Hazan | |
- obsolete class Xpath removed, its functionality replaced with helpers & iterators; - JABBER_FEAT_BIND added to enchance code reading & understanding; - unused function CNoteItem::AddNote removed; - fix for improper jabber:x:last behavior | |||
2019-02-23 | Jabber: | George Hazan | |
- fixes #1844 (Tab button doesn't work in Jabber registration form); - added Escape handler for any dynamic form to inform parent dialog; - massive dynamic forms-related XML code cleaning & reordering; - now form fiields without types are also processed; - vertical scrollbar is hidden if it's not needed; - hidden fields do not eat form space anymore | |||
2019-02-20 | fix for some formatting issues | George Hazan | |
2019-02-20 | and one more fix for #1854 | George Hazan | |
2019-02-19 | TranslateU applied to Jabber | George Hazan | |
2019-02-19 | all !!! fixed | 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-02-01 | Jabber: if Kerberos authentication is available, it must be preferred to the ↵ | George Hazan | |
usual NTLM auth | |||
2019-01-04 | Update copyrights | dartraiden | |
2018-12-21 | Jabber: fix for occasional crash during registration at jabber.ccc.de | George Hazan | |
2018-12-18 | code cleaning | George Hazan | |
2018-12-17 | more logs | George Hazan | |
2018-12-04 | more logs added for Jabber & Discord | George Hazan | |
2018-11-23 | Jabber: fix for sudden protocol disconnection when Miranda receives ↵ | George Hazan | |
inconsistent stanza | |||
2018-10-01 | centralized system of processing message ids. also fixes #1375 | George Hazan | |
2018-09-03 | attemt to solve #1357 - how to pass the hash value through XMPP server | George Hazan | |
2018-07-24 | Jabber: "to" verification removed because it doesn't solve problems with ↵ | George Hazan | |
carbons anyway | |||
2018-07-23 | Jabber: | George Hazan | |
- unused function JabberGetPictureType inlined; - fixes #1509 (Miranda receive duplicate incoming messages if contact is not in roster Jabber); - code cleaning; | |||
2018-07-01 | protocols: jabber: xep-0128 | Gluzskiy Alexandr | |
- force disable session resume on manual switch to offline ( closes #1444 ) //untested | |||
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-04-28 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- keep contacts status for session resume if resume is possible - reset status only if resume failed | |||
2018-04-25 | protocols: jabber: omemo | Gluzskiy Alexandr | |
- fixed hmac_sha256 (used openssl based instead of broken internal implementation) - utf8 related fixes | |||
2018-04-18 | g_hInstance incapulated into PLUGIN<>, no need in the separate variable | George Hazan | |
2018-04-18 | PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it ↵ | George Hazan | |
inside | |||
2018-04-17 | protocols: jabber: xep-0198: | Gluzskiy Alexandr | |
- improoved logic - fixed resumption - added few temporary workarounds for broken counters | |||
2018-04-07 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- improoved resume logic | |||
2018-04-06 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- a bit improoved logic - implemented "keep-alive" like ack request (currently sema logick as ping, should also work with ping disabled, ping is not necessary if strm_mgmt enabled) | |||
2018-04-05 | CLIST_INTERFACE::pfnGetStatusModeDescription => Clist_GetStatusModeDescription | George Hazan | |
2018-04-01 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- few logic bugs fixed - started resumption implementation | |||
2018-03-28 | prootcols: jabber: xep-0198 | Gluzskiy Alexandr | |
- send ack on disconnect as suggested by xep - bugfixes (outgoing messages tracking still does not work properly) | |||
2018-03-28 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- moved implementation to separated units (refactoring) - first part (without resumption) should work now (still have some bugs), feel free to test | |||
2018-03-27 | protocols: jabber: omemo | Gluzskiy Alexandr | |
- fix possible crash on early session negotiation | |||
2018-03-27 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- implemented client to server acks | |||
2018-03-26 | protocols: jabber: work on xep-0198 | Gluzskiy Alexandr | |
2018-03-25 | typo fix | Gluzskiy Alexandr | |
2018-03-25 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- empty handlers for most data types | |||
2018-03-16 | entities' names to be started with capital letters | George Hazan | |
2018-03-16 | always hated these long expressions: contact_iter makes them much shorter | George Hazan | |
2018-03-05 | Jabber: code cleaning & simplification | George Hazan | |
2018-02-24 | more nullptr | Goraf | |
2018-02-21 | Jabber: C++'11 iterators | George Hazan | |
2018-01-31 | Added an option to enable/disable carbons | Vladimir | |
2018-01-30 | Carbons support attempt | Vladimir | |
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) |