luabot icon indicating copy to clipboard operation
luabot copied to clipboard

An XMPP (Jabber) bot written in Lua using the protocol implementation from Verse/Prosody

Results 30 luabot issues
Sort by recently updated
recently updated
newest added

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...

bug
enhancement
important

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...

enhancement

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:...

bug

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:...

enhancement
important

The following configuration snippet will cause try to install the handler for the HTTP webhook listener twice: ``` lua room "[email protected]" { github = { webhook = { repo =...

bug
important

This. Is. Needed.

enhancement
good first bug
important

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...

enhancement
important

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...

enhancement

Current behaviour: ``` < aperez > http://verne.elpais.com/verne/2016/09/15/articulo/1473942305_868598.html < luabot > V&iacute;deo: Esta abuela asturiana ha creado la nueva hamburguesa de chorizo de McDonald's | Verne EL PA&Iacute;S ``` The HTML...

bug
good first bug

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...

bug
good first bug