1215 Commits

Author SHA1 Message Date
8f3a45f3ef
implemented why2_config_read in chat-misc 2024-01-24 12:16:15 +01:00
c8bfaedd9d
removed parses files 2024-01-24 12:10:16 +01:00
808b776be9
removed yaml dependency 2024-01-24 12:07:46 +01:00
1c1b893e09
implemented snake_case & non-root in workflows 2024-01-24 12:03:15 +01:00
5d443a0b74
checking for root access in install rule 2024-01-24 12:01:01 +01:00
40452f785d
changed Makefile's rule names to snake_case 2024-01-24 11:59:38 +01:00
b667f8ca3f
fixed user permission when installing
DO NOT RUN MAKEFILE USING sudo PLS  <3
2024-01-24 11:38:13 +01:00
58d05293ce
fixed rustup installation 2024-01-24 11:37:43 +01:00
553d9732e8
added cargo install to package managers 2024-01-23 21:59:20 +01:00
2f64743052
moved manual rust installation to gentoo 2024-01-23 21:56:17 +01:00
edba888b47
simplified rust install command 2024-01-23 21:50:35 +01:00
d06f79dd12
added source command to rust installation 2024-01-23 21:47:53 +01:00
5b3c2e9052
rust install command fix 2024-01-23 21:46:20 +01:00
990b67fc0a
added automaticall default to rust installation 2024-01-23 21:42:46 +01:00
bb7aca3ecf
implemented rust module in makefile
that was pretty huge update lol
2024-01-23 21:40:22 +01:00
7e04837119
added rust installation into config script 2024-01-23 21:39:41 +01:00
0736a0d442
created rust module for reading toml config files
Yes. Rust module in a LW C project. Yes. Am I stupid? Yes. Is somebody pointing at my head with a gun and forcing me to do this? Yes. Do I hate myself? Yes. love ya
2024-01-23 21:14:08 +01:00
758c9c1431
revert "added table parameter to why2_config_read"
This reverts commit f0376a73c28bb7d3caec0a8a761eb76ea1b1bb98.
2024-01-23 19:53:51 +01:00
78244e7e3e
removed tables from config files 2024-01-23 19:52:11 +01:00
f0376a73c2
added table parameter to why2_config_read 2024-01-23 19:45:12 +01:00
7d76a12708
changed yml to toml in config 2024-01-23 19:20:26 +01:00
74f9764e4b
changed config file types from yml to toml 2024-01-23 19:19:52 +01:00
b383094bd9
ignoring rust library output files 2024-01-23 19:02:38 +01:00
dfb7b54fbf
declared config_read stuff
you will facepalm few commits later, trust me :)))
2024-01-23 18:46:06 +01:00
c9e1567ae9
added missing license to memory related files 2024-01-23 18:29:33 +01:00
c31ea476a6
added c++ support to headers 2024-01-23 18:27:24 +01:00
ddbe899071
added message thread cleanup for server
also swaped the function names cause I am so smart
2024-01-21 13:44:31 +01:00
5fdd267907
fixed why2_clean_threads segfault client 2024-01-20 20:13:58 +01:00
72fcc4c3e5
running garbage collector at the end of client & server run 2024-01-20 16:01:19 +01:00
7ffb9b1d9c
fixed client segfault on ssqc 2024-01-20 15:48:34 +01:00
f71d3954f0
checked getline return value in client main
i hope these comints are sort of intelligent cause im  drunk as hell :dd
2023-11-18 20:22:04 +01:00
3d6f2b8293
Merge remote-tracking branch 'refs/remotes/origin/development' into development 2023-11-18 20:08:29 +01:00
586a8ed800
created ARCH_GENTOO_COMMON variable 2023-10-04 11:00:16 +02:00
34f416bace
marked config as executable 2023-10-04 10:56:15 +02:00
6d09e40e33
added gentoo installation into config 2023-10-04 09:57:51 +02:00
9b238b6d70
created WHY2_CHAT_CODE_ACCEPT_MESSAGES macro 2023-08-27 15:32:55 +02:00
c6957aadd7
changed libyaml name in debian dependencies 2023-08-27 12:30:45 +02:00
8e5eff52e4
added libyaml into dependencies 2023-08-27 12:26:50 +02:00
7c9e2211a5
implemented yml config in chat-misc 2023-08-27 12:19:46 +02:00
a0aabc547a
updated performance in why2_deallocate
now if you attempt to deallocate NULL, get_node doesn't go trough the whole list
2023-08-27 12:18:51 +02:00
b1062ad8df
moved config-related macros to config header 2023-08-27 12:01:26 +02:00
2682ef294e
added missing header include in parser 2023-08-27 11:59:15 +02:00
088ff17b1d
implemented WHY2_CHAT_SERVER_USERNAME macro 2023-08-27 11:56:23 +02:00
21a89400af
created WHY2_CHAT_SERVER_USERNAME macro 2023-08-27 11:56:14 +02:00
96babf734c
defined why2_yml_read
this definitely isn't code from chatgpt combined with my dumb-ass and some random stuff from stackoverflow, nah :))
2023-08-27 11:50:11 +02:00
4016478492
declared why2_yml_read 2023-08-27 11:48:32 +02:00
bb5d31b02e
added libyaml to LIBS_CHAT 2023-08-27 11:47:29 +02:00
9fb66c42bf
created parser files 2023-08-27 11:35:37 +02:00
15bc846db8
fixed .config directory path 2023-08-27 11:05:11 +02:00
c0f7461eab
added .config directory existence check 2023-08-26 19:14:11 +02:00