Guild icon
Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2020-04-20 00:00:00Z and 2020-04-21 00:00:00Z
Avatar
Does anybody have the link to the security fix? I want to check if my mod is affected
Avatar
thanks
Avatar
Fixes broken whisper for me. Also is nice for custom commands that use names. Since the old name system without duplicates is enforced already on some servers they would benefit from proper quoting if needed. It only quotes in command mode and only names that need it: !image !image...
Avatar
@timakro its 0.7 only
Avatar
unique got 0.6/0.7 servers.
Avatar
True, I wasnt sure whether the exploit works on unique
Avatar
Changed from: [2020-04-20 15:30:01][server]: version 0.7 802f1be60a05665f to: [2020-04-20 15:30:01][server]: version 0.7.5 802f1be60a05665f Would help prepare a log parser what format to expect since minor versions can have hard to detect on the fly changes like https://github.com/teeworlds/teeworlds/commit/5090c39d94bad0b6dda8caaef271133c46c00ee0#diff-a2df712cfb938eda9a173f36c865c2cc
19:42
c394607 Use r not s for whisper - Learath2 79fc8cf Merge pull request #2586 from Learath2/tw_pr_ar... - oy
19:42
630a44f Print game version in addition to netversion - ChillerDragon 399ed37 Merge pull request #2587 from ChillerDragon/pr_... - oy
Avatar
when i enter a chat cmd, then repeat it from the history with arrow key up, then add an argument for example and send it, it doesnt get added to the history again
Avatar
keep the same order of integer values, just prefix the newly added teamID This allows for old regular expressions to be easily adapted: https://regex101.com/r/N8IyEf/1 Python/Golang regex: (([\d]+):)?([\d]+):([\d]+):(.{0,20}): (.*)$ ``` // TeamID, ClientID, Mode, PlayerName, Text //%d:%d:%d:%s: %s - team chat 0:63:1:Günther: hey popelz // ClientID, Mode, PlayerName, Text // %d:%d:%s: %s - global chat - previous & current format 63:1:Günther: hey popelz...
Exported 15 message(s)