it 1.4.1'/>
summary refs log tree commit diff
path: root/scoop.c (unfollow)
Commit message (Collapse)Author
2020-01-20Introduce pounce link in READMEJune McEnroe
2020-01-18Use < for beforeJune McEnroe
2020-01-18Rearrange code in scoopJune McEnroe
2020-01-16Add scoop flag for local timeJune McEnroe
2020-01-14Remove note about usernames for pounceJune McEnroe
This is done automatically with the causal.agency/passive capability now.
2020-01-14Reference IRCv3.1 SASL specJune McEnroe
2020-01-14Ensure ansi resets formatting and null-terminatesJune McEnroe
fmemopen in text-mode only ensures the buffer is null-terminated if the last write does not fill the buffer.
2020-01-14Implement IRC formatting to ANSI translationJune McEnroe
2020-01-14Add -b flag for live backupJune McEnroe
2020-01-14Add columnsize = 0 option to FTS indexJune McEnroe
Since we don't use ranking functions and I don't see them being useful, there is no point in having columnsize, which just takes extra space in the database. In my database of approximately 3.5 million events, disabling columnsize saves about 62 MB. The migration unfortunately has to rebuild the entire index to disable it.
2020-01-12Add option for client cert and SASL EXTERNALJune McEnroe
2020-01-12Add Linux.mkJune McEnroe
2020-01-11Fix unscoop dedup window syntaxJune McEnroe
2020-01-11Bump busy timeout to 10sJune McEnroe