Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove unused prevEvent | June McEnroe | 2020-07-29 |
| | |||
* | Rewrite configure script | June McEnroe | 2020-07-23 |
| | |||
* | Add OpenBSD instructions | June McEnroe | 2020-07-21 |
| | |||
* | Use a .pc file to configure | June McEnroe | 2020-07-21 |
| | |||
* | Filter networks with only private contexts from recents as well | June McEnroe | 2020-07-19 |
| | |||
* | 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-18 |
| | |||
* | Filter networks with only private contexts | June McEnroe | 2020-07-17 |
| | |||
* | Add export option | June McEnroe | 2020-07-17 |
| | | | | | | | 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. | ||
* | Add margin to inputs | June McEnroe | 2020-07-17 |
| | | | | Seems that only Safari provides any margins on form elements by default. | ||
* | Don't write null terminator in stylesheet response | June McEnroe | 2020-07-16 |
| | |||
* | Remove sudo from make install | June McEnroe | 2020-07-16 |
| | | | | It makes more sense to install it as user. | ||
* | Add README | June McEnroe | 2020-07-16 |
| | |||
* | Add copy of AGPLv3 | June McEnroe | 2020-07-16 |
| | |||
* | Big refactor, remove struct Scope | June McEnroe | 2020-07-16 |
| | |||
* | Remove viewport meta | June McEnroe | 2020-07-16 |
| | | | | | The browser-default styles do weird things so it actually looks better without... | ||
* | Handle HEAD for stylesheet | June McEnroe | 2020-07-16 |
| | |||
* | Factor out search page URLs | June McEnroe | 2020-07-16 |
| | |||
* | Fix HEAD responses | June McEnroe | 2020-07-16 |
| | | | | | You need to call khttp_body for the CGI response to be valid, otherwise nginx will just 502 Bad Gateway it. | ||
* | Put the checkbox inside the label | June McEnroe | 2020-07-14 |
| | |||
* | Put events forms in a flex | June McEnroe | 2020-07-14 |
| | |||
* | Add tidy option to events | June McEnroe | 2020-07-14 |
| | | | | The two forms still need styling. | ||
* | Don't show "Later messages" if no rows matched | June McEnroe | 2020-07-14 |
| | |||
* | Allow setting things by env vars | June McEnroe | 2020-07-14 |
| | |||
* | Set span.irc to pre-wrap | June McEnroe | 2020-07-13 |
| | |||
* | Incorporate CSS into C without file2c | June McEnroe | 2020-07-13 |
| | | | | It's a shame file2c is not available everywhere. | ||
* | Add room to start selecting table rows | June McEnroe | 2020-07-13 |
| | |||
* | Implement IRC ^O | June McEnroe | 2020-07-13 |
| | | | | Oops! Missed this somehow | ||
* | Use overlap in search result links | June McEnroe | 2020-07-12 |
| | |||
* | Move nick delimiters into HTML generation | June McEnroe | 2020-07-12 |
| | | | | So that they can be copied. | ||
* | Add explicit mark colors | June McEnroe | 2020-07-12 |
| | |||
* | Implement IRC formatting | June McEnroe | 2020-07-12 |
| | |||
* | Linkify IRC messages | June McEnroe | 2020-07-12 |
| | |||
* | Render all types of events | June McEnroe | 2020-07-12 |
| | |||
* | Don't use KHTML_PRETTY | June McEnroe | 2020-07-12 |
| | | | | It's kinda of unpredictable and can lead to unintended whitespace. | ||
* | Handle search query errors | June McEnroe | 2020-07-12 |
| | |||
* | Handle no search results | June McEnroe | 2020-07-12 |
| | |||
* | Add search paging links | June McEnroe | 2020-07-12 |
| | |||
* | Rewrite default CSS | June McEnroe | 2020-07-12 |
| | |||
* | Set nick column to nowrap | June McEnroe | 2020-07-12 |
| | |||
* | Use X macro for statements | June McEnroe | 2020-07-12 |
| | |||
* | Always show later messages link when using before query | June McEnroe | 2020-07-12 |
| | |||
* | Set message column max width | June McEnroe | 2020-07-12 |
| | |||
* | Add topic to events page | June McEnroe | 2020-07-12 |
| | |||
* | Add network MOTD to contexts page | June McEnroe | 2020-07-12 |
| | |||
* | Bump default overlap to 30s | June McEnroe | 2020-07-12 |
| | |||
* | Add later messages link | June McEnroe | 2020-07-12 |
| | |||
* | Add events gaps | June McEnroe | 2020-07-12 |
| | |||
* | Reorganize code and add earlier messages link | June McEnroe | 2020-07-12 |
| |