summary refs log tree commit diff
path: root/database.h (unfollow)
Commit message (Expand)Author
2019-12-13Index network, context, nick, user, target, message in FTSJune McEnroe
2019-12-13Use a macro to write SQL as C tokens without quotesJune McEnroe
2019-12-13Document context inferrence in unscoopJune McEnroe
2019-12-12Infer context from input pathsJune McEnroe
2019-12-08Match missing final parameters in irc formatJune McEnroe
2019-12-07Add irc formatJune McEnroe
2019-12-07Stop after the first matcher to matchJune McEnroe
2019-12-06Use named parameters in unscoop matchersJune McEnroe
2019-12-06Fold networks into contextsJune McEnroe
2019-12-06Rename IDs to nouns and join with USINGJune McEnroe
2019-12-06Add deduplication function to unscoopJune McEnroe
2019-12-06Add eventsDelete triggerJune McEnroe
2019-12-06Add catgirl formatJune McEnroe
2019-12-06Handle optional regex groupsJune McEnroe
2019-12-05Add textual format to unscoopJune McEnroe
2019-12-05Document what the generic format matchesJune McEnroe
2019-12-05Include network/context in progress outputJune McEnroe
2019-12-05Import in one transaction per fileJune McEnroe
2019-12-05Insert colons into timezonesJune McEnroe
2019-12-05Add basic unscoop import toolJune McEnroe
2019-12-05Add prepare and bind helpersJune McEnroe
2019-12-05Set busy timeoutJune McEnroe
2019-12-02Make user and host NOT NULL as wellJune McEnroe
2019-12-02Enable foreign key enforcementJune McEnroe
2019-12-02Implement DB initialization and migrationJune McEnroe
2019-12-01Rename header file to database.hJune McEnroe
2019-12-01Change database file name to litterbox.sqliteJune McEnroe
2019-12-01Add XDG_DATA_DIRS default valueJune McEnroe
2019-12-01Implement database file searchJune McEnroe
2019-11-29Document -d option to unscoopJune McEnroe
2019-11-29Add unscoop manual pageJune McEnroe
ad&follow=1'>Set LANG in cgit filtersJune McEnroe ttpre needs to know about UTF-8 too so it can bold/italic non-ASCII chars. 2019-12-20Source .editrc before applying -v or -eJune McEnroe Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete. 2019-12-20Disable signing commitsJune McEnroe Why did I ever turn this on? This gets me nothing but inconvenience. RIP to all the wasted bytes in my git repos. 2019-12-19Ignore about-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe-0500'>2018-02-04Handle window resizing in gfcocoaJune McEnroe 2018-02-04Set cinoptionsJune McEnroe 2018-02-04Tweak colorscheme moreJune McEnroe 2018-02-04Color MatchParen DarkYellowJune McEnroe White is not obvious enough. 2018-02-04Add palette sampling to gfxxJune McEnroe 2018-02-04Add 4-bit RGB to gfxxJune McEnroe Replace default palette with alternating black and white. 2018-02-04Add Quit menu item to gfcocoaJune McEnroe 2018-02-04Switch back to sane Objective-C styleJune McEnroe 2018-02-04Quit gfcocoa when window closesJune McEnroe 2018-02-03Apparently this is how people write Objective-CJune McEnroe