1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-07 16:27:15 +01:00
Commit Graph

1815 Commits

Author SHA1 Message Date
Sandu Liviu Catalin
520a5eacc5 Update Utilities.hpp 2023-08-13 15:26:56 +03:00
Sandu Liviu Catalin
5154632619 Wrapper for the discord user type. 2023-08-13 15:24:29 +03:00
Sandu Liviu Catalin
c0c8cf91cb Update Constants.cpp 2023-08-13 15:23:51 +03:00
Sandu Liviu Catalin
4eaeeedf15 Initial rest server commands implementation. 2023-08-06 21:34:57 +03:00
Sandu Liviu Catalin
a8d1d85ed2 Update CMakeLists.txt
Copy the dpp dll to the binary folder.
2023-08-06 21:34:21 +03:00
Sandu Liviu Catalin
2f277c4486 Command confirmation wrapper type.
Not fully implemented.
2023-08-06 21:33:56 +03:00
Sandu Liviu Catalin
0a44e9cfa4 Update dpp::snowflake conversion to script values.
This changed in the past to being just a fundamental integer type to a class wrapper.
2023-08-06 21:33:04 +03:00
Sandu Liviu Catalin
237683e6ce Update sqratTypes.h 2023-08-06 21:32:04 +03:00
Sandu Liviu Catalin
9298065cef Update WIP discord and some vendors.
CPR has features disabled and PCRE is fully disabled until updated to new code.
2023-08-05 21:31:33 +03:00
Sandu Liviu Catalin
e0761bf3b9 Create FindFFmpeg.cmake 2023-03-23 20:24:02 +02:00
Sandu Liviu Catalin
a589fbede0 Create FindOpus.cmake 2023-03-23 20:24:00 +02:00
Sandu Liviu Catalin
6422c1aad4 Create FindSodium.cmake 2023-03-23 20:23:57 +02:00
Sandu Liviu Catalin
aa8953dd8e Add a placeholder template library. 2023-03-23 20:23:35 +02:00
Sandu Liviu Catalin
fa79a51c46 Remove unused files. 2023-03-23 20:23:17 +02:00
Sandu Liviu Catalin
2431f69391 Update SQLite Trace and Profile implementation.
Don't use deprecated features.
2023-03-23 20:22:58 +02:00
Sandu Liviu Catalin
3cd3320e02 Disable current RegEx implementation.
POCO switched to pcre2.
2023-03-23 20:22:12 +02:00
Sandu Liviu Catalin
aca50cab7c Update CivetWeb library. 2023-03-23 20:21:27 +02:00
Sandu Liviu Catalin
5d5d5b7920 Disable CURL deprecation warnings. 2023-03-23 20:21:13 +02:00
Sandu Liviu Catalin
cbd8f8b028 Add D++ library. 2023-03-23 20:20:44 +02:00
Sandu Liviu Catalin
b08a024298 Add Inja template library. 2023-03-23 20:20:01 +02:00
Sandu Liviu Catalin
0ef37e977c Add nlohmann JSON library. 2023-03-23 20:19:46 +02:00
Sandu Liviu Catalin
233fc103f9 Update POCO library. 2023-03-23 20:19:11 +02:00
Sandu Liviu Catalin
8d15f4b6e9 Add a basic ID pool.
Some checks reported errors
continuous-integration/drone/push Build is pending
continuous-integration/drone Build is passing
continuous-integration/drone/tag Build was killed
2023-03-05 19:51:09 +02:00
Sandu Liviu Catalin
c0d142ab34 Update sqmod.h
Some checks reported errors
continuous-integration/drone/push Build was killed
2023-03-05 17:12:29 +02:00
Sandu Liviu Catalin
f77ec9482f Update Main.cpp 2023-03-05 17:11:38 +02:00
Sandu Liviu Catalin
4fc1e892f7 Update Core.cpp 2023-03-05 17:11:36 +02:00
Sandu Liviu Catalin
015047a935 Update Core.cpp 2023-03-05 17:00:39 +02:00
Sandu Liviu Catalin
bc1fc1d245 Allow external native plug-ins to interact wit the script.
Very primitive mechanism but better than nothing.
2023-03-05 15:38:59 +02:00
Sandu Liviu Catalin
2a069f3040 Update CMakeLists.txt 2023-03-05 15:37:30 +02:00
Sandu Liviu Catalin
d295828545 Add GetJSON method to buffer. 2023-03-05 15:37:24 +02:00
Sandu Liviu Catalin
483ac37bdb Update CMakeLists.txt
Some checks reported errors
continuous-integration/drone/push Build was killed
2022-10-04 02:29:05 +03:00
Sandu Liviu Catalin
78dc76e6b4 Object to typename helper. 2022-10-03 18:32:06 +03:00
Sandu Liviu Catalin
e29070af49 Update Official.cpp 2022-10-03 18:31:48 +03:00
Sandu Liviu Catalin
1f25b3ea60 Update sqratUtil.h 2022-10-03 18:31:36 +03:00
Sandu Liviu Catalin
52cfa235be Update JSON.hpp
Some checks reported errors
continuous-integration/drone/push Build was killed
2022-10-02 21:47:20 +03:00
Sandu Liviu Catalin
ec7f1183d8 Basic hooking into json parsing.
Also allow customization of the fallback meta-method.
2022-10-02 21:24:12 +03:00
Sandu Liviu Catalin
a788e059a5 Implement _tojson meta-method for base types. 2022-09-18 15:02:39 +03:00
Sandu Liviu Catalin
5f20ffc4de Remove the manual comma. 2022-09-17 23:49:37 +03:00
Sandu Liviu Catalin
08106156c4 Don't add comma for the root container. 2022-09-17 23:42:48 +03:00
Sandu Liviu Catalin
60119ff8fa Include comma after separator braces. 2022-09-17 23:41:43 +03:00
Sandu Liviu Catalin
f4720ae77a Implement custom types in JSON. 2022-09-17 23:25:16 +03:00
Sandu Liviu Catalin
c9fb257f48 Update ThreadPool.hpp 2022-09-15 23:03:50 +03:00
Sandu Liviu Catalin
475a428366 Update Data.hpp 2022-09-15 23:03:44 +03:00
Sandu Liviu Catalin
42ac0e32b7 Implement JSON serialization.
Just the basics.
2022-09-15 23:03:38 +03:00
Sandu Liviu Catalin
3e75e36cdf Add auto-close option for web-socket client.
Some checks reported errors
continuous-integration/drone/push Build was killed
2022-08-14 21:00:57 +03:00
Sandu Liviu Catalin
ac7d18f297 Allow chaining in traversal methods for buffer type. 2022-08-14 21:00:30 +03:00
Sandu Liviu Catalin
39473a68f4 Fix formatting in buffer type. 2022-08-14 21:00:10 +03:00
Sandu Liviu Catalin
5a57bf2fbf Prevent double closing event in web-sockets.
Some checks reported errors
continuous-integration/drone/push Build was killed
2022-08-14 20:29:32 +03:00
Sandu Liviu Catalin
15e85f1394 Update Net.hpp 2022-08-14 20:11:53 +03:00
Sandu Liviu Catalin
e8fa9e0259 Update sqratLightObj.h 2022-08-14 18:53:36 +03:00