aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/module.d.tl
Commit message (Collapse)AuthorAgeFilesLines
* moduleapi: Update Teal specKim Alvefur2023-11-131-1/+4
| | | | Updates for 65fb0d7a2312::59c3d775c7fa
* teal: Describe http_url methodKim Alvefur2023-05-241-0/+3
| | | | | It is not part of the "real" module API, but used in various places. Extending the API seems hard to describe in a type-safe way.
* teal-src: Add keyval+ store typeMatthew Wild2023-03-281-0/+1
|
* teal: Move into prosody namespaceKim Alvefur2023-03-231-1/+1
|
* teal-src: update module.d.tl with new access control methodsMatthew Wild2022-06-151-0/+5
|
* teal/moduleapi: Describe timer wrapperKim Alvefur2022-05-151-1/+6
| | | | Since it's used in mod_cron
* teal: Describe the module API interfaceKim Alvefur2021-03-241-0/+145
Helps when writing modules in Teal