1
0
Fork 0
mirror of https://gitlab.com/niansa/SomeBot.git synced 2025-03-06 20:48:26 +01:00
Commit graph

162 commits

Author SHA1 Message Date
niansa
aeca2ed877 Further improvements in translation 2023-12-07 01:50:33 +01:00
niansa
f261d4553d Corrected "authorization" -> "permission" 2023-12-07 01:36:56 +01:00
niansa
d3f399aa20 Cleanup and translation to english 2023-12-07 01:31:19 +01:00
niansa
2a06433417 Changed license to more permissive The Unlicense 2023-10-18 17:05:20 +00:00
niansa
9634a3c913 Respect CommandAliasMode in help command 2023-10-06 23:24:00 +02:00
niansa
c470c87948 Delete cat command 2023-10-06 22:57:18 +02:00
niansa
9a6aea0d3e Fixed compile errors 2023-10-06 22:53:39 +02:00
niansa
b7ebfdb554 Updated stuff to latest version 2023-10-06 22:43:44 +02:00
niansa
60d9f0ff93 Added initial join2create module and fixed bug in embedmaker 2023-04-15 17:31:12 +02:00
niansa
44180757ad Check for administrator permissions when executing eval command 2023-03-07 01:59:24 +01:00
niansa
e4e89d60a2 Lua bindings: allow kicking/banning user object 2023-03-07 01:54:27 +01:00
niansa
c228ce8b44 Further Lua binding additions 2023-03-07 01:53:22 +01:00
niansa
a5eaf53f05 Fixed UB in custom constructors 2023-03-02 23:21:17 +01:00
niansa
0d24095c73 More bindings and constructors 2023-03-02 22:57:42 +01:00
niansa
2f6f68ddba Initial working code, bad error handling 2023-03-02 21:45:02 +01:00
niansa
db47c8c985 Added ideas document 2023-03-02 20:55:09 +01:00
niansa
6906af1d01 Basic functionallity 2023-03-02 20:54:35 +01:00
niansa
0c985f4bed Bound get_*_sync functions to Lua 2023-03-02 19:11:48 +01:00
niansa
9ed6fafe70 Further bindings 2023-03-02 18:43:06 +01:00
niansa
5cf9b7df36 Progress on bindings 2023-03-02 18:18:41 +01:00
niansa
a48bab7f77 Added luau and LuaBridge3 2023-03-02 14:10:47 +01:00
niansa
fa75f5da6f Minor fixes and preparation for warnings 2023-02-19 22:39:20 +01:00
niansa
e160fdda60 Add README.md 2023-02-11 17:12:56 +00:00
fa6bc21f8a Updated submodules 2023-01-01 17:26:38 +01:00
niansa
eadb255dd0 Minor adjustments 2022-12-27 18:56:33 +01:00
niansa
4e5fe4a4c7 Enabled minimal ubsan 2022-12-27 18:37:00 +01:00
niansa
fce4fa40b6 Enabled and fixed a lot of warnings and enabled LTO 2022-12-27 18:05:58 +01:00
niansa
7fb405b06a Added purge command and fixed typo 2022-11-10 19:09:45 +01:00
niansa
ed3f279a45 Added "content" parameter to make_embed 2022-11-05 18:33:45 +01:00
niansa
2e1ca53412 Added permission check to embed creation 2022-11-05 18:17:22 +01:00
niansa
a02e0c7bcf Minor fix in embed creation 2022-11-05 18:15:45 +01:00
niansa
c229cb83da Added embed creation features 2022-11-05 18:00:19 +01:00
niansa
1056f69fc7 Made globalchat message decode error ephemeral 2022-11-02 23:29:30 +01:00
niansa
3fe5dcb881 Solved SQL logic error in message deletion 2022-11-02 22:54:53 +01:00
niansa
c9b3a2d25f Delete globalchat messages across instances 2022-11-02 22:49:52 +01:00
niansa
28a97e5b8b Changed cout log format a bit 2022-11-02 15:45:15 +01:00
niansa
de7a101a21 Fixed accidental revertion 2022-11-02 15:44:00 +01:00
niansa
7df9b738ff Improved logging 2022-11-02 15:42:55 +01:00
niansa
1ee46da2b9 Fixed config reader issue 2022-11-02 15:04:22 +01:00
niansa
d7f529bb0a Changed levelup message again 2022-11-01 19:20:49 +01:00
niansa
d990178cf6 Adjusted levelup message again 2022-11-01 19:16:48 +01:00
niansa
3b30f1fd5b Changed levelup embed slightly 2022-11-01 18:44:25 +01:00
niansa
8d4240c4a8 Fixed ticket ping 2022-11-01 18:24:58 +01:00
niansa
8dd6e0f71c Add LICENSE 2022-11-01 16:27:43 +00:00
niansa
a479ee21ee Fixed ping setting not being saved 2022-11-01 16:19:32 +00:00
niansa
a717aa0a0e Fixed crash with zero-name commands 2022-11-01 16:08:27 +00:00
niansa
cd631dea7b Set default value for ping in ticket 2022-11-01 15:53:09 +01:00
niansa
a6f7616372 Fixed sql logic error 2022-11-01 15:52:05 +01:00
niansa
135fdbe21e Allow auto-pinging on ticket creation 2022-11-01 15:49:09 +01:00
niansa
f43bfe8e7c Added command_alias_mode setting 2022-11-01 15:11:17 +01:00