| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | ejabberd2prosody: Convert SCRAM iteration count to number (thanks arcseconds) | Matthew Wild | 2021-10-07 | 1 | -1/+1 |
* | | mod_storage_xep0227: Add scram-credentials to user element rather than server | Matthew Wild | 2021-09-22 | 1 | -1/+1 |
* | | net.server_epoll: Prevent starttls on direct TLS connections | Kim Alvefur | 2021-10-05 | 1 | -0/+1 |
* | | CHANGES: Add mod_auth_ldap | Kim Alvefur | 2021-10-05 | 1 | -0/+1 |
* | | mod_auth_ldap: Import from prosody-modules rev f52452911187 | Kim Alvefur | 2021-10-05 | 1 | -0/+154 |
* | | mod_carbons: Advertise following of recommended rules (closes #1486) | Kim Alvefur | 2021-10-05 | 1 | -0/+2 |
* | | mod_s2s_auth_certs: Collect stats on validation results (for #975) | Kim Alvefur | 2021-10-05 | 1 | -0/+4 |
* | | mod_csi_simple: Provide custom set of timing buckets | Kim Alvefur | 2021-10-05 | 1 | -1/+2 |
* | | util.prosodyctl.check: Add two known globals from mod_http | Kim Alvefur | 2021-10-03 | 1 | -0/+2 |
* | | Merge 0.11->trunk | Kim Alvefur | 2021-10-01 | 0 | -0/+0 |
|\| |
|
| * | Merge wayward 0.11.10 tag commit | Kim Alvefur | 2021-10-01 | 0 | -0/+0 |
| |\ |
|
| | * | Tag 0.11.10 | Kim Alvefur | 2021-08-03 | 0 | -0/+0 |
* | | | mod_admin_shell: Allow passing an exit code to server:shutdown() | Kim Alvefur | 2021-09-30 | 1 | -2/+2 |
* | | | mod_posix: Exit with non-zero status code on problems | Kim Alvefur | 2021-09-30 | 1 | -4/+4 |
* | | | util.startup: Allow separate command line argument settings for prosody and p... | Kim Alvefur | 2021-09-30 | 1 | -6/+11 |
* | | | prosodyctl: Add support for -v/--verbose to enable debug logging | Kim Alvefur | 2021-09-30 | 1 | -2/+4 |
* | | | prosodyctl: Add alternate XMPP Blackbox Exporter connectivity check | Kim Alvefur | 2021-09-30 | 1 | -3/+71 |
* | | | prosodyctl: Use HTTP client in promise mode for connectivity check | Kim Alvefur | 2021-09-30 | 1 | -26/+14 |
* | | | core.moduleapi: Ensure module:send_iq() handler priority over mod_iq | Kim Alvefur | 2021-09-24 | 1 | -2/+2 |
* | | | core.moduleapi: Enable full JID origin queries with module:send_iq() | Kim Alvefur | 2021-09-24 | 1 | -2/+11 |
* | | | core.moduleapi: Filter out unrelated direct replies to module:send_iq | Kim Alvefur | 2021-09-24 | 1 | -1/+4 |
* | | | mod_http_errors: Make it easier to override 'http-message' handler | Kim Alvefur | 2021-09-24 | 1 | -1/+1 |
* | | | mod_mam: Merge main and RSM-specific log message here too | Kim Alvefur | 2021-09-23 | 1 | -10/+10 |
* | | | mod_muc_mam: Fix reference to "user" in debug message copied from mod_mam | Kim Alvefur | 2021-09-23 | 1 | -1/+1 |
* | | | mod_muc_mam: Merge main and RSM-specific log message into a single one | Kim Alvefur | 2021-09-23 | 1 | -9/+7 |
* | | | mod_muc_mam: Fix copypaste mistake in debug logging | Kim Alvefur | 2021-09-23 | 1 | -1/+1 |
* | | | mod_message: Fire event for groupchat messages sent to bare JID | Matthew Wild | 2021-09-22 | 1 | -0/+9 |
* | | | net.server_epoll: Separate handling of "closed" from other errors | Kim Alvefur | 2021-09-22 | 1 | -7/+7 |
* | | | net.server_epoll: Skip attempt to flush write buffer when not connected | Kim Alvefur | 2021-09-22 | 1 | -1/+1 |
* | | | Merge 0.11->trunk | Kim Alvefur | 2021-09-20 | 2 | -1/+19 |
|\| | |
|
| * | | net.server_epoll: Add a hard deadline on shutdown to extra-fix #1670 | Kim Alvefur | 2021-09-20 | 1 | -0/+12 |
| * | | net.server_epoll: Close sockets added after shutdown signal (fixes #1670) | Kim Alvefur | 2021-09-20 | 1 | -0/+6 |
| * | | prosodyctl: Fix later import of LuaFileSystem | Kim Alvefur | 2021-09-11 | 1 | -1/+1 |
* | | | mod_bosh: Fix typo in comment | Kim Alvefur | 2021-09-19 | 1 | -1/+1 |
* | | | mod_register_limits: Reword some options | Kim Alvefur | 2021-09-19 | 2 | -19/+25 |
* | | | MUC: Reject full JID in affiliation queries | Kim Alvefur | 2021-09-17 | 1 | -0/+3 |
* | | | net.server_epoll: Fix indentation messed up in last merge | Kim Alvefur | 2021-09-17 | 1 | -27/+27 |
* | | | net.server_epoll: Don't immediately destroy upon getting closed on read | Kim Alvefur | 2021-09-15 | 1 | -1/+1 |
* | | | mod_pubsub: Advertise support for 'max' as value for max_items | Kim Alvefur | 2021-09-15 | 1 | -0/+4 |
* | | | mod_http_file_share: Fix measuring how long periodic task take | Kim Alvefur | 2021-09-14 | 1 | -2/+6 |
* | | | util.prosodyctl.check: Suggest replacing 'use_libevent' with 'network_backend' | Kim Alvefur | 2021-09-14 | 1 | -1/+1 |
* | | | util.prosodyctl.check: Nudge towards plural port options | Kim Alvefur | 2021-09-14 | 1 | -1/+3 |
* | | | util.prosodyctl.check: Fix to not treat some options as misplaced | Kim Alvefur | 2021-09-14 | 1 | -0/+2 |
* | | | util.prosodyctl.check: Suggest replacements for deprecated options #1684 | Kim Alvefur | 2021-09-14 | 1 | -14/+28 |
* | | | mod_message: Clarify purpose of username field in offline message event | Kim Alvefur | 2021-09-12 | 1 | -2/+2 |
* | | | mod_carbons: Reduce line count using new util.stanza attr method | Kim Alvefur | 2021-09-12 | 1 | -4/+2 |
* | | | mod_mam: Reduce line count using new util.stanza attr method | Kim Alvefur | 2021-09-12 | 1 | -4/+2 |
* | | | mod_http_file_share: Measure current total usage | Kim Alvefur | 2021-09-12 | 1 | -0/+7 |
* | | | net.server_epoll: Try to make port number related methods sane | Kim Alvefur | 2021-09-12 | 1 | -7/+11 |
* | | | doap: Remove entry that confused XEP-0277 with XEP-0227 | Kim Alvefur | 2021-09-12 | 1 | -7/+0 |