summary refs log tree commit diff
path: root/server.h (unfollow)
Commit message (Expand)Author
2020-07-11Add date jump form to events pageJune McEnroe
2020-07-11Check database version against a rangeJune McEnroe
2020-07-11Increase line-heightJune McEnroe
2020-07-11Sort networks and contexts case-insensitivelyJune McEnroe
2020-07-11Dim search result context linksJune McEnroe
2020-07-11Fix search queryJune McEnroe
2020-07-11Attempt some more stylingJune McEnroe
2020-07-11Clean up page handlersJune McEnroe
2020-07-11Handle KCGI_EXIT and call khttp_fcgi_freeJune McEnroe
2020-07-11Remove -f optionJune McEnroe
2020-07-11Preserve search query when clicking network or context columnsJune McEnroe
2020-07-11Bump database versionJune McEnroe
2020-07-11Factor out "scope" of pagesJune McEnroe
2020-07-10Implement basic search pageJune McEnroe
2020-07-10Fix hidden form fieldsJune McEnroe
2020-07-10Add basic messages to table and attempt to styleJune McEnroe
2020-07-10Add IRC colors and implement nick coloringJune McEnroe
2020-07-10Implement partial table output of eventsJune McEnroe
2020-07-10Add -l and -r optionsJune McEnroe
2020-07-10Move search help to footerJune McEnroe
2020-07-10Add meta viewport tagJune McEnroe
2020-07-10Fold search form into navJune McEnroe
2020-07-10Serve stylesheet separately, with cachingJune McEnroe
2020-07-10Add default stylesheetJune McEnroe
2020-07-10List active networks firstJune McEnroe
2020-07-10List active contexts firstJune McEnroe
2020-07-10Add syntax and columns to search formJune McEnroe
2020-07-09Add -c to check SQL queriesJune McEnroe
2020-07-09Add before param in redirectJune McEnroe
2020-07-09Implement very basic events listingJune McEnroe
2020-07-09Add events page stubJune McEnroe
2020-07-09Add search formsJune McEnroe
2020-07-09Split code and add breadcrumb navJune McEnroe
2020-07-09Implement basic contexts listingJune McEnroe
2020-07-09Add configure script and install targetJune McEnroe
2020-07-09Add compatibility for kcgi <0.12June McEnroe
2020-07-09Refactor HTML generation somewhatJune McEnroe
2020-07-09Implement basic networks listJune McEnroe
2020-07-09Return basic 404 and 405June McEnroe
2020-07-09Implement empty CGI/FastCGI serverJune McEnroe