| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | 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-12 | |
| | | ||||
| * | Lower default limit to 50 | June McEnroe | 2020-07-11 | |
| | | ||||
| * | Add date jump form to events page | June McEnroe | 2020-07-11 | |
| | | | | | Sad that Safari doesn't implement anything for the date input type. | |||
| * | 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 | 2020-07-11 | |
| | | | | | | I missed that there was a function to automatically detect if it's FastCGI! | |||
| * | Preserve search query when clicking network or context columns | June McEnroe | 2020-07-11 | |
| | | ||||
| * | Bump database version | June McEnroe | 2020-07-11 | |
| | | | | | Version 5 currently only in the scooper branch of litterbox. | |||
| * | Factor out "scope" of pages | June McEnroe | 2020-07-11 | |
| | | | | | | Use this to keep the search query around and hide network and context from the search results if the scope is already limited. | |||
| * | 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 | 2020-07-10 | |
| | | ||||
| * | Add IRC colors and implement nick coloring | June McEnroe | 2020-07-10 | |
| | | ||||
| * | Implement partial table output of events | June McEnroe | 2020-07-10 | |
| | | | | | This should work for both events and search pages. | |||
| * | Add -l and -r options | June McEnroe | 2020-07-10 | |
| | | ||||
| * | Move search help to footer | June McEnroe | 2020-07-10 | |
| | | ||||
| * | Add meta viewport tag | June McEnroe | 2020-07-10 | |
| | | ||||
| * | Fold search form into nav | June McEnroe | 2020-07-10 | |
| | | | | | | CSS is kind of almost working for me here. I await its inevitable betrayal. | |||
| * | Serve stylesheet separately, with caching | June McEnroe | 2020-07-10 | |
| | | ||||
| * | Add default stylesheet | June McEnroe | 2020-07-10 | |
| | | ||||
| * | List active networks first | June McEnroe | 2020-07-10 | |
| | | ||||
| * | List active contexts first | June McEnroe | 2020-07-10 | |
| | | ||||
| * | Add syntax and columns to search form | June McEnroe | 2020-07-10 | |
| | | ||||
| * | Add -c to check SQL queries | June McEnroe | 2020-07-09 | |
| | | ||||
| * | Add before param in redirect | June McEnroe | 2020-07-09 | |
| | | ||||
| * | Implement very basic events listing | June McEnroe | 2020-07-09 | |
| | | ||||
| * | Add events page stub | June McEnroe | 2020-07-09 | |
| | | ||||
| * | Add search forms | June McEnroe | 2020-07-09 | |
| | | ||||