aboutsummaryrefslogtreecommitdiffstats
path: root/types.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * fixed a crash when unloading a lua scriptterminaldweller2024-07-301-1/+7
| | | | | | | | | | | | * 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 pluginsterminaldweller2024-07-211-0/+22
|
* added watchliststerminaldweller2024-06-151-0/+8
|
* fixes #33terminaldweller2024-06-091-3/+4
|
* added a load and unload command for pluginsterminaldweller2024-06-091-18/+48
|
* first lua script, WIP, rss script incomingterminaldweller2024-06-031-1/+1
|
* some cleanupterminaldweller2024-06-031-0/+104