Age | Commit message (Expand) | Author |
2018-04-18 | core changes: | George Hazan |
2018-04-18 | g_hInstance incapulated into PLUGIN<>, no need in the separate variable | George Hazan |
2018-04-18 | PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it in... | George Hazan |
2018-04-03 | unneeded size fields removed | George Hazan |
2018-04-03 | code cleaning: old unions replaced with MAllStrings & MAllStringsArray | George Hazan |
2018-03-28 | PFLAG_UNIQUEIDSETTING removed, its functionality transferred to Proto_SetUniq... | George Hazan |
2018-03-28 | all protocols rewritten to CMPluginBase | 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-02-24 | more nullptr | Goraf |
2017-12-26 | EMLanProto: | George Hazan |
2017-12-26 | crash fix | George Hazan |
2017-12-10 | - remove emails (if author retired - it's useless to write to him; if author ... | dartraiden |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6... | Kirill Volinsky |
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-11-28 | Source files converted to utf-8 | Kirill Volinsky |
2017-11-13 | Code modernize ... | Goraf |
2017-11-08 | fix for the possible crash with static variables | George Hazan |
2017-11-05 | More CMake (#1016) | Vitaly Svyastyn |
2017-11-01 | removed support for VS2010 as obsolete | George Hazan |
2017-11-01 | removing support for VS2013 | George Hazan |
2017-10-24 | unified version resource with explicitly stated language & code page | George Hazan |
2017-10-08 | SSE2 instructions not to be used for 32-bit Release configurations | George Hazan |
2017-08-05 | Change plugin links from http:// to https:// | Robert Pösel |
2017-04-25 | this time for real - good bye | watcherhd |
2017-04-25 | Revert "farewell MSVS 2015" | watcherhd |
2017-04-25 | farewell MSVS 2015 | watcherhd |
2017-03-09 | Visual Studio 2017 support added | watcherhd |
2017-02-25 | EmLAN: fix for messages encoding | George Hazan |
2017-02-16 | duplicated lib folders no needed anymore | George Hazan |
2017-02-01 | PLI_ONLINE & PLI_OFFLINE - unused constants removed | George Hazan |
2017-01-17 | useless field DBEVENTINFO::cbSize removed | George Hazan |
2016-10-30 | OPTIONSDIALOGPAGE::groupPosition - unused field removed | George Hazan |
2016-10-28 | - old useless helpers removed from the Options module; | George Hazan |
2016-09-14 | second major wipeout of database services & structures: | George Hazan |
2016-07-29 | removing TCHAR + WCHAR from headers | George Hazan |
2016-07-27 | less TCHARs | George Hazan |
2016-07-26 | less TCHARs: | George Hazan |
2016-07-22 | Standartize "Version.h" to "version.h" (final rename) | Robert Pösel |
2016-07-22 | Standartize "Version.h" to "version.h" (temporary rename) | Robert Pösel |
2016-07-22 | Standartize "Version.h" to "version.h" in all plugin's and protocol's includes | Robert Pösel |
2015-11-19 | - massive code cleaning; | George Hazan |
2015-10-11 | EmLan: minor fixes | Tobias Weimer |
2015-07-23 | platform toolset updated for vc2015 | Vadim Dashevskiy |
2015-07-21 | platform toolset updated for vc2015 | Kirill Volinsky |
2015-07-21 | preparing for vc2015 | Kirill Volinsky |
2015-06-19 | - all static protocol services replaced with functions; | George Hazan |
2015-05-31 | - CreateProtoServiceFunction() moved into mir_core.dll instead of inlining | George Hazan |
2015-05-31 | - MAllStrings: a handy union to hold an incoming string parameter of any type; | George Hazan |