luabot
luabot copied to clipboard
An XMPP (Jabber) bot written in Lua using the protocol implementation from Verse/Prosody
Currently the meeting logs are kept in a table in memory, which can be a problem: * The most obvious issue is that, if the bot crashes, meeting logs are...
It would be nice to have a plugin for [Gogs](https://gogs.io/), similar to the GitHub/Trac ones. One thing to check is whether the GitHub webhook receiver works with Gogs — it...
Using an URL from the new Monorail bug tracker won't fetch the title. Trying to load one issue page logs the following warning: ``` warn bot1 urltitles: HTTP code 0:...
There, it would be great if Luabot could connect to [Matrix](https://matrix.org). Probably as an [application service](https://matrix.org/docs/spec/application_service/unstable.html). And this would likely need abstracting how the bot connects to the network. Inspiration:...
The following configuration snippet will cause try to install the handler for the HTTP webhook listener twice: ``` lua room "[email protected]" { github = { webhook = { repo =...
It would be desirable that a bot can introspect itself, and provide online help about the features enabled at run-time. Ideally, this would be by adding a `help` command. Some...
Right now it's possible to `#undo` a meeting log entry, and re-add it with a correction, but it would be desirable to have support for editing any past meeting log...
Current behaviour: ``` < aperez > http://verne.elpais.com/verne/2016/09/15/articulo/1473942305_868598.html < luabot > Vídeo: Esta abuela asturiana ha creado la nueva hamburguesa de chorizo de McDonald's | Verne EL PAÍS ``` The HTML...
Either pushing zero commits, or having the null-branch being the destination can be used to detect `push` webhook events which might not be notified. In particular, having the null-branch as...