summary refs log tree commit diff
path: root/litterbox.c (follow)
Commit message (Expand)AuthorAge
* Error on invalid ISUPPORT values 1.2June McEnroe2020-04-05
* Log bans and unbansJune McEnroe2020-04-05
* Parse mode types from ISUPPORTJune McEnroe2020-04-05
* Add Ban and Unban event typesJune McEnroe2020-04-05
* Update styleJune McEnroe2020-04-02
* Fix writing verbose to stderrJune McEnroe2020-03-31
* 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 -b flag for live backupJune McEnroe2020-01-14
* Add option for client cert and SASL EXTERNALJune McEnroe2020-01-12
* Request the causal.agency/passive capabilityJune McEnroe2020-01-10
* Import getopt_config from pounceJune McEnroe2020-01-04
* Add -N option to litterboxJune McEnroe2020-01-04
* Set the default network name to the hostnameJune McEnroe2020-01-04
* Don't special case user being * in queriesJune McEnroe2020-01-01
* Factor out hashing functionJune McEnroe2020-01-01
* Join with USING wherever possibleJune McEnroe2019-12-30
* Order results by ID in outer query in litterboxJune McEnroe2019-12-30
* Add limit option for litterbox's search query interfaceJune McEnroe2019-12-30
* Send fts5 errors in response to queriesJune McEnroe2019-12-28
* Don't insert self-messagesJune McEnroe2019-12-28
* Call tls_close and dbClose in atexitJune McEnroe2019-12-28
* Move querySearch code aroundJune McEnroe2019-12-27
* Add nick coloring to search query resultsJune McEnroe2019-12-27
* Reply to search queries with NOTICEJune McEnroe2019-12-27
* Add search query interfaceJune McEnroe2019-12-27
* Use bsearch to find handlerJune McEnroe2019-12-26
* Handle ERRORJune McEnroe2019-12-26
* Make sure context exists in handleReplyTopicJune McEnroe2019-12-26
* Inline queries, move stuff aroundJune McEnroe2019-12-25
* Treat topics like motdsJune McEnroe2019-12-25
* Insert MOTDs into the databaseJune McEnroe2019-12-25
* Insert existing topics into the databaseJune McEnroe2019-12-25
* Handle SIGINT and SIGTERMJune McEnroe2019-12-25
* Only send JOIN if there are channels to joinJune McEnroe2019-12-25
* Broadcast nick to user and host if they're unsetJune McEnroe2019-12-25
* Handle NAMES replyJune McEnroe2019-12-24
* Handle topicJune McEnroe2019-12-24
* Handle quitJune McEnroe2019-12-24
* It's The Big RefactorJune McEnroe2019-12-24
* Actually only use a transaction for handlers that need itJune McEnroe2019-12-23
* Take optional explicit path in dbFindJune McEnroe2019-12-23
* Factour out verbose, dbStep+resetJune McEnroe2019-12-23
* Handle NICKJune McEnroe2019-12-18
* Handle JOIN, PART and KICKJune McEnroe2019-12-18
* Rearrange SQL and IRC codeJune McEnroe2019-12-18
* Wrap handlers in transactionsJune McEnroe2019-12-18
* Rewrite litterbox statements with functionsJune McEnroe2019-12-18
* Insert events for PRIVMSG and NOTICEJune McEnroe2019-12-17