aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | util.prosodyctl.check: Add TODO about replacements for deprecated settingsKim Alvefur2021-09-091-0/+1
* | util.prosodyctl.check: Check for server-to-server Direct TLS recordsKim Alvefur2021-09-091-1/+24
* | mod_s2s: Rename Direct TLS listener 's2s_direct_tls'Kim Alvefur2021-09-091-1/+1
* | mod_s2s: Add a Direct TLS listenerKim Alvefur2021-08-103-2/+16
* | mod_s2s: Handle connections having TLS from the startKim Alvefur2021-08-101-0/+4
* | mod_s2s: Factor out procedure for newly encrypted sessionsKim Alvefur2021-08-101-12/+16
* | mod_bosh,mod_websocket: Make into global-shared modules (...again)Kim Alvefur2021-06-212-22/+28
* | mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 ...Kim Alvefur2021-09-063-2/+17