1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-18 08:07:12 +02:00
Commit Graph

1554 Commits

Author SHA1 Message Date
9e0071567e Add retrieval with fall-back. 2021-07-04 03:41:53 +03:00
812cbcf332 Rename method. 2021-07-04 03:39:41 +03:00
8fc23a837a Add method to check for existence of an element. 2021-07-04 03:38:28 +03:00
323dc3ad1b Implement dictionary type.
Basically a fast (hybrid) contiguous hash map.
2021-07-04 03:34:33 +03:00
3c30b9c7a2 Extend notification script loading with support for context.
This replaces the second argument from callback. Initial implementation was missing this feature.
2021-07-04 02:19:37 +03:00
494aed47bf Backport basic xml. 2021-07-03 20:42:44 +03:00
f2c1f8afd7 Implement script loading with notification. 2021-07-03 19:46:39 +03:00
a710ceebff Lazy fix for new changes to cpp fmt library. 2021-07-03 14:09:58 +03:00
69d1b6a919 Update cpp fmt target name. 2021-07-03 14:08:51 +03:00
465cf3f8dc Use default cpp fmt build script. 2021-07-03 14:08:25 +03:00
990dd68e7f Update cpp fmt to 8.0.1 2021-07-03 13:37:01 +03:00
ab1f65b53f Update cpp fmt library. 2021-07-02 21:18:22 +03:00
8db8ee4f33 Implement user agent option in CPR. 2021-07-02 21:11:06 +03:00
1d6bca426b Implement cookie file/jar. 2021-07-02 17:45:16 +03:00
a152fd2600 Update CPR. 2021-07-02 17:44:48 +03:00
425b13afe0 Port legacy MySQL implementation. 2021-06-12 17:51:33 +03:00
f5592208fa Port legacy SQLite implementation. 2021-06-12 17:51:01 +03:00
82dfda13cb Update CMakeLists.txt 2021-06-12 17:49:23 +03:00
7fbf1ee4e1 Update Buffer.hpp 2021-06-11 17:44:18 +03:00
ccfae607d7 Update Buffer.hpp 2021-06-11 17:24:54 +03:00
1e68f1b796 Update .gitmodules 2021-05-09 02:41:36 +03:00
5b155731fa Implement command alias. 2021-05-08 16:11:50 +03:00
6b8da10deb Fix command authority check. 2021-05-05 18:28:19 +03:00
cb0598d228 Make the audit stage optional.
Also fix bug where the execution function is not invoked without binding an audit function first which enables it.
2021-05-05 17:51:07 +03:00
47ff628a46 Changes to command manager.
Add a new callback to audit command parameters.
Include extra arguments to fail and post callbacks.
Refactor code to simplify some cases.
2021-05-01 22:58:59 +03:00
d5bfeced1c Indentation. 2021-04-20 20:07:06 +03:00
bc6a43d84c Update String.cpp 2021-04-20 19:54:41 +03:00
974b916b5c Update String.cpp 2021-04-20 19:50:17 +03:00
68cbbdb831 Update Env.cpp 2021-04-20 19:24:44 +03:00
c74f0a0eb0 Update File_WIN32U.cpp 2021-04-20 19:24:34 +03:00
4c2509b535 Update CMakeLists.txt 2021-04-20 19:24:30 +03:00
ecef038f1a Update Core.cpp 2021-04-20 18:20:02 +03:00
1969d1e624 Locale based formatting support. 2021-04-20 18:19:58 +03:00
0223621b75 Update String.hpp 2021-04-18 13:14:41 +03:00
eb7cafac46 Update String.hpp 2021-04-18 07:00:39 +03:00
605cb42b7f Merge branch 'master' of https://github.com/VCMP-SqMod/SqMod 2021-04-17 20:39:34 +03:00
eef9063628 Update Data.cpp 2021-04-17 20:39:32 +03:00
3d11796465 Update Data.hpp 2021-04-17 20:39:21 +03:00
f8eb6cf2f4 Update Main.cpp 2021-04-17 20:39:15 +03:00
6fa667c0ca Update cmake.yml 2021-04-11 18:44:40 +03:00
d10f2f7785 Update cmake.yml 2021-04-11 18:31:47 +03:00
b476be1bff Create cmake.yml 2021-04-11 18:25:34 +03:00
6ee33a6dcd Transactor. 2021-04-10 17:19:37 +03:00
623f8053f4 Update sqratUtil.h 2021-04-10 17:19:17 +03:00
c3a0d23a32 Update sqratObject.h 2021-04-10 17:19:12 +03:00
34159d1662 Update sqratLightObj.h 2021-04-10 17:19:09 +03:00
3e0280a3c4 Update sqratClassType.h 2021-04-10 17:19:05 +03:00
33979d4c97 Update SqBase.hpp 2021-04-10 17:18:56 +03:00
afcad89f18 String utils. 2021-04-10 17:18:49 +03:00
d9a35ec5d8 BLOB and CLOB support. 2021-04-03 16:30:08 +03:00