| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | util.set: Add a serialization preparation metamethod | Kim Alvefur | 2023-03-26 | 1 | -0/+9 |
* | | util.format: Restore "freeze" serialization behavior in logging | Kim Alvefur | 2023-03-26 | 1 | -0/+1 |
* | | util.format: Tweak serialization of %q formatted entries | Kim Alvefur | 2023-03-26 | 1 | -1/+8 |
* | | util.startup: Tweak function string representation | Kim Alvefur | 2023-03-26 | 1 | -1/+1 |
* | | util: Prefix module imports with prosody namespace | Kim Alvefur | 2023-03-17 | 68 | -246/+246 |
* | | util.sasl.oauthbearer: Fix gs2-header parsing | Matthew Wild | 2023-03-21 | 1 | -1/+1 |
* | | util.sasl.{scram,plain}: Pass authzid to SASL profile callback | Kim Alvefur | 2023-03-16 | 2 | -5/+4 |
* | | util.sasl.scram: Fix off-by-one indentation | Kim Alvefur | 2023-03-16 | 1 | -2/+2 |
* | | util.sasl.oauthbearer: Adjust parsing of GS2 to allow lack of authzid | Kim Alvefur | 2023-03-16 | 2 | -4/+5 |
* | | util.sasl.oauthbearer: Return username from callback instead using authzid (BC) | Kim Alvefur | 2023-03-16 | 1 | -33/+3 |
* | | util.sasl.oauthbearer: Fix syntax error in b796e08e6376 | Matthew Wild | 2023-03-15 | 1 | -1/+1 |
* | | util.sasl.oauthbearer: Attach token_info to sasl handler | Matthew Wild | 2023-03-15 | 1 | -0/+2 |
* | | util.ip: Add ip.truncate() to return a new IP with only the prefix of another | Matthew Wild | 2023-03-14 | 1 | -0/+12 |
* | | util.ip: Add is_ip() helper method to detect if an object is an ip object | Matthew Wild | 2023-03-14 | 1 | -0/+5 |
* | | util.sasl.oauthbearer: Fix traceback on authz in unexpected format | Kim Alvefur | 2023-03-02 | 1 | -0/+4 |
* | | util.sasl: Add SASL OAUTHBEARER mechanism (RFC 7628) | Matthew Wild | 2023-03-01 | 2 | -4/+88 |
* | | Merge 0.12->trunk | Kim Alvefur | 2023-02-22 | 1 | -2/+2 |
|\| |
|
| * | util.prosodyctl.check: Suggest 'http_cors_override' instead of older CORS set... | Kim Alvefur | 2023-02-22 | 1 | -2/+2 |
* | | mod_storage_sql: Record connection to database as module status | Kim Alvefur | 2023-01-30 | 2 | -4/+12 |
* | | Merge 0.12->trunk | Kim Alvefur | 2023-01-22 | 2 | -3/+3 |
|\| |
|
| * | util.startup: Close state on exit to ensure GC finalizers are called | Kim Alvefur | 2023-01-22 | 1 | -1/+1 |
| * | util.prosodyctl.shell: Close state on exit to fix saving shell history | Kim Alvefur | 2023-01-22 | 1 | -2/+2 |
* | | util.dnsregistry: Remove unintentional 'Unassigned' record | Kim Alvefur | 2023-01-20 | 1 | -2/+1 |
* | | mod_admin_socket: Fix typo in comments | Kim Alvefur | 2023-01-20 | 1 | -1/+1 |
* | | util.sqlite3: Skip prepared statements when no parameters are given | Kim Alvefur | 2022-08-01 | 1 | -0/+10 |
* | | util.sqlite3: Create util.error registry from headers | Kim Alvefur | 2021-10-01 | 1 | -35/+44 |
* | | util.sqlite3: SQLite3-only variant of util.sql using LuaSQLite3 | Kim Alvefur | 2022-08-01 | 1 | -0/+390 |
* | | Merge 0.12->trunk | Kim Alvefur | 2023-01-14 | 1 | -4/+8 |
|\| |
|
| * | prosodyctl check dns: Check for Direct TLS SRV records even if not configured... | Kim Alvefur | 2023-01-14 | 1 | -4/+8 |
* | | util.paseto: Add support for v3.local tokens | Matthew Wild | 2023-01-13 | 1 | -0/+98 |
* | | util.paseto: Fix omitted parameter | Matthew Wild | 2023-01-13 | 1 | -1/+1 |
* | | util.paseto: Stricter base64 decoding, as per spec | Matthew Wild | 2023-01-13 | 1 | -0/+11 |
* | | util.openmetrics: Update tools.ietf.org URL to datatracker | Kim Alvefur | 2022-12-19 | 1 | -1/+1 |
* | | Revert unintentionally committed parts of 12bd40b8e105 | Kim Alvefur | 2022-12-21 | 1 | -1/+2 |
* | | mod_c2s,mod_s2s: Adapt to XEP-xxxx: Stream Limits Advertisement | Kim Alvefur | 2022-10-20 | 1 | -2/+1 |
* | | Merge 0.12->trunk | Kim Alvefur | 2022-12-12 | 38 | -797/+729 |
|\ \
| |/
|/| |
|
| * | util.hashring: Support associating arbitrary data with nodes | Matthew Wild | 2022-12-02 | 1 | -9/+23 |
| * | Merge 0.12->trunk | Matthew Wild | 2022-11-04 | 1 | -5/+14 |
| |\ |
|
| * | | util.prosodyctl.cert: Remove Lua 5.1 os.execute() return value compat | Kim Alvefur | 2022-10-20 | 1 | -1/+1 |
| * | | util.prosodyctl: Remove Lua 5.1 os.execute() return value compat | Kim Alvefur | 2022-10-20 | 1 | -2/+1 |
| * | | util.openssl: Remove Lua 5.1 os.execute() return value compat | Kim Alvefur | 2022-10-20 | 1 | -2/+1 |
| * | | util.human.io: Fix handling of os.execute() return values in Lua 5.2+ | Kim Alvefur | 2022-10-20 | 1 | -3/+3 |
| * | | util.mathcompat: Module to ease reuse of math.type() | Kim Alvefur | 2022-10-20 | 4 | -10/+22 |
| * | | util.startup: Provide a common Lua 5.3+ math.type() for Lua 5.2 | Kim Alvefur | 2022-10-19 | 4 | -9/+17 |
| * | | Merge 0.12->trunk | Kim Alvefur | 2022-10-20 | 1 | -1/+1 |
| |\ \ |
|
| * | | | util.jid: Simplify boolean logic in conditionals | Matthew Wild | 2022-10-11 | 1 | -3/+3 |
| * | | | util.jid: Remove redundant check from split() (micro-optimization?) | Matthew Wild | 2022-10-11 | 1 | -2/+1 |
| * | | | util.dbuffer: Add efficient shortcuts for discard() in certain cases | Matthew Wild | 2022-10-11 | 1 | -2/+6 |
| * | | | util.dbuffer: Remove redundant code (read_chunk() cannot fail at this point) | Matthew Wild | 2022-10-11 | 1 | -7/+3 |
| * | | | Merge 0.12->trunk | Kim Alvefur | 2022-10-09 | 1 | -3/+3 |
| |\ \ \ |
|