Sandu Liviu Catalin
40a2ba46f5
Various changes to the modules.
...
Also commited the remaining incomplete modules.
2016-05-22 22:34:27 +03:00
Sandu Liviu Catalin
f2361a27c3
Untested update to the new plugin API.
...
Various other changes to the plugin as well.
2016-05-22 06:20:38 +03:00
Sandu Liviu Catalin
a947a68256
Fixed excpetion throwing in INI document to that generated corrupted messages because snprintf was used instead of vsnprintf.
...
Revised most of the INI plugin and cleaned code.
2016-04-02 13:09:24 +03:00
Sandu Liviu Catalin
0c7ab18700
Remove extraneous character from printf inside the INI module.
2016-03-27 20:50:40 +03:00
Sandu Liviu Catalin
61be27890c
Forgot to inlcude the INI entries in the previous commit.
2016-03-23 00:26:16 +02:00
Sandu Liviu Catalin
9d9ec20fe8
Updated the INI module to include the location for C++ exceptions in source code for debug builds.
2016-03-23 00:25:42 +02:00
Sandu Liviu Catalin
f27a195b6f
Fixed the INI compilation on Linux by reverting to the original library.
...
Fixed an infinite loop in the parsing of command specification strings.
Added the option to retrieve common configs with a fall back value if they don't exist.
Few other minor changes.
2016-03-11 20:04:26 +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
47eec5cb10
Removed the forward declarations that got moved into the base module.
...
Update the sample module to comply with the latest changes.
2016-02-28 17:38:57 +02:00
Sandu Liviu Catalin
8333cc83ce
Migrated the INI module to C++ exceptions as well.
...
Also enabled the latest C++ revision in the project.
Various other fixes and improvements.
2016-02-28 16:16:08 +02:00
Sandu Liviu Catalin
f4a11ef825
Separated major non mandatory libraries into their onwn modules.
...
Consolidated and simplified the module API system.
Various other fixes and improvements.
2016-02-27 11:57:10 +02:00