00:37 <+bridge> [ddnet] hello, ddnet econ gui does exist? 00:37 <+bridge> [ddnet] https://github.com/Malekblubb/tw_econ_gui 00:37 <+bridge> [ddnet] i tried this one but i think is outdated 00:40 <+bridge> [ddnet] on windows 00:40 <+bridge> [ddnet] or wsl 06:52 <+bridge> [ddnet] simple telnet has cool cli 09:56 <+bridge> [ddnet] what does econ stand for? is econ = telnet? 09:56 <+bridge> [ddnet] what does econ stand for? 09:56 <@deen> external console 09:56 <@deen> yes 09:58 <+bridge> [ddnet] isn't telnet kinda insecure? 09:58 <+bridge> [ddnet] @Nouaa no gui I think 09:58 <+bridge> [ddnet] @stnwtr sure, but you should only open it for localhost and then you have to trust your local machine, nothing else 09:59 <+bridge> [ddnet] we don't use it for official ddnet servers, instead we use fifo console and write into the fifo files with shell scripts 10:03 <+bridge> [ddnet] what's the "fifo console"? I only know fifo files (named pipes) 10:04 <+bridge> [ddnet] Yeah, it's a fifo file, and you can write into it 10:04 <+bridge> [ddnet] and every line you write in gets interpreted as a console command (like in F2) 10:05 <+bridge> [ddnet] Ahh thanks 10:05 <+bridge> [ddnet] How do I enable this feature? 10:05 <+bridge> [ddnet] What are the settings for setting up the telnet access? 10:05 <+bridge> [ddnet] can't find anything under https://ddnet.tw/settingscommands/ 10:05 <+bridge> [ddnet] Are this commands (eg `ec_port`) working? https://www.teeworlds.com/?page=docs&wiki=server_settings 10:05 <+bridge> [ddnet] @stnwtr telnet sends stuff without any "encryption" tho you can see the user name & password 4example 10:06 <+bridge> [ddnet] if I remember everything has to be configured before the server starts 10:07 <+bridge> [ddnet] Yeah i know, thanks 10:07 <+bridge> [ddnet] https://www.teeworlds.com/?page=docs&wiki=server_settings 10:07 <+bridge> [ddnet] There is no asterisk which means it can be changed at runtime I think 10:07 <+bridge> [ddnet] Oh, I'm not printing them out to settings & commands, will fix 10:07 <+bridge> [ddnet] yeah, ec_bindaddr localhost and ec_port 7000 should work 10:08 <+bridge> [ddnet] ```c 10:08 <+bridge> [ddnet] MACRO_CONFIG_STR(EcBindaddr, ec_bindaddr, 128, "localhost", CFGFLAG_ECON, "Address to bind the external console to. Anything but 'localhost' is dangerous") 10:08 <+bridge> [ddnet] MACRO_CONFIG_INT(EcPort, ec_port, 0, 0, 0, CFGFLAG_ECON, "Port to use for the external console") 10:08 <+bridge> [ddnet] MACRO_CONFIG_STR(EcPassword, ec_password, 32, "", CFGFLAG_ECON, "External console password") 10:08 <+bridge> [ddnet] MACRO_CONFIG_INT(EcBantime, ec_bantime, 0, 0, 1440, CFGFLAG_ECON, "The time a client gets banned if econ authentication fails. 0 just closes the connection") 10:08 <+bridge> [ddnet] MACRO_CONFIG_INT(EcAuthTimeout, ec_auth_timeout, 30, 1, 120, CFGFLAG_ECON, "Time in seconds before the the econ authentication times out") 10:08 <+bridge> [ddnet] MACRO_CONFIG_INT(EcOutputLevel, ec_output_level, 1, 0, 2, CFGFLAG_ECON, "Adjusts the amount of information in the external console") 10:08 <+bridge> [ddnet] 10:08 <+bridge> [ddnet] ``` 10:08 <+bridge> [ddnet] Thanks! 10:08 <+bridge> [ddnet] and ec_password has to be set too 10:11 <+bridge> [ddnet] Ok, now documented properly on https://ddnet.tw/settingscommands/#econ-settings 10:11 <+bridge> [ddnet] And what are the possible `output_level`s? (0-7?) 10:11 <+bridge> [ddnet] Wow that fix happened quickly 10:12 <+bridge> [ddnet] looks like ci/cd 10:12 <+bridge> [ddnet] @stnwtr 0-2 10:13 <+bridge> [ddnet] where 2 is the most output 12:03 <+bridge> [ddnet] Nice: https://www.phoronix.com/scan.php?page=news_item&px=GCC-PE-Specific-CodeView 14:07 <+bridge> [ddnet] Does anyone know webtropia? 14:10 <+bridge> [ddnet] Does anyone have experience with webtropia? 15:23 <+bridge> [ddnet] yes, used them in the beginning for ddnet. was not great 15:32 <+bridge> [ddnet] cant see the "Info" tab with ger2 servers 15:32 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/823202465809039390/unknown.png 15:33 <+bridge> [ddnet] ger1 15:33 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/823202564022730812/unknown.png 15:33 <+bridge> [ddnet] ger2 15:33 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/823202605122453564/unknown.png 15:37 <+bridge> [ddnet] @I.K.U incoming DoS attack, GER1's hoster seems to be handling it surprisingly well 16:10 <+bridge> [ddnet] @deen why, do they have bad hardware? I am looking for a new hoster and their price/performance ratio looks too good 16:14 <+bridge> [ddnet] i don’t remember honestly 17:25 <+ChillerDragon> @NeXus use servercompass.com with code CHILLER to get good prices :D 19:11 <+bridge> [ddnet] ^ why not move it to the config directory instead? 😄 19:14 <+bridge> [ddnet] they changed the working directory for now, which is already enough 19:19 <+bridge> [ddnet] ah the file doesn't get generated on first startup like the configs, it's shipped with the client itself 19:26 <+bridge> [ddnet] even if it's missing completely :p 20:52 <+bridge> [ddnet] what about hotkeys for groups and tile layers in editor mode? that would make mapping way smoother 20:53 <+bridge> [ddnet] by default it could eg be the numbers on keyboard 20:56 <+bridge> [ddnet] what about hotkeys for groups and tile layers in map editor? that would make mapping way smoother 23:00 <+bridge> [ddnet] https://editor.godotengine.org/releases/latest/ 23:00 <+bridge> [ddnet] amazing