Age | Commit message (Expand) | Author |
2018-03-28 | Import now works without accounts' activation, without calling Load() of prot... | George Hazan |
2018-03-28 | PFLAG_UNIQUEIDSETTING removed, its functionality transferred to Proto_SetUniq... | George Hazan |
2018-03-28 | fix for proper initialization of partially loaded plugins | George Hazan |
2018-03-28 | all protocols rewritten to CMPluginBase | 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 | fix for plugin loader: it shall not unload already loaded plugins | George Hazan |
2018-03-27 | there's no need to load contacts from unloaded protocols | George Hazan |
2018-03-27 | Core: | George Hazan |
2018-03-27 | MyDetails: fix for Chinese chars in the protocol's frame | George Hazan |
2018-03-26 | universal fix for all clist initialization problems (missing icons, menu item... | George Hazan |
2018-03-26 | fixes #1212 (virtual protocols contacts) | George Hazan |
2018-03-26 | code cleaning | George Hazan |
2018-03-26 | fixes #1208 (if profile is opened in r/w mode, it should be locked) | George Hazan |
2018-03-25 | fixes #1205 (menu editor crashes if there're unloaded plugin & zero langpack id) | George Hazan |
2018-03-25 | string constants with word dbchecker fixed | George Hazan |
2018-03-25 | dbchecker moved to deprecated | George Hazan |
2018-03-24 | fixes #1198 (Crash when applying changes to sound settings) | George Hazan |
2018-03-24 | fixes #1201 (Crash after disable any plugin) | George Hazan |
2018-03-23 | account activation separated from account creation | George Hazan |
2018-03-23 | MetaContacts are always enabled | George Hazan |
2018-03-23 | forgotten service MS_PROTO_CREATEACCOUNT replaced with Proto_CreateAccount() ... | George Hazan |
2018-03-22 | mir_app: massive fix for account processing in service mode | George Hazan |
2018-03-22 | code cleaning | George Hazan |
2018-03-22 | SetServiceModePlugin - core functionality exported from mir_app | George Hazan |
2018-03-21 | DATABASELINK::Unload method replaced with the virtual destructor of MDatabase... | George Hazan |
2018-03-16 | entities' names to be started with capital letters | George Hazan |
2018-03-16 | always hated these long expressions: contact_iter makes them much shorter | George Hazan |
2018-03-16 | chat api: | George Hazan |
2018-03-16 | LIST<>::indexOf(T**) - fast index calculation for direct iterators | George Hazan |
2018-03-15 | more intelligent solution for #1186 (Hide DbChecker from VersionInfo) | George Hazan |
2018-03-15 | LIST<> iterators: | George Hazan |
2018-03-15 | last item shall be nullified anyway, even if we're removing last element | George Hazan |
2018-03-15 | warning fixes | George Hazan |
2018-03-15 | MUCH more effective way of removing records from iterators | George Hazan |
2018-03-15 | code cleaning | George Hazan |
2018-03-15 | warning fix | George Hazan |
2018-03-14 | reverse iterators for LIST<> | George Hazan |
2018-03-14 | fix for clist events sorting order, manual sorting disabled | George Hazan |
2018-03-14 | minor code cleaning | George Hazan |
2018-03-13 | old hotkey saving code restored | George Hazan |
2018-03-13 | chat engine: | George Hazan |
2018-03-12 | code cleaning | George Hazan |
2018-03-12 | old manual array replaced with OBJLIST | George Hazan |
2018-03-12 | cycle optimization | George Hazan |
2018-03-10 | this nasty clutch isn't needed for a long time | George Hazan |
2018-03-10 | GetDatabasePlugin(pszDriverName) - new function to retrieve a database link b... | George Hazan |
2018-03-09 | more cleaning | George Hazan |
2018-03-09 | more loop-related code cleaning | George Hazan |
2018-03-09 | FreeImage: initialization order of internal plugins MUST pe same order as use... | aunsane |