Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-27 | crash fix | George Hazan | |
2018-04-27 | code cleaning | George Hazan | |
2018-04-27 | Boltun: fix for storing events into the database | George Hazan | |
2018-04-27 | if there's no need to rebuild icons - don't rebuild them, do that only if needed | George Hazan | |
fixes usage of the global status icons for the reenabled accounts | |||
2018-04-27 | stub for StdClist & Clist_Nicer | George Hazan | |
2018-04-27 | protocols: jabber: omemo: | Gluzskiy Alexandr | |
- fixed aes decryption ( fixes #529 ) | |||
2018-04-26 | completely fixes #1294 even if offline contacts are shown | George Hazan | |
2018-04-26 | fixes #1304 (Clist_nicer: statuses bug) | George Hazan | |
2018-04-26 | protocols: jabber: omemo: | Gluzskiy Alexandr | |
- fixed memory leak on message decryption | |||
2018-04-26 | ICQCorp: fix for unique name | Mataes | |
2018-04-26 | CloudFile: fix for #1298 | aunsane | |
2018-04-25 | unused WM_GETMINMAXINFO handlers moved to the container | George Hazan | |
2018-04-25 | fixes #1302 (multiple problems with StdMsg window resizer) | George Hazan | |
2018-04-25 | the less flicker the better | George Hazan | |
2018-04-25 | fixes #1301 | George Hazan | |
2018-04-25 | fixes #1294 (Contacts from disabled accounts are displayed in certain ↵ | George Hazan | |
conditions) | |||
2018-04-25 | fix for wrong processing of No button in Account Manager | George Hazan | |
2018-04-25 | protocols: jabber: omemo | Gluzskiy Alexandr | |
- fixed hmac_sha256 (used openssl based instead of broken internal implementation) - utf8 related fixes | |||
2018-04-24 | fix: willful protocol disabling in Accounts Manager makes a red icon instead ↵ | George Hazan | |
of simple empty checkbox | |||
2018-04-24 | protocols: jabber: omemo | Gluzskiy Alexandr | |
use c++ types | |||
2018-04-24 | libs: | Gluzskiy Alexandr | |
updated libsignal-c protocols: jabber: omemo: used 31bit device id instead of 32bit (32bit conflicts with conversations, not xep compliant) | |||
2018-04-23 | fix for occasional crashes on exit | George Hazan | |
2018-04-23 | m_gui: remove redundant 'virtual' (C++11) | Goraf | |
2018-04-23 | Miranda hangs on exit | George Hazan | |
2018-04-23 | CloudFile: fixed #1298 | aunsane | |
2018-04-23 | account's icon remains red after dynamic protocol loading | George Hazan | |
2018-04-23 | pack of fixes for complete dynamic reload of protocols | George Hazan | |
fixes #1295 | |||
2018-04-23 | no need to work after shutdown | George Hazan | |
2018-04-23 | AVS not to free memory allocated outside | George Hazan | |
2018-04-22 | let's allow protocols to be loaded / unloaded on the fly | George Hazan | |
2018-04-22 | CloudFile is also a protocol | George Hazan | |
2018-04-22 | no more PROTO_INTERFACE::OnEvent | George Hazan | |
2018-04-22 | EV_PROTO_ONMENU removed | George Hazan | |
2018-04-22 | unused constant removed | George Hazan | |
2018-04-22 | update for 64-bit library | George Hazan | |
2018-04-22 | OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeleted | George Hazan | |
2018-04-22 | forgotten x64 lib | aunsane | |
2018-04-21 | core: add Contact_GetStatus function | aunsane | |
2018-04-21 | CloudFile: | aunsane | |
- fix #1278 - decrease volume of response data with fields filtering - fix uploading for gdrive and onedrive in some cases - simplifying upload code - version bump | |||
2018-04-21 | EV_PROTO_DBSETTINGSCHANGED - old useless stub removed | 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-20 | db_autobackups: more correct version of cb93541 | aunsane | |
2018-04-20 | fix for setting container's name | George Hazan | |
2018-04-20 | fix for closing all another tabs but the current one | George Hazan | |
2018-04-20 | grrm... more fixes for #1288 | George Hazan | |
2018-04-20 | this code causes endless recursion via OnChange | George Hazan | |
2018-04-20 | db_autobackups: disable automatic backup when you disable all types of backups | aunsane | |
attempt to fix a collision between gui controls and db option | |||
2018-04-20 | warning fix | aunsane | |
2018-04-20 | core: checkbox control must notify change when it state changes programmatically | aunsane | |
2018-04-20 | Tox: toxcore updated to v0.2.2 | aunsane | |