aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Merge 0.11->trunkKim Alvefur2021-01-251-2/+2
|\
| * util.interpolation: Fix combination of filters and fallback values #1623Kim Alvefur2021-01-251-2/+2
| * util.timer: Ensure timers can't run more than once per tick (fixes #1620)Kim Alvefur2021-01-081-1/+14
| * util.stanza: Move misplaced argument to correct placeKim Alvefur2020-12-241-2/+2
| * util.promise: Use xpcall() for promise function to preserve tracebacksMatthew Wild2020-11-231-1/+1
| * util.stanza: Reject ASCII control characters (fixes #1606)Kim Alvefur2020-11-111-1/+9
| * util.dbuffer: Optimize :sub() and :byte()Matthew Wild2020-10-281-4/+26
| * util.debug: Fix locals being reported under wrong stack frame in some cases (...Matthew Wild2020-10-161-1/+1
| * util.dbuffer: Expose length as :len() method, like stringsKim Alvefur2020-10-121-0/+1
| * util.dependencies: Check for bitop library same way as net.websocket.frames (...Kim Alvefur2020-10-051-1/+1
| * MergeMatthew Wild2020-09-302-0/+183
| |\
| | * util.dbuffer: Fix :sub() not working with partially-consumed chunks (thanks Z...Matthew Wild2020-08-241-0/+176
| | * util.dbuffer: dynamic string bufferMatthew Wild2020-06-261-0/+7
| | * util.startup: Configure the GC on startup, using the config or built-in defaultsMatthew Wild2020-06-151-0/+17
| | * util.gc: Linter fixes [luacheck]Matthew Wild2020-06-151-2/+1
| | * util.gc: New module for configuring the Lua garbage collectorMatthew Wild2020-06-151-0/+50
| | * util.startup: Remove duplicated initialization of logging (fix #1527)Kim Alvefur2020-06-221-1/+0
| | * util.sasl.plain: Apply saslprep to stored passwordKim Alvefur2020-05-221-1/+1
| | * util.sasl.scram: Apply saslprep before hashing password, fixes #1560Kim Alvefur2020-05-221-0/+4
| | * util.prosodyctl: Tell prosody do daemonize via command line flag (fixes #1514)Kim Alvefur2020-01-261-2/+2
| | * util.datamanager: Fix iterating over "users" (thanks marc0s)Kim Alvefur2020-02-241-1/+1
| * | util.indexedbheap: Fix heap datastructure corruption in :reschedule(smaller_v...Waqas Hussain2020-09-291-1/+1
| * | util.startup: Configure the GC on startup, using the config or built-in defaultsMatthew Wild2020-06-151-0/+17
| * | util.gc: Linter fixes [luacheck]Matthew Wild2020-06-151-2/+1
| * | util.gc: New module for configuring the Lua garbage collectorMatthew Wild2020-06-151-0/+50
| * | util.startup: Remove duplicated initialization of logging (fix #1527)Kim Alvefur2020-06-221-1/+0
| * | util.sasl.plain: Apply saslprep to stored passwordKim Alvefur2020-05-221-1/+1
| * | util.sasl.scram: Apply saslprep before hashing password, fixes #1560Kim Alvefur2020-05-221-0/+4
| * | util.prosodyctl: Tell prosody do daemonize via command line flag (fixes #1514)Kim Alvefur2020-01-261-2/+2
| * | util.datamanager: Fix iterating over "users" (thanks marc0s)Kim Alvefur2020-02-241-1/+1
| * | util.startup: Ensure prosody.opts exists even when no options providedMatthew Wild2020-01-191-1/+1
| * | util.startup: Remove accidentally-committed debuggingMatthew Wild2020-01-191-1/+0
| * | util.startup: Fix logic to make --config work againMatthew Wild2020-01-191-37/+39
| * | prosody/util.startup: Switch to parse_args() for --root and --configMatthew Wild2020-01-191-6/+6
| * | util.startup: Add startup step for parsing command-line optionsMatthew Wild2020-01-191-0/+54
| * | 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.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.interpolation: Support unescaped variables with more modifiers (fixes #1...Kim Alvefur2019-10-201-3/+3
| * | util.serialization: Cache default serialization instance (fixes #1389)Kim Alvefur2019-07-081-1/+6
| * | util.sql: Ignore if tables and indices already exist on creation (fixes #1064)Kim Alvefur2019-05-301-0/+6
| * | util.random: Throw different error for EOL conditionKim Alvefur2019-05-211-1/+5
| * | util.random: Coerce error to string (thanks waqas)Kim Alvefur2019-05-181-1/+1
| * | util.random: Handle unlikely read errors from /dev/urandom (see #1313)Kim Alvefur2019-05-181-1/+5
| * | util.ip: Add missing netmask for 192.168/16 range (fixes #1343)Kim Alvefur2019-04-141-1/+1
* | | util.startup: Make installer_plugin_path relative to data directoryKim Alvefur2021-01-241-3/+2
* | | util.startup: Don't create installer plugin path (as root)Kim Alvefur2021-01-241-2/+0
* | | util.prosodyctl.check: Recognise global options related to plugin installerKim Alvefur2021-01-211-0/+1
* | | util.prosodyctl: Remove unused calculation [luacheck]Kim Alvefur2021-01-211-1/+1