50 most recent check-ins
2025-03-27
| ||
10:25 | ws cleanup Leaf check-in: bbe7c545fc user: matthias tags: trunk | |
2025-03-26
| ||
14:18 | fix long comment check-in: 7e6d117e4c user: matthias tags: trunk | |
08:35 | simplify and improve stripComment check-in: 148ac7ea9d user: matthias tags: trunk | |
2025-03-25
| ||
19:00 | not need for test for include, duplicate will be removed check-in: 259f1e4446 user: matthias tags: trunk | |
2025-03-18
| ||
10:27 | remove local _G... _G needs to point to itself, not diverging local check-in: b615e3620e user: matthias tags: trunk | |
2025-03-17
| ||
20:06 | add option require_global to use global _G, if not set, it will create local _G table check-in: 6811b515df user: matthias tags: trunk | |
17:47 | bugfix global check-in: 7dbcb4c5f1 user: matthias tags: trunk | |
15:25 | proper handling of _G - remove no_table (again) ... absurd how to handle (even more with _G) check-in: 58a2663f7c user: matthias tags: trunk | |
13:45 | put (optional) name on readonly table check-in: d4d38964f4 user: matthias tags: trunk | |
09:21 | local_prefix_no_table needs to be enabled in build check-in: a36ff4b5bb user: matthias tags: trunk | |
2025-03-16
| ||
22:59 | fix, not every word needs a prefix check-in: 44bc601eb5 user: matthias tags: trunk | |
22:51 | (re)add prefix_no_table option - accept now prefix instead of boolean check-in: c4542b981c user: matthias tags: trunk | |
16:14 | improve getLocalEnv performance, drop no_table build check-in: a37a01fb8c user: matthias tags: trunk | |
2025-03-09
| ||
15:12 | no concat of string, there is a table anyway check-in: b5d33be280 user: matthias tags: trunk | |
2025-02-22
| ||
14:43 | fix json null repraesentation: always json.null check-in: 0d44455924 user: matthias tags: trunk | |
11:29 | fix json.null and yyjson check-in: 98035b044a user: matthias tags: trunk | |
2024-12-10
| ||
18:44 | fix missing end of code (var) on parsing template check-in: c6554e4003 user: matthias tags: trunk | |
2024-10-12
| ||
16:44 | error, if no template check-in: 5e6f16dc2c user: matthias tags: trunk | |
2024-10-11
| ||
15:09 | osinif -> osm (, osn) check-in: dd1f588555 user: matthias tags: trunk | |
2024-09-26
| ||
15:37 | improve cache: remove getTTL, get returns value[, ttl] or nil, expired value, self:call possible check-in: 8c50814f32 user: matthias tags: trunk | |
2024-09-17
| ||
17:22 | fix error on possible ']{' template combination check-in: aab4dd7359 user: matthias tags: trunk | |
15:54 | sad smiley on no testFn check-in: 01efc33540 user: matthias tags: trunk | |
15:52 | assert instead of debug log check-in: 3b90fee233 user: matthias tags: trunk | |
2024-08-03
| ||
15:30 | add checkEMailUserDomain check-in: 0561cfd183 user: matthias tags: trunk | |
2024-07-23
| ||
12:02 | beautify - better whitespace handling check-in: 5b75615cc8 user: matthias tags: trunk | |
2024-06-30
| ||
10:18 | readConfig -> text only, readBConfig -> binary and text check-in: 2830ae5ff9 user: matthias tags: trunk | |
2024-04-11
| ||
15:43 | improve random id generation for using character more than once check-in: 32fd10a38c user: matthias tags: trunk | |
2024-04-03
| ||
15:13 | doc check-in: 697c572f63 user: matthias tags: trunk | |
14:55 | add yyjson support and simple tests check-in: 782de8961a user: matthias tags: trunk | |
2024-03-18
| ||
16:01 | return rand table too check-in: ccba27e910 user: matthias tags: trunk | |
2023-12-27
| ||
16:43 | expose more functions, to create own env and fix __pairs check-in: b59de7a67a user: matthias tags: trunk | |
14:12 | improve and cleanup tools check-in: 3efa1e21d4 user: matthias tags: trunk | |
2023-12-08
| ||
12:22 | extra file for checkLbl, split form parseTmpl check-in: 2ea3b92573 user: matthias tags: trunk | |
2023-11-28
| ||
16:05 | add exception - special case no brackets check-in: f971a1c175 user: matthias tags: trunk | |
13:47 | fix and improve getLbl check-in: 238dc8d4de user: matthias tags: trunk | |
2023-08-27
| ||
10:53 | improve and describe caching - remove parseSimpleTmpl (bloat and different syntax - can be done with gsub oneliner) check-in: 10562be828 user: matthias tags: trunk | |
2023-08-26
| ||
08:52 | cache parsed templates for reuse, breaking change new function parseSimpleTmplFile has to be used for simple file parsing check-in: 460c70e0bb user: matthias tags: trunk | |
2023-06-16
| ||
14:59 | update perf - build with PERF_MODULE and require it - no testing check-in: 9e302ae69d user: matthias tags: trunk | |
2023-04-12
| ||
16:12 | add state table to getTelegramRequest check-in: ecbd635cc7 user: matthias tags: trunk | |
14:02 | better debug info cron / reset check-in: ba1a583393 user: matthias tags: trunk | |
09:11 | option for (bold) error prefix check-in: 699777f5c0 user: matthias tags: trunk | |
08:38 | add option, if chat state silent is set -> disable notification for message check-in: 2597d6511d user: matthias tags: trunk | |
2023-04-11
| ||
16:29 | only cleanup message, when chat_state wants check-in: 2c519df3fb user: matthias tags: trunk | |
2023-04-10
| ||
17:38 | telegram in one file with loop (server) option check-in: 833e2d3335 user: matthias tags: trunk | |
2023-04-09
| ||
17:06 | update doc check-in: 257dd23882 user: matthias tags: trunk | |
17:00 | required table -> db_info check-in: 8d6b1e6251 user: matthias tags: trunk | |
2023-04-05
| ||
16:45 | add json (cjson|dkjson option) check-in: 9f6f8ea235 user: matthias tags: trunk | |
16:44 | comment check-in: e98e6af4e1 user: matthias tags: trunk | |
16:40 | fix check-in: f0e301f55d user: matthias tags: trunk | |
16:35 | tool.log.lua has now with date else default without check-in: 6d99732113 user: matthias tags: trunk | |