1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
Commit Graph

20 Commits

Author SHA1 Message Date
Sandu Liviu Catalin
44b1cb5d96 Move Squirrel and Sqrat into the root level directory.
Create the initial CMake build scripts.
2020-03-21 21:39:01 +02:00
Sandu Liviu Catalin
e1ce21962e Update libmaxminddb library to version 1.4.2. 2020-03-20 21:29:08 +02:00
Sandu Liviu Catalin
6af66cadba Merge maxmind db config files.
Use macros to identify differences and get rid of unnecessary options.
2019-08-17 16:14:01 +03:00
Sandu Liviu Catalin
c46f6e1747 Update maxmind configs. 2019-08-17 15:59:07 +03:00
Sandu Liviu Catalin
8769051980 Update MaxMind DB library to current master. 2019-08-17 15:47:43 +03:00
Sandu Liviu Catalin
33ed902a72 Update XML library to current master. 2019-08-17 15:46:47 +03:00
Sandu Liviu Catalin
b642e233a7 Update the MaxmindDB library to the latest version. 2017-05-25 22:56:09 +03:00
Sandu Liviu Catalin
fd5116034b Update the PUGIXML library to the latest version. 2017-02-22 18:23:42 +02:00
Sandu Liviu Catalin
2ef75d0dce Update the MaxmindDB library to latest version. Also include configs for all platforms. 2016-11-14 14:05:29 +02:00
Sandu Liviu Catalin
7fbc37fa4b Don't duplicate the configuration header files of the JSON library because they're the same across compiled platforms. 2016-07-05 23:08:32 +03:00
Sandu Liviu Catalin
a3169ad7d2 Partial implementation of the JSON module. 2016-06-09 03:01:19 +03:00
Sandu Liviu Catalin
a2b39933ea Add the config header for the IRC library. 2016-03-27 21:03:24 +03:00
Sandu Liviu Catalin
a35643ae6e Update squirrel to the latest version from the official repository.
Include the standard library that was filtered out by a mistake in the gitignore file.
2016-03-22 02:32:03 +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
Sandu Liviu Catalin
b6e72e93a2 Incorporated the hash project into the module project. 2016-02-22 22:00:44 +02:00
Sandu Liviu Catalin
c7eb4e967d Included the pugixml source into the project. 2016-02-22 09:28:34 +02:00
Sandu Liviu Catalin
06e598acfb Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
Sandu Liviu Catalin
9c7a1f641d Added external pugixml library. 2015-11-01 10:10:49 +02:00
Sandu Liviu Catalin
c3b811cfff Added external Squirrel library. 2015-11-01 10:05:13 +02:00
Sandu Liviu Catalin
6b16059547 Added external libircclient library. 2015-11-01 10:01:31 +02:00