summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* 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
* Use sqlite3_bind_intJune McEnroe2019-12-18
* Insert events for PRIVMSG and NOTICEJune McEnroe2019-12-17
* Separate dbBindText wrappers to allow for transientJune McEnroe2019-12-17
* Use parameter names for all bindsJune McEnroe2019-12-17
* Handle ISUPPORTJune McEnroe2019-12-17
* Implement -j joinJune McEnroe2019-12-17
* Implement basic IRC connection and message parsingJune McEnroe2019-12-17
* Add server-time extension to STANDARDSJune McEnroe2019-12-16
* Link litterbox with -ltlsJune McEnroe2019-12-16
* Move ARRAY_LEN to database.hJune McEnroe2019-12-16
* Style cleanupJune McEnroe2019-12-13
* Compact matcher arrays a littleJune McEnroe2019-12-13
* Index network, context, nick, user, target, message in FTSJune McEnroe2019-12-13
* Use a macro to write SQL as C tokens without quotesJune McEnroe2019-12-13
* Document context inferrence in unscoopJune McEnroe2019-12-13
* Infer context from input pathsJune McEnroe2019-12-12
* Match missing final parameters in irc formatJune McEnroe2019-12-08
* Add irc formatJune McEnroe2019-12-07
* Stop after the first matcher to matchJune McEnroe2019-12-07
* Use named parameters in unscoop matchersJune McEnroe2019-12-06
* Fold networks into contextsJune McEnroe2019-12-06
* Rename IDs to nouns and join with USINGJune McEnroe2019-12-06
* Add deduplication function to unscoopJune McEnroe2019-12-06
* Add eventsDelete triggerJune McEnroe2019-12-06
* Add catgirl formatJune McEnroe2019-12-06
* Handle optional regex groupsJune McEnroe2019-12-06
* Add textual format to unscoopJune McEnroe2019-12-05
* Document what the generic format matchesJune McEnroe2019-12-05
* Include network/context in progress outputJune McEnroe2019-12-05