Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added the ability to use channels with password, fixes 35 | terminaldweller | 8 days | 1 | -9/+12 |
| | |||||
* | added openrouter as a provider | terminaldweller | 2024-10-28 | 1 | -1/+37 |
| | |||||
* | added a new option, context. fixed a bug with the custom commands where the ↵ | terminaldweller | 2024-09-15 | 1 | -3/+49 |
| | | | | context was not being treated as such | ||||
* | fixes 8 | terminaldweller | 2024-09-01 | 1 | -8/+37 |
| | |||||
* | added the url to the rss output. fixed a bug with the rss feeds where ↵ | terminaldweller | 2024-09-01 | 1 | -35/+31 |
| | | | | different rss feeds where not being handled correctly. added new logging functions | ||||
* | added rss functionality to milla, watchlists now allow you to give them a ↵ | terminaldweller | 2024-08-31 | 1 | -0/+74 |
| | | | | color so they can actually show you what they matched, bunch of other changes | ||||
* | * fixed a bug where we would end up with an unwanted whitespace at the | terminaldweller | 2024-07-30 | 1 | -0/+1 |
| | | | | | beginning of all args passed to the custom lua commands * added some notes to the readme | ||||
* | * fixed a crash when unloading a lua script | terminaldweller | 2024-07-30 | 1 | -10/+43 |
| | | | | | | | | | | | | * added event types, foreground and background color for watchlists * added a url_encode function to lua to encode urls. Underneath, it just calls the standard library function from golang * updated the README * the urban plugin now can take in the number of entries to return * reverted a bug where setting the http proxy for the lua http module was not working * fixed the url for the ip script so it is actually working. the current provider does not support ipv6 though | ||||
* | we can now add new commands from lua plugins | terminaldweller | 2024-07-21 | 1 | -1/+19 |
| | |||||
* | added watchlists | terminaldweller | 2024-06-15 | 1 | -0/+62 |
| | |||||
* | fixes #33 | terminaldweller | 2024-06-09 | 1 | -1/+38 |
| | |||||
* | added a load and unload command for plugins | terminaldweller | 2024-06-09 | 1 | -0/+24 |
| | |||||
* | updated the readme, remove girc.Client as an arg to the lua extension ↵ | terminaldweller | 2024-06-09 | 1 | -6/+3 |
| | | | | functions closures | ||||
* | added ollama,chatgpt and gemini request functions for the lua plugins to use | terminaldweller | 2024-06-04 | 1 | -72/+97 |
| | |||||
* | first lua script, WIP, rss script incoming | terminaldweller | 2024-06-03 | 1 | -0/+2 |
| | |||||
* | some cleanup | terminaldweller | 2024-06-03 | 1 | -97/+0 |
| | |||||
* | initial support for lua, WIP | terminaldweller | 2024-05-31 | 1 | -10/+12 |
| | |||||
* | fixes #30v1.0.0 | terminaldweller | 2024-05-24 | 1 | -1/+4 |
| | |||||
* | fixes #24, fixes #25, fixes #29 | terminaldweller | 2024-05-24 | 1 | -92/+114 |
| | |||||
* | sql query custom commands, WIP | terminaldweller | 2024-05-23 | 1 | -94/+195 |
| | |||||
* | code clean up | terminaldweller | 2024-05-21 | 1 | -223/+323 |
| | |||||
* | fixes #21, fixes #22, fixes #23 | terminaldweller | 2024-05-17 | 1 | -69/+144 |
| | |||||
* | milla can run more than one instance of itself | terminaldweller | 2024-05-15 | 1 | -26/+34 |
| | |||||
* | fixes #14, fixes #16, fixes #17, fixes #18, fixes #19, fixes #20 | terminaldweller | 2024-05-15 | 1 | -16/+200 |
| | |||||
* | added a distroless build, made sure milla works with gvisor's runsc as the ↵ | terminaldweller | 2024-05-13 | 1 | -59/+54 |
| | | | | runtime | ||||
* | updated the readme, added example config file | terminaldweller | 2024-05-13 | 1 | -20/+19 |
| | |||||
* | enabled docker build for pushes to main: | terminaldweller | 2024-05-13 | 1 | -21/+0 |
| | |||||
* | 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 |
| | |||||
* | fixes #6, fixes #7, fixes #9, fixes #11 | terminaldweller | 2024-05-12 | 1 | -311/+479 |
| | |||||
* | fixes #4 | terminaldweller | 2024-05-10 | 1 | -11/+22 |
| | |||||
* | fixes #5 | terminaldweller | 2024-05-10 | 1 | -5/+17 |
| | |||||
* | adding chat to gemini | terminaldweller | 2024-05-10 | 1 | -3/+21 |
| | |||||
* | WIP | terminaldweller | 2024-05-10 | 1 | -17/+17 |
| | |||||
* | WIP | terminaldweller | 2024-05-10 | 1 | -8/+13 |
| | |||||
* | WIP | terminaldweller | 2024-05-10 | 1 | -1/+12 |
| | |||||
* | fixes #3 | terminaldweller | 2024-05-10 | 1 | -118/+79 |
| | |||||
* | changd the tag to message from messages for the response | terminaldweller | 2024-05-10 | 1 | -1/+5 |
| | |||||
* | WIP | terminaldweller | 2024-05-10 | 1 | -15/+34 |
| | |||||
* | WIP | terminaldweller | 2024-05-10 | 1 | -55/+149 |
| | |||||
* | gemini is finally fixed | terminaldweller | 2024-02-20 | 1 | -8/+14 |
| | |||||
* | Added chatgpt support | terminaldweller | 2024-02-12 | 1 | -1/+47 |
| | |||||
* | Added topp,topk config, renamed ollamatemp to just temp | terminaldweller | 2024-02-12 | 1 | -2/+9 |
| | |||||
* | gemini support, [wip] | terminaldweller | 2024-02-12 | 1 | -16/+48 |
| | |||||
* | gemini support, [wip] | terminaldweller | 2024-02-12 | 1 | -51/+96 |
| | |||||
* | channel var can now accept a list | terminaldweller | 2024-02-07 | 1 | -2/+4 |
| | |||||
* | added an image | terminaldweller | 2024-01-28 | 1 | -1/+1 |
| | |||||
* | added syntax hilighting fo markdown responses | terminaldweller | 2024-01-27 | 1 | -22/+37 |
| | |||||
* | first commit | terminaldweller | 2024-01-27 | 1 | -0/+164 |