Software /
code /
prosody
Graph
-
util.format: Ensure sanitation of strings passed to wrong format2021-12-11, by Kim Alvefur
-
util.format: Escape invalid UTF-8 by passing trough serialization2021-12-10, by Kim Alvefur
-
mod_mam: Avoid storing bounces for messages from the bare account (thanks Ge0rG)2021-12-10, by Kim Alvefur
-
MUC: Remove <{muc}x> tags in some errors2021-12-08, by Kim Alvefur
-
MUC: Fix error origin JID in wrong argument position2021-12-08, by Kim Alvefur
-
MUC: Remove remaining deprecated numeric error codes2021-12-08, by Kim Alvefur
-
MUC: Return a friendly textual error when trying to speak without voice2021-12-08, by Kim Alvefur
-
net.resolvers: Report when hostname fails IDNA2021-12-07, by Kim Alvefur
-
util.sasl.scram: Store username property rather than cached local (#399)2021-12-07, by Matthew Wild
-
mod_admin_shell: Add port as a c2s/s2s:show column definition2021-12-07, by Kim Alvefur
-
mod_pep: Set correct jid attr on node disco items2021-12-07, by Kim Alvefur
-
mod_pubsub: Allow specifying the JID of the pubsub service2021-12-07, by Kim Alvefur
-
core.usermanager: Implement noop role writes on global authz provider2021-12-06, by Kim Alvefur
-
mod_admin_shell: Handle global roles (pass host=*)2021-12-06, by Kim Alvefur
-
mod_admin_shell: Only check that local users exist locally2021-12-06, by Kim Alvefur
-
mod_disco: Optionally return info on admin accounts to non-contacts2021-04-15, by Kim Alvefur
-
mod_disco: Advertise anonymous users2020-07-04, by Kim Alvefur
-
mod_disco: Advertise admin accounts as such via disco identity2020-07-04, by Kim Alvefur
-
mod_admin_shell: Support setting roles on hosts other than the users'2021-12-06, by Kim Alvefur
-
mod_admin_shell: Add command for updating roles user:roles(jid, roles)2021-12-06, by Kim Alvefur
-
mod_admin_shell: Allow setting roles when creating user2021-12-04, by Kim Alvefur
-
net.server_epoll: Ensure calls to :write() return something2021-12-06, by Kim Alvefur
-
MUC: Allow modules a chance to act prior to room destruction2021-12-05, by Kim Alvefur
-
mod_cron: Expose the One Timer via module environment2021-12-04, by Kim Alvefur
-
mod_http_file_share: Fix to take retention time into account2021-12-04, by Kim Alvefur
-
mod_http_file_share: Improve consistency of terminology in logging2021-12-04, by Kim Alvefur
-
mod_http_file_share: Rename variable for clarity2021-12-04, by Kim Alvefur
-
mod_http_file_share: Fix deletion counter2021-12-04, by Kim Alvefur
-
mod_http_file_share: Back out 876e1b6d6ae42021-12-03, by Kim Alvefur
-
mod_http_file_share: Recalculate total storage usage weekly instead of daily2021-12-03, by Kim Alvefur
-
mod_cron: Add a 'weekly' job frequency2021-12-03, by Kim Alvefur
-
mod_cron: Initialize timestamp of new tasks to start of period2021-12-03, by Kim Alvefur
-
mod_cron: Follow convention of imports at the top2021-12-03, by Kim Alvefur
-
mod_http_file_share: Keep track of total storage use across restarts2021-12-03, by Kim Alvefur
-
mod_http_file_share: Fix measuring total storage use before it was known2021-12-03, by Kim Alvefur
-
mod_smacks: Refactor, simplify, optimize2021-12-03, by Kim Alvefur
-
mod_smacks: Use function to construct error reply2021-12-02, by Kim Alvefur
-
mod_cron: Initialize daily tasks so they run around midnight UTC2021-12-02, by Kim Alvefur
-
mod_http_file_share: Keep global storage use accurate longer.2021-11-29, by Kim Alvefur
-
mod_http_file_share: Merge file expiry loops2021-11-29, by Kim Alvefur
-
mod_http_file_share: Limit query to time since last expiry2021-11-29, by Kim Alvefur
-
mod_admin_shell: List periodic tasks in module:info2021-11-22, by Kim Alvefur
-
mod_http_file_share: Switch to mod_cron for periodic tasks2021-11-22, by Kim Alvefur
-
mod_muc_mam: Switch to mod_cron for message expiry2021-11-22, by Kim Alvefur
-
mod_mam: Switch to new cron API2021-11-21, by Kim Alvefur
-
core.moduleapi: Add API for adding daily or hourly tasks via mod_cron2021-11-21, by Kim Alvefur
-
mod_cron: Initial commit of periodic task runner2021-11-21, by Kim Alvefur
-
mod_smacks: Remove obsolete comment2021-12-02, by Kim Alvefur
-
mod_smacks: Avoid duplicated queueing using flag on session instead of stanza2021-12-02, by Kim Alvefur
-
mod_smacks: Remove dead conditional2021-12-02, by Kim Alvefur
-
mod_smacks: Ensure hibernating session is not connected2021-12-02, by Kim Alvefur
-
mod_smacks: Reorder imports etc2021-12-01, by Kim Alvefur
-
mod_smacks: Fix empty cache check2021-12-01, by Kim Alvefur
-
mod_smacks: Use stanza type checking function for correctness2021-12-01, by Kim Alvefur
-
mod_smacks: Remove redundant fields2021-12-01, by Kim Alvefur
-
mod_smacks: Factor out formatting of 'h' value2021-12-01, by Kim Alvefur
-
mod_smacks: Remove dead legacy code for 0.102021-12-01, by Kim Alvefur
-
mod_smacks: Use new pre-session-close event instead of monkeypatch2021-12-01, by Kim Alvefur
-
mod_c2s: Add event just before closing as session2021-12-01, by Kim Alvefur
-
util.dependencies: Fix typo (thanks jonas’)2021-11-30, by Kim Alvefur
-
net.server_epoll: Prevent loop attempting to send last data after close2021-11-30, by Kim Alvefur
-
mod_storage_sql: Return cached total where it makes sense2021-11-30, by Kim Alvefur
-
mod_storage_sql: Adjust handling of 'total' for multi-id queries2021-11-30, by Kim Alvefur
-
mod_storage_sql: Fix traceback on multi-user deletion2021-11-30, by Kim Alvefur
-
mod_mam,mod_muc_mam: Simplify deletion when multi-user-deletion is supported2021-11-30, by Kim Alvefur
-
mod_storage_sql: Expose multi-user deletion capability2021-11-30, by Kim Alvefur
-
configure: Silence warning about echo -n [shellcheck]2021-11-29, by Kim Alvefur
-
configure: Remove variable noop (thanks shellcheck)2021-11-29, by Kim Alvefur
-
util.async tests: Explicitly import match from luassert (luacheck)2021-11-29, by Matthew Wild
-
util.startup: Initialize util.async at startup2021-11-29, by Matthew Wild
-
util.async: Add next-tick configuration2021-11-29, by Matthew Wild
-
util.async: Add sleep() method with configurable scheduling backend2021-11-29, by Matthew Wild
-
util.stanza: Adjust pretty printing for symmetry2021-11-29, by Kim Alvefur
-
util.dependencies: Discourage Lua 5.12021-11-28, by Kim Alvefur
-
util.dependencies: Consider Lua 5.4 Supported:tm:2021-11-28, by Kim Alvefur
-
util.prosodyctl.check: Support direct TLS connectivity checks2021-11-28, by Kim Alvefur
-
doap: Remove stray ... is that a tab or a space?2021-11-28, by Kim Alvefur
-
doap: Fill in the mandatory 'status' field everywhere2021-11-28, by Kim Alvefur
-
mod_admin_shell: Remove now redundant promise awaiting in dns:lookup()2021-11-27, by Kim Alvefur
-
mod_admin_shell: Remove now redundant promise awaiting in xmpp:ping()2021-11-27, by Kim Alvefur
-
mod_smacks: Remove left-over debug logging2021-11-27, by Kim Alvefur
-
util.promise: Fix test2021-11-26, by Kim Alvefur
-
mod_admin_shell: Fix indentation2021-11-26, by Kim Alvefur
-
mod_admin_shell: Wait for promises2021-11-26, by Kim Alvefur
-
util.startup: Integrate util.promise with net.server main loop2019-01-05, by Kim Alvefur
-
util.promise: Support delayed promise execution2019-01-05, by Kim Alvefur
-
mod_admin_shell: Reduce width of 'Status' column2021-11-26, by Kim Alvefur
-
mod_admin_shell: Reduce width of 'Security' column (thanks Link Mauve)2021-11-26, by Kim Alvefur
-
mod_vcard_legacy: Also respect avatar:metadata access restrictions2021-11-25, by Emmanuel Gil Peyrot
-
mod_admin_shell: Fix showing default HTTP path in module:info2021-11-25, by Kim Alvefur
-
mod_http_openmetrics: Serve HTTP from global context2021-11-25, by Kim Alvefur
-
teal: Describe the module API interface2021-03-24, by Kim Alvefur
-
util.prosodyctl.check: Add mod_http_openmetrics settings to known globals2021-11-25, by Kim Alvefur
-
CHANGES: Mention mod_http_openmetrics2021-11-24, by Kim Alvefur
-
mod_smacks: Optimize scheduling of ack requests2021-11-24, by Kim Alvefur
-
mod_smacks: Refactor ack requesting to avoid some timer roundtrips2021-11-24, by Kim Alvefur
-
mod_smacks: Fix timer lifetimes to follow session instead of module2021-11-24, by Kim Alvefur
-
mod_smacks: Clean up compat code etc2021-11-24, by Kim Alvefur
-
mod_smacks: Import from prosody-modules @ eb63890ae8fc2021-11-16, by Kim Alvefur
-
mod_external_services: Warn about missing recommended fields2021-11-24, by Kim Alvefur
-
mod_admin_shell: Factor out simple function in module:info for reuse2021-11-24, by Kim Alvefur
-
mod_admin_shell: List collected metrics in module:info2021-11-24, by Kim Alvefur
-
mod_admin_shell: List net providers in module:info2021-11-23, by Kim Alvefur
-
mod_http_openmetrics: Imported from prosody-modules mod_prometheus @df2246b150752021-11-24, by Matthew Wild
-
mod_csi_simple: Skip initiating flush in all but inactive state2021-11-20, by Kim Alvefur
-
mod_csi_simple: Early return on client activity while flushing buffer2021-11-20, by Kim Alvefur
-
mod_csi_simple: Allow some straggler traffic after flushing buffer2021-11-20, by Kim Alvefur
-
util.prosodyctl.check: Highlight inconsistency of AAAA records and use_ipv6=false2021-11-20, by Kim Alvefur
-
util.prosodyctl.check: Respect use_ipv4/v6 in proxy65 check2021-11-20, by Kim Alvefur
-
util.prosodyctl.check: Take IPv6 support in LuaSocket into account2021-11-20, by Kim Alvefur
-
net.server_epoll: Fix streaming downloads (thanks Menel)2021-11-19, by Kim Alvefur
-
core.moduleapi: Fix name of renamed API in log message2021-11-18, by Kim Alvefur
-
net.server_epoll: Try harder to avoid reentrant opportunistic writes2021-11-18, by Kim Alvefur
-
mod_csi_simple: Skip flushing of empty buffer2021-11-18, by Kim Alvefur
-
mod_csi_simple: Fire event when flushing due to client activity2021-11-17, by Kim Alvefur
-
mod_admin_shell: Return counts of shown vs total from new table views2021-11-16, by Kim Alvefur
-
mod_csi_simple: Detach cleanly from sessions if unloaded while flushing2021-11-16, by Kim Alvefur
-
MUC: Actually set the new affiliation data if it was previously empty2021-11-16, by Matthew Wild
-
mod_csi_simple: Only act in inactive mode to prevent infinite recursion2021-11-16, by Kim Alvefur
-
mod_csi_simple: Unlock writes after event, to allow things to be queued2021-11-16, by Kim Alvefur
-
MUC: Include old affiliation data in affiliation change event2021-11-16, by Matthew Wild
-
MUC: Add room:set_affiliation_data()2021-11-16, by Matthew Wild
-
MUC: Set .previous_affiliation = "none" if nil, for consistency with .affiliation2021-11-16, by Matthew Wild
-
MUC: Fix incorrect variable name (thanks luacheck)2021-11-16, by Matthew Wild
-
MUC: Switch to event.allowed signaling to block event, matching muc-pre-set-role2021-11-16, by Matthew Wild
-
MUC: Add 'muc-pre-set-affiliation' event, allowing to block change or modify data2021-11-16, by Matthew Wild
-
MUC: Add option to include form in registration query2021-11-15, by Matthew Wild
-
mod_admin_shell: Handle absence of connection in security column (thanks arcseconds)2021-11-15, by Kim Alvefur
-
mod_pubsub: Fix traceback in disco of non-existent node (thanks Martin)2021-11-13, by Kim Alvefur
-
net.connect: Prefer last connection error over last resolver error2021-11-13, by Kim Alvefur
-
util.prosodyctl.shell: Bring back banner set from config!2021-11-12, by Kim Alvefur
-
net.connect: Propagate last error message from resolvers2021-11-12, by Kim Alvefur
-
s2smanager: Fire s2s-destroyed event to mirror s2s-created2021-11-12, by Matthew Wild
-
mod_c2s: Disconnect user sessions on a role change event2021-11-12, by Matthew Wild
-
usermanager: Fire user-roles-changed event when updating roles of a local user2021-11-12, by Matthew Wild
-
util.human.io: Use UTF-8-aware length check in padding functions2021-11-12, by Kim Alvefur
-
util.human.io: Fix cutting of UTF-8 into pieces2021-11-12, by Kim Alvefur
-
util.human.io: Trim any broken UTF-8 from ellipsis2021-11-12, by Kim Alvefur
-
util.human.io: Factor out ellipsis function2021-11-12, by Kim Alvefur
-
util.human.io: Support specifying column defaults in tables2021-11-12, by Kim Alvefur
-
util.human.io: Pass nil to cell mapper to signal missing value2021-11-12, by Kim Alvefur
-
mod_admin_shell: Respect metatables in output serialization2021-11-12, by Kim Alvefur
-
util.prosodyctl.shell: Allow setting custom prompt (admin_shell_prompt)2021-11-11, by Matthew Wild
-
mod_admin_shell: Specify a width for cert column2021-11-10, by Kim Alvefur
-
mod_admin_shell: Indicate bi-directional s2s connections2021-11-10, by Kim Alvefur
-
mod_admin_shell: Allow passing columns as a string for convenience2021-11-10, by Kim Alvefur
-
mod_admin_shell: Optionally group session listings by host when not included as column2021-11-10, by Kim Alvefur
-
mod_admin_shell: New table based implementation of c2s and s2s:show()2021-11-10, by Kim Alvefur
-
prosodyctl: Fix weird indentation2021-11-06, by Kim Alvefur
-
doap: Bump XEP-0313 version for going Stable2021-11-03, by Kim Alvefur
-
mod_pubsub: Return proper errors for disco queries on nodes2021-11-01, by Kim Alvefur
-
util.dataforms: Encode size attributes as integers in XEP-0221 media element2021-10-28, by Kim Alvefur
-
util.dataforms: Ensure larger integers are serialized as such2021-10-28, by Kim Alvefur
-
util.dataforms: Scope integer handling tests2021-10-26, by Kim Alvefur
-
util.dataforms: Turn number values into timestamps for datetime fields2021-10-26, by Kim Alvefur
-
util.dataforms: Coerce number values for boolean fields2021-10-26, by Kim Alvefur
-
mod_muc_mam: Use util.dataforms timestamp validation2021-10-26, by Kim Alvefur
-
mod_mam: Use util.dataforms timestamp validation2021-10-26, by Kim Alvefur
-
util.dataforms: Add support for datetime field types via XEP-01222021-10-25, by Kim Alvefur
-
mod_http_file_share: Move number coercion into util.dataforms2021-10-25, by Kim Alvefur
-
mod_admin_adhoc: Move number coercion into util.dataforms2021-10-25, by Kim Alvefur
-
ejabberd2prosody.lua: fix MUC subject conversion with appropriate destructuring2021-10-26, by arcseconds
-
util.startup: Understand -h, -? as --help in prosodyctl but ignore2021-10-25, by Kim Alvefur
-
util.startup: Show brief usage on `prosody -h|-?|--help`2021-10-25, by Kim Alvefur
-
mod_c2s,etc: Identify stanza object with appropriate function2021-10-24, by Kim Alvefur
-
mod_s2s: Fix logging of <stream:error> consistency with other mods2021-10-24, by Kim Alvefur
-
util.startup: Skip config readability check in migrator (thanks eTaurus)2021-10-23, by Kim Alvefur
-
mod_http_file_share: Silence luacheck warning2021-10-23, by Kim Alvefur
-
mod_http_file_share: Clean up incomplete uploads2021-10-22, by Kim Alvefur
-
doap: Make note about missing 'restartlogic' from XEP-02062021-10-21, by Kim Alvefur
-
doap: Update versions of XEP-01782021-10-21, by Kim Alvefur
-
doap: Update versions of XEPs2021-10-21, by Kim Alvefur
-
doap: Fill in missing XEP versions2021-10-21, by Kim Alvefur
-
mod_s2s: Don't pass unknown hostnames as stats label2021-10-21, by Kim Alvefur
-
net.server_epoll: Process all queued events from epoll before timers2021-10-21, by Kim Alvefur
-
mod_http_file_share: Allow 'Authorization' header via CORS (thanks kawaii)2021-10-20, by Kim Alvefur
-
mod_pubsub,mod_pep: Advertise maximum number of items via XEP-01222021-10-20, by Kim Alvefur
-
mod_pubsub: Prevent max_items from being set to zero2021-10-20, by Kim Alvefur
-
mod_pubsub,mod_pep: Implement 'send_last_published_item' option #14362021-10-19, by Kim Alvefur
-
mod_http_file_share: return 401 instead of 403 if authentication failed2021-10-19, by Jonas Schäfer
-
mod_auth_cyrus: Remove (move to community modules)2021-10-17, by Kim Alvefur
-
doap: Update XEP-0280 version, it's now Stable2021-10-13, by Kim Alvefur
-
mod_admin_shell: Show HTTP base-URLs in module:info()2021-10-13, by Kim Alvefur
-
ejabberd2prosody: Don't import disabled or empty passwords2021-10-13, by Matthew Wild
-
mod_mimicking: Correctly hook the *global* user-deleted event2021-10-12, by Kim Alvefur
-
util.startup: Only ask if 'prosodyctl' was meant instead of 'prosody' (fix #1692)2021-10-12, by Kim Alvefur
-
Merge 0.11->trunk2021-10-12, by Kim Alvefur
-
util.argparse: Add test for #16912021-10-12, by Kim Alvefur
-
util.argparse: Tests2021-10-12, by Kim Alvefur
-
prosody2ejabberd: Check for iteration count at position 62021-10-07, by Matthew Wild
-
ejabberd2prosody: Convert SCRAM iteration count to number (thanks arcseconds)2021-10-07, by Matthew Wild
-
mod_storage_xep0227: Add scram-credentials to user element rather than server2021-09-22, by Matthew Wild
-
net.server_epoll: Prevent starttls on direct TLS connections2021-10-05, by Kim Alvefur
-
CHANGES: Add mod_auth_ldap2021-10-05, by Kim Alvefur
-
mod_auth_ldap: Import from prosody-modules rev f524529111872021-10-05, by Kim Alvefur
-
mod_carbons: Advertise following of recommended rules (closes #1486)2021-10-05, by Kim Alvefur
-
mod_s2s_auth_certs: Collect stats on validation results (for #975)2021-10-05, by Kim Alvefur
-
mod_csi_simple: Provide custom set of timing buckets2021-10-05, by Kim Alvefur
-
util.prosodyctl.check: Add two known globals from mod_http2021-10-03, by Kim Alvefur
-
Merge 0.11->trunk2021-09-30, by Kim Alvefur
-
mod_admin_shell: Allow passing an exit code to server:shutdown()2021-09-30, by Kim Alvefur
-
mod_posix: Exit with non-zero status code on problems2021-09-30, by Kim Alvefur
-
util.startup: Allow separate command line argument settings for prosody and prosodyctl2021-09-30, by Kim Alvefur
-
prosodyctl: Add support for -v/--verbose to enable debug logging2021-09-30, by Kim Alvefur
-
prosodyctl: Add alternate XMPP Blackbox Exporter connectivity check2021-09-30, by Kim Alvefur
-
prosodyctl: Use HTTP client in promise mode for connectivity check2021-09-30, by Kim Alvefur
-
core.moduleapi: Ensure module:send_iq() handler priority over mod_iq2021-09-24, by Kim Alvefur
-
core.moduleapi: Enable full JID origin queries with module:send_iq()2021-09-24, by Kim Alvefur
-
core.moduleapi: Filter out unrelated direct replies to module:send_iq2021-09-24, by Kim Alvefur
-
mod_http_errors: Make it easier to override 'http-message' handler2021-09-24, by Kim Alvefur
-
mod_mam: Merge main and RSM-specific log message here too2021-09-23, by Kim Alvefur
-
mod_muc_mam: Fix reference to "user" in debug message copied from mod_mam2021-09-23, by Kim Alvefur
-
mod_muc_mam: Merge main and RSM-specific log message into a single one2021-09-23, by Kim Alvefur
-
mod_muc_mam: Fix copypaste mistake in debug logging2021-09-23, by Kim Alvefur
-
mod_message: Fire event for groupchat messages sent to bare JID2021-09-22, by Matthew Wild
-
net.server_epoll: Separate handling of "closed" from other errors2021-09-22, by Kim Alvefur
-
net.server_epoll: Skip attempt to flush write buffer when not connected2021-09-22, by Kim Alvefur
-
Merge 0.11->trunk2021-09-20, by Kim Alvefur
-
net.server_epoll: Add a hard deadline on shutdown to extra-fix #1670 0.112021-09-20, by Kim Alvefur
-
net.server_epoll: Close sockets added after shutdown signal (fixes #1670) 0.112021-09-20, by Kim Alvefur
-
mod_bosh: Fix typo in comment2021-09-19, by Kim Alvefur
-
mod_register_limits: Reword some options2021-09-19, by Kim Alvefur
-
MUC: Reject full JID in affiliation queries2021-09-17, by Kim Alvefur
-
net.server_epoll: Fix indentation messed up in last merge2021-09-17, by Kim Alvefur
-
net.server_epoll: Don't immediately destroy upon getting closed on read2021-09-15, by Kim Alvefur
-
mod_pubsub: Advertise support for 'max' as value for max_items2021-09-15, by Kim Alvefur
-
mod_http_file_share: Fix measuring how long periodic task take2021-09-14, by Kim Alvefur
-
util.prosodyctl.check: Suggest replacing 'use_libevent' with 'network_backend'2021-09-14, by Kim Alvefur
-
util.prosodyctl.check: Nudge towards plural port options2021-09-14, by Kim Alvefur
-
util.prosodyctl.check: Fix to not treat some options as misplaced2021-09-13, by Kim Alvefur
-
util.prosodyctl.check: Suggest replacements for deprecated options #16842021-09-13, by Kim Alvefur
-
mod_message: Clarify purpose of username field in offline message event2021-09-12, by Kim Alvefur
-
mod_carbons: Reduce line count using new util.stanza attr method2021-09-12, by Kim Alvefur
-
mod_mam: Reduce line count using new util.stanza attr method2021-09-12, by Kim Alvefur
-
mod_http_file_share: Measure current total usage2021-09-12, by Kim Alvefur
-
net.server_epoll: Try to make port number related methods sane2021-09-12, by Kim Alvefur
-
doap: Remove entry that confused XEP-0277 with XEP-02272021-09-12, by Kim Alvefur
-
doap: Mention mod_storage_xep02272021-09-12, by Kim Alvefur
-
doap: Specify version of XEP-0227 used2021-09-12, by Kim Alvefur
-
mod_storage_xep0227: Update for XEP-0227 r1.1: Support for SCRAM, MAM, PEP2021-09-12, by Matthew Wild
-
util.set: Add :contains_set() method2021-09-12, by Matthew Wild
-
util.array: Add :slice() method + tests2021-09-12, by Matthew Wild
-
util.stanza: Add :get_child_with_attr() + tests2021-09-12, by Matthew Wild
-
mod_pubsub/pubsub.lib: Export config forms for use by other modules2021-09-11, by Matthew Wild
-
mod_http_file_share: Fix traceback in global quota debug logging (thanks Martin)2021-09-12, by Kim Alvefur
-
util.prosodyctl.check: Remove stray debug print()2021-09-12, by Kim Alvefur
-
util.prosodyctl.check: Ignore unused "ok" variable [luacheck]2021-09-11, by Kim Alvefur
-
mod_http_file_share: Add optional global quota on total storage usage2021-09-11, by Kim Alvefur
-
util.prosodyctl.check: Refuse to do ojn test unless prosody is running2021-09-11, by Kim Alvefur
-
prosodyctl: Add external connectivity check based on observe.jabber.network2020-05-06, by Jonas Schäfer
-
mod_c2s: Rename Direct TLS listener 'c2s_direct_tls' for clarity2021-09-09, by Kim Alvefur
-
util.prosodyctl.check: Add TODO about replacements for deprecated settings2021-09-09, by Kim Alvefur
-
util.prosodyctl.check: Check for server-to-server Direct TLS records2021-09-09, by Kim Alvefur
-
mod_s2s: Rename Direct TLS listener 's2s_direct_tls'2021-09-09, by Kim Alvefur
-
mod_s2s: Add a Direct TLS listener2021-08-10, by Kim Alvefur
-
mod_s2s: Handle connections having TLS from the start2021-08-10, by Kim Alvefur
-
mod_s2s: Factor out procedure for newly encrypted sessions2021-08-10, by Kim Alvefur
-
mod_bosh,mod_websocket: Make into global-shared modules (...again)2021-06-21, by Kim Alvefur
-
mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 (thanks mjk)2021-09-06, by Kim Alvefur
-
mod_pubsub: Move reversal of item order in <items>2021-09-05, by Kim Alvefur
-
mod_pubsub: Add support for limiting result size #16082021-09-05, by Kim Alvefur
-
util.pubsub: Add support for limiting number of items to retrieve2021-09-05, by Kim Alvefur
-
mod_tls: Attempt STARTTLS on outgoing unencrypted legacy s2s connections2021-09-01, by Kim Alvefur
-
mod_storage_internal: Stop storing XEP-0091 timestamp2021-09-04, by Kim Alvefur
-
net.server_select: Deprecate and warn about it2021-09-03, by Kim Alvefur
-
net.server: Pikc server_epoll as unconditional default2021-09-03, by Kim Alvefur
-
net.server: Fall back to default backend from libevent instead of always select2021-09-03, by Kim Alvefur
-
net.server_epoll: Prevent removed timers from being readded2021-08-31, by Kim Alvefur
-
mod_mam: Suppress offline message broadcast for MAM clients2021-08-31, by Kim Alvefur
-
mod_mam: Only check for locally generated stanza-ids2021-08-31, by Kim Alvefur
-
mod_mam: Explain behavior with absent mod_offline in a comment2021-08-31, by Kim Alvefur
-
mod_mam: "Handle" messages that have been archived in the absense of mod_offline2020-06-25, by Kim Alvefur
-
mod_external_services: Factor out public function for converting to XML2021-08-30, by Kim Alvefur
-
mod_external_services: Factor out public function returning current services2021-08-29, by Kim Alvefur
-
mod_external_services: Filter services by requested credentials using a Set2021-08-30, by Kim Alvefur
-
mod_external_services: Validate required attributes on credentials requests2021-08-29, by Kim Alvefur
-
Merge 0.11->trunk2021-08-31, by Kim Alvefur
-
Merge 0.11->trunk2021-08-30, by Kim Alvefur
-
net.http: fail open if surrounding code does not configure TLS2021-08-29, by Jonas Schäfer
-
Merge 0.11->trunk2021-08-26, by Matthew Wild
-
mod_c2s: Indicate stream secure state in error text when no stream features to offer 0.112021-07-06, by Matthew Wild
-
usermanager, mod_authz_internal: Add methods to fetch users/JIDs of given role2021-08-26, by Matthew Wild
-
mod_muc_mam: Omit queryid attribute from <fin/>2021-08-06, by Holger Weiss
-
net.server_epoll: Split, attempt to clarify dirty noise message2021-08-16, by Kim Alvefur
-
mod_c2s,mod_s2s: Fire event just before writes2021-08-16, by Kim Alvefur
-
net.server: Add a predrain callaback just before writes2021-08-16, by Kim Alvefur
-
mod_s2s: Fire 's2s-ondrain' event, mirroring mod_c2s2021-08-16, by Kim Alvefur
-
core.storagemanager: Respect archive ids issued by storage drivers in tests2021-08-15, by Kim Alvefur
-
net.server_epoll: Improve efficiency of opportunistic writes2021-08-14, by Kim Alvefur
-
mod_disco: Send XEP-0115 caps in s2s stream features2021-08-12, by Kim Alvefur
-
mod_admin_shell: Keep unrestricted environment for session lifetime2021-08-11, by Kim Alvefur
-
mod_limits: Extend unlimited_jids to s2s sessions (for Ge0rG)2021-07-29, by Kim Alvefur
-
mod_limits: Factor out function for disabling limits allowing use from shell2021-07-29, by Kim Alvefur
-
mod_bosh: Add todo to use util.session to create session object2021-07-29, by Kim Alvefur
-
mod_pubsub: Update callbacks on reload to more completely refresh config2021-07-29, by Kim Alvefur
-
migrator: Silence assert in core.moduleapi2021-07-29, by Kim Alvefur
-
migrator: Use parsed command line flags already parsed by util.startup2021-07-29, by Kim Alvefur
-
migrator: Trick net.server into thinking the config is loaded2021-07-29, by Kim Alvefur
-
migrator: Customise startup sequence to fix #1673 (Thanks acidsys)2021-07-29, by Kim Alvefur
-
Fix various spelling errors (thanks codespell)2021-07-26, by Kim Alvefur
-
mod_pubsub: Update configuration on reload (fixes #1382)2021-07-25, by Kim Alvefur
-
mod_pubsub: Silence warning about 'service' as argument [luacheck]2021-07-25, by Kim Alvefur
-
mod_pep: Remove now unused util.cache import2021-07-25, by Kim Alvefur
-
util.pubsub: Signal that 'persistent-items' is unsupported when disabled2021-07-22, by Kim Alvefur
-
mod_pep: Remove use of RLU cache when persist_items was set to false2021-07-21, by Kim Alvefur
-
util.pubsub: Fix behavior of persist_items disabled2021-07-22, by Kim Alvefur
-
mod_pubsub: Explicitly enable persistence by default to preserve behavior2021-07-21, by Kim Alvefur
-
util.pubsub: Handle absence of node data interface2021-07-21, by Kim Alvefur
-
mod_pubsub: Remove publisher field when not exposing publisher2021-07-25, by Kim Alvefur
-
mod_pubsub: Normalize 'publisher' JID2021-07-25, by Kim Alvefur
-
scansion tests: Enable 'expose_publisher' since we test for it2021-07-25, by Kim Alvefur
-
mod_pubsub: Respect 'expose publisher' setting in item retrieval2021-07-25, by Kim Alvefur
-
mod_pubsub: Fix inclusion of publisher (fixes #1399)2019-05-01, by Kim Alvefur
-
Merge 0.11->trunk2021-07-23, by Kim Alvefur
-
MUC: Skip adding to history when it's set to zero2021-07-19, by Kim Alvefur
-
net.resolvers.service: Only do DANE with secure SRV records2021-07-18, by Kim Alvefur
-
core.certmanager: Support 'use_dane' setting to enable DANE support2021-07-18, by Kim Alvefur
-
Revert 926d53af9a7a: Restore DANE support2021-07-18, by Kim Alvefur
-
mod_s2s: Clone 'extra' data to let resolvers add more to it2021-07-18, by Kim Alvefur
-
editorconfig: We use tabs2021-07-18, by Kim Alvefur
-
mod_s2s: Handle measurement where the local host is unknown2021-07-18, by Kim Alvefur
-
mod_s2s: Guard against missing 'to' on incoming stream2021-07-18, by Kim Alvefur
-
net.server_epoll: Fix traceback-causing typo2021-07-18, by Kim Alvefur
-
net.server_epoll: Ensure timeouts match epoll flags2021-07-17, by Kim Alvefur
-
net.server_epoll: Skip reset of read timeout when not reading2021-07-17, by Kim Alvefur
-
net.server_epoll: Reduce timer churn during TLS handshake2021-07-17, by Kim Alvefur
-
net.server_epoll: Use only fatal "write" timeout during TLS negotiation2021-07-16, by Kim Alvefur
-
net.server_epoll: Optimize concatenation of exactly 2 buffer chunks2021-07-16, by Kim Alvefur
-
net.server_epoll: Avoid allocating a buffer table for single writes2021-07-16, by Kim Alvefur
-
net.server_epoll: Optionally let go of buffers2021-07-16, by Kim Alvefur
-
net.server_epoll: Propagate returns from opportunistic writes2021-07-15, by Kim Alvefur
-
net.server_epoll: Set minimum wait time to 1ms, matching epoll2021-07-14, by Kim Alvefur
-
prosodyctl: Add a note about checking the order of listed commands2021-07-14, by Kim Alvefur
-
prosodyctl: Add cert to command listing2021-07-14, by Kim Alvefur
-
prosodyctl: Add 'shell' to command listing2021-07-14, by Kim Alvefur
-
prosodyctl: Add 'check' to command listing (fixes #1622)2021-05-30, by Kim Alvefur
-
net.server_epoll: Add setting for disabling the Nagle algorithm2021-07-14, by Kim Alvefur
-
net.server_epoll: Support setting keepalive idle time2021-07-14, by Kim Alvefur
-
net.server_epoll: Add way to enable TCP keeplives on all connections2021-07-14, by Kim Alvefur
-
net.server_epoll: Add an (empty) method for setting socket options2021-07-14, by Kim Alvefur
-
net.server_epoll: Log failures to set socket options2021-07-14, by Kim Alvefur
-
mod_s2s: Don't close connections on reload2021-07-14, by Kim Alvefur
-
mod_s2s: Close connections attached to a host being deactivated2021-07-14, by Kim Alvefur
-
mod_s2s: Vary log level by remote stream error2021-07-14, by Kim Alvefur
-
tools/jabberd14sql2prosody: Tweak wording in comments2021-07-13, by Kim Alvefur
-
tools/xep227toprosody: Tweak wording in comments2021-07-13, by Kim Alvefur
-
mod_dialback: Tweak wording in a comment2021-07-13, by Kim Alvefur
-
mod_s2s: Remove connection timeout once it's no longer needed2021-07-13, by Kim Alvefur
-
net.server_epoll: Call onconnect immediately after TLS handshake completion2021-07-13, by Kim Alvefur
-
net.server_epoll: Refactor immediate TLS handshake start2021-07-13, by Kim Alvefur
-
net.server_epoll: Keep socket registered in epoll trough TLS wrapping2021-07-13, by Kim Alvefur
-
net.server_epoll: Use TLS handshake timeout after initiating handshake2021-07-13, by Kim Alvefur
-
net.server_epoll: Start TLS handshake immediately on newly accepted connections2021-07-13, by Kim Alvefur
-
net.server_epoll: Factor out TLS initialization into a method2021-07-13, by Kim Alvefur
-
net.server_epoll: Fix typo2021-07-13, by Kim Alvefur
-
mod_s2s: Log debug message on attempted close of an connectionless session2021-07-11, by Kim Alvefur
-
mod_s2s: Drop level of indentation by inverting a condition and early return2021-07-11, by Kim Alvefur
-
mod_s2s: Use module API to fire events2021-07-11, by Kim Alvefur
-
scansion tests: Allow specifying network settings via environment variable2021-07-11, by Kim Alvefur
-
scansion tests: Allow specifying network backend via environment variable2021-07-11, by Kim Alvefur
-
net.server_epoll: Prevent stack overflow of opportunistic writes2021-07-11, by Kim Alvefur
-
mod_http_errors: Set status code 200 from root page2021-07-09, by Kim Alvefur
-
mod_http_errors: Add a Prosody logo to root page2021-07-09, by Kim Alvefur
-
mod_http_errors: Allow adding icons on error pages2021-07-09, by Kim Alvefur
-
net.http: Send entire HTTP request header as one write2021-07-08, by Kim Alvefur
-
net.server_epoll: Immediately attempt to read from newly accepted connections2021-07-08, by Kim Alvefur
-
net.server_epoll: Separate handling of new incoming and outgoing connections2021-07-08, by Kim Alvefur
-
net.server_epoll: Ensure timeout after closing2020-10-30, by Kim Alvefur
-
core.loggingmanager: Disable pretty printing when not connected to a tty2021-07-04, by Kim Alvefur
-
util.pposix: Bind isatty(3)2021-07-04, by Kim Alvefur
-
util.prosodyctl.check: Normalize away trailing dot in some messages too2021-07-04, by Kim Alvefur
-
util.prosodyctl.check: Normalize potential to form without trailing '.'2021-07-03, by Kim Alvefur
-
util.prosodyctl.check: Point out if A/AAAA exists despite disabled IPvX2021-07-03, by Kim Alvefur
-
util.prosodyctl.check: Warn if both use_ipv4 and use_ipv6 are set to false2021-07-03, by Kim Alvefur
-
util.prosodyctl.check: Silence IP protocol mismatches when disabled2021-07-03, by Kim Alvefur
-
Merge 0.11->trunk2021-07-03, by Kim Alvefur
-
util.format: Escape ASCII control characters also in extra arguments2021-07-03, by Kim Alvefur
-
util.format: Allow newlines but ensure following lines are indented2021-07-03, by Kim Alvefur
-
util.format: Fix missing backslash in pattern2021-07-03, by Kim Alvefur
-
util.prosodyctl.check: Reload unbound to ensure hosts.txt is ignored2021-07-03, by Kim Alvefur
-
util.format: Change formatting of nil values to avoid looking like XML2021-06-29, by Kim Alvefur
-
core.loggingmanager: Pretty-print logged XML snippets in console2021-06-29, by Kim Alvefur
-
util.stanza: Export pretty printing function2021-06-29, by Kim Alvefur
-
core.loggingmanager: Support passing log messages trough a filter2021-06-29, by Kim Alvefur
-
util.stanza: Simplify and make pretty-printing look nicer2020-11-07, by Kim Alvefur
-
util.stanza: Remove Windows "support" (disabling ANSI color pretty printing)2020-11-07, by Kim Alvefur
-
util.format: Escape ASCII control characters in output2021-06-15, by Kim Alvefur
-
util.dbuffer: Fix bugs, remove multi-char support (more complex than first thought)2021-06-29, by Matthew Wild
-
util.dbuffer: Add read_until() method2021-06-29, by Matthew Wild
-
util.prosodyctl.check: Collect options from all global plugins2021-05-27, by Kim Alvefur
-
util.prosodyctl.check: Format, sort option listings into canonical form2021-05-27, by Kim Alvefur
-
mod_admin_adhoc: Log who performs administrative actions2021-06-27, by Kim Alvefur
-
mod_admin_adhoc: Delete "Get User Password" command2021-06-27, by Kim Alvefur
-
mod_pubsub,mod_pep: Support "max" as 'pubsub#max_items'2021-06-09, by Kim Alvefur
-
util.dataforms: Define a integer + "max" datatype2020-09-18, by Kim Alvefur
-
core.stanza_router: Rename variable to be more specific2021-06-25, by Kim Alvefur
-
mod_external_services: Report overall status as a module status2021-06-21, by Kim Alvefur
-
mod_external_services: Validate items as they are added2021-06-21, by Kim Alvefur
-
mod_external_services: Also validate services added by other modules2021-06-21, by Kim Alvefur
-
mod_storage_sql: Fix for move of yes/no function (Thanks Kasim)2021-06-21, by Kim Alvefur
-
mod_s2s: Remove duplicate method call (thanks luacheck)2021-06-21, by Kim Alvefur
-
mod_s2s: Guard against LuaSec not returning TLS info here too2021-06-21, by Kim Alvefur
-
mod_c2s: Guard against LuaSec not returning TLS info (thanks Martin)2021-06-21, by Kim Alvefur
-
doap: Update XEP-0368 entry with mention of direct_tls_ports2021-06-20, by Kim Alvefur
-
CHANGES: Add Direct TLS support2021-06-20, by Kim Alvefur
-
mod_c2s: Log the same messages for Direct TLS as with starttls2021-06-20, by Kim Alvefur
-
mod_c2s: Update a comment to reflect Direct TLS2021-06-20, by Kim Alvefur
-
util.prosodyctl.check: Ensure that libunbound does not check hosts file2021-06-20, by Kim Alvefur
-
util.prosodyctl.check: Deprecate legacy_ssl related options2021-06-20, by Kim Alvefur
-
util.prosodyctl.check: Add support for checking Direct TLS SRV records2021-06-20, by Kim Alvefur
-
mod_c2s: Add a Direct TLS listener2021-06-20, by Kim Alvefur
-
util.prosodyctl.check: Fix for net.dns vs unbound API difference2021-06-20, by Kim Alvefur
-
util.prosodyctl.check: Add knowledge of the global-only 'use_ipv4' setting2021-06-20, by Kim Alvefur
-
mod_http_file_share: Update comment about x-frame-options2021-06-20, by Kim Alvefur
-
CHANGES: Add OpenMetrics changes to Statistics2021-06-19, by Kim Alvefur
-
mod_s2s: Bail if connection is destroyed after attempting to open stream2021-06-16, by Kim Alvefur
-
mod_c2s,mod_s2s: Collect stats on TLS versions and ciphers2021-06-15, by Kim Alvefur
-
mod_admin_shell: module:info: List 'items' that can be formatted easily2021-06-12, by Kim Alvefur
-
mod_admin_shell: module:info: Show friendlier name for known 'items'2021-06-12, by Kim Alvefur
-
mod_admin_shell: module:info: List provided 'items'2021-06-12, by Kim Alvefur
-
mod_admin_shell: module:info: Use existing host string representation2021-06-12, by Kim Alvefur
-
mod_admin_shell: module:info: List dependencies2021-06-12, by Kim Alvefur
-
mod_admin_shell: module:info: Show module status2021-06-12, by Kim Alvefur
-
mod_admin_shell: Add basic command that shows more info about loaded modules2021-06-12, by Kim Alvefur
-
util.openmetrics: Use pack from util.table, detect appropriate unpack for Lua 5.1 (thanks sups)2021-06-14, by Matthew Wild
-
mod_turn_external: Simple module to offer TURN(+STUN) via mod_external_services2021-01-21, by Kim Alvefur
-
core.portmanager: Also reload per-SNI certificates2021-06-10, by Kim Alvefur
-
core.portmanager: Reload direct TLS certificates after config reload2021-06-10, by Kim Alvefur
-
core.portmanager: Factor out base TLS context creation for reuse2021-06-10, by Kim Alvefur
-
net.server_epoll: Add missing method for changing TLS context2021-06-10, by Kim Alvefur
-
mod_http_file_share: Build list of measuring buckets for configured size limit2021-06-08, by Kim Alvefur
-
util.openmetrics: Prettify format of histogram buckets2021-06-07, by Kim Alvefur
-
net.server_epoll: Fix reporting of socket connect timeout2021-06-07, by Kim Alvefur
-
core.certmanager: Skip service certificate lookup for https client2021-05-27, by Kim Alvefur
-
core.portmanager: Fix race condition in initialization of SNI cert map2021-05-28, by Kim Alvefur
-
scansion: Really silence the certificates dir error2021-05-27, by Kim Alvefur
-
scansion: Silence an error from cert indexer due to missing certs dir2021-05-27, by Kim Alvefur
-
Merge 0.11->trunk2021-05-27, by Kim Alvefur
-
prosodyctl: Add 'limits' to known globals to warn about misplacing it 0.112021-05-27, by Kim Alvefur
-
core.modulemanager: Inherit mod_server_contact_info onto components #12702021-05-27, by Kim Alvefur
-
mod_server_contact_info: Generate properly escaped URIs from 'admins'2020-09-11, by Kim Alvefur
-
mod_server_contact_info: Apply JID normalization2020-09-11, by Kim Alvefur
-
prosodyctl: Reorganize help / command list2021-01-21, by Kim Alvefur
-
prosody.cfg.lua.dist: Replace use_libevent with network_backend2021-05-23, by Kim Alvefur
-
mod_tls: Add "support" for <failure> by closing gracefully2021-05-21, by Kim Alvefur
-
teal: Add type spec for util.signal2021-05-20, by Kim Alvefur
-
teal: Add type spec for util.ringbuffer2021-05-20, by Kim Alvefur
-
teal: Describe util.net.local_addresses() return type2021-05-20, by Kim Alvefur
-
teal: Add new util.hashes APIs2021-05-20, by Kim Alvefur
-
statsmanager: remove "legacy" wording2021-05-20, by Jonas Schäfer
-
util.stanza: add at_top helper2021-05-08, by Jonas Schäfer
-
mod_csi_simple: convert to use new metric interface for flush reasons2021-05-20, by Jonas Schäfer
-
prosody.cfg.lua.dist: Fix indentation to use tabs like the rest of the file2021-05-19, by Emmanuel Gil Peyrot
-
prosody: Close the state on exit (ie garbage-collect everything)2021-05-18, by Kim Alvefur
-
tools/cfgdump: Serialize individual (table) settings in stable order too2021-05-17, by Kim Alvefur
-
tools/cfgdump: Iterate in sort order to give stable output2021-05-17, by Kim Alvefur
-
mod_http_file_share: Handle out of bounds Range request2021-05-17, by Kim Alvefur
-
Merge 0.11->trunk2021-05-16, by Kim Alvefur
-
mod_pep: Remove obsolete node restoration code (now done by util.pubsub) 0.112021-05-16, by Kim Alvefur
-
mod_http_file_share: Support download resumption via Range requests2021-05-16, by Kim Alvefur
-
prosodyctl: Report OpenSSL version2021-05-11, by Kim Alvefur
-
util.hashes: Expose OpenSSL version2021-05-11, by Kim Alvefur
-
util.jwt: Use constant-time comparison with expected signature2021-05-13, by Matthew Wild
-
Merge 0.11->trunk2021-05-13, by Matthew Wild
-
util.xmppstream: Allow dynamically configuring the stanza size limit for a stream 0.112021-05-10, by Matthew Wild
-
MUC: Add support for advertising muc#roomconfig_allowinvites in room disco#info 0.112021-05-10, by Matthew Wild
-
mod_auth_internal_{plain,hashed}: Use constant-time string comparison for secrets 0.112021-05-10, by Matthew Wild
-
util.hashes: Add constant-time string comparison (binding to CRYPTO_memcmp) 0.112021-05-10, by Matthew Wild
-
mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza size limits 0.112021-05-07, by Matthew Wild
-
core.certmanager: Catch error from lfs2021-05-07, by Kim Alvefur
-
core.certmanager: Resolve certs path relative to config dir2021-05-07, by Kim Alvefur
-
core.portmanager: Use existing http_host for https SNI mapping2021-05-05, by Kim Alvefur
-
core.portmanager: Allow overriding expected SNI name per service2021-05-05, by Kim Alvefur
-
core.certmanager: Skip directly to guessing of key from cert filename2021-05-05, by Kim Alvefur
-
core.certmanager: Join paths with OS-aware util.paths function2021-05-05, by Kim Alvefur
-
core.certmanager: Build an index over certificates2021-04-10, by Kim Alvefur
-
core.certmanager: Check for complete filename2021-04-10, by Kim Alvefur
-
mod_tls: Fix order of debug messages and tls context creation2021-05-05, by Kim Alvefur
-
configure: Make ICU the default library for IDNA and JID normalization2020-07-12, by Kim Alvefur
-
net.http.server: Split out method for sending only the header2021-04-24, by Kim Alvefur
-
s2s et al.: Add counters for connection state transitions2021-04-21, by Jonas Schäfer
-
mod_s2s: Port to new OpenMetrics API2021-04-18, by Jonas Schäfer
-
mod_c2s: Port to new OpenMetrics API2021-04-18, by Jonas Schäfer
-
Statistics: Rewrite statistics backends to use OpenMetrics2021-04-18, by Jonas Schäfer
-
util.prosodyctl.shell: Fix for different location of unpack in Lua 5.12021-04-25, by Kim Alvefur
-
util.prosodyctl.shell: Fix for missing 'sep' arg to string.rep in Lua 5.12021-04-25, by Kim Alvefur
-
util.prosodyctl.shell: Allow calling console commands with fewer shell quotes2021-04-25, by Kim Alvefur
-
mod_tls: Bail out if session got destroyed while sending <proceed/>2021-04-15, by Kim Alvefur
-
core.sessionmanager: Add a dummy rawsend() method to resting sessions2021-04-15, by Kim Alvefur
-
mod_c2s: Fix traceback if session was destroyed while opening stream (thanks Ge0rG)2021-04-14, by Kim Alvefur
-
util.xmppstream: Send <?xml?> declaration in same call as stream open2021-04-14, by Kim Alvefur
-
core.statsmanager: Allow special "manual" value for statistics_interval2021-04-06, by Kim Alvefur
-
Merge 0.11->trunk2021-04-10, by Kim Alvefur
-
mod_saslauth: Don't throw errors in async code when connections are gone 0.112021-03-18, by tmolitor
-
core.statsmanager: Cover util.statistics work in processing measurement2021-04-06, by Kim Alvefur
-
core.hostmanager: Remove obsolete clearing of srv_hosts2021-04-06, by Kim Alvefur
-
mod_admin_shell: Remove obsolete checks related to s2sout.lib2021-04-06, by Kim Alvefur
-
mod_http_file_share: Include expiry time of the upload itself in token2021-04-05, by Kim Alvefur
-
mod_http_file_share: Include time of issuance in auth token2021-04-05, by Kim Alvefur
-
mod_http_file_share: Group related properties for readability2021-04-05, by Kim Alvefur
-
mod_http_file_share: Log error opening file for writing2021-04-05, by Kim Alvefur
-
mod_http_file_share: Fix logging of error opening file2021-04-05, by Kim Alvefur
-
MUC: Allow overriding occupant object from groupchat message event2021-03-25, by Kim Alvefur
-
net.server_epoll: Remove unnecessary luacheck annotations2021-04-01, by Kim Alvefur
-
mod_http_file_share: Include storage in prune time measurement2021-03-31, by Kim Alvefur
-
mod_http_file_share: Add internal command to check files consistency2021-03-28, by Kim Alvefur
-
util.datamapper: Fix spelling in tests2021-03-28, by Kim Alvefur
-
mod_http_file_share: Fix reporting of missing files2021-03-28, by Kim Alvefur
-
MUC: Report number of live rooms to statsmanager2021-03-28, by Kim Alvefur
-
mod_http_file_share: Report number of items in caches to statsmanager2021-03-28, by Kim Alvefur
-
util.prosodyctl: Install plugins for current Lua version2021-03-16, by Kim Alvefur
-
util.envload: Add basic test of envload()2021-03-26, by Kim Alvefur
-
util.datamapper: Revert one special attribute to longer form2021-03-26, by Kim Alvefur
-
util.datamapper: Use attribute convenience function throughout2021-03-26, by Kim Alvefur
-
util.promise: Switch order of parameters to join()2021-03-25, by Matthew Wild
-
util.promise: all()/all_settled() pass through non-promise values2021-03-25, by Matthew Wild
-
util.promise: Add join() convenience method2021-03-25, by Matthew Wild
-
util.promise: Add support for arbitrary keys in all()/all_settled()2021-03-25, by Matthew Wild
-
mod_message: Stop advertising offline message support (mod_offline does that)2021-03-24, by Kim Alvefur
-
util.datamapper: Don't include empty unwrapped arrays2021-03-23, by Kim Alvefur
-
util.datamapper: Add test coverage of unwrapped arrays of objects2021-03-23, by Kim Alvefur
-
util.datamapper: Fix error on attempt to coerce nil to something2021-03-23, by Kim Alvefur
-
mod_admin_shell: Sort timers by time in debug:timers()2021-03-23, by Kim Alvefur
-
mod_c2s: Log a debug message before closing due to c2s_timeout2021-03-23, by Kim Alvefur
-
util.datamapper: Deal with locally built stanzas missing xmlns2021-03-23, by Kim Alvefur
-
util.datamapper: Factor out conversion from any value to XML string2021-03-22, by Kim Alvefur
-
mod_authz_internal: Ignore unused argument for now [luachec]2021-03-22, by Kim Alvefur
-
usermanager: expose set_roles through API2021-03-22, by Jonas Schäfer
-
mod_authz_internal: add support for setting roles of a local user2021-03-22, by Jonas Schäfer
-
util.datamapper: Handle nested arrays or objects in arrays2021-03-22, by Kim Alvefur
-
util.datamapper: Fix to skip parsing wrapped arrays that aren't there2021-03-22, by Kim Alvefur
-
util.datamapper: Clear done TODO (arrays)2021-03-21, by Kim Alvefur
-
util.datamapper: Complete array building support2021-03-20, by Kim Alvefur
-
util.datamapper: Factor out handling of object properties for array reuse2021-03-20, by Kim Alvefur
-
util.datamapper: Finally implement support for parsing arrays2021-03-20, by Kim Alvefur
-
util.datamapper: Factor out extraction of the XML part to use2021-03-20, by Kim Alvefur
-
util.datamapper: Only get element name if there's an element2021-03-19, by Kim Alvefur
-
make: Magic trick for teal-src/*.tl -> ./*.lua2021-03-19, by Kim Alvefur
-
util.datamapper: Fix arrays nesting one level too deep2021-03-19, by Kim Alvefur
-
util.datamapper: Deal with type name changes in util.jsonschema2021-03-18, by Kim Alvefur
-
util.jsonschema: Rename types for improved readability2021-03-18, by Kim Alvefur
-
teal: Use new integer support in Teal 0.13.02021-03-18, by Kim Alvefur
-
util.datamapper: Limited support for unparsing simple arrays of strings2021-03-18, by Kim Alvefur
-
util.datamapper: Add initial support for parsing arrays2021-03-18, by Kim Alvefur
-
util.datamapper: Factor out common schema unpacking2021-03-14, by Kim Alvefur
-
util.datamapper: Separate extraction of xml from coercion to target type2021-03-14, by Kim Alvefur
-
util.datamapper: Use enum instead of mutually exclusive booleans2021-03-14, by Kim Alvefur
-
util.datamapper: Enumerated elements2021-03-12, by Kim Alvefur
-
util.datamapper: Some TODOs2021-03-09, by Kim Alvefur
-
util.datamapper: Add references with notes2021-03-09, by Kim Alvefur
-
util.datamapper: Add Copyright header2021-03-09, by Kim Alvefur
-
util.jsonschema: Add copyright-header2021-03-09, by Kim Alvefur
-
util.jsonschema: Restructure "type" keyword handling2021-03-09, by Kim Alvefur
-
util.jsonschema: Syntax tweak to not upset syntax highlighting2021-03-09, by Kim Alvefur
-
util.jsonschema: Implement "propertyNames"2021-03-09, by Kim Alvefur
-
util.jsonschema: Restructure handling of "properties" and "additionalProperties"2021-03-09, by Kim Alvefur
-
util.jsonschema: Fix "uniqueItems" prematurely declaring a match2021-03-09, by Kim Alvefur
-
util.jsonschema: Implement the "prefixItems" keyword2021-03-09, by Kim Alvefur
-
util.jsonschema: Implement the "contains" keyword2021-03-09, by Kim Alvefur
-
util.jsonschema: Allow a boolean as schema2021-03-09, by Kim Alvefur
-
util.jsonschema: Correct "items" keyword2021-03-09, by Kim Alvefur
-
util.datamapper: Add support for mapping of elements where only one attribute matters2021-03-07, by Kim Alvefur
-
util.datamapper: Add logic for "boolean" tags here the presence means true2021-03-07, by Kim Alvefur
-
util.datamapper: Invent extension for using tag name as value2021-03-06, by Kim Alvefur
-
util.datamapper: Add 'unparse' for turning tables into XML2021-03-06, by Kim Alvefur
-
util.datamapper: Library for extracting data from stanzas2021-03-06, by Kim Alvefur
-
util.jsonschema: Library for JSON Schema validation2021-03-06, by Kim Alvefur
-
make: Add target for building Teal sources2021-03-09, by Kim Alvefur
-
util: Add Teal interface definition files2021-03-09, by Kim Alvefur
-
util.gc: Fix check for Lua 5.42021-03-15, by Kim Alvefur
-
net.resolvers.basic: Fix completion condition when IPv6 is disabled2021-03-15, by Kim Alvefur
-
mod_pubsub: Include <pubsub> with unsubscribe reply2021-03-15, by Kim Alvefur
-
util.rsm: Correctly coerce integer value for <index> (fix #1642)2021-03-06, by Kim Alvefur
-
util.rsm: Increase test coverage2021-03-06, by Kim Alvefur
-
util.rsm: Improve readability using compacter stanza building API2021-03-06, by Kim Alvefur
-
mod_csi_simple: s/algoritm/algorithm/ [codespell]2021-03-05, by Kim Alvefur
-
core.storagemanager: s/Multilpe/Multiple/ [codespell]2021-03-05, by Kim Alvefur
-
util.prosodyctl.shell: Allow passing a single command as argument2021-03-05, by Kim Alvefur
-
util.prosodyctl.shell: Fix check for --quiet2021-03-05, by Kim Alvefur
-
net.resolvers.basic: Disable DANE for now, completely broken2021-03-03, by Kim Alvefur
-
net.resolvers.basic: Don't enable DANE with zero TLSA records2021-03-03, by Kim Alvefur
-
mod_s2s: Buffer stream error + stream closing tag2021-03-03, by Kim Alvefur
-
core.s2smanager: Set "direction" on destroyed sessions (fixes #1641)2021-03-03, by Kim Alvefur
-
mod_s2s: Check direction in bidi-aware style2021-03-03, by Kim Alvefur
-
doap: Add RFC 76732021-03-02, by Kim Alvefur
-
mod_s2s: Add config setting to enable DANE2021-03-02, by Kim Alvefur
-
net.connect: Add DANE support2021-03-02, by Kim Alvefur
-
net.server_epoll: Support for passing DANE TLSA data to LuaSec (0.8 needed)2019-09-29, by Kim Alvefur
-
core.portmanager: Log SNI hosts, services looked for2021-03-02, by Kim Alvefur
-
MUC: Add robot face test2021-03-02, by Kim Alvefur
-
mod_http: Consolidate handling of proxied connection details2021-02-27, by Kim Alvefur
-
net.http.server: Set request.ip so mod_http doesn't have to2021-02-27, by Kim Alvefur
-
Merge 0.11->trunk2021-02-27, by Kim Alvefur
-
mod_http_file_share: Skip removal of nothing2021-02-25, by Kim Alvefur
-
mod_http_file_share: Remove correct entries when not all expired files were deleted2021-02-25, by Kim Alvefur
-
mod_http_errors: Add some comments2021-02-25, by Kim Alvefur
-
mod_http_errors: Add some silly variations for the '/' page2021-02-25, by Kim Alvefur
-
mod_http_file_share: Fix traceback on missing file-type2021-02-24, by Kim Alvefur
-
mod_csi_simple: Add command to test importance algorithm on stream of stanzas2021-02-23, by Kim Alvefur
-
mod_http: Improve message for missing 'route'2021-02-23, by Kim Alvefur
-
mod_http: Warn if app is missing 'route'2021-02-21, by Kim Alvefur
-
mod_http_file_share: Allow credentials via CORS (needed for auth token)2021-02-23, by Kim Alvefur
-
mod_http: Allow modifying CORS header list via :provides API2019-12-30, by Kim Alvefur
-
mod_http: Allow setting the CORS credentials flag via :provides API2019-12-30, by Kim Alvefur
-
mod_http_errors: Style tweak2021-02-21, by Kim Alvefur
-
mod_http_file_share: Return a message from the base URL2021-02-21, by Kim Alvefur
-
mod_websocket: Use mod_http_errors html template #11722021-02-21, by Kim Alvefur
-
mod_bosh: Include warning if endpoint accessed insecurely (#1172)2021-02-21, by Kim Alvefur
-
mod_bosh: Use message template from mod_http_error2021-02-21, by Kim Alvefur
-
mod_http_errors: Add a highlighted warning to template2021-02-21, by Kim Alvefur
-
mod_http_errors: Add way to reuse the error page template2021-02-21, by Kim Alvefur
-
mod_http_errors: Minify CSS2021-02-18, by Kim Alvefur
-
Merge 0.11->trunk2021-02-18, by Kim Alvefur
-
mod_http: Optimize proxy IP check2021-02-18, by Kim Alvefur
-
mod_websocket: Inherit security status from http request2021-02-18, by Kim Alvefur
-
mod_http: Consider x-forwarded-proto from trusted proxies2021-02-18, by Kim Alvefur
-
Merge 0.11->trunk2021-02-18, by Kim Alvefur
-
mod_csi_simple: Fire event when flushing queue2021-02-16, by Kim Alvefur
-
mod_csi_simple: Set session state to 'flushing' while doing so2021-02-16, by Kim Alvefur
-
Merge 0.11->trunk2021-02-15, by Kim Alvefur
-
mod_http_file_share: Prevent attempt to upload again after completion2021-02-13, by Kim Alvefur
-
mod_http_file_share: Support sending 100 Continue2021-02-13, by Kim Alvefur
-
net.http.server: Don't pause early streaming uploads2021-02-13, by Kim Alvefur
-
net.http.server: Allow storing more than the parser in the session2021-02-12, by Kim Alvefur
-
net.http.server: Enable async during HTTP request handling (fixes #1487)2020-07-12, by Kim Alvefur
-
util.datamanager: Add basic tests2021-02-09, by Kim Alvefur
-
util.datamanager: Support iterating over any file extension2021-02-07, by Kim Alvefur
-
core.certmanager: Add comments explaining the 'verifyext' TLS settings2021-02-06, by Kim Alvefur
-
mod_s2s: Clarify comment about unused TLS settings2021-02-06, by Kim Alvefur
-
util.cache: Add test for :table (fails on Lua 5.1)2021-02-05, by Kim Alvefur
-
mod_admin_shell: Add help section with (top level) MUC commands2021-02-05, by Kim Alvefur
-
mod_admin_shell: Pretty-print HTTP endpoints in a human table2021-02-03, by Kim Alvefur
-
mod_admin_shell: Remove previous print() call2021-02-03, by Kim Alvefur
-
mod_admin_shell: List modules providing each HTTP endpoint2021-02-03, by Kim Alvefur
-
mod_admin_shell: List global HTTP endpoints by default2021-02-03, by Kim Alvefur
-
scansion tests: Give a title to HTTP Upload test2021-02-03, by Kim Alvefur
-
mod_c2s: Reflect stream 'from' attribute back if set (fix #1625)2021-02-03, by Kim Alvefur
-
util.xmppstream: Ensure stream 'id' is always present (fix #1626)2021-02-03, by Kim Alvefur
-
mod_http_file_share: Collect cache hit/miss statistics for downloads2021-02-02, by Kim Alvefur
-
mod_http_file_share: Measure how long it takes to prune expired files2021-02-02, by Kim Alvefur
-
mod_http_file_share: Collect statistics of files uploaded2021-02-02, by Kim Alvefur
-
mod_storage_sql: Implement map-like API for archives2021-02-01, by Kim Alvefur
-
storage: Test reverse-ordered queries2021-02-01, by Kim Alvefur
-
util.adhoc: Propagate error with producing initial initial data2021-01-31, by Kim Alvefur
-
adhoc.lib: Tweak to allow using util.error objects2021-01-31, by Kim Alvefur
-
mod_http_file_share: Reorder arguments2021-01-31, by Kim Alvefur
-
mod_http_file_share: Update cached value while it is reasonably fresh2021-01-31, by Kim Alvefur
-
mod_http_file_share: Cache quotas to avoid hitting storage2021-01-31, by Kim Alvefur
-
mod_http_file_share: Split out some variables for later reuse2021-01-31, by Kim Alvefur
-
mod_http_file_share: Add support for daily upload quotas.2021-01-31, by Kim Alvefur
-
mod_http_file_share: Add missing semicolon2021-01-31, by Kim Alvefur
-
CHANGES: Clarify what mod_mimicking does2021-01-30, by Kim Alvefur
-
mod_http_file_share: Clarify log message2021-01-30, by Kim Alvefur
-
doap: Fix off by 200 in RFC number2021-01-30, by Kim Alvefur
-
mod_tls: Ignore lack of STARTTLS offer only when s2s_require_encryption set2021-01-29, by Kim Alvefur
-
mod_tls: Attempt STARTTLS even if not advertised as per RFC 75902021-01-29, by Kim Alvefur
-
doap: Move comment into <implements> it comments on2021-01-29, by Kim Alvefur
-
mod_mam: Remove obsolete queryid attribute from tests2021-01-29, by Kim Alvefur
-
mod_mam: Remove obsolete 'queryid' attribute from iq-result (thanks paul)2021-01-29, by Kim Alvefur
-
mod_http_file_share: Indicate missing token via WWW-Authenticate header2021-01-29, by Kim Alvefur
-
mod_http_file_share: Clarify message about missing Authorization header2021-01-29, by Kim Alvefur
-
mod_http_file_share: Allow started uploads to complete after token expired2021-01-28, by Kim Alvefur
-
mod_http_file_share: Serve configurable set of safe mime types inline (thanks jonas’)2021-01-28, by Kim Alvefur
-
mod_http_file_share: Cache file metadata2021-01-28, by Kim Alvefur
-
mod_http_file_share: Extract all file properties into variables earlier2021-01-28, by Kim Alvefur
-
mod_http_file_share: Fix the obligatory misplaced closing bracket (thanks scansion)2021-01-27, by Kim Alvefur
-
mod_http_file_share: Insert pauses to avoid blocknig for long periods2021-01-27, by Kim Alvefur
-
mod_http_file_share: Add support for removing old files (default 2 weeks)2021-01-27, by Kim Alvefur
-
mod_http_file_share: More security headers2021-01-27, by Kim Alvefur
-
mod_http_file_share: Strip authorization type prefix a bit earlier2021-01-27, by Kim Alvefur
-
mod_http_file_share: Factor out function for generating full filename2021-01-27, by Kim Alvefur
-
mod_http_file_share: Use '.bin' file extension2021-01-27, by Kim Alvefur
-
mod_http_file_share: Validate file size early in HTTP PUT request2021-01-27, by Kim Alvefur
-
mod_http_file_share: Move Authorization type string2021-01-27, by Kim Alvefur
-
mod_http_file_share: Add some logging2021-01-27, by Kim Alvefur
-
mod_http_file_share: Handle content-type being optional2021-01-27, by Kim Alvefur
-
mod_http_file_share: Reject invalid file sizes2021-01-26, by Kim Alvefur
-
mod_http_file_share: Fix name of max-file-size tag2021-01-26, by Kim Alvefur
-
mod_http_file_share: Expand registry to fix extra tag2021-01-26, by Kim Alvefur
-
mod_http_file_share: Verify final file size on completion of upload2021-01-26, by Kim Alvefur
-
mod_http_file_share: Add file type filter2021-01-26, by Kim Alvefur
-
mod_http_file_share: Add file size limit (default 10M)2021-01-26, by Kim Alvefur
-
mod_http_file_share: Validate that filename does not contain '/'2021-01-26, by Kim Alvefur
-
mod_http_file_share: Return proper error if unauthorized2021-01-26, by Kim Alvefur
-
mod_http_file_share: Add basic access control2021-01-26, by Kim Alvefur
-
mod_http_file_share: Add support for external file upload service2021-01-26, by Kim Alvefur
-
mod_http_file_share: Let's write another XEP-0363 implementation2021-01-26, by Kim Alvefur
-
util.interpolation: Add test for #16232021-01-25, by Kim Alvefur
-
Merge 0.11->trunk2021-01-25, by Kim Alvefur
-
util.interpolation: Fix combination of filters and fallback values #1623 0.112021-01-25, by Kim Alvefur
-
util.startup: Make installer_plugin_path relative to data directory2021-01-24, by Kim Alvefur
-
util.startup: Don't create installer plugin path (as root)2021-01-24, by Kim Alvefur
-
util.prosodyctl.check: Recognise global options related to plugin installer2021-01-21, by Kim Alvefur
-
net.unbound: Fix to initialize under prosodyctl2021-01-21, by Kim Alvefur
-
prosodyctl: Add reference to #1602 (plugin installer docs) in comment2021-01-21, by Kim Alvefur
-
prosodyctl: Move message after condition2021-01-21, by Kim Alvefur
-
util.prosodyctl: Remove unused calculation [luacheck]2021-01-21, by Kim Alvefur
-
util.prosodyctl: Rename unused variable to '_' [luacheck]2021-01-21, by Kim Alvefur
-
prosodyctl: Fix copypaste oversight2021-01-21, by Kim Alvefur
-
util.prosodyctl: Always return exit code from luarocks2021-01-21, by Kim Alvefur
-
prosodyctl: Abort if no plugin source specified for the installer2021-01-21, by Kim Alvefur
-
prosodyctl: Move UI related calls out of util.prosodyctl2021-01-21, by Kim Alvefur
-
prosodyctl: Use luarocks status code as exit code2021-01-21, by Kim Alvefur
-
util.prosodyctl: Reword message to sound more natural2021-01-21, by Kim Alvefur
-
util.prosodyctl: Propagate status from luarocks invocation2021-01-21, by Kim Alvefur
-
util.prosodyctl: Use installer path prepared by util.startup2021-01-21, by Kim Alvefur
-
lint: Add initial semgrep config2021-01-18, by Kim Alvefur
-
util.datamanager: Fix not passing variables as format string to logger (thanks semgrep)2021-01-16, by Kim Alvefur
-
core.modulemanager: Fix resource location compat with LuaRocks 2.x2021-01-15, by Kim Alvefur
-
MUC: Allow modules to add to the room registration form, and handle the result2021-01-15, by Matthew Wild
-
doc/doap.xml: Fix attribute name2021-01-15, by Matthew Wild
-
mod_mam: Workaround scansion test flakyness2021-01-13, by Kim Alvefur
-
mod_storage_sql: Fix compatibilty with Lua 5.12021-01-13, by Kim Alvefur
-
mod_muc_mam: Copy extended MAM support from mod_mam2021-01-12, by Kim Alvefur
-
mod_mam: Advertise extended MAM when archive storage is capable2021-01-12, by Kim Alvefur
-
mod_mam: Allow querying by set of IDs2021-01-12, by Kim Alvefur
-
mod_storage_sql: Support query for set of IDs2021-01-12, by Kim Alvefur
-
mod_storage_internal: Support query for set of IDs2021-01-12, by Kim Alvefur
-
mod_storage_memory: Support query for set of IDs2021-01-12, by Kim Alvefur
-
storage tests: Add test for querying a set of IDs2021-01-12, by Kim Alvefur
-
mod_storage_internal: Add support for full ID range query2021-01-12, by Kim Alvefur
-
mod_storage_memory: Support full ID range queries2021-01-12, by Kim Alvefur
-
storage tests: Test querys with both before and after IDs2021-01-12, by Kim Alvefur
-
mod_mam: Add support for before-id and after-id fields2021-01-09, by Kim Alvefur
-
mod_storage_sql: Advertise support for id range query2021-01-09, by Kim Alvefur
-
mod_mam: Implement extended MAM metadata query2020-11-30, by Kim Alvefur
-
mod_mam: Add support for page flipping2020-11-30, by Kim Alvefur
-
mod_mam: Advertise extended MAM 0.7.x behind a feature flag2020-11-30, by Kim Alvefur
-
Merge 0.11->trunk2021-01-12, by Kim Alvefur
-
net.adns: Prevent empty packets from being sent on "connect" (fix #1619) 0.112021-01-12, by Kim Alvefur
-
Merge 0.11->trunk2021-01-08, by Kim Alvefur
-
util.timer: Ensure timers can't run more than once per tick (fixes #1620) 0.112021-01-08, by Kim Alvefur
-
mod_csi_simple,mod_carbons,mod_mam: Update comment about XEP-03532021-01-08, by Kim Alvefur
-
doap: XEP-0004 Multiple Items in Form Results is not supported2020-12-29, by Kim Alvefur
-
doap: LibExpat was used from the start and thus XEP-0044 supported2020-12-29, by Kim Alvefur
-
doap: util.dataforms first appeared in 0.4.02020-12-29, by Kim Alvefur
-
doap: Add removed status2020-12-29, by Kim Alvefur
-
doap: Specify exact Prosody version2020-12-29, by Kim Alvefur
-
mod_scansion_record: Flush after writes2021-01-08, by Matthew Wild
-
net.unbound: Delay loading until server has started or first query2021-01-05, by Kim Alvefur
-
net.unbound: Move libunbound initialization into a function2021-01-05, by Kim Alvefur
-
scansion: Allow specifying a logfile for prosody via environment2021-01-05, by Kim Alvefur
-
net.unbound: Allow tracing individual queries with a logger per query2021-01-05, by Kim Alvefur
-
net.unbound: Don't pass error as logger formatting string2021-01-05, by Kim Alvefur
-
net.unbound: Log net.server interactions2021-01-05, by Kim Alvefur
-
prosodyctl: Remove non-existant command from hidden commands2021-01-05, by Kim Alvefur
-
MUC: Reject probes from non-occupants2020-10-02, by JC Brand
-
MUC: Add support for presence probes (fixes #1535)2020-04-19, by JC Brand
-
doap: Use logo property from schema.org2021-01-02, by Kim Alvefur
-
doap: Apply XML canonicalization2021-01-02, by Kim Alvefur
-
doap: Link to the actual logo (thanks Link Mauve)2021-01-01, by Kim Alvefur
-
doap: Link to logo2021-01-01, by Kim Alvefur
-
mod_component: Distinguish missing stream @to from unknown local component (thanks Daniel_W)2020-12-18, by Kim Alvefur
-
net.server_epoll: Increase log level for error in callback2020-12-16, by Kim Alvefur
-
Merge 0.11->trunk2020-12-16, by Kim Alvefur
-
Merge 0.11->trunk2020-12-15, by Matthew Wild
-
MUC: Fix logic bug causing unnecessary presence to be sent, fixes #1615 (thanks damencho) 0.112020-12-15, by Matthew Wild
-
doap: Add XEP-0441, the preferences part broken out of XEP-03132020-12-13, by Kim Alvefur
-
doap: Add XEP-0297, used by XEP-0280, XEP-03132020-12-13, by Kim Alvefur
-
doap: Add XEP-0277 for use in mod_storage_0227 and tools/xep227toprosody.lua2020-12-13, by Kim Alvefur
-
doap: Not all of XEP-0133 commands are implemented2020-12-13, by Kim Alvefur
-
doap: XEP-0352 version bump to Draft (no changes)2020-12-13, by Kim Alvefur
-
doap: Add XEP-0059, RSM is used indirectly by XEP-03132020-12-13, by Kim Alvefur
-
doap: Add XEP-0044, Expat should be handling namespaces2020-12-13, by Kim Alvefur
-
Merge 0.11->trunk2020-12-11, by Kim Alvefur
-
net.http.errors: Add error class for DNS resolution failures (thanks SouL)2020-12-11, by Matthew Wild
-
util.error: Switch to util.debug traceback tables and remove display_tracebacks option2020-12-09, by Matthew Wild
-
util.error: Expose is_error on registry objects for convenience2020-12-09, by Matthew Wild
-
util.error: rename is_err() -> is_error()2020-12-09, by Matthew Wild
-
util.error: Add coerce and wrap methods to registry(?) objects2020-12-09, by Matthew Wild
-
net.http: track time of request for debug/stats purposes2020-12-09, by Matthew Wild
-
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep2020-12-08, by Kim Alvefur
-
doap: XEP-0048 is indirectly supported via XEP-0049 by mod_privacy2020-12-08, by Kim Alvefur
-
net.adns: Reduce 'Exhausted all servers' message to warning2020-12-08, by Matthew Wild
-
Update CHANGES and doap.xml for XEP-0421 support2020-11-24, by Matthew Wild
-
MUC: Merge mod_muc_occupant_id into a sub-module (thanks pep.!)2020-11-24, by Matthew Wild
-
Merge 0.11->trunk2020-11-23, by Kim Alvefur
-
mod_saslauth: Only advertise channel binding if a finished message is available 0.112020-11-23, by Kim Alvefur
-
mod_saslauth: Disable 'tls-unique' channel binding with TLS 1.3 (closes #1542) 0.112020-11-23, by Kim Alvefur
-
Merge 0.11->trunk2020-11-23, by Matthew Wild
-
util.promise: Use xpcall() for promise function to preserve tracebacks 0.112020-11-23, by Matthew Wild
-
mod_adhoc: Log commands provided at debug level2020-11-21, by Kim Alvefur
-
util.hashring: Normalize indentation to tabs2020-11-15, by Kim Alvefur
-
util.error: Remove a stray word from a comment2020-11-14, by Kim Alvefur
-
Merge 0.11->trunk2020-11-11, by Kim Alvefur
-
mod_disco: Add some spacing to improve readability and code navigation2020-11-10, by Kim Alvefur
-
util.prosodyctl.cert: Fix for prompt functions having moved to util.human.io2020-11-09, by Kim Alvefur
-
Merge 0.11->trunk2020-11-06, by Kim Alvefur
-
Merge 0.11->trunk2020-11-05, by Kim Alvefur
-
util.cache: Add __name to metatable2020-10-30, by Matthew Wild
-
tools.modtrace: Pass config to serialize()2020-10-30, by Matthew Wild
-
util.dbuffer: Add __name to metatable2020-10-30, by Matthew Wild
-
tools.modtrace: Library for tracing/debugging Lua module and method calls2020-10-30, by Matthew Wild
-
tools/form2table: Convert XEP-0004 dataform from XML to util.dataforms Lua format2020-10-28, by Kim Alvefur
-
tools/linedebug: Print each line of source executed2020-10-28, by Kim Alvefur
-
tools/cfgdump: Reads Prosody config file and pretty-prints it back out2020-10-28, by Kim Alvefur
-
tools/tb2err: Formats Lua traceback in errors.err format2020-10-28, by Kim Alvefur
-
Merge 0.11->trunk2020-10-28, by Matthew Wild
-
mod_pubsub: Comment on itemstore type2020-10-25, by Kim Alvefur
-
mod_pubsub: Clarify kind of item store created2020-10-25, by Kim Alvefur
-
mod_pubsub: Don't set store as metatable2020-10-25, by Kim Alvefur
-
net.http: Add support for streaming chunked/large responses2020-10-21, by Matthew Wild
-
net.http.parser: Expose 'partial', 'chunked' and 'body_length' on packets2020-10-21, by Matthew Wild
-
util.paths: Optimize path joining with few arguments2020-10-11, by Kim Alvefur
-
util_paths_spec: Trim trailing white space2020-10-17, by Kim Alvefur
-
util.paths: Add some tests2020-10-17, by Kim Alvefur
-
MUC: Remove XEP-0091: Legacy Delayed Delivery2020-10-17, by Kim Alvefur
-
mod_posix: Hook and fire events on SIGUSR1/22020-10-16, by Matthew Wild
-
Merge 0.11->trunk2020-10-16, by Matthew Wild
-
util.debug: Fix locals being reported under wrong stack frame in some cases (+tests!!) 0.112020-10-16, by Matthew Wild
-
Merge 0.11->trunk2020-10-15, by Kim Alvefur
-
util.sasl.scram: Use util.strbitop for XOR step2019-09-07, by Kim Alvefur
-
Merge 0.11->trunk2020-10-15, by Kim Alvefur
-
Merge 0.11->trunk2020-10-15, by Kim Alvefur
-
Merge 0.11->trunk2020-10-15, by Matthew Wild
-
net.websocket.frames: Add test for empty frame with MASK and key set 0.112020-10-15, by Matthew Wild
-
util.error: Pass through existing error objects passed to new()2020-10-15, by Matthew Wild
-
Merge 0.11->trunk2020-10-13, by Matthew Wild
-
net.http.server: Don't send Content-Length on 1xx/204 responses, per RFC (fixes #1596) 0.112020-10-13, by Matthew Wild
-
Merge 0.11->trunk2020-10-12, by Kim Alvefur
-
net.websocket.frames: Read buffer length correctly in Lua 5.1 (fix #1598) 0.112020-10-12, by Kim Alvefur
-
mod_http_errors: Remove 'extra' element when empty2020-10-12, by Kim Alvefur
-
mod_http_errors: Dark theme!2020-10-12, by Kim Alvefur
-
mod_http_errors: Use a class on extra data section2020-10-12, by Kim Alvefur
-
util.startup: Handle missing nparams field from debug info (not present in 5.1)2020-10-11, by Matthew Wild
-
core.modulemanager: Fix error if installer path missing2020-10-11, by Kim Alvefur
-
util.startup: Include arguments in function string representation2020-10-09, by Kim Alvefur
-
util.startup: Retrieve less data for function string representation2020-10-09, by Kim Alvefur
-
core.moduleapi: Return resource path from module:get_directory() (API BC)2020-10-09, by Kim Alvefur
-
core.modulemanager: Add compat for LuaRocks 2.x2020-10-07, by Kim Alvefur
-
core.moduleapi: Use resource path for :load_resource()2020-10-07, by Kim Alvefur
-
core.modulemanager: Locate resources of LuaRocks-installed modules2020-10-07, by Kim Alvefur
-
util.startup: Save the path used by the installer to prosody.paths2020-10-07, by Kim Alvefur
-
Merge 0.11->trunk2020-10-07, by Kim Alvefur
-
MUC: Preserve disco 'node' attribute (or lack thereof) in response (fix #1595) (thanks lessthan3) 0.112020-10-07, by Kim Alvefur
-
Merge 0.11->trunk2020-10-05, by Kim Alvefur
-
util.dependencies: Check for bitop library same way as net.websocket.frames (fixes #1594) 0.112020-10-05, by Kim Alvefur
-
util.startup: Fix startup failure if CFG_DATADIR is unset2020-10-05, by Kim Alvefur
-
util.startup: Re-enable installer path setup2020-10-05, by Kim Alvefur
-
util.startup: Put 'installer_plugin_path' under data directory by default2020-10-05, by Kim Alvefur
-
util.prosodyctl: Simplify luarocks invocation2020-10-05, by Kim Alvefur
-
util.prosodyctl: Get Luarocks server from config2020-10-05, by Kim Alvefur
-
util.prosodyctl: Move hardcoded luarocks server into prosodyctl2020-10-05, by Kim Alvefur
-
util.prosodyctl: Flip argument order2020-10-05, by Kim Alvefur
-
util.prosodyctl: Construct luarocks command line with templates2020-10-05, by Kim Alvefur
-
util.pluginloader: Look for module libs in mod_plugin/lib.lua2020-10-05, by Kim Alvefur
-
util.pluginloader: Look for top level mod_something.lua in luarocks-style tree2020-10-05, by Kim Alvefur
-
util.pluginloader: Extract Lua version once2020-10-05, by Kim Alvefur
-
MUC: Correct advertising of subject write access (really fixes #1155) 0.112020-10-04, by Kim Alvefur
-
util.xml: Fix float formatting of line and columns in error (on Lua 5.3+)2020-10-03, by Kim Alvefur
-
mod_bosh: Count connection attempts non-VirtualHost as "bad host" (stats)2020-10-03, by Kim Alvefur
-
Merge 0.11->trunk2020-10-03, by Kim Alvefur
-
mod_bosh: Ensure that stream is directed to a VirtualHost (fixes #425) 0.112020-10-03, by Kim Alvefur
-
mod_auth_anonymous: Add config option to allow/disallow storage writes2020-10-02, by Matthew Wild
-
make: Add way to run individual tests2020-10-02, by Kim Alvefur
-
Merge 0.11->trunk2020-09-30, by Matthew Wild
-
Merge 0.11->trunk2020-09-30, by Matthew Wild
-
util.indexedbheap: Fix heap datastructure corruption in :reschedule(smaller_value) 0.112020-09-30, by Waqas Hussain
-
Merge 0.11->trunk2020-09-29, by Matthew Wild
-
mod_websocket: Refactor frame validity checking, also check partially-received frames against constraints 0.112020-09-29, by Matthew Wild
-
net.websocket.frames: Additionally return partial frame if there is one 0.112020-09-29, by Matthew Wild
-
mod_websocket: Continue to process data already in the buffer after an error occurs 0.112020-09-28, by Matthew Wild
-
net.websocket.frames: Allow all methods to work on non-string objects 0.112020-09-17, by Matthew Wild
-
util.dbuffer: Fix :sub() not working with partially-consumed chunks (thanks Zash for test case) 0.112020-08-24, by Matthew Wild
-
util.error: Drop registry initialization with namespace as key2020-09-28, by Kim Alvefur
-
util.error: Expand compact registries into normal form internally2020-09-28, by Kim Alvefur
-
util.error: Add a "compact mode" for registries2020-09-28, by Kim Alvefur
-
CHANGES: Add util.error2020-09-28, by Kim Alvefur
-
util.error: Expose source and registry as fields on the registry object2020-09-28, by Kim Alvefur
-
util.error: Cover registry initialization in test2020-09-28, by Kim Alvefur
-
net.http.server: Default to HTTP result code 500 when promise is rejected2020-09-28, by Matthew Wild
-
util.error: Turns out <gone> wasn't alone, there's also <redirect>2020-09-27, by Kim Alvefur
-
util.error: Pass converted stanza errors throguh new()2020-09-26, by Kim Alvefur
-
util.serialization: Let freeze metamethod return a literal string2020-09-26, by Kim Alvefur
-
util.error: Collect Application-Specific Conditions from stanza errors2020-09-26, by Kim Alvefur
-
util.error: Add special case handling of <gone> with an URI2020-09-26, by Kim Alvefur
-
util.error: Default error originator to stanza sender2020-09-26, by Kim Alvefur
-
util.error: Extract error originator from stanza errors2020-09-26, by Kim Alvefur
-
util.stanza: Extract Application-Specific Condition from errors2020-09-26, by Kim Alvefur
-
spec.stanza spec: Split up util.error related tests2020-09-26, by Kim Alvefur
-
util.stanza: Support Application-Specific Conditions in util.error2020-09-26, by Kim Alvefur
-
util.stanza: Get 'by' from context instead2020-09-26, by Kim Alvefur
-
util.stanza: Support inclusion of <gone> URI from util.error object2020-09-26, by Kim Alvefur
-
util.stanza: Support getting 'by' from util.error object2020-09-26, by Kim Alvefur
-
util.stanza: Reorder code to prepare for extracting 'by' from util.error2020-09-26, by Kim Alvefur
-
util.error: Add well-known field 'extra'2020-09-26, by Kim Alvefur
-
util.error: Simplify error creation flow2020-09-25, by Matthew Wild
-
util.error: Switch coerce() to use new() and change 'native' to context field 'wrapped_error'2020-09-25, by Matthew Wild
-
util.error: Have init() return an object to allow API extensibility via additional methods2020-09-25, by Matthew Wild
-
util.error: Minor tweaks to error creation code to prepare for future changes2020-09-25, by Matthew Wild
-
util.error: Simplify error creation - remove ability to set context from templates, and remove default context2020-09-25, by Matthew Wild
-
util.error: Add unique 'instance_id' to error objects2020-09-25, by Matthew Wild
-
Merge 0.11->trunk2020-09-19, by Matthew Wild
-
util.startup: Configure the GC on startup, using the config or built-in defaults 0.112020-06-15, by Matthew Wild
Scroll all the way down to load more.