| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Some extra code to deal with bad responses | 2025-10-23 | 1 | -3/+7 | |
| * | Forgot to commit the new file | 2025-10-23 | 1 | -0/+26 | |
| * | Use serapeum's -> & defsubst | 2025-10-23 | 20 | -95/+238 | |
| * | Use alexandria's make-keyword & symbolicate | 2025-10-23 | 3 | -8/+9 | |
| * | Fix lint issues | 2025-10-19 | 39 | -58/+115 | |
| * | Make the R/W locks somewhat more fair | 2025-10-19 | 1 | -27/+44 | |
| * | Work on launching scripts a bit | 2025-10-19 | 1 | -10/+8 | |
| * | Make state be a global special variable | 2025-10-19 | 11 | -132/+196 | |
| * | Introduce locking in config | 2025-10-19 | 1 | -16/+29 | |
| * | Added checks against releasing an untaken lock | 2025-10-19 | 1 | -0/+2 | |
| * | Get rid of a couple warnings in main.lisp | 2025-10-19 | 1 | -0/+2 | |
| * | Add a read-write lock & a testsuite | 2025-10-19 | 1 | -0/+136 | |
| * | Migrate packages from :ukkoclot to :ukkoclot/src | 2025-10-19 | 56 | -263/+263 | |
| * | Make config be a global special variable | 2025-10-18 | 4 | -56/+103 | |
| * | Remove unused functions from hash-tables | 2025-10-18 | 1 | -19/+1 | |
| * | Properly fix enable-f-strings | 2025-10-18 | 2 | -2/+4 | |
| * | Move enable-f-strings within the eval-when | 2025-10-18 | 2 | -4/+4 | |
| * | Replace bunch of our string utilities with str library | 2025-10-18 | 6 | -62/+25 | |
| * | Bunch more tiny improvements | 2025-10-18 | 4 | -24/+27 | |
| * | Get rid of anaphora | 2025-10-18 | 2 | -44/+54 | |
| * | Utilise alexandria:with-gensyms | 2025-10-18 | 4 | -28/+45 | |
| * | fixmeup | 2025-10-18 | 1 | -1/+1 | |
| * | Add com.dieggsy.f-string, replace simple formats with #f"strings" | 2025-10-18 | 4 | -24/+45 | |
| * | Revert "Added a SWANK server" | 2025-10-18 | 2 | -19/+8 | |
| * | Manage dependencies with ocicl :) | 2025-10-18 | 1 | -0/+1 | |
| * | Add ocicl lint | 2025-10-18 | 10 | -40/+48 | |
| * | Add "tiny ..." trigger | 2025-10-18 | 2 | -2/+13 | |
| * | Fix an infinite recursion... | 2025-10-18 | 1 | -1/+1 | |
| * | Make ukkoclot:main return nil | 2025-10-17 | 1 | -1/+2 | |
| * | Try to avoid hanging when making requests | 2025-10-17 | 1 | -2/+5 | |
| * | Move bot/method-macros to tg/method-macros | 2025-10-13 | 10 | -11/+11 | |
| * | Move bot/adanced to tg/* | 2025-10-13 | 7 | -67/+59 | |
| * | Move bot/methods to tg/* | 2025-10-13 | 14 | -100/+186 | |
| * | Improve define-tg-method | 2025-10-13 | 3 | -15/+45 | |
| * | Move bot/impl to state | 2025-10-13 | 8 | -19/+25 | |
| * | Move do-call &co to a transport package | 2025-10-13 | 3 | -39/+48 | |
| * | Move serializing stuff from bot/impl to a new file | 2025-10-13 | 5 | -62/+74 | |
| * | Oupsie | 2025-10-13 | 1 | -0/+1 | |
| * | Added a SWANK server | 2025-10-13 | 2 | -3/+23 | |
| * | Remove some commented-out code | 2025-10-13 | 1 | -7/+0 | |
| * | Remove some "debug prints" | 2025-10-13 | 1 | -2/+2 | |
| * | Rewrite define-tg-type and move it into type-macros | 2025-10-13 | 33 | -149/+156 | |
| * | Move define-tg-method to a new file | 2025-10-13 | 3 | -26/+66 | |
| * | Rename tg-types to just tg | 2025-10-13 | 41 | -168/+168 | |
| * | Some more TG types | 2025-10-12 | 7 | -2/+112 | |
| * | Added BusinessBotRights and BusinessConnection | 2025-10-12 | 4 | -2/+76 | |
| * | Replace my simple logging implementation with log4cl | 2025-10-12 | 6 | -105/+24 | |
| * | Add message-entity-type enum | 2025-10-12 | 4 | -3/+51 | |
| * | Fix enum jsonification | 2025-10-12 | 1 | -2/+2 | |
| * | Introduce chat-type enum | 2025-10-12 | 5 | -4/+17 |