aboutsummaryrefslogtreecommitdiffstats
path: root/plugins.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-09-01fixes 8terminaldweller1-10/+10
2024-08-31added rss functionality to milla, watchlists now allow you to give them a ↵terminaldweller1-0/+1
color so they can actually show you what they matched, bunch of other changes
2024-07-30* fixed a crash when unloading a lua scriptterminaldweller1-8/+19
* 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
2024-07-21we can now add new commands from lua pluginsterminaldweller1-0/+99
2024-06-26WIPterminaldweller1-1/+29
2024-06-11added a shell.nix for pgformatter, and a wip trigger for db size maintenanceterminaldweller1-0/+2
2024-06-10added a new lua function, query_dbterminaldweller1-0/+35
2024-06-09added a load and unload command for pluginsterminaldweller1-0/+7
2024-06-09updated the readme, remove girc.Client as an arg to the lua extension ↵terminaldweller1-12/+12
functions closures
2024-06-04added ollama,chatgpt and gemini request functions for the lua plugins to useterminaldweller1-7/+57
2024-06-03updated the readme and added example for lua scriptingterminaldweller1-0/+5
2024-06-03initial lua script support, fixes #27, fixes #34terminaldweller1-12/+51
2024-06-03first lua script, WIP, rss script incomingterminaldweller1-18/+20
2024-06-03some cleanupterminaldweller1-3/+36
2024-06-01tables are working nowterminaldweller1-6/+6
2024-05-31initial support for lua, WIPterminaldweller1-0/+179