Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated the example lua script in the readme | terminaldweller | 2024-06-09 | 1 | -6/+39 |
| | |||||
* | added a load and unload command for plugins | terminaldweller | 2024-06-09 | 6 | -21/+128 |
| | |||||
* | updated the readme, remove girc.Client as an arg to the lua extension ↵ | terminaldweller | 2024-06-09 | 4 | -27/+42 |
| | | | | functions closures | ||||
* | added ollama,chatgpt and gemini request functions for the lua plugins to use | terminaldweller | 2024-06-04 | 4 | -118/+164 |
| | |||||
* | updated all images to alpine 3.20 | terminaldweller | 2024-06-04 | 3 | -4/+4 |
| | |||||
* | updated readme some more | terminaldweller | 2024-06-04 | 1 | -0/+3 |
| | |||||
* | updated readme some more | terminaldweller | 2024-06-04 | 1 | -5/+10 |
| | |||||
* | updated the readme and added example for lua scripting | terminaldweller | 2024-06-03 | 6 | -0/+165 |
| | |||||
* | initial lua script support, fixes #27, fixes #34 | terminaldweller | 2024-06-03 | 4 | -13/+80 |
| | |||||
* | first lua script, WIP, rss script incoming | terminaldweller | 2024-06-03 | 4 | -19/+36 |
| | |||||
* | some cleanup | terminaldweller | 2024-06-03 | 9 | -3092/+140 |
| | |||||
* | tables are working now | terminaldweller | 2024-06-01 | 2 | -8/+19 |
| | |||||
* | added gopher-lua to the thank you list | terminaldweller | 2024-05-31 | 1 | -0/+1 |
| | |||||
* | initial support for lua, WIP | terminaldweller | 2024-05-31 | 7 | -13/+226 |
| | |||||
* | fixes #30v1.0.0 | terminaldweller | 2024-05-24 | 2 | -1/+5 |
| | |||||
* | fixes #24, fixes #25, fixes #29 | terminaldweller | 2024-05-24 | 2 | -105/+144 |
| | |||||
* | added the custom commands to the readme | terminaldweller | 2024-05-23 | 1 | -3/+28 |
| | |||||
* | sql query custom commands, WIP | terminaldweller | 2024-05-23 | 3 | -96/+223 |
| | |||||
* | added a note regarding escape sequnces getting cut off in the middle | terminaldweller | 2024-05-22 | 1 | -0/+5 |
| | |||||
* | update to go1.22.3 | terminaldweller | 2024-05-21 | 4 | -4/+4 |
| | |||||
* | code clean up | terminaldweller | 2024-05-21 | 2 | -228/+323 |
| | |||||
* | updated readme | terminaldweller | 2024-05-18 | 1 | -21/+3 |
| | |||||
* | fixes #21, fixes #22, fixes #23 | terminaldweller | 2024-05-17 | 2 | -69/+152 |
| | |||||
* | milla can run more than one instance of itself | terminaldweller | 2024-05-15 | 4 | -48/+141 |
| | |||||
* | fixes #14, fixes #16, fixes #17, fixes #18, fixes #19, fixes #20 | terminaldweller | 2024-05-15 | 7 | -21/+498 |
| | |||||
* | fixing the go executable build for github actions | terminaldweller | 2024-05-14 | 1 | -1/+1 |
| | |||||
* | fixing github action | terminaldweller | 2024-05-14 | 1 | -6/+6 |
| | |||||
* | fixing github action | terminaldweller | 2024-05-14 | 1 | -3/+1 |
| | |||||
* | fixing github action | terminaldweller | 2024-05-14 | 1 | -0/+2 |
| | |||||
* | fixing github action | terminaldweller | 2024-05-14 | 1 | -0/+2 |
| | |||||
* | fixing github action | terminaldweller | 2024-05-14 | 1 | -0/+1 |
| | |||||
* | fixing github action | terminaldweller | 2024-05-14 | 1 | -1/+1 |
| | |||||
* | fixing github action | terminaldweller | 2024-05-14 | 1 | -1/+1 |
| | |||||
* | fixing github action | terminaldweller | 2024-05-14 | 1 | -1/+1 |
| | |||||
* | set id-token permission to read | terminaldweller | 2024-05-14 | 1 | -0/+1 |
| | |||||
* | changed ubuntu-latest to see whether it makes a difference | terminaldweller | 2024-05-14 | 1 | -1/+1 |
| | |||||
* | added a vendored build of milla with docker | terminaldweller | 2024-05-13 | 2 | -2/+13 |
| | |||||
* | added a distroless build, made sure milla works with gvisor's runsc as the ↵ | terminaldweller | 2024-05-13 | 4 | -66/+92 |
| | | | | runtime | ||||
* | updated the readme, added example config file | terminaldweller | 2024-05-13 | 4 | -56/+241 |
| | |||||
* | added a config file for golangci-lint | terminaldweller | 2024-05-13 | 1 | -0/+19 |
| | |||||
* | enabled docker build for pushes to main: | terminaldweller | 2024-05-13 | 2 | -21/+2 |
| | |||||
* | added a github action for building the go package | terminaldweller | 2024-05-13 | 1 | -0/+17 |
| | |||||
* | added a gtihub action for pushing to dockerhub | terminaldweller | 2024-05-13 | 1 | -0/+40 |
| | |||||
* | enabled the global format option for girc, also added a bunch more config ↵ | terminaldweller | 2024-05-13 | 1 | -23/+79 |
| | | | | options for girc. this might resolve #13 and #14 | ||||
* | added the set command which lets users change config params on the fly. ↵ | terminaldweller | 2024-05-12 | 1 | -5/+54 |
| | | | | probably a bad idea, might remove later on but for now its there. | ||||
* | fixes #1, fixes #2, this should take care of it | terminaldweller | 2024-05-12 | 1 | -0/+30 |
| | |||||
* | removed the prettier service | terminaldweller | 2024-05-12 | 5 | -748/+0 |
| | |||||
* | fixes #6, fixes #7, fixes #9, fixes #11 | terminaldweller | 2024-05-12 | 3 | -314/+481 |
| | |||||
* | fixes #4 | terminaldweller | 2024-05-10 | 2 | -12/+23 |
| | |||||
* | fixes #5 | terminaldweller | 2024-05-10 | 1 | -5/+17 |
| |