Commit message (Collapse) | Author | ||
---|---|---|---|
2021-05-19 | Replace freenode with tilde.chat | June McEnroe | |
2021-05-08 | Document the export query parameter | June McEnroe | |
2021-05-07 | Create a database with litterbox for test | June McEnroe | |
2021-05-07 | Add missing static declarations in html.c | June McEnroe | |
2021-05-07 | Reverse order of search results | June McEnroe | |
I guess I didn't realize I could do this with no performance penalty. | |||
2021-05-07 | Try to keep query at end of parameters | June McEnroe | |
2021-05-07 | Use LDADD variables, support BINDIR | June McEnroe | |
Also change MANDIR default to ${PREFIX}/man. | |||
2020-12-13 | Use nick for color if user is "*" 1.1 | June McEnroe | |
Not accurate but better than all nicks being the same color in imported logs. | |||
2020-08-23 | Use DESTDIR in install 1.0 | June McEnroe | |
2020-08-23 | Add catsit example to README | June McEnroe | |
2020-08-23 | Update litterbox version range | June McEnroe | |
2020-08-19 | Set a database busy timeout | June McEnroe | |
2020-07-29 | Add Linux support | June McEnroe | |
Static linking on Linux (even with musl-gcc) is just too much of a pain. People more dedicated than I am can figure it out themselves. Or how to properly sandbox this without a chroot. | |||
2020-07-29 | Remove unused prevEvent | June McEnroe | |
2020-07-23 | Rewrite configure script | June McEnroe | |
2020-07-21 | Add OpenBSD instructions | June McEnroe | |
2020-07-21 | Use a .pc file to configure | June McEnroe | |
2020-07-19 | Filter networks with only private contexts from recents as well | June McEnroe | |
2020-07-18 | Specify litterbox version in readme | June McEnroe | |
2020-07-18 | Reverse order of X macro parameters for pages and keys | June McEnroe | |
2020-07-18 | Remove kcgi 0.11 compatibility | June McEnroe | |
2020-07-17 | Filter networks with only private contexts | June McEnroe | |
2020-07-17 | Add export option | June 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-17 | Add margin to inputs | June McEnroe | |
Seems that only Safari provides any margins on form elements by default. | |||
2020-07-16 | Don't write null terminator in stylesheet response | June McEnroe | |
2020-07-16 | Remove sudo from make install | June McEnroe |