aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* util.pubsub: Silence luacheck warnings, leaving notes on future proper fixKim Alvefur2019-12-231-5/+10
* util.prosodyctl: Silence luacheck warningsKim Alvefur2019-12-231-2/+2
* util.dependencies: Pass require error to error formatting functionKim Alvefur2019-12-231-10/+11
* util.sql: Handle failure to detect connection encodingKim Alvefur2019-12-231-0/+3
* util.mercurial: Ignore an unused error variable [luacheck]Kim Alvefur2019-12-231-1/+1
* util.startup: Ignore unused errno variable [luacheck]Kim Alvefur2019-12-231-1/+1
* util.datamanager: Ignore unused 'errno' variable [luacheck]Kim Alvefur2019-12-231-1/+2
* Merge 0.11->trunkKim Alvefur2019-12-231-4/+10
|\
| * util.pubsub: Pass subscribers trough a filter callbackKim Alvefur2019-06-061-0/+2
| * util.pubsub: Factor out calling of broadcasterKim Alvefur2019-06-061-4/+8
* | util.stanza: Accept util.error object to error_replyKim Alvefur2019-12-141-0/+3
* | util.error: Move default for numeric error code to net.http.serverKim Alvefur2019-12-141-1/+1
* | util.sasl.scram: Ignore unused authzid variable (strict lint)Kim Alvefur2019-12-091-0/+1
* | util.x509: Fix recording of CommonNames in get_identitiesKim Alvefur2019-12-081-1/+1
* | util.error: Write down some thoughts in commentsKim Alvefur2019-12-081-0/+7
* | util.stanza: Support the 'by' attribute on errorsKim Alvefur2019-11-251-2/+5
* | util.stanza: Check that argument to error_reply is NOT a stanza of type errorKim Alvefur2019-11-251-0/+2
* | util.stanza: Check that argument to error_reply is a stanzaKim Alvefur2019-11-251-0/+3
* | util.stanza: Remove redundant check for attrsKim Alvefur2019-11-251-1/+1
* | util.stanza: Check that argument to reply is a stanzaKim Alvefur2019-11-251-0/+3
* | util.termcolours: Use explicit number formatting instead of coercion on conca...Kim Alvefur2019-11-201-1/+1
* | util.dependencies: Avoid missing bitop false positive on Lua 5.4Kim Alvefur2019-11-091-1/+1
* | util.startup: Disable plugin installer path creation for now (see comments)Kim Alvefur2019-11-091-2/+4
* | util.startup: Split plugin installer path setup into a separate functionKim Alvefur2019-11-091-4/+11
* | util.paths: Don't treat path as pattern, fix traceback (thanks Menel87)Kim Alvefur2019-11-081-2/+2
* | Merge 0.11->trunkKim Alvefur2019-11-041-2/+9
|\|
| * util.startup: Ensure prosody.paths are absolute (see #1430)Kim Alvefur2019-11-041-1/+7
| * util.startup: Update config path (fixes #1430)Kim Alvefur2019-11-031-1/+2
* | util.prosodyctl: Enforce strict JID validation on user creationKim Alvefur2019-11-011-1/+1
* | util.error: Add well-known field 'code' in error templatesKim Alvefur2019-11-011-0/+1
* | util.jid: Add a 'strict' flag for jidprep callsKim Alvefur2019-09-091-6/+6
* | util.pubsub, pubsub.lib and tests: Add text to precondition-not-met error (fi...Matthew Wild2019-10-271-3/+9
* | Merge 0.11->trunkKim Alvefur2019-10-201-3/+3
|\|
| * util.interpolation: Support unescaped variables with more modifiers (fixes #1...Kim Alvefur2019-10-201-3/+3
* | util.statistics: Add a total count for rate counters, counting from server st...Emmanuel Gil Peyrot2019-10-101-1/+3
* | util.sasl.scram: Avoid implicit coersion of number to stringKim Alvefur2019-10-061-1/+1
* | util.sasl.scram: Fix old APIKim Alvefur2019-09-291-1/+1
* | util.async: Add function for waiting on promises and unpacking the resultsKim Alvefur2019-09-291-0/+16
* | util.sql: Preserve 3rd and 4th return values from transaction (fixes #1434) (...Kim Alvefur2019-09-281-3/+3
* | util.x509: Return sets of services per identityKim Alvefur2019-09-101-7/+34
* | util.x509: Only collect commonNames that pass idnaKim Alvefur2019-09-101-1/+1
* | util.x509: Nameprep commonName onceKim Alvefur2019-09-101-2/+5
* | util.bitops: Library to find appropriate bitwise library (closes #1395)Kim Alvefur2019-07-222-0/+39
* | util.sasl.scram: Add support for SCRAM-SHA-256Kim Alvefur2019-01-131-0/+1
* | util.sasl.scram: Factor out SHA-1 specific getAuthenticationDatabaseSHA1Kim Alvefur2019-01-131-20/+25
* | Merge mod-installer (2019 GSoC by João Duarte)Matthew Wild2019-08-194-2/+63
|\ \
| * | util/prosodyctl: call_luarocks now sets a directory variable itselfJoão Duarte2019-08-161-1/+2
| * | util/prosodyctl: Removed the check_flags and execute_command functionJoão Duarte2019-08-161-25/+0
| * | util.pluginloader: Added a new path to the variable local_namesJoão Duarte2019-08-161-1/+2
| * | util.paths: Fixed file termination for package.cpath's extra pathJoão Duarte2019-08-161-1/+1