aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* util.startup: Allow separate command line argument settings for prosody and p...Kim Alvefur2021-09-301-6/+11
* prosodyctl: Add support for -v/--verbose to enable debug loggingKim Alvefur2021-09-301-2/+4
* prosodyctl: Add alternate XMPP Blackbox Exporter connectivity checkKim Alvefur2021-09-301-3/+71
* prosodyctl: Use HTTP client in promise mode for connectivity checkKim Alvefur2021-09-301-26/+14
* core.moduleapi: Ensure module:send_iq() handler priority over mod_iqKim Alvefur2021-09-241-2/+2
* core.moduleapi: Enable full JID origin queries with module:send_iq()Kim Alvefur2021-09-241-2/+11
* core.moduleapi: Filter out unrelated direct replies to module:send_iqKim Alvefur2021-09-241-1/+4
* mod_http_errors: Make it easier to override 'http-message' handlerKim Alvefur2021-09-241-1/+1
* mod_mam: Merge main and RSM-specific log message here tooKim Alvefur2021-09-231-10/+10
* mod_muc_mam: Fix reference to "user" in debug message copied from mod_mamKim Alvefur2021-09-231-1/+1
* mod_muc_mam: Merge main and RSM-specific log message into a single oneKim Alvefur2021-09-231-9/+7
* mod_muc_mam: Fix copypaste mistake in debug loggingKim Alvefur2021-09-231-1/+1
* mod_message: Fire event for groupchat messages sent to bare JIDMatthew Wild2021-09-221-0/+9
* net.server_epoll: Separate handling of "closed" from other errorsKim Alvefur2021-09-221-7/+7
* net.server_epoll: Skip attempt to flush write buffer when not connectedKim Alvefur2021-09-221-1/+1
* Merge 0.11->trunkKim Alvefur2021-09-202-1/+19
|\
| * net.server_epoll: Add a hard deadline on shutdown to extra-fix #1670Kim Alvefur2021-09-201-0/+12
| * net.server_epoll: Close sockets added after shutdown signal (fixes #1670)Kim Alvefur2021-09-201-0/+6
| * prosodyctl: Fix later import of LuaFileSystemKim Alvefur2021-09-111-1/+1
* | mod_bosh: Fix typo in commentKim Alvefur2021-09-191-1/+1
* | mod_register_limits: Reword some optionsKim Alvefur2021-09-192-19/+25
* | MUC: Reject full JID in affiliation queriesKim Alvefur2021-09-171-0/+3
* | net.server_epoll: Fix indentation messed up in last mergeKim Alvefur2021-09-171-27/+27
* | net.server_epoll: Don't immediately destroy upon getting closed on readKim Alvefur2021-09-151-1/+1
* | mod_pubsub: Advertise support for 'max' as value for max_itemsKim Alvefur2021-09-151-0/+4
* | mod_http_file_share: Fix measuring how long periodic task takeKim Alvefur2021-09-141-2/+6
* | util.prosodyctl.check: Suggest replacing 'use_libevent' with 'network_backend'Kim Alvefur2021-09-141-1/+1
* | util.prosodyctl.check: Nudge towards plural port optionsKim Alvefur2021-09-141-1/+3
* | util.prosodyctl.check: Fix to not treat some options as misplacedKim Alvefur2021-09-141-0/+2
* | util.prosodyctl.check: Suggest replacements for deprecated options #1684Kim Alvefur2021-09-141-14/+28
* | mod_message: Clarify purpose of username field in offline message eventKim Alvefur2021-09-121-2/+2
* | mod_carbons: Reduce line count using new util.stanza attr methodKim Alvefur2021-09-121-4/+2
* | mod_mam: Reduce line count using new util.stanza attr methodKim Alvefur2021-09-121-4/+2
* | mod_http_file_share: Measure current total usageKim Alvefur2021-09-121-0/+7
* | net.server_epoll: Try to make port number related methods saneKim Alvefur2021-09-121-7/+11
* | doap: Remove entry that confused XEP-0277 with XEP-0227Kim Alvefur2021-09-121-7/+0
* | doap: Mention mod_storage_xep0227Kim Alvefur2021-09-121-1/+1
* | doap: Specify version of XEP-0227 usedKim Alvefur2021-09-121-0/+1
* | mod_storage_xep0227: Update for XEP-0227 r1.1: Support for SCRAM, MAM, PEPMatthew Wild2021-09-121-23/+495
* | util.set: Add :contains_set() methodMatthew Wild2021-09-121-0/+9
* | util.array: Add :slice() method + testsMatthew Wild2021-09-122-0/+53
* | util.stanza: Add :get_child_with_attr() + testsMatthew Wild2021-09-122-0/+28
* | mod_pubsub/pubsub.lib: Export config forms for use by other modulesMatthew Wild2021-09-111-0/+3
* | mod_http_file_share: Fix traceback in global quota debug logging (thanks Martin)Kim Alvefur2021-09-121-2/+4
* | util.prosodyctl.check: Remove stray debug print()Kim Alvefur2021-09-121-1/+0
* | util.prosodyctl.check: Ignore unused "ok" variable [luacheck]Kim Alvefur2021-09-121-1/+1
* | mod_http_file_share: Add optional global quota on total storage usageKim Alvefur2021-09-121-3/+55
* | util.prosodyctl.check: Refuse to do ojn test unless prosody is runningKim Alvefur2021-09-111-0/+9
* | prosodyctl: Add external connectivity check based on observe.jabber.networkJonas Schäfer2020-05-062-9/+88
* | mod_c2s: Rename Direct TLS listener 'c2s_direct_tls' for clarityKim Alvefur2021-09-093-3/+3