Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-31 | BASS_interface: BASS update | Mataes | |
2018-03-31 | IEView: mir_strcpy and mir_wstrcpy replaced to strncpy_s and wcsncpy_s | Mataes | |
2018-03-31 | mir_full: more plugins moved to categories | Mataes | |
2018-03-31 | New_GPG moved to the Encryption folder | George Hazan | |
2018-03-30 | merge with the final version of libmdbx | George Hazan | |
2018-03-30 | code cleaning | George Hazan | |
2018-03-30 | VKontakte: | ElzorFox | |
fix perpetual loop version bump | |||
2018-03-30 | fix for the oper-optimizing MSVC compiler | George Hazan | |
2018-03-30 | fix for asynchronous database flush to fix unsaved data | George Hazan | |
2018-03-30 | fixes #1220 (Cached MirVer in metacontacts) | George Hazan | |
2018-03-30 | fixes #1217 (MSN doesn't log in) | George Hazan | |
2018-03-30 | fixes #1231 (Actman: Null pointer in mir_app.mir!CompareProtos) | George Hazan | |
2018-03-29 | plugins: new_gpg | Gluzskiy Alexandr | |
- adapted to CDlgBase changes (fixes crash on window close) | |||
2018-03-29 | major clutch removed with double service mode plugins launch | George Hazan | |
2018-03-29 | Import: when started in the service mode it opens its window and launched ↵ | George Hazan | |
Miranda | |||
2018-03-29 | code cleaning | George Hazan | |
2018-03-29 | fixes #1229 (Cannot create new account) | George Hazan | |
2018-03-29 | fixes #1224 (Crash when launch in service mode) | George Hazan | |
2018-03-29 | VKontakte: fix for #1222 | ElzorFox | |
2018-03-29 | CMPlugin doesn't work in ICQCorp because of the clutch with dll name | George Hazan | |
2018-03-29 | Seems like MSN now only uses Skype contacts internally, therefore crude hack ↵ | leecher1337 | |
to migrate MSN-user messages to Skype. | |||
2018-03-29 | WinSCP 5.13.1 | dartraiden | |
2018-03-28 | fix for losing info due to MDBX_RESERVE flag | George Hazan | |
2018-03-28 | ffi & winapi moved to Lua folder | George Hazan | |
2018-03-28 | Import now works without accounts' activation, without calling Load() of ↵ | George Hazan | |
protocol plugins, just on CMPlugin information | |||
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 | fix for proper initialization of partially loaded plugins | George Hazan | |
2018-03-28 | also plugin auto-loader for mRadio | George Hazan | |
2018-03-28 | all protocols rewritten to CMPluginBase | George Hazan | |
2018-03-28 | code cleaning | George Hazan | |
2018-03-28 | PLUGIN<> to receive the basic class located inside mir_app | George Hazan | |
2018-03-28 | fix for StdClist loading (thx Corak for quick reporting) | George Hazan | |
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-28 | small fix caps | Konstantin | |
2018-03-28 | fix for plugin loader: it shall not unload already loaded plugins | George Hazan | |
2018-03-27 | crash fix for Jabber | George Hazan | |
2018-03-27 | Jabber: crash fix for mood selection dialog | George Hazan | |
2018-03-27 | fixes #1216 (temporary contacts return back until restart) | George Hazan | |
2018-03-27 | there's no need to load contacts from unloaded protocols | George Hazan | |
2018-03-27 | Core: | George Hazan | |
- fix for chaos with service & hooks owners; - added 'mild' unload option for a plugin not to remove it completely from memory, only correctly deinit it | |||
2018-03-27 | we better start threads inside OnModulesLoaded, so we don't have to kill them | George Hazan | |
2018-03-27 | code cleaning | George Hazan | |
2018-03-27 | MyDetails: fix for Chinese chars in the protocol's frame | George Hazan | |
2018-03-27 | protocols: jabber: omemo | Gluzskiy Alexandr | |
- fix possible crash on early session negotiation | |||
2018-03-27 | plugins: new_gpg | Gluzskiy Alexandr | |
- ptrA memory corruption regression fix - fixed broken xep-0027 prescense sigining regression caused by refectoring ( fixes #1131 ) | |||
2018-03-27 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- implemented client to server acks | |||
2018-03-26 | Jabber: fix for showing auth menu items | George Hazan | |
2018-03-26 | protocols: jabber: omemo | Gluzskiy Alexandr | |
- check for empty GetPartialCaps ( fixes #1215 ) - more apropriate option description reflecting current status |