Sandu Liviu Catalin
3107513350
Initial implementation of the MaxmindDB module.
2016-11-14 14:06:30 +02:00
Sandu Liviu Catalin
5136a93d37
Update projects to putput standalone binaries to a subfolder.
2016-08-26 00:10:46 +03:00
Sandu Liviu Catalin
3a8d4952c1
Avoid sharing the same source file between multiple projects where there's a possibility that with each project object generated by the the source file could have a diffrent code used by other sources from the project.
...
Which can lead to undefined link time errors (at best) or run-time crashes (at worst).
2016-06-20 16:17:03 +03:00
Sandu Liviu Catalin
26d12d601d
Update the MaxmindDB module to work with the modified API.
2016-06-03 21:29:15 +03:00
Sandu Liviu Catalin
aa85acb3c2
Configure project platforms to avoid Linux modules showing up on Windows and vice versa.
2016-05-25 22:59:54 +03:00
Sandu Liviu Catalin
a6f615c259
Update the MaxmindDB module project to copy the executable to the plugins directory after compilation.
2016-03-29 05:46:32 +03:00
Sandu Liviu Catalin
543f3539fb
Updated the MaxmindDB module to include the location for C++ exceptions in source code for debug builds.
2016-03-23 00:27:48 +02:00
Sandu Liviu Catalin
70e5f0ba21
Migrated the host module to C++ exceptions as well.
...
Also enabled the latest C++ revision in the project.
Replaced the Random library with the one provided by C++11.
Implemented a simple AES256 encryption class.
Various other fixes and improvements.
2016-03-10 05:57:13 +02:00