summary refs log tree commit diff
path: root/events.c (unfollow)
Commit message (Expand)Author
2020-07-14Don't show "Later messages" if no rows matchedJune McEnroe
2020-07-14Allow setting things by env varsJune McEnroe
2020-07-13Set span.irc to pre-wrapJune McEnroe
2020-07-13Incorporate CSS into C without file2cJune McEnroe
2020-07-13Add room to start selecting table rowsJune McEnroe
2020-07-13Implement IRC ^OJune McEnroe
2020-07-12Use overlap in search result linksJune McEnroe
2020-07-12Move nick delimiters into HTML generationJune McEnroe
2020-07-12Add explicit mark colorsJune McEnroe
2020-07-12Implement IRC formattingJune McEnroe
2020-07-12Linkify IRC messagesJune McEnroe
2020-07-12Render all types of eventsJune McEnroe
2020-07-12Don't use KHTML_PRETTYJune McEnroe
2020-07-12Handle search query errorsJune McEnroe
2020-07-12Handle no search resultsJune McEnroe
2020-07-12Add search paging linksJune McEnroe
2020-07-12Rewrite default CSSJune McEnroe
2020-07-12Set nick column to nowrapJune McEnroe
2020-07-12Use X macro for statementsJune McEnroe
2020-07-12Always show later messages link when using before queryJune McEnroe
2020-07-12Set message column max widthJune McEnroe
2020-07-12Add topic to events pageJune McEnroe
2020-07-12Add network MOTD to contexts pageJune McEnroe
2020-07-12Bump default overlap to 30sJune McEnroe
2020-07-12Add later messages linkJune McEnroe
2020-07-12Add events gapsJune McEnroe
2020-07-12Reorganize code and add earlier messages linkJune McEnroe
2020-07-12Clean up page error handlingJune McEnroe
2020-07-12Set messages to break lines anywhere if need beJune McEnroe
2020-07-12Fix active networks orderingJune McEnroe
2020-07-11Lower default limit to 50June McEnroe
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