• Joined on 2024-07-10
Timerix pushed to main at Timerix/tcp-chat 2025-12-08 00:19:01 +00:00
88c2f8aa51 Channel_loadMessageBlock
Timerix pushed to main at Timerix/tcp-chat 2025-12-02 15:24:55 +00:00
6d1f450f32 implemented channels on server
Timerix pushed to main at Timerix/tlibc 2025-12-02 15:02:23 +00:00
0d422cd7e5 HashMapKeyValue.value -> value_ptr
Timerix pushed to main at Timerix/tlibtoml 2025-12-02 15:02:13 +00:00
bd38585b35 HashMapKeyValue.value -> value_ptr
Timerix pushed to main at Timerix/tlibc 2025-12-02 14:20:43 +00:00
17d2d1c38d added inline insertion sort and binary search
a57f05cfeb zeroStruct
Compare 2 commits »
Timerix pushed to main at Timerix/tcp-chat 2025-11-26 20:42:55 +00:00
c263d02b36 added tlibtoml submodule
Timerix pushed to main at Timerix/tlibtoml 2025-11-26 20:42:02 +00:00
a0e280d77b updated README.md
6978bb2afe changed TomlValue.value to anonymous union
711cc70b68 fixed DEPENDENCIES_DIR bug in tlibtoml.config
Compare 3 commits »
Timerix pushed to main at Timerix/tlibc 2025-11-26 20:41:17 +00:00
ea6c20f430 str_expand fix
77e4f38416 updated README.md
Compare 2 commits »
Timerix pushed to main at Timerix/tlibtoml 2025-11-26 20:20:41 +00:00
bdcc838bb8 improved error messages in TomlTable_get*
3e21766514 made all toml_load* functions public
Compare 2 commits »
Timerix pushed to main at Timerix/tlibc 2025-11-26 20:19:52 +00:00
f3e4f8f061 added str_expand
Timerix pushed to main at Timerix/tlibc 2025-11-26 18:48:31 +00:00
83091ac707 added file_readWholeText
Timerix pushed to main at Timerix/tlibtoml 2025-11-26 18:45:52 +00:00
7a0570b0b9 added file_readWholeText in toml_load_file
Timerix pushed to main at Timerix/TCPU 2025-11-26 15:53:16 +00:00
cf724a8d13 updated tlibc
Timerix pushed to main at Timerix/tlibc 2025-11-26 15:52:32 +00:00
6a7f0a8715 added List<T>_expand
Timerix pushed to main at Timerix/tcp-chat 2025-11-26 12:02:16 +00:00
f5169e8a8f str_destroy
Timerix pushed to main at Timerix/tlibc 2025-11-26 11:59:43 +00:00
8a40caaf10 str_destroy and str_free
Timerix pushed to main at Timerix/tlibtoml 2025-11-26 11:59:06 +00:00
281a65f0d1 replaced TomlArray with tlibc List
2082d56c25 added tlibc error handling everywhere
048542d079 moved functions code to separate files
Compare 3 commits »
Timerix pushed to main at Timerix/tcp-chat 2025-11-25 13:19:23 +00:00
2686ca6bcf implemented ServerLogger colors
Timerix pushed to main at Timerix/tlibc 2025-11-25 13:19:13 +00:00
4c97787c27 moved term.h to tlibc
82bd234d08 rewritten Array and List, changed str.size -> .len
Compare 2 commits »
Timerix pushed to main at Timerix/tcp-chat 2025-11-25 11:35:48 +00:00
8bc98a321d refactored tlibc collections