Commit message (Collapse) | Author | ||
---|---|---|---|
2020-06-12 | Remove RPL_MOTDSTART handler | June McEnroe | |
Relying on the MOTDSTART handler to set motd.cap and allocate the buffer is an issue if a regular RPL_MOTD is received without one. Just allocate the buffer on the first RPL_MOTD. | |||
2020-06-08 | Add additional permission for linking with LibreSSL | June McEnroe | |
https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs | |||
2020-05-22 | Perform all migrations in one transaction 1.3 | June McEnroe | |
2020-05-21 | Clean up unscoop manual page | June McEnroe | |
2020-05-21 | Fix search expression append | June McEnroe | |
Oops. | |||
2020-05-21 | Fix dbPrepare errx call | June McEnroe | |
2020-05-21 | Add only the necessary expressions to scoop's query | June McEnroe | |
This makes the queries generally faster and capable of taking advantage of any indexes that get created. | |||
2020-05-21 | Explicitly set stdout line buffered when paging | June McEnroe | |
2020-05-21 | Do not sort results in scoop by default | June McEnroe | |
The -s flag now enables sorting (-g and -l also imply it), while the -S flag now launches the sqlite3 shell. Avoiding sorting by default is much faster and less memory-intensive as it doesn't require loading the entire result set into memory at once. | |||
2020-05-21 | Expand and clarify documentation | June McEnroe | |
2020-05-21 | Execute PAGER with the SHELL | June McEnroe | |
Same as how git executes it. Allows flags to be set in PAGER. | |||
2020-05-21 | Automatically perform database migrations in litterbox | June McEnroe | |
To simplify upgrades, restarting litterbox should be sufficient. The database can still be explicitly migrated with -m. | |||
2020-05-20 | Don't install rc scripts on other platforms | June McEnroe | |
Oops, meant to do this in the last commit. | |||
2020-05-20 | Rewrite build and install like pounce 1.3 | June McEnroe | |
man pages are no longer compressed! | |||
2020-05-20 | Update email addresses | June McEnroe | |
2020-04-23 | Call updateConsumer from handleError 1.2p1 | June McEnroe | |
This should prevent continually crashing on the same ERROR in the pounce buffer. | |||
2020-04-20 | Use . as ${LDLIBS.$@} separator | June McEnroe | |
2020-04-05 | Error on invalid ISUPPORT values 1.2 | June McEnroe | |
2020-04-05 | Only set RCS on FreeBSD | June McEnroe | |
2020-04-05 | Log bans and unbans | June McEnroe | |
2020-04-05 | Parse mode types from ISUPPORT | June McEnroe | |
2020-04-05 | Add unscoop matchers for ban/unban events | June McEnroe | |
The IRC and Textual matchers miss bans mixed with other mode changes, but those are rare. | |||
2020-04-05 | Check unscoop regexps with make test | June McEnroe | |
2020-04-05 | Add unscoop -n flag for checking regexps | June McEnroe | |
2020-04-05 | Add Ban and Unban event types | June McEnroe | |
2020-04-02 | Update style | June McEnroe | |
Replacing declarations followed by while loops with for loops and generating the short option string from the long options. | |||
2020-03-31 | Update unscoop catgirl matchers | June McEnroe | |
I'm not concerned about keeping the old matchers since I'm almost entirely certain I was the only one who ever used the old version of catgirl, and I already imported those logs. | |||
2020-03-31 | Fix writing verbose to stderr | June McEnroe | |
2020-03-02 | Include <>/-/* around nicks in scoop coloring 1.1 | June McEnroe | |
2020-03-02 | Replace .mk files with configure script | June McEnroe | |
2020-02-28 | Implement the causal.agency/consumer capability | June McEnroe | |
2020-02-22 | Include <>/-/* around nicks in coloring | June McEnroe | |
2020-02-22 | Use (almost) the full range of IRC colors for nicks | June McEnroe |