summary refs log tree commit diff
path: root/bin/1sh/tests/errors/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-03-08 20:47:44 -0400
committerJune McEnroe <june@causal.agency>2020-03-08 20:47:44 -0400
commitbf9d2d11eb68737bf200a5267d4926009853d0db (patch)
treee43016d17dc9bf1369dc790346fdb8f202b276fe /bin/1sh/tests/errors/Makefile
parentPublish "How I Relay Chat" (diff)
downloadsrc-bf9d2d11eb68737bf200a5267d4926009853d0db.tar.gz
src-bf9d2d11eb68737bf200a5267d4926009853d0db.zip
Add The Stone Sky
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
Ice heatJune McEnroe 2022-04-20Sanitize leading dots from log path componentsJune McEnroe Prevent directory traversal by sanitizing leading dots as well as slashes from log path components, which can be controlled by the server. Side effect of preventing hidden dotfiles is a bonus, I think. Also check that the full path actually fits in the buffer. Reported-by: Samanta Navarro <ferivoz@riseup.net> 2022-03-31Add screenshot to READMEJune McEnroe 2022-03-16Skip non-spacing when moving and deleting by "character"June McEnroe I uh... don't think I can write tests for this, since macOS's wcwidth is notoriously useless. 2022-03-13Document using -S to connect over IPv4 or IPv6June McEnroe 2022-03-09Always refresh the screen with ^LChristian Kellermann This patch adds an explicit wrefresh call. Under some conditions just flagging the window for redraw does not trigger a redraw and the user has no other means to force redrawing of a window. Without this patch resizing the window would sometimes result in an empty chat window with no way to redraw it. Tested under uxterm and st on OpenBSD. 2022-03-05Update STANDARDS section authors, titles and URLsJune McEnroe 2022-03-02Show own nick on /nick without paramsJune McEnroe 2022-02-26Specify commands which depend on capsJune McEnroe Currently only /setname. 2022-02-26Only add available commands to completeJune McEnroe 2022-02-26Factor out commandAvailableJune McEnroe 2022-02-23Give examples of "general events" 2.1June McEnroe 2022-02-23Add missing unistd.h include in input.cJune McEnroe 2022-02-22Document the interfaceJune McEnroe 2022-02-20Clean up unimplemented editing mode stuffJune McEnroe 2022-02-20Save input buffer contentsJune McEnroe 2022-02-20Share a cut buffer between all edit buffersJune McEnroe 2022-02-20Assert return values in edit testsJune McEnroe 2022-02-20Move mbs out of struct Edit, use a global buffer