Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Replace .mk files with configure script | June McEnroe | 2020-03-02 | |
| | ||||
* | Implement the causal.agency/consumer capability | June McEnroe | 2020-02-28 | |
| | ||||
* | Include <>/-/* around nicks in coloring | June McEnroe | 2020-02-22 | |
| | ||||
* | Use (almost) the full range of IRC colors for nicks | June McEnroe | 2020-02-22 | |
| | | | | This matches the function used by catgirl. | |||
* | Add copy of GPLv3 | June McEnroe | 2020-01-25 | |
| | ||||
* | Use Xr for first "litterbox" in README 1.0 | June McEnroe | 2020-01-20 | |
| | ||||
* | Introduce pounce link in README | June McEnroe | 2020-01-20 | |
| | ||||
* | Use < for before | June McEnroe | 2020-01-18 | |
| | ||||
* | Rearrange code in scoop | June McEnroe | 2020-01-18 | |
| | ||||
* | Add scoop flag for local time | June McEnroe | 2020-01-16 | |
| | ||||
* | Remove note about usernames for pounce | June McEnroe | 2020-01-14 | |
| | | | | | This is done automatically with the causal.agency/passive capability now. | |||
* | Reference IRCv3.1 SASL spec | June McEnroe | 2020-01-14 | |
| | ||||
* | Ensure ansi resets formatting and null-terminates | June McEnroe | 2020-01-14 | |
| | | | | | fmemopen in text-mode only ensures the buffer is null-terminated if the last write does not fill the buffer. | |||
* | Implement IRC formatting to ANSI translation | June McEnroe | 2020-01-14 | |
| | ||||
* | Add -b flag for live backup | June McEnroe | 2020-01-14 | |
| | ||||
* | Add columnsize = 0 option to FTS index | June McEnroe | 2020-01-14 | |
| | | | | | | | | | | | | 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. | |||
* | Add option for client cert and SASL EXTERNAL | June McEnroe | 2020-01-12 | |
| | ||||
* | Add Linux.mk | June McEnroe | 2020-01-12 | |
| | ||||
* | Fix unscoop dedup window syntax | June McEnroe | 2020-01-11 | |
| | ||||
* | Bump busy timeout to 10s | June McEnroe | 2020-01-11 | |
| | | | | I'm running this on a RPi3 which is not the fastest computer. | |||
* | Add README | June McEnroe | 2020-01-11 | |
| | ||||
* | Document Service Configuration | June McEnroe | 2020-01-11 | |
| | ||||
* | Add FreeBSD rc script | June McEnroe | 2020-01-11 | |
| | ||||
* | Search for config files in XDG base directories | June McEnroe | 2020-01-11 | |
| | ||||
* | Open database readwrite in scoop | June McEnroe | 2020-01-11 | |
| | | | | So that PRAGMA optimize; can actually do its thing, potentially. | |||
* | Request the causal.agency/passive capability | June McEnroe | 2020-01-10 | |
| | | | | | This is implemented by pounce and prevents litterbox from affecting the away status of pounce's server connection. | |||
* | Import getopt_config from pounce | June McEnroe | 2020-01-04 | |
| | ||||
* | Add -m regexp option to scoop | June McEnroe | 2020-01-04 | |
| | ||||
* | Enable SQLite WAL | June McEnroe | 2020-01-04 | |
| | ||||
* | Add -N option to litterbox | June McEnroe | 2020-01-04 | |
| | ||||
* | Set the default network name to the hostname | June McEnroe | 2020-01-04 | |
| | ||||
* | Clean up unscoop(1) documentation | June McEnroe | 2020-01-04 | |
| | ||||
* | Rename unscoop -C to -c | June McEnroe | 2020-01-04 | |
| | | | | For consistency with scoop. | |||
* | Expand scoop(1) documentation | June McEnroe | 2020-01-04 | |
| | ||||
* | Improve litterbox(1) documentation | June McEnroe | 2020-01-03 | |
| | ||||
* | Add install and uninstall targets | June McEnroe | 2020-01-01 | |
| | ||||
* | Assert that SQL query fits in buffer | June McEnroe | 2020-01-01 | |
| | ||||
* | Don't special case user being * in queries | June McEnroe | 2020-01-01 | |
| | | | | | | It's a side-effect of imports that shouldn't surface elsewhere. Would be nice to have unscoop figure out how it can eliminate using * in more places. | |||
* | Factor out hashing function | June McEnroe | 2020-01-01 | |
| | ||||
* | Add option for custom where expression to scoop | June McEnroe | 2020-01-01 | |
| | ||||
* | Document ENVIRONMENT in scoop(1) | June McEnroe | 2020-01-01 | |
| | ||||
* | Add before and after options | June McEnroe | 2019-12-31 | |
| | ||||
* | Add scoop IRC output format | June McEnroe | 2019-12-31 | |
| | ||||
* | Add scoop output format option | June McEnroe | 2019-12-31 | |
| | ||||
* | Refactor scoop formatters and group colored output | June McEnroe | 2019-12-31 | |
| | ||||
* | Add strftime format string option | June McEnroe | 2019-12-31 | |
| | ||||
* | Refactor binding in scoop | June McEnroe | 2019-12-31 | |
| | ||||
* | Add option to group events by context | June McEnroe | 2019-12-31 | |
| | ||||
* | Add missing include | June McEnroe | 2019-12-31 | |
| | ||||
* | Use standout mode for highlighting | June McEnroe | 2019-12-31 | |
| |