• Joined on 2024-07-10
Timerix pushed to main at Timerix/tcp-chat 2025-11-15 10:22:36 +00:00
85c0736c8d request ServerPublicInfo in ServerConnection_open()
0ea241c5db fixed bug in AESStreamEncryptor_encrypt
Compare 2 commits »
Timerix pushed to main at Timerix/tlibc 2025-11-15 10:22:21 +00:00
425794361b fix README
fc8541ad2d fixed portable_localtime_s on posix systems
Compare 2 commits »
Timerix pushed to main at Timerix/tcp-chat 2025-11-15 07:12:05 +00:00
9942d94c94 implemented LoginRequest handler, changed ErrorMessage and ServerPublicInfoResponse
Timerix pushed to main at Timerix/tlibc 2025-11-15 07:08:08 +00:00
ae0fa95d6a added macros for printf format codes
5ef223372b renamed char_* functions
Compare 2 commits »
Timerix pushed to main at Timerix/tcp-chat 2025-11-13 01:15:18 +00:00
ef2531c63b implemented RegisterRequest handler
Timerix pushed to main at Timerix/tlibc 2025-11-13 01:12:58 +00:00
adaf5cc311 cstr_copy
Timerix pushed to main at Timerix/tlibc 2025-11-13 00:08:28 +00:00
af36bab444 implemented DateTime struct
Timerix pushed to main at Timerix/tcp-chat 2025-11-12 21:30:23 +00:00
d53557dbb6 implemented ServerPublicInfoResponse and ProgramMode::RandomBytes
4add849b9e implemented idb encryption
2f51cd07ff update to cbuild 2.3.1
Compare 3 commits »
Timerix pushed to main at Timerix/tlibc 2025-11-12 21:26:03 +00:00
1775b27980 Array_null and List_null
Timerix pushed to main at Timerix/tlibc 2025-11-12 19:40:48 +00:00
77589878c1 added check for zero size in Array_alloc
Timerix pushed to main at Timerix/cbuild 2025-11-12 10:09:22 +00:00
458652d0c5 default project config change
Timerix pushed to main at Timerix/cbuild 2025-11-12 10:07:43 +00:00
7ef47c567c default user config change
Timerix pushed to main at Timerix/cbuild 2025-11-12 10:06:52 +00:00
1a4ad2a3f0 default user config change
Timerix pushed to main at Timerix/cbuild 2025-11-12 09:30:26 +00:00
f0ee39084e v2.3.1
e655f05da6 stopped writing {GRAY} before each message in myprint()
5cc2e1c2ad load user config before project config
Compare 3 commits »
Timerix pushed to main at Timerix/cbuild 2025-11-12 08:45:31 +00:00
fca94ffe4c chmod 755 scripts
Timerix pushed to main at Timerix/tlibc 2025-11-10 07:37:06 +00:00
3034e4d186 readme
d9daae8c5e README
Compare 2 commits »
Timerix pushed to main at Timerix/tlibc 2025-11-10 06:38:40 +00:00
972f244ae5 implemented ErrorCodePage
Timerix pushed to main at Timerix/tlibtoml 2025-11-10 05:38:39 +00:00
52870920c1 removed libtoml allocator
c49a8cb1e5 replaced TomlTable with HashMap
a33505ffe4 replaced TomlString with StringBuilder
c83ee4078e replaced char* function arguments with str
247d291da6 fixed some warnings
Compare 6 commits »
Timerix pushed to main at Timerix/tlibc 2025-11-10 05:26:52 +00:00
6a1067a612 created HashMap iterator
2de044711f implemented List_increaseCapacity_size
958cb269b2 renamed first argument of all methods to 'self'
0a1e87817d added HashMap_pushOrUpdate
57c5942fcc new StringBuilder functions
Compare 6 commits »
Timerix pushed to main at Timerix/tlibc 2025-11-09 18:53:02 +00:00
e2f1f6c09b added ATTRIBUTE_THREAD_LOCAL