Commit Graph

156 Commits (ea2f97e9ed8317dc9a62e45d9a807dca7e3700a5)

Author SHA1 Message Date
Kim Alvefur 2ef0e122fd util.xtemplate: Use same argument order in filters even without 'args' 1 year ago
Kim Alvefur bb278430cf util.xtemplate: Fix error on applying each() to zero stanzas 2 years ago
Kim Alvefur 8a96854733 util.xtemplate: Fix error on applying each() to zero stanzas 2 years ago
Kim Alvefur 01a44e88db mod_cron: Fix log format to account for float that was integer before 2 years ago
Kim Alvefur cef925e9a5 mod_cron: Sync Teal source with 92301fa7a673 2 years ago
Kim Alvefur a2b268528d util.strbitop: Add common_prefix_bits() to Teal interface description 2 years ago
Kim Alvefur bb081f052f util.hashes: Add missing entries to Teal interface description 2 years ago
Kim Alvefur c333519fb2 util.crypto: Update Teal interface description to match C sources 2 years ago
Kim Alvefur 89359b70dc util.datamapper: Improve handling of schemas with non-obvious "type" 4 years ago
Kim Alvefur e700edc50f util.jsonschema: Fix validation to not assume presence of "type" field 4 years ago
Kim Alvefur d05af9f2b5 util.jsonpointer: Fix off-by-one in array resolution 4 years ago
Kim Alvefur 38c67064b3 mod_cron: Fix recording last task run time #1751 4 years ago
Kim Alvefur 43351d2b54 Spelling: Fix various spelling mistakes (thanks timeless) 4 years ago
Kim Alvefur af95bb77e6 util.poll: Add support for the poll() API 4 years ago
Kim Alvefur 04aa101da3 util.poll: Expose API (epoll or select) used 4 years ago
Kim Alvefur c61c78447b util.xtemplate: Adopt {-path-} syntax to strip preceding and/or trailing whitespace 2 years ago
Kim Alvefur e03fe2ebe3 util.jsonschema: Return basic structured validation response 2 years ago
Matthew Wild 56d45091bd mod_cron: Update Teal source and rebuild 2 years ago
Kim Alvefur 43d1285dbd moduleapi: Update Teal spec 2 years ago
Kim Alvefur 7b882e4405 mod_cron: Make task frequencies configurable in overly generic manner 2 years ago
Kim Alvefur 76bf26057e mod_cron: Fix missing restore method in Teal record definition 2 years ago
Kim Alvefur da4111b997 mod_cron: Remove unused import [luacheck] 2 years ago
Kim Alvefur 9f21d5487c mod_cron: Load last task run time inside task runner to fix async 2 years ago
Kim Alvefur 3a071d87b8 mod_cron: Revert bbd3ac65640d 2 years ago
Kim Alvefur 048b064fcd util.pposix: Add remove_blocks() for deleting parts of files 3 years ago
Kim Alvefur 8ba5e50cc2 util.serialization: Teach Teal about the new "pretty" preset 3 years ago
Kim Alvefur e9a9633aec util.jsonpointer: Change function prototype to allow anything 3 years ago
Kim Alvefur 70e4b13d0e util.jsonpointer: Silence Teal warning 3 years ago
Kim Alvefur 597f3c7f0a util.jsonschema: Remove wrapper function 3 years ago
Kim Alvefur f0242ae57c util.jsonschema: Silence Teal warnings about utf8 library 3 years ago
Kim Alvefur c8b5d7e99a util.jsonschema: Silence Teal warnings about counting items in tables 3 years ago
Kim Alvefur 3320521129 teal: Describe http_url method 3 years ago
Kim Alvefur 693ac009db util.jsonschema: Fix UTF-8ness of 'minLength' and 'maxLength' 3 years ago
Kim Alvefur 3621b8ce91 util.jsonschema: Implement 'minContains' and 'maxContains' 3 years ago
Kim Alvefur d78a32f136 util.jsonschema: Add some comments wrt Lua-specifics 3 years ago
Kim Alvefur 9c7c94ab73 util.jsonschema: Implement 'luaPattern' - Lua variant of 'pattern' 3 years ago
Kim Alvefur 1dad83d28e util.jsonschema: Implement 'luaPatternProperties' as Lua variant of 'patternProperties' 3 years ago
Kim Alvefur 0e6043ecb6 util.jsonschema: Fix NYI 'patternProperties' definition 3 years ago
Kim Alvefur aa0d6f297d util.set: Add missing remove function in Teal spec 3 years ago
Kim Alvefur 10431cfec6 net.http: Rename enum in Teal spec to avoid name clash 3 years ago
Kim Alvefur 9305f47525 teal-src/README: Words on Compiling to Lua 3 years ago
Kim Alvefur 4a78b88efd teal-src/README: Tweak markdown syntax 3 years ago
Kim Alvefur 0d2a9ef54a teal-src: Add a README with a few pointers to get started 3 years ago
Matthew Wild 5a831462c3 teal-src: Add keyval+ store type 3 years ago
Kim Alvefur 50058a1e46 util.jsonschema: Reorder type definition by specification, section 3 years ago
Kim Alvefur 8c9ffa25eb util.jsonschema: Implement 'dependentSchemas' 3 years ago
Kim Alvefur 4bc62438db util.jsonschema: Implement 'dependentRequired' 3 years ago
Kim Alvefur f68336b96e teal: Move into prosody namespace 3 years ago
Kim Alvefur adb37b8272 util.ip: Add Teal interface description 3 years ago
Kim Alvefur b64d6afeab util.jwt: Import definition of key from util.crypto 3 years ago