summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Create index on events.timeJune McEnroe2020-07-07
* Use >= and < on events.time for -DJune McEnroe2020-07-07
* Only join FTS table when FTS query is presentJune McEnroe2020-07-07
* Bump ParamCap to 254June McEnroe2020-06-24
* Remove RPL_MOTDSTART handlerJune McEnroe2020-06-12
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
* Perform all migrations in one transaction 1.3June McEnroe2020-05-22
* Clean up unscoop manual pageJune McEnroe2020-05-21
* Fix search expression appendJune McEnroe2020-05-21
* Fix dbPrepare errx callJune McEnroe2020-05-21
* Add only the necessary expressions to scoop's queryJune McEnroe2020-05-21
* Explicitly set stdout line buffered when pagingJune McEnroe2020-05-21
* Do not sort results in scoop by defaultJune McEnroe2020-05-21
* Expand and clarify documentationJune McEnroe2020-05-21
* Execute PAGER with the SHELLJune McEnroe2020-05-21
* Automatically perform database migrations in litterboxJune McEnroe2020-05-21
* Don't install rc scripts on other platformsJune McEnroe2020-05-20
* Rewrite build and install like pounce 1.3June McEnroe2020-05-20
* Update email addressesJune McEnroe2020-05-20
* Call updateConsumer from handleError 1.2p1June McEnroe2020-04-23
* Use . as ${LDLIBS.$@} separatorJune McEnroe2020-04-20
* Error on invalid ISUPPORT values 1.2June McEnroe2020-04-05
* Only set RCS on FreeBSDJune McEnroe2020-04-05
* Log bans and unbansJune McEnroe2020-04-05
* Parse mode types from ISUPPORTJune McEnroe2020-04-05
* Add unscoop matchers for ban/unban eventsJune McEnroe2020-04-05
* Check unscoop regexps with make testJune McEnroe2020-04-05
* Add unscoop -n flag for checking regexpsJune McEnroe2020-04-05
* Add Ban and Unban event typesJune McEnroe2020-04-05
* Update styleJune McEnroe2020-04-02
* Update unscoop catgirl matchersJune McEnroe2020-03-31
* Fix writing verbose to stderrJune McEnroe2020-03-31
* Include <>/-/* around nicks in scoop coloring 1.1June McEnroe2020-03-02
* Replace .mk files with configure scriptJune McEnroe2020-03-02
* Implement the causal.agency/consumer capabilityJune McEnroe2020-02-28
* Include <>/-/* around nicks in coloringJune McEnroe2020-02-22
* Use (almost) the full range of IRC colors for nicksJune McEnroe2020-02-22
* Add copy of GPLv3June McEnroe2020-01-25
* Use Xr for first "litterbox" in README 1.0June McEnroe2020-01-20
* Introduce pounce link in READMEJune McEnroe2020-01-20
* Use < for beforeJune McEnroe2020-01-18
* Rearrange code in scoopJune McEnroe2020-01-18
* Add scoop flag for local timeJune McEnroe2020-01-16
* Remove note about usernames for pounceJune McEnroe2020-01-14
* Reference IRCv3.1 SASL specJune McEnroe2020-01-14
* Ensure ansi resets formatting and null-terminatesJune McEnroe2020-01-14
* Implement IRC formatting to ANSI translationJune McEnroe2020-01-14
* Add -b flag for live backupJune McEnroe2020-01-14
* Add columnsize = 0 option to FTS indexJune McEnroe2020-01-14
* Add option for client cert and SASL EXTERNALJune McEnroe2020-01-12
ollow=1'>Set bot mode on downgradeJune McEnroe 2021-09-15Enter capsicum in downgradeJune McEnroe 2021-09-15Factor out common parts of downgrade messagesJune McEnroe Also bump the message cap to 1024 because that is ostensibly useful for replying to older messages. 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe