Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-10-01 | centralized system of processing message ids. also fixes #1375 | George Hazan | |
2018-09-20 | fix for the proper return type of PROTO<>::RecvMsg | George Hazan | |
2018-05-22 | m_langpack.h unbound from hLangpack | George Hazan | |
2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan | |
2018-04-22 | EV_PROTO_ONMENU removed | George Hazan | |
2018-04-22 | OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeleted | George Hazan | |
2018-04-21 | code cleaning: | George Hazan | |
- in conformance to C++'11 rules, we don't declare a method as virtual if it's declared as override; - cause this code isn't visible in Pascal anymore, there's no need to use __cdecl calling convention for virtual methods; - since PROTO_INTERFACE is a regular C++ class, there's no need to use old style service declarations for virtual methods like OnModulesLoaded / OnShutdown | |||
2018-04-02 | fixes #1241 (some status menu items don't change language until restart) | George Hazan | |
2018-03-28 | PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵ | George Hazan | |
Proto_SetUniqueId / Proto_GetUniqueId | |||
2018-03-28 | common protocol instance management code went into template | George Hazan | |
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 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- empty handlers for most data types | |||
2018-03-25 | protocols: jabber: started implementation of xep-0198 | Gluzskiy Alexandr | |
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-02-24 | Jabber: remove extra qualification on members | Goraf | |
2018-02-09 | all duplicate "Request auth", "Grant auth" & "Revoke auth" menu items eliminated | George Hazan | |
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) | |||
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-10 | more strict version of caps reading | George Hazan | |
2017-11-08 | Jabber: unneeded parameter eliminated from CJabberProto::GetResourceCapabilites | George Hazan | |
2017-10-13 | fixes #987 (more fixes for clients that don't support XEP-0115) | George Hazan | |
2017-09-25 | fixes #934 (Jabber: missing software information about conference members) | George Hazan | |
2017-08-23 | code cleaning | George Hazan | |