Commit message (Collapse) | Author | ||
---|---|---|---|
2020-07-14 | 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 | |
The two forms still need styling. | |||
2020-07-14 | Don't show "Later messages" if no rows matched | June McEnroe | |
2020-07-14 | Allow setting things by env vars | June McEnroe | |
2020-07-13 | Set span.irc to pre-wrap | June McEnroe | |
2020-07-13 | Incorporate CSS into C without file2c | June McEnroe | |
It's a shame file2c is not available everywhere. | |||
2020-07-13 | Add room to start selecting table rows | June McEnroe | |
2020-07-13 | Implement IRC ^O | June McEnroe | |
Oops! Missed this somehow | |||
2020-07-12 | Use overlap in search result links | June McEnroe | |
2020-07-12 | Move nick delimiters into HTML generation | June McEnroe | |
So that they can be copied. | |||
2020-07-12 | 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 | |
It's kinda of unpredictable and can lead to unintended whitespace. | |||
2020-07-12 | 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 | Clean up page error handling | June McEnroe | |
2020-07-12 | Set messages to break lines anywhere if need be | June McEnroe | |
2020-07-12 | Fix active networks ordering | June McEnroe | |
2020-07-11 | Lower default limit to 50 | June McEnroe | |
2020-07-11 | Add date jump form to events page | June McEnroe | |
Sad that Safari doesn't implement anything for the date input type. | |||
2020-07-11 | Check database version against a range | June McEnroe | |
2020-07-11 | Increase line-height | June McEnroe | |
2020-07-11 | Sort networks and contexts case-insensitively | June McEnroe | |
2020-07-11 | Dim search result context links | June McEnroe | |
2020-07-11 | Fix search query | June McEnroe | |
2020-07-11 | Attempt some more styling | June McEnroe | |
2020-07-11 | Clean up page handlers | June McEnroe | |
2020-07-11 | Handle KCGI_EXIT and call khttp_fcgi_free | June McEnroe | |
2020-07-11 | Remove -f option | June McEnroe | |
I missed that there was a function to automatically detect if it's FastCGI! | |||
2020-07-11 | Preserve search query when clicking network or context columns | June McEnroe | |
2020-07-11 | Bump database version | June McEnroe | |
Version 5 currently only in the scooper branch of litterbox. | |||
2020-07-11 | Factor out "scope" of pages | June McEnroe | |
Use this to keep the search query around and hide network and context from the search results if the scope is already limited. | |||
2020-07-10 | Implement basic search page | June McEnroe | |
2020-07-10 | Fix hidden form fields | June McEnroe | |
2020-07-10 | Add basic messages to table and attempt to style | June McEnroe | |