Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.stanza: Add new methods to Teal interface specification | Kim Alvefur | 2022-10-17 | 1 | -0/+5 |
| | | | | | | | at_top: 21217f7e82b9 get_child_with_attr: 39164ea2ab9e get_child_attr: e8934ce6ea0f add_error: 5f182bccf33f | ||||
* | util.stanza: Document top level attributes in Teal definition | Kim Alvefur | 2022-05-17 | 1 | -3/+48 |
| | | | | Tells you if you make a typo like "gropchat" or so | ||||
* | util.stanza: Document error conditions in Teal definition | Kim Alvefur | 2022-05-17 | 1 | -2/+35 |
| | | | | Gets you nice error messages if you make a typo in with error_reply() | ||||
* | util.stanza: Export pretty printing function | Kim Alvefur | 2021-06-29 | 1 | -0/+1 |
| | |||||
* | teal: Use new integer support in Teal 0.13.0 | Kim Alvefur | 2021-03-18 | 1 | -2/+2 |
| | |||||
* | util: Add Teal interface definition files | Kim Alvefur | 2021-03-09 | 1 | -0/+61 |
Enables writing code in Teal that is aware of the interfaces and function prototypes in these other utils. Could also be used to do type checks on Lua sources, but this tends to have a lot of noise. |