aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
...
* | util.human.io: Support for dynamic "proportional" columnsMatthew Wild2023-04-061-4/+14
* | util.fsm: New utility lib for finite state machinesMatthew Wild2022-03-171-0/+154
* | util.startup: Add prosody.started promise to easily execute code after startupMatthew Wild2023-04-011-3/+14
* | util.session: Add 'since' property with timestamp of session creationMatthew Wild2023-03-291-0/+2
* | util.jsonschema: Implement 'dependentSchemas'Kim Alvefur2023-03-261-0/+8
* | util.jsonschema: Implement 'dependentRequired'Kim Alvefur2023-03-261-0/+12
* | util.roles: Implement a serialization preparation metamethodKim Alvefur2023-03-261-0/+13
* | util.set: Add a serialization preparation metamethodKim Alvefur2023-03-261-0/+9
* | util.format: Restore "freeze" serialization behavior in loggingKim Alvefur2023-03-261-0/+1
* | util.format: Tweak serialization of %q formatted entriesKim Alvefur2023-03-261-1/+8
* | util.startup: Tweak function string representationKim Alvefur2023-03-261-1/+1
* | util: Prefix module imports with prosody namespaceKim Alvefur2023-03-1768-246/+246
* | util.sasl.oauthbearer: Fix gs2-header parsingMatthew Wild2023-03-211-1/+1
* | util.sasl.{scram,plain}: Pass authzid to SASL profile callbackKim Alvefur2023-03-162-5/+4
* | util.sasl.scram: Fix off-by-one indentationKim Alvefur2023-03-161-2/+2
* | util.sasl.oauthbearer: Adjust parsing of GS2 to allow lack of authzidKim Alvefur2023-03-162-4/+5
* | util.sasl.oauthbearer: Return username from callback instead using authzid (BC)Kim Alvefur2023-03-161-33/+3
* | util.sasl.oauthbearer: Fix syntax error in b796e08e6376Matthew Wild2023-03-151-1/+1
* | util.sasl.oauthbearer: Attach token_info to sasl handlerMatthew Wild2023-03-151-0/+2
* | util.ip: Add ip.truncate() to return a new IP with only the prefix of anotherMatthew Wild2023-03-141-0/+12
* | util.ip: Add is_ip() helper method to detect if an object is an ip objectMatthew Wild2023-03-141-0/+5
* | util.sasl.oauthbearer: Fix traceback on authz in unexpected formatKim Alvefur2023-03-021-0/+4
* | util.sasl: Add SASL OAUTHBEARER mechanism (RFC 7628)Matthew Wild2023-03-012-4/+88
* | Merge 0.12->trunkKim Alvefur2023-02-221-2/+2
|\|
| * util.prosodyctl.check: Suggest 'http_cors_override' instead of older CORS set...Kim Alvefur2023-02-221-2/+2
* | mod_storage_sql: Record connection to database as module statusKim Alvefur2023-01-302-4/+12
* | Merge 0.12->trunkKim Alvefur2023-01-222-3/+3
|\|
| * util.startup: Close state on exit to ensure GC finalizers are calledKim Alvefur2023-01-221-1/+1
| * util.prosodyctl.shell: Close state on exit to fix saving shell historyKim Alvefur2023-01-221-2/+2
* | util.dnsregistry: Remove unintentional 'Unassigned' recordKim Alvefur2023-01-201-2/+1
* | mod_admin_socket: Fix typo in commentsKim Alvefur2023-01-201-1/+1
* | util.sqlite3: Skip prepared statements when no parameters are givenKim Alvefur2022-08-011-0/+10
* | util.sqlite3: Create util.error registry from headersKim Alvefur2021-10-011-35/+44
* | util.sqlite3: SQLite3-only variant of util.sql using LuaSQLite3Kim Alvefur2022-08-011-0/+390
* | Merge 0.12->trunkKim Alvefur2023-01-141-4/+8
|\|
| * prosodyctl check dns: Check for Direct TLS SRV records even if not configured...Kim Alvefur2023-01-141-4/+8
* | util.paseto: Add support for v3.local tokensMatthew Wild2023-01-131-0/+98
* | util.paseto: Fix omitted parameterMatthew Wild2023-01-131-1/+1
* | util.paseto: Stricter base64 decoding, as per specMatthew Wild2023-01-131-0/+11
* | util.openmetrics: Update tools.ietf.org URL to datatrackerKim Alvefur2022-12-191-1/+1
* | Revert unintentionally committed parts of 12bd40b8e105Kim Alvefur2022-12-211-1/+2
* | mod_c2s,mod_s2s: Adapt to XEP-xxxx: Stream Limits AdvertisementKim Alvefur2022-10-201-2/+1
* | Merge 0.12->trunkKim Alvefur2022-12-1238-797/+729
|\ \ | |/ |/|
| * util.hashring: Support associating arbitrary data with nodesMatthew Wild2022-12-021-9/+23
| * Merge 0.12->trunkMatthew Wild2022-11-041-5/+14
| |\
| * | util.prosodyctl.cert: Remove Lua 5.1 os.execute() return value compatKim Alvefur2022-10-201-1/+1
| * | util.prosodyctl: Remove Lua 5.1 os.execute() return value compatKim Alvefur2022-10-201-2/+1
| * | util.openssl: Remove Lua 5.1 os.execute() return value compatKim Alvefur2022-10-201-2/+1
| * | util.human.io: Fix handling of os.execute() return values in Lua 5.2+Kim Alvefur2022-10-201-3/+3
| * | util.mathcompat: Module to ease reuse of math.type()Kim Alvefur2022-10-204-10/+22