Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-11 | mir_base64_* => parameters type fix | George Hazan | |
2017-12-10 | - remove emails (if author retired - it's useless to write to him; if author ↵ | dartraiden | |
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure | |||
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 | all rc files reverted to utf-8 | Kirill Volinsky | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-12-06 | convert txt files to utf-8 | Kirill Volinsky | |
2017-11-29 | CMake: clean up library dependencies. | protomors | |
2017-11-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-27 | jabber: omemo: "updated"(rollback) to latest version of ↵ | Gluzskiy Alexandr | |
https://xmpp.org/extensions/xep-0384.html | |||
2017-11-23 | database enumerators => void* instead of LPARAM | George Hazan | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
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-31 | Initial CMake support. (#1013) | Vitaly Svyastyn | |
* CMake files for building application and core library. * CMake files for core plugins. Now it runs! * CMake files for some plugins. | |||
2017-10-24 | unified version resource with explicitly stated language & code page | George Hazan | |
2017-10-23 | Renamed readme.txt | Tobias Weimer | |
2017-10-16 | the whole idea of customizable colors in chat considered totally useless | George Hazan | |
2017-10-13 | fixes #987 (more fixes for clients that don't support XEP-0115) | George Hazan | |
2017-10-09 | MS_CLIST_SETSTATUSMODE => Clist_SetStatusMode() | George Hazan | |
dunno how I could miss it | |||
2017-09-25 | fixes #934 (Jabber: missing software information about conference members) | George Hazan | |
2017-09-19 | useless structure GCDEST finally removed | George Hazan | |
2017-09-15 | jabber: omemo: forgotten changes in namespace for xep-0384 | Gluzskiy Alexandr | |
2017-09-14 | remove ModernOpt support completely | dartraiden | |
2017-09-14 | jabber: omemo: switched to xep-0384 | Gluzskiy Alexandr | |
used newest xep-0384 (https://xmpp.org/extensions/xep-0384.html) instead of https://conversations.im/xeps/multi-end.html (they are incompatible) | |||
2017-09-11 | Jabber: correct control alignment for bookmarks dialog | George Hazan | |
2017-09-10 | Jabber: fix for some weird problems with groupchats | George Hazan | |
2017-09-08 | fixes #921 (unused icons) | George Hazan | |
2017-09-06 | Jabber: partially restored ability to process caps from old clients that do ↵ | George Hazan | |
not support XEP-0115 | |||
2017-09-06 | Jabber: fix for adding own capabilities | George Hazan | |
2017-09-05 | memory allocation conflict | George Hazan | |
2017-09-03 | Revert "Jabber: ability to pass jid as param to create/join conference ↵ | aunsane | |
dialog service to fill dialog fields" This reverts commit fbe8725b4f270dbd5981b0ed642fc52da4405cea. | |||
2017-09-02 | Jabber: ability to pass jid as param to create/join conference dialog ↵ | aunsane | |
service to fill dialog fields | |||
2017-09-01 | jabber: omemo: working on 4.7 | Gluzskiy Alexandr | |
properly refresh used prekeys and reannounce bundle | |||
2017-08-30 | attempt to fix problems with group chat presences | George Hazan | |
2017-08-30 | code cleaning | George Hazan | |
2017-08-23 | code cleaning | George Hazan | |
2017-08-23 | Jabber: all icons added to icolib (fixes #296) | Kirill Volinsky | |
2017-08-20 | minus ModernOpt | George Hazan | |
2017-08-20 | jabber: omemo: working on TODO | Gluzskiy Alexandr | |
aes_128_gcm: disabled any aad/tag related cals as it's not described at all in omemo xep | |||
2017-08-17 | jabber: omemo: working on TODO | Gluzskiy Alexandr | |
implemented message queue for messages received/sendt before omemo sessions created //this solve problem with loosing first message | |||
2017-08-16 | Jabber: client info disappears if remote has the same Miranda version as me | George Hazan | |
2017-08-14 | compilation fix | George Hazan | |
2017-08-14 | Miranda core version to be added into MirVer if present | George Hazan | |
2017-08-14 | code cleaning | George Hazan | |
2017-08-14 | Jabber: version info to be cached into a profile | George Hazan | |
2017-08-14 | Jabber: fix for retrieving QIP versions | George Hazan | |
2017-08-14 | another crazy piece of code removed | George Hazan | |
2017-08-10 | Jabber: | George Hazan | |
- fix for partially supported XEP-0115; - unused methods removed |