| Commit message (Expand) | Author | Age |
* | Add prospective scoop manual page | June McEnroe | 2019-12-30 |
* | Send fts5 errors in response to queries | June McEnroe | 2019-12-28 |
* | Don't insert self-messages | June McEnroe | 2019-12-28 |
* | Run PRAGMA optimize in dbClose | June McEnroe | 2019-12-28 |
* | Call tls_close and dbClose in atexit | June McEnroe | 2019-12-28 |
* | Move querySearch code around | June McEnroe | 2019-12-27 |
* | Add nick coloring to search query results | June McEnroe | 2019-12-27 |
* | Reply to search queries with NOTICE | June McEnroe | 2019-12-27 |
* | Add search query interface | June McEnroe | 2019-12-27 |
* | Use bsearch to find handler | June McEnroe | 2019-12-26 |
* | Handle ERROR | June McEnroe | 2019-12-26 |
* | Make sure context exists in handleReplyTopic | June McEnroe | 2019-12-26 |
* | Inline queries, move stuff around | June McEnroe | 2019-12-25 |
* | Treat topics like motds | June McEnroe | 2019-12-25 |
* | Insert MOTDs into the database | June McEnroe | 2019-12-25 |
* | Insert existing topics into the database | June McEnroe | 2019-12-25 |
* | Handle SIGINT and SIGTERM | June McEnroe | 2019-12-25 |
* | Only send JOIN if there are channels to join | June McEnroe | 2019-12-25 |
* | Broadcast nick to user and host if they're unset | June McEnroe | 2019-12-25 |
* | Handle NAMES reply | June McEnroe | 2019-12-24 |
* | Handle topic | June McEnroe | 2019-12-24 |
* | Handle quit | June McEnroe | 2019-12-24 |
* | It's The Big Refactor | June McEnroe | 2019-12-24 |
* | Actually only use a transaction for handlers that need it | June McEnroe | 2019-12-23 |
* | Take optional explicit path in dbFind | June McEnroe | 2019-12-23 |
* | Factour out verbose, dbStep+reset | June McEnroe | 2019-12-23 |
* | Handle NICK | June McEnroe | 2019-12-18 |
* | Handle JOIN, PART and KICK | June McEnroe | 2019-12-18 |
* | Rearrange SQL and IRC code | June McEnroe | 2019-12-18 |
* | Wrap handlers in transactions | June McEnroe | 2019-12-18 |
* | Rewrite litterbox statements with functions | June McEnroe | 2019-12-18 |
* | Use sqlite3_bind_int | June McEnroe | 2019-12-18 |
* | Insert events for PRIVMSG and NOTICE | June McEnroe | 2019-12-17 |
* | Separate dbBindText wrappers to allow for transient | June McEnroe | 2019-12-17 |
* | Use parameter names for all binds | June McEnroe | 2019-12-17 |
* | Handle ISUPPORT | June McEnroe | 2019-12-17 |
* | Implement -j join | June McEnroe | 2019-12-17 |
* | Implement basic IRC connection and message parsing | June McEnroe | 2019-12-17 |
* | Add server-time extension to STANDARDS | June McEnroe | 2019-12-16 |
* | Link litterbox with -ltls | June McEnroe | 2019-12-16 |
* | Move ARRAY_LEN to database.h | June McEnroe | 2019-12-16 |
* | Style cleanup | June McEnroe | 2019-12-13 |
* | Compact matcher arrays a little | June McEnroe | 2019-12-13 |
* | Index network, context, nick, user, target, message in FTS | June McEnroe | 2019-12-13 |
* | Use a macro to write SQL as C tokens without quotes | June McEnroe | 2019-12-13 |
* | Document context inferrence in unscoop | June McEnroe | 2019-12-13 |
* | Infer context from input paths | June McEnroe | 2019-12-12 |
* | Match missing final parameters in irc format | June McEnroe | 2019-12-08 |
* | Add irc format | June McEnroe | 2019-12-07 |
* | Stop after the first matcher to match | June McEnroe | 2019-12-07 |