Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-28 | Jabber: MAM adaptation for OpenFire | George Hazan | |
2020-07-28 | Jabber: new option to embrace picture urls/filenames with BBCodes | George Hazan | |
2020-07-12 | Jabber: ugly scheme with flags replaced with TJabberAuth instantiation | George Hazan | |
2020-07-10 | fixes #1727 completely (Jabber: SCRAM-SHA-1(-PLUS) + SCRAM-SHA-256(-PLUS) ↵ | George Hazan | |
support) | |||
2020-06-29 | fixes #2453 (Jabber: add ability to load whole history via Message Archive ↵ | George Hazan | |
Management) | |||
2020-06-29 | fixes #2469 (Jabber: implement SCRAM-SHA-1-PLUS auth) | George Hazan | |
2020-06-26 | two more obsolete messages removed | George Hazan | |
2020-06-26 | WM_JABBER_REGDLG_UPDATE - unused message removed | George Hazan | |
2020-06-26 | Revert "Jabber: XEP-0136 support removed" | George Hazan | |
This reverts commit e6bf9c2a41622424c2cd4006326455e08c80812a. # Conflicts: # protocols/JabberG/src/jabber_caps.cpp # protocols/JabberG/src/jabber_caps.h # protocols/JabberG/src/jabber_iqid.cpp | |||
2020-06-13 | fixes #1149 (wrong MAM preferences processing) | George Hazan | |
2020-06-11 | fixes #1149 (XMPP/Jabber: Implement XEP-0313 ( mam / Message Archive ↵ | George Hazan | |
Management ) | |||
2020-06-11 | Jabber: XEP-0136 support removed | George Hazan | |
2020-06-08 | unused shitty code removed | George Hazan | |
2020-06-06 | fixes #2429 (More strict XEP-0085 compliance) | George Hazan | |
2020-05-27 | Jabber: code cleaning | George Hazan | |
2020-05-25 | Jabber: custom roster nicks should be ignored as well as roster groups | George Hazan | |
2020-05-07 | fixes #2399 (XEP-0280 support cleaning) | George Hazan | |
2020-05-07 | fix for old PROTO_INTERFACE::FileResume interface error | George Hazan | |
2020-03-31 | Jabber: | George Hazan | |
- fixes #2257 (Jabber: double click by room name shoud open "Join chatroom" dialogue); - more code implemented using UI classes; - massive code cleaning | |||
2020-03-31 | Jabber: | George Hazan | |
- fixes #2279 (Jabber: add HTTP File Upload support for group chats); - major file transfer code cleaning; | |||
2020-03-16 | Jabber: fix for receiving auth requests | George Hazan | |
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 | Jabber: full implementation of XEP-0231 | George Hazan | |
2020-02-17 | code cleaning | George Hazan | |
2020-02-17 | Jabber: massive options code cleaning | George Hazan | |
2020-02-15 | Jabber: partial support for XEP-0231: Bits of Binary | George Hazan | |
2020-02-12 | Jabber: XEP-0333 implementation (chat markers) | George Hazan | |
2020-01-29 | fixes #2039 (Jabber: реализовать обновление ↵ | George Hazan | |
LastGetVCard не только при запуске) | |||
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-10-23 | Jabber: we don't need this option anymore | George Hazan | |
2019-10-17 | fixed #1710 (Jabber: implement XEP-0363 (HTTP File Upload)) | George Hazan | |
2019-09-16 | fixes #2064 (Jabber: some MUC dialogs are displayed behind the chat window) | George Hazan | |
2019-07-15 | Jabber: no need to pass jid inside SendGetVcard() | George Hazan | |
2019-07-15 | Jabber: | George Hazan | |
- global vcard hash added to the presence; - "AvatarSaved" setting isn't used anymore, because it's crazy; - when vcard reader writes our own avatar, an update is not send back to the server | |||
2019-07-15 | JABBER: support for obsolete XEP-0008 (iq based avatars) removed | George Hazan | |
2019-04-13 | Jabber: | George Hazan | |
- Miranda to generate globally unique packet ids; - unused member IJabberInterface::AddTemporaryIqHandler removed; - two rarely used params removed from CJabberProto::AddIQ && CJabberIqManager::AddHandler - code cleaning | |||
2019-04-12 | wiping custom icolib functions: Jabber | George Hazan | |
2019-04-05 | fixes #1911 (chinese in Jabber extended search) | George Hazan | |
2019-04-04 | unused code removed | George Hazan | |
2019-03-17 | fixes #1898 (XMPP/Jabber: Implement XEP-0352 (Client State Indication)) | George Hazan | |
2019-03-04 | Jabber: | George Hazan | |
- roster editor extracted to the separate source module; - fixes #1881 (first column's text is set improperly, thus creating problems on roster upload); - roster editor rewritten to UI classes | |||
2019-02-26 | fixes #1865 (Joining Password Protected Jabber Conference is not working ↵ | George Hazan | |
since last updates) + code cleaning | |||
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 | Jabber: | George Hazan | |
- fixes #1855 (Jabber: chinese in services info); - fixes #1854 (Jabber: crash on receiving channels list); - strange obsolete class UserInfoStringBuf removed; - code optimization | |||
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 | Jabber -> TinyXml2 | George Hazan | |
2019-02-04 | Jabber: Jid List dialog -> UI classes | George Hazan | |
2019-01-08 | fixes #1715 (by default account's destructor doesn't free network handle) | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |