Sandu Liviu Catalin
cce6beb4d5
Fix the exported API for the Chrono library to use unsigned integers.
2016-06-04 23:10:35 +03:00
Sandu Liviu Catalin
2aa7e8b7c2
Furher implementation and improvement of the Chrono types and also exposed them to the module API.
...
Tighten the safety of exported functions to avoid exceptions leaking outside the host plugin.
2016-06-04 22:33:34 +03:00
Sandu Liviu Catalin
36c49cd09c
Forgot to register the Hash and AES sub libraries from the main Crypt library.
2016-06-04 22:32:08 +03:00
Sandu Liviu Catalin
0093bc2dec
Implemented and improved more types in the Chrono library.
2016-06-04 19:17:42 +03:00
Sandu Liviu Catalin
ba6acb0d19
Implement the Date type.
2016-06-04 11:55:06 +03:00
Sandu Liviu Catalin
201a6e0016
Empty registration of the MySQL statement and result set.
2016-06-03 22:25:06 +03:00
Sandu Liviu Catalin
525148ccd1
Implement the query execution functions on MySQL connection.
...
Minor adjustments in comments.
2016-06-03 22:17:52 +03:00
Sandu Liviu Catalin
2f16d63e2a
Remove query queueing mechanism from the MySQL connection handle.
2016-06-03 22:17:01 +03:00
Sandu Liviu Catalin
125088c9e3
Implement several helper functions to create long integer instances.
2016-06-03 22:16:14 +03:00
Sandu Liviu Catalin
279479cddc
Partial untested implementation of the MySQL module.
2016-06-03 21:33:21 +03:00
Sandu Liviu Catalin
f6987b3de2
Update the .gitignore file to exclude mysql headers on windows.
...
Enable extra warnings in the sandbox project.
2016-06-03 21:32:51 +03:00
Sandu Liviu Catalin
55df0b702c
Update the Sample module to work with the modified API.
2016-06-03 21:31:58 +03:00
Sandu Liviu Catalin
a792ae525e
Update the XML module to work with the modified API.
...
Separate the XML handles into their own source files.
2016-06-03 21:31:34 +03:00
Sandu Liviu Catalin
4d77386b21
Update the SQLite module to work with the modified API.
...
Separate the SQLite handles into their own source files.
2016-06-03 21:31:00 +03:00
Sandu Liviu Catalin
e1a1ccf979
Update the Mongoose module to work with the modified API.
...
Separate Mongoose handles into their own source files.
2016-06-03 21:30:05 +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
e3f861ccbd
Update the JSON module to work with the modified API.
2016-06-03 21:28:50 +03:00
Sandu Liviu Catalin
40ab83743c
Update the IRC module to work with the modified API.
...
Document code properly and also various code fixes.
2016-06-03 21:27:53 +03:00
Sandu Liviu Catalin
0c92601362
Update the module API and merge shared code between modules and host plugin.
2016-06-03 21:26:19 +03:00
Sandu Liviu Catalin
423bdfcdab
Remove duplicate property from player class.
2016-05-26 08:55:48 +03:00
Sandu Liviu Catalin
d8d240285d
Fix wrong parameter to format.
2016-05-26 06:57:42 +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
7ee5fe2f0c
Remove the {fmt} library from the project. Too many compilation issues with it.
2016-05-25 22:47:55 +03:00
Sandu Liviu Catalin
ec0a01d976
Remove obsolete files from the library folder.
2016-05-25 21:17:30 +03:00
Sandu Liviu Catalin
4616f405ab
Simplify the name validation when changing the nickname in IRC sessions.
2016-05-25 21:16:49 +03:00
Sandu Liviu Catalin
8ca6455e52
Throw error if user data is retrieved on invalid IRC sessions.
2016-05-25 21:16:24 +03:00
Sandu Liviu Catalin
0d7243c305
More unnecessary properties removed from the IRC session type.
2016-05-24 22:00:44 +03:00
Sandu Liviu Catalin
86a4933525
Release script callbacks properly in main plugin.
2016-05-24 21:36:49 +03:00
Sandu Liviu Catalin
da5e83151c
Switch to identifier based events in IRC session to be consistent with the main plugin events.
2016-05-24 21:36:02 +03:00
Sandu Liviu Catalin
850a742071
Prevent script exceptions from escaping the IRC session callbacks.
2016-05-24 20:57:28 +03:00
Sandu Liviu Catalin
8ca7f5bfa7
Remove the session from the IRC event parameters.
...
Rename the IRC module scope to uppercase.
2016-05-24 20:51:34 +03:00
Sandu Liviu Catalin
f05e562708
Move most of the reload implementation to the central core.
2016-05-24 19:26:43 +03:00
Sandu Liviu Catalin
e628428ab7
Update license year.
2016-05-24 18:47:19 +03:00
Sandu Liviu Catalin
9d254a805c
Separate micellaneous functions.
2016-05-24 18:45:50 +03:00
Sandu Liviu Catalin
76621cf946
Separate the IO library into smaller sub components.
...
Merge the INI module with the main plugin IO library.
2016-05-24 18:37:34 +03:00
Sandu Liviu Catalin
d7c4d389eb
Throw an error if the given player name is invalid.
2016-05-24 08:26:47 +03:00
Sandu Liviu Catalin
56970f69c2
Exported more enumerations from teh SDK.
...
Renamed several existing enumerations for consistency.
2016-05-24 08:18:39 +03:00
Sandu Liviu Catalin
e9ffab2347
Enable debugging by default again.
2016-05-24 07:45:49 +03:00
Sandu Liviu Catalin
4d21f29e7f
Disable debug logging by default.
2016-05-24 07:34:41 +03:00
Sandu Liviu Catalin
f8e845ebd2
Make the function environment optional in global callbacks.
2016-05-24 07:29:35 +03:00
Sandu Liviu Catalin
3ed0b22426
Make the function environment optional in entity callbacks.
2016-05-24 07:29:14 +03:00
Sandu Liviu Catalin
33790805eb
Make the function environment optional in routine callbacks.
2016-05-24 07:24:21 +03:00
Sandu Liviu Catalin
75452625cd
Enable the reload system in the macros.
...
Prevent the reload from entering a cyrcular reload when sending plugin commands.
2016-05-24 06:51:40 +03:00
Sandu Liviu Catalin
248b062110
Fix mdoule builds on x64 to conform to the changes in the plugin sdk.
2016-05-24 05:45:01 +03:00
Sandu Liviu Catalin
45c5f1129e
Get rid of type aliasing warning.
2016-05-24 05:39:54 +03:00
Sandu Liviu Catalin
efa578e8a6
Add aliases for color and colour.
2016-05-24 04:59:36 +03:00
Sandu Liviu Catalin
82c3fa4439
Update the {fmt} library to fix the colision with C string.h header.
2016-05-23 22:42:49 +03:00
Sandu Liviu Catalin
250407feda
Minor changes to the LongInt type.
2016-05-23 18:45:21 +03:00
Sandu Liviu Catalin
c135d4293e
Remove irrelevant argument from the IToF function.
2016-05-23 05:39:32 +03:00
Sandu Liviu Catalin
b9b688581b
Move routine processing outside the core class.
2016-05-23 03:54:50 +03:00
Sandu Liviu Catalin
86297882d5
Implement the custom event functions.
2016-05-23 03:51:44 +03:00
Sandu Liviu Catalin
fdd06e8c2e
Minor aditions to the system path library.
...
Fixed small const correctness in remaining typename functions.
Added a flag to block certain format warnings on x64 builds.
2016-05-23 03:34:35 +03:00
Sandu Liviu Catalin
49a9983799
Update the format library to the latest version.
2016-05-22 23:37:55 +03:00
Sandu Liviu Catalin
edf4d6cd38
Update the PUGIXML library to the latest version.
2016-05-22 23:37:26 +03:00
Sandu Liviu Catalin
6e99f0d2d5
Update the SQLite libarary to the latest version.
2016-05-22 23:34:43 +03:00
Sandu Liviu Catalin
6822172f6a
Updated the Squirrel and Sqrat libraries to the latest development versions.
2016-05-22 22:51:59 +03:00
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
ddb52677bd
Remove duplicate property in the IRC session.
2016-04-20 09:25:47 +03:00
Sandu Liviu Catalin
955aa218f2
Explicitly delete any copy/move operations from the logger class.
2016-04-20 09:24:37 +03:00
Sandu Liviu Catalin
1d2a23dd6c
Minor changes in the encryption library.
2016-04-20 09:24:04 +03:00
Sandu Liviu Catalin
acdf9300b6
Update the type conversion utility to include more types and be more flexible.
2016-04-20 09:23:18 +03:00
Sandu Liviu Catalin
c8161fe9d0
Add the cppformat library to the project.
2016-04-20 09:21:56 +03:00
Sandu Liviu Catalin
1017fc5c1a
Fix the digit counting helpers to take into account negative values.
2016-04-14 04:50:44 +03:00
Sandu Liviu Catalin
4504ae0550
Remove leftover printf from math library,
2016-04-14 04:44:20 +03:00
Sandu Liviu Catalin
be8b631aea
Added several functions to the math library to count integer digts and generate floating point numbers from integers.
2016-04-14 04:39:43 +03:00
Sandu Liviu Catalin
25cc612855
Minor changes in the SQLite module comments.
2016-04-14 03:09:12 +03:00
Sandu Liviu Catalin
4eddf466f2
Various fixes and improvements in the sample module.
2016-04-14 03:08:35 +03:00
Sandu Liviu Catalin
b818a162ee
Initial implementation of the standard math library.
...
Implemented utilities to convert between fundamental types.
Implemented helper functions to retrieve numeric values from the stack at all costs.
Implemented various delegates on the long integer types to mimic the standard types.
Moved most of the stack utilities in a separate source.
Various other fixes and improvements.
2016-04-14 03:08:06 +03:00
Sandu Liviu Catalin
ea9f60e32c
Fix a buffer underflow in the Center function from the string library.
2016-04-03 23:23:01 +03:00
Sandu Liviu Catalin
159e2f5929
Fix a posible buffer overflow from the previous commit.
2016-04-03 21:27:57 +03:00
Sandu Liviu Catalin
ef27cf3c5f
Update the SToB function to convert the string to lowercase first and then perform the comparison.
2016-04-03 21:26:58 +03:00
Sandu Liviu Catalin
6f4ea3b06d
Also include the lower/upper case conversion functions in the string library.
2016-04-03 21:10:17 +03:00
Sandu Liviu Catalin
45f1053f99
Implement the character clasification functions into the string library.
2016-04-03 21:09:49 +03:00
Sandu Liviu Catalin
ab3edcfe4d
Remove functions that check character class from the shared code.
...
Expose the remaining floating point comparison functions.
2016-04-03 21:09:08 +03:00
Sandu Liviu Catalin
484b6978fb
Minor changes in modules and host plugin.
2016-04-02 13:13:32 +03:00
Sandu Liviu Catalin
04c14f2c6a
Minor fixes in the TCC module.
2016-04-02 13:12:52 +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
27fb281805
Fixed excpetion throwing in IRC document to that generated corrupted messages because snprintf was used instead of vsnprintf.
...
Revised most of the IRC plugin and cleaned code.
2016-04-02 12:49:32 +03:00
Sandu Liviu Catalin
522f6cfd01
Remove legacy casting when packing colors.
2016-04-02 12:33:24 +03:00
Sandu Liviu Catalin
dfacd2c86c
Reverse the order of the VM and stack top in stack guard.
2016-04-02 12:32:39 +03:00
Sandu Liviu Catalin
570b938d7c
Use modern include style in shared module header.
2016-04-02 12:32:16 +03:00
Sandu Liviu Catalin
1c08f33604
Minor changes I that should've been done in previous commits.
2016-04-02 12:31:45 +03:00
Sandu Liviu Catalin
fab15840cb
Fixed excpetion throwing in SQLite document to that generated corrupted messages because snprintf was used instead of vsnprintf.
...
Revised most of the SQLite plugin and cleaned code.
2016-04-02 12:11:14 +03:00
Sandu Liviu Catalin
b6466b9181
Fixed excpetion throwing in XML document to that generated corrupted messages because snprintf was used instead of vsnprintf.
...
Revised most of the XML plugin and cleaned code.
2016-04-02 11:04:28 +03:00
Sandu Liviu Catalin
3a08e17cad
Remove duplicate information when warning about command name collisions.
2016-03-29 05:58:12 +03:00
Sandu Liviu Catalin
3e17710d43
Update the Sample module project to copy the executable to the plugins directory after compilation.
2016-03-29 05:47:11 +03:00
Sandu Liviu Catalin
47c9d1d3e2
Update the XML module project to copy the executable to the plugins directory after compilation.
2016-03-29 05:47:01 +03:00
Sandu Liviu Catalin
e92f804398
Update the TCC module project to copy the executable to the plugins directory after compilation.
2016-03-29 05:46:52 +03:00
Sandu Liviu Catalin
3f09a59161
Update the SQLite module project to copy the executable to the plugins directory after compilation.
2016-03-29 05:46:42 +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
1c23739270
Update the IRC module project to copy the executable to the plugins directory after compilation.
2016-03-29 05:46:09 +03:00
Sandu Liviu Catalin
a96d28ca8a
Update the INI module project to copy the executable to the plugins directory after compilation.
2016-03-29 05:46:00 +03:00
Sandu Liviu Catalin
d9051e580c
Update the host module project to copy the executable to the plugins directory after compilation.
2016-03-29 05:45:50 +03:00
Sandu Liviu Catalin
eed7b70374
Helper classes to used CType functions as predicate in algorithms.
2016-03-29 05:39:17 +03:00
Sandu Liviu Catalin
7dffcd0f6e
Include another alias for retrieving the current architecture.
2016-03-29 05:37:47 +03:00
Sandu Liviu Catalin
1a18c3fd78
Fix the TCC module project for windows builds.
2016-03-27 22:27:59 +03:00
Sandu Liviu Catalin
29da6850e4
Avoid GCC error "array subscript is above array bounds" which probably considers that the unsigned char could underflow and access an element out of the months range.
2016-03-27 22:15:51 +03:00
Sandu Liviu Catalin
6647386d30
Forgot to assign the null pointer after destroying components.
2016-03-27 22:14:24 +03:00
Sandu Liviu Catalin
d99a265682
Incorporated the TCC project into the module project.
2016-03-27 21:52:44 +03:00