Robin Ury toes · they/them
toes pushed to fix/untrimmed-unicode-whitespace at toes/netfishing 2026-08-21 11:24:36 +00:00
c20bb35929 Add(test): chat validation
b1061f0165 Refactor: invert whitespace stripping pattern
00ec796c7a Refactor: chat sanitization into NetworkChat proc
97c74323d8 Change: empty check to reject all whitespace kinds
876c243a8b fix(portmaster): align launcher with upstream conventions
Compare 12 commits »
toes commented on pull request woofmeow/straywild#88 2026-08-21 11:20:11 +00:00
Extend message sanitization to scrub unusual whitespace

I added a barebones test with a few whitespace validations 👍

toes pushed to fix/untrimmed-unicode-whitespace at toes/netfishing 2026-08-21 11:19:45 +00:00
15761b8c0b Add(test): chat validation
ead05b01c6 Refactor: invert whitespace stripping pattern
Compare 2 commits »
toes pushed tag v0.14.0-alpha to toes/netfishing 2026-08-21 11:19:45 +00:00
toes commented on pull request woofmeow/straywild#88 2026-08-20 20:42:11 +00:00
Extend message sanitization to scrub unusual whitespace

I refactored it into a network_chat_protocol. _I also looked at the mail_protocol but it didn't seem to me to make as much sense to copy the substitution (at least not as-is) for reuse in…

toes pushed to fix/untrimmed-unicode-whitespace at toes/netfishing 2026-08-20 20:38:11 +00:00
237c1db5d1 Refactor: chat sanitization into NetworkChat proc
toes commented on pull request woofmeow/straywild#88 2026-08-20 13:35:11 +00:00
Extend message sanitization to scrub unusual whitespace

I restored the stripping behavior but now with the regex whitespace matcher And we can just use the simple is_empty method again

toes pushed to fix/untrimmed-unicode-whitespace at toes/netfishing 2026-08-20 13:33:31 +00:00
0cba516b82 Change: empty check to reject all whitespace kinds
toes pushed to fix/untrimmed-unicode-whitespace at toes/netfishing 2026-08-20 13:02:52 +00:00
ea99f2b7d7 Change: empty check to reject all whitespace kinds
09b7a78533 Permit assets in contribution-focused forks
1e24fb0bfc Expand generated terrain with biome-driven props
e8888ed05a Add deterministic generated worlds
Compare 4 commits »
toes created pull request woofmeow/straywild#88 2026-08-20 13:02:04 +00:00
Revise empty chat-message test
toes created branch fix/untrimmed-unicode-whitespace in toes/netfishing 2026-08-20 12:58:35 +00:00
toes pushed to fix/untrimmed-unicode-whitespace at toes/netfishing 2026-08-20 12:58:35 +00:00
c64f42ad7d Change: empty check to reject all whitespace kinds
toes created repository toes/netfishing 2026-08-20 12:54:38 +00:00
toes opened issue woofmeow/straywild#87 2026-08-20 12:20:25 +00:00
Slow-down message rejection triggers despite no other players to annoy
toes commented on issue woofmeow/straywild#61 2026-08-19 20:41:29 +00:00
Bug/fishing: Some features make fishing difficult

As it currently is, you definitely cannot alt-tab while fishing. Whether that is a good or bad thing to demand player focus may reveal itself with a bit more playtesters & calibration