about summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore27log plain blame
-rw-r--r--Makefile417log plain blame
-rw-r--r--catgirl.17700log plain blame
-rw-r--r--chat.c6066log plain blame
-rw-r--r--chat.h5818log plain blame
-rw-r--r--command.c6171log plain blame
-rw-r--r--complete.c4204log plain blame
-rw-r--r--config.c4214log plain blame
-rwxr-xr-xconfigure237log plain blame
-rw-r--r--edit.c3919log plain blame
-rw-r--r--handle.c14402log plain blame
-rw-r--r--irc.c6031log plain blame
-rw-r--r--ui.c16981log plain blame
-rw-r--r--url.c4707log plain blame
t'>Filter networks with only private contextsJune McEnroe 2020-07-17Add export optionJune McEnroe Adding the export query parameter to any page downloads a .html with the default stylesheet embedded, and all navigation, forms and internal links removed, for being able to share some part of a private instance of litterbox. 2020-07-17Add margin to inputsJune McEnroe Seems that only Safari provides any margins on form elements by default. 2020-07-16Don't write null terminator in stylesheet responseJune McEnroe 2020-07-16Remove sudo from make install