Commit c046109
authored
Separate CHOOSE_STORAGE as StorageAPI with each plugin (#67)
* 👑 remove storage compile tests for CI
* 🔥 Implement StorageAPI with endpoint include
* 🧭 remove storage hardcoded types from CA_Gag
* ✔️ Implement Storage: SQLite
* ⌛ Temporary disallow permanent gag option
* ❌ Remove NVault storage (replaced by SQLite)
* 🎺 Enable Storage: SQLite as default storage in plugins.ini
* ⛄ FIX: compilation warnings
* 🍧 FIX: gag chat message
* 🥳 Better logs for Storage: SQLite
* ❌ Trashed old storage files1 parent b3a7b80 commit c046109
File tree
20 files changed
+482
-3131
lines changed- .github/workflows
- cstrike/addons/amxmodx
- configs
- data/lang
- scripting
- include
- ChatAdditions_inc
- gamecms
20 files changed
+482
-3131
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 17 | | |
26 | 18 | | |
27 | 19 | | |
| |||
40 | 32 | | |
41 | 33 | | |
42 | 34 | | |
43 | | - | |
44 | 35 | | |
45 | 36 | | |
46 | 37 | | |
| |||
49 | 40 | | |
50 | 41 | | |
51 | 42 | | |
52 | | - | |
| 43 | + | |
53 | 44 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
69 | | - | |
70 | | - | |
| 68 | + | |
71 | 69 | | |
72 | 70 | | |
73 | 71 | | |
| |||
0 commit comments