Software /
code /
prosody
Graph
-
prosody.cfg.lua.dist: Update s2s_secure_auth comment and default2022-02-14, by Matthew Wild
-
prosody.cfg.lua.dist: TURN configuration improvements and example2022-02-14, by Matthew Wild
-
prosody.cfg.lua.dist: Enable csi_simple by default2022-02-14, by Matthew Wild
-
usermanager, mod_saslauth: Default to internal_hashed if no auth module specified2022-02-10, by Matthew Wild
-
prosody.cfg.lua.dist: Remove require_encryption options2022-02-14, by Matthew Wild
-
core.certmanager: Turn soft dependency on LuaSec into a hard2022-02-10, by Kim Alvefur
-
various: Require encryption by default for real2021-12-25, by Kim Alvefur
-
mod_invites_register: Default to require encryption2022-02-10, by Matthew Wild
-
mod_legacyauth: Default to require encryption2022-02-10, by Matthew Wild
-
prosody.cfg.lua.dist: Remove mod_http_files2022-02-10, by Kim Alvefur
-
prosody.cfg.lua.dist: Move Dialback down2022-02-10, by Kim Alvefur
-
prosody.cfg.lua.dist: Remove https_certificate, this should Just Work now2022-02-05, by Kim Alvefur
-
prosody.cfg.lua.dist: Remove mention of deprecated daemonize option2022-02-05, by Kim Alvefur
-
prosody.cfg.lua.dist: Remove installer_plugin_path2022-02-05, by Kim Alvefur
-
prosody.cfg.lua.dist: Add new modules2022-02-10, by Kim Alvefur
-
prosody.cfg.lua.dist: Add note about 'localhost'2021-02-03, by Kim Alvefur
-
prosodyctl: check dns: Allow admin to specify undiscoverable external IPs in config2022-03-02, by Matthew Wild
-
prosodyctl: check dns: List discovered addresses for diagnostic purposes2022-03-02, by Matthew Wild
-
util.prosodyctl: check: warn about unreferenced components, suggest disco_items2022-03-02, by Matthew Wild
-
util.prosodyctl: Warn about enabled public registration in 'check config'2022-03-02, by Matthew Wild
-
util.poll: Add support for the poll() API2022-02-23, by Kim Alvefur
-
util.poll: Expose API (epoll or select) used2022-02-27, by Kim Alvefur
-
util.poll: Restructure to make adding additional system APIs easier2022-02-23, by Kim Alvefur
-
make: Split up install targets to allow different subset2022-02-13, by Kim Alvefur
-
core.portmanager: Fix traceback on attempt to get non-existent service2022-02-22, by Kim Alvefur
-
mod_c2s,mod_s2s: Fix error on shutdown (Thanks Martin)2022-02-22, by Kim Alvefur
-
util.async: Optionally allow too many 'done' callbacks2022-02-22, by Kim Alvefur
-
mod_c2s,mod_s2s: Wrap callback to improve tracebacks2022-02-22, by Kim Alvefur
-
mod_carbons: Allow plugging into decision of whether to carbon-copy2022-02-21, by Kim Alvefur
-
mod_mam: Fix a comment2021-12-11, by Kim Alvefur
-
mod_mam: Allow plugging into archive decision2021-12-10, by Kim Alvefur
-
core.certmanager: Ensure key exists for fullchain2022-02-21, by Kim Alvefur
-
mod_admin_shell: Use a table to show help sections2022-02-19, by Kim Alvefur
-
CHANGES: Mention graceful shutdown2022-02-18, by Kim Alvefur
-
mod_c2s: Ignore unused event payload [luacheck]2022-02-18, by Kim Alvefur
-
mod_c2s,mod_s2s: Wait for sessions to close before proceeding with shutdown steps2022-02-17, by Kim Alvefur
-
mod_c2s: Close ports in a separate, earlier event from closing sessions2022-02-18, by Kim Alvefur
-
mod_s2s: Disable creation of new outgoing connections during shutdown2022-02-11, by Kim Alvefur
-
mod_c2s,mod_s2s: Disable and close port listeners before closing sessions2022-02-11, by Kim Alvefur
-
mod_posix: Run signal handlers in the startup thread2021-10-06, by Kim Alvefur
-
prosody: Expose main thread on the 'prosody' global2021-10-06, by Kim Alvefur
-
prosody: Run shutdown procedure in async thread2019-01-01, by Kim Alvefur
-
prosody: Move last cleanup and shutdown code into util.startup2019-01-01, by Kim Alvefur
-
mod_admin_shell: Squeeze some characters out of the Certificate column2022-02-17, by Kim Alvefur
-
prosodyctl: Restore 'list --outdated'2022-02-17, by Kim Alvefur
-
mod_admin_shell: Fix description of muc:room() (thanks Link Mauve)2022-02-15, by Kim Alvefur
-
mod_turn_external: Fix type of config option (thanks mirux)2022-02-15, by Kim Alvefur
-
util.dns: Remove compat for pre-0.11 lack of inet_ntop binding2022-02-15, by Kim Alvefur
-
util.dns: Replace base16 implementation with util.hex2022-02-15, by Kim Alvefur
-
core.certmanager: Relax certificate filename check #17132022-02-14, by Kim Alvefur
-
util.dependencies: Refer to 'apt' instead of 'apt-get'2022-02-13, by Kim Alvefur
-
mod_invites_register: Load mod_register_ibr in invite only mode2022-02-10, by Kim Alvefur
-
mod_invites_register: Replace COMPAT hack2022-02-10, by Kim Alvefur
-
mod_turn_external: Add option to enable TURN over TLS2022-02-10, by Kim Alvefur
-
mod_turn_external: Simplify configuration2022-02-10, by Kim Alvefur
-
mod_admin_shell: Track connected events instead of created2022-02-06, by Kim Alvefur
-
mod_s2s: Add new early s2s-connected events2022-02-06, by Kim Alvefur
-
doap: Reference some JSON RFCs2022-02-05, by Kim Alvefur
-
doap: Reference RFC 6331 which deprecated SASL DIGEST-MD52022-02-05, by Kim Alvefur
-
prosody.cfg.lua.dist: Link to website (thanks eta)2021-07-17, by Kim Alvefur
-
prosody.cfg.lua.dist: Warn about adding settings at the end of the file2021-07-17, by Kim Alvefur
-
core.modulemanager: Save module metadata for potential later use2022-02-05, by Kim Alvefur
-
util.startup: Enable DANE in http client library with use_dane2022-02-05, by Kim Alvefur
-
net.http: Allow using DANE via options or per request settings2022-02-05, by Kim Alvefur
-
mod_smacks: Tweak resumption age buckets towards multiples of 602022-02-04, by Kim Alvefur
-
tools: Allow processing instructions in some XML parsing tools2022-02-04, by Kim Alvefur
-
util.xml: Add an option to allow <?processing instructions?>2022-02-04, by Kim Alvefur
-
mod_http: Use interface name as default default global hostname2022-02-04, by Kim Alvefur
-
mod_http: Use http_default_host for URLs generated in global context2022-02-04, by Kim Alvefur
-
prosodyctl: Allow passing server on command line with --server2022-02-04, by Kim Alvefur
-
prosodyctl: Allow install plugin via explicit path or URL2022-02-04, by Kim Alvefur
-
prosodyctl: Return success status code from --help2022-02-04, by Kim Alvefur
-
prosodyctl: Use argument parsing library to parse --help, -h, -?2022-02-04, by Kim Alvefur
-
mod_websocket: Only enable host-agnostic HTTP routing when enabled globally2022-02-04, by Kim Alvefur
-
mod_bosh: Only enable host-agnostic HTTP routing when enabled globally2022-02-04, by Kim Alvefur
-
util.format: Fix typo in comment [codespell]2022-02-04, by Kim Alvefur
-
mod_pep: Fix typo in comment [codespell]2022-02-04, by Kim Alvefur
-
mod_bookmarks: Fix typos in stanza error messages [codespell]2022-02-04, by Kim Alvefur
-
mod_admin_shell: Fix typo in comment [codespell]2022-02-04, by Kim Alvefur
-
modulemanager: Shorten metadata keys to improve readability and memorability2022-02-04, by Matthew Wild
-
Revert util.debug change accidentally committed in e157e5c79daa2022-02-04, by Matthew Wild
-
util.pluginloader: Fix method to return any module metadata (luacheck)2022-02-04, by Matthew Wild
-
modulemanager: Add plugin load filter that reads module metadata from source2022-02-04, by Matthew Wild
-
modulemanager, moduleapi: Switch to new pluginloader interface2022-02-04, by Matthew Wild
-
core.features: New module to track and expose the features supported by Prosody2022-02-04, by Matthew Wild
-
util.pluginloader: Support for a per-file load filter2022-02-03, by Matthew Wild
-
util.pluginloader: Support for multiple pluginloader instances, and options2022-02-03, by Matthew Wild
-
mod_pep: Clarify purpose of fallback service2022-02-03, by Kim Alvefur
-
mod_pep: Correct initialization of fallback service2022-02-03, by Kim Alvefur
-
core.loggingmanager: Add FIXME about supporting console logging to stderr2022-02-02, by Kim Alvefur
-
man/prosodyctl: Complete list of 'check' variants2022-02-02, by Kim Alvefur
-
man/prosodyctl: Clarify description of --root2022-02-02, by Kim Alvefur
-
util.startup: Teach prosodyctl to be completely --silent2021-11-28, by Kim Alvefur
-
util.startup: Teach prosodyctl to be --quiet as complement to --verbose2021-11-28, by Kim Alvefur
-
man/prosodyctl: Normalize formatting syntax2022-02-02, by Kim Alvefur
-
util.dns: Minor updates of SVCB parser2022-02-02, by Kim Alvefur
-
util.dns: Implement SVCB record parser2020-10-04, by Kim Alvefur
-
util.dns: Fix returning read position after zero-length name2020-10-04, by Kim Alvefur
-
util.dnsregistry: Regenerate from IANA registry2022-02-02, by Kim Alvefur
-
tools.dnsregistry: For converting IANA DNS registry data to Lua table2020-10-04, by Kim Alvefur
-
util.dns: Move DNS parameters details into util.dnsregistry2020-10-04, by Kim Alvefur
-
doap: Make note of mod_mam storing XEP-0184 receipts2021-03-17, by Kim Alvefur
-
plugins: Update for namespace bump in XEP-0353 v0.4.02022-01-11, by Kim Alvefur
-
util.prosodyctl.check: Fix reset of libunbound before DNS checks2022-02-01, by Kim Alvefur
-
doap: Let's say XEP-0368 support is complete now2022-01-31, by Kim Alvefur
-
util.prosodyctl.check: Fix A/AAAA check for proxy65 and http2022-01-30, by Kim Alvefur
-
util.prosodyctl.check: Include multiplexed ports in DNS checks #17042022-01-30, by Kim Alvefur
-
mod_admin_shell: Add descriptions of each column to 'help columns'2022-01-30, by Kim Alvefur
-
mod_admin_shell: Use exact match instead of Lua patterns in c2s,s2s:show2022-01-30, by Kim Alvefur
-
mod_http_file_share: Use alternate syntax for filename in Content-Disposition2022-01-29, by Kim Alvefur
-
mod_admin_shell: Fix traceback on rendering graph of stats without extra labels2022-01-29, by Kim Alvefur
-
mod_admin_shell: Add help section about stats2022-01-29, by Kim Alvefur
-
mod_admin_shell: Add help section about customizing table columns2022-01-28, by Kim Alvefur
-
README: Reflow text to ~78 columns2022-01-28, by Kim Alvefur
-
INSTALL: Update from site version2022-01-28, by Kim Alvefur
-
util.format: Expand explanation of purpose in comments2022-01-27, by Kim Alvefur
-
util.format: Skip control code escaping when doing full serialization2022-01-27, by Kim Alvefur
-
util.prosodyctl.cert: Look for certs matching 'http_host'2022-01-27, by Kim Alvefur
-
util.prosodyctl.check: Fix use of LuaSocket URL parser2022-01-27, by Kim Alvefur
-
util.prosodyctl.check: Add HTTP related DNS checks2022-01-27, by Kim Alvefur
-
util.prosodyctl.cert: Look for certificates in a consistent order2022-01-26, by Kim Alvefur
-
mod_pubsub: Allow configuring summary templates2022-01-24, by Kim Alvefur
-
mod_pubsub: Use the util.xtemplate to render Atom summary2022-01-24, by Kim Alvefur
-
util.xtemplate: Yet another string template library2022-01-24, by Kim Alvefur
-
mod_pubsub: Use the 'pubsub#type' setting to pick summary generator2022-01-24, by Kim Alvefur
-
mod_tls: Set ALPN on outgoing connections2022-01-25, by Kim Alvefur
-
mod_admin_shell: Add command to show current user roles2022-01-23, by Kim Alvefur
-
mod_admin_shell: Add help section about roles2022-01-23, by Kim Alvefur
-
mod_s2s: Retrieve TLS context for outgoing Direct TLS connections from mod_tls2022-01-21, by Kim Alvefur
-
mod_s2s: Enable outgoing Direct TLS connections2022-01-21, by Kim Alvefur
-
net.connect: Allow passing TLS context from resolver2022-01-21, by Kim Alvefur
-
net.resolvers.chain: A resolver for combining other resolvers2022-01-21, by Kim Alvefur
-
Merge 0.11->trunk2022-01-20, by Kim Alvefur
-
util.prosodyctl.cert: Check success of copy operations, warn on fail2022-01-19, by Kim Alvefur
-
util.prosodyctl.cert: Pass variables via formatting instead of concatenation2022-01-19, by Kim Alvefur
-
tools/xep227toprosody: Remove obsolete tool in favor of storage driver2022-01-18, by Kim Alvefur
-
core.certmanager: Use 'tls_profile' instead of 'tls_preset' to match documentation2022-01-18, by Kim Alvefur
-
core.certmanager: Apply TLS preset before global settings (thanks Menel)2022-01-18, by Kim Alvefur
-
mod_storage_xep0227: Fix luacheck warning2022-01-17, by Matthew Wild
-
mod_storage_xep0227: Fix traceback during iteration of driver stores2022-01-17, by Matthew Wild
-
mod_storage_xep0227: Fix file export (missing parameter) from refactor in 270047afa6af2022-01-17, by Matthew Wild
-
mod_http: Increase severity of loading unreachable http modules2022-01-15, by Kim Alvefur
-
mod_http: Skip querying portmanager when http_external_url when is set2021-11-27, by Kim Alvefur
-
util.jid: Explicitly check for nil rather than falsy2022-01-15, by Kim Alvefur
-
mod_storage_xep0227: treat roster metadata pseudo-entry correctly2022-01-15, by Jonas Schäfer
-
mod_storage_xep0227: be defensive against empty vCard2022-01-15, by Jonas Schäfer
-
mod_http: Limit unencrypted http port (5280) to loopback by default2022-01-15, by Kim Alvefur
-
mod_cron: Allow for a small amount of timer drift2022-01-15, by Kim Alvefur
-
mod_storage_xep0227: Fix luacheck warnings2022-01-14, by Matthew Wild
-
mod_storage_xep0227: Add API to iterate all stores of a user2022-01-14, by Matthew Wild
-
mod_storage_xep0227: Skip self-contacts on roster import2022-01-14, by Matthew Wild
-
util.xml: Do not allow doctypes, comments or processing instructions 0.11 0.11.122022-01-10, by Jonas Schäfer
-
util.xml: Do not allow doctypes, comments or processing instructions2022-01-10, by Jonas Schäfer
-
mod_http_file_share: Always measure total disk usage for statistics!2022-01-11, by Kim Alvefur
-
mod_bookmarks: Fix traceback on attempt to convert invalid bookmark2022-01-10, by Kim Alvefur
-
mod_bookmarks: Block publishing to older XEP-0402 v0.3.0 node2022-01-10, by Kim Alvefur
-
mod_storage_xep0227: Fix writing non-user data2022-01-10, by Kim Alvefur
-
mod_storage_xep0227: Ignore luacheck warning2022-01-10, by Matthew Wild
-
mod_storage_xep0227: Support for exporting nodes with no stored configuration2022-01-10, by Matthew Wild
-
mod_storage_xep0227: Allow overriding the input/output layer for XEP-0227 data2022-01-10, by Matthew Wild
-
mod_bookmarks: Skip migration of legacy data when empty2022-01-09, by Kim Alvefur
-
mod_bookmarks: Make sure legacy bookmarks node exists to hold access model2022-01-09, by Kim Alvefur
-
mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-04112022-01-09, by Kim Alvefur
-
util.prosodyctl.cert: Fix boolean logic bug2022-01-09, by Kim Alvefur
-
migrator: Support pubsub and pep as a special-case2022-01-09, by Kim Alvefur
-
migrator: Enhance logging2022-01-09, by Kim Alvefur
-
migrator: Add option to keep going despite errors2022-01-09, by Kim Alvefur
-
migrator: Also migrate host/non-user archive data2022-01-09, by Kim Alvefur
-
migrator: Refactor out individual item migrator for code deduplication2022-01-09, by Kim Alvefur
-
migrator: Include --options in usage info2022-01-09, by Kim Alvefur
-
migrator: Reuse earlier usage text2022-01-09, by Kim Alvefur
-
migrator: Customise cli argument parsing (--help, --verbose)2022-01-09, by Kim Alvefur
-
util.startup: Allow supplying an argument parsing settings2022-01-09, by Kim Alvefur
-
util.prosodyctl.check: Parameterize replacement instructions2022-01-08, by Kim Alvefur
-
util.prosodyctl.check: Move word to ease future translations2022-01-08, by Kim Alvefur
-
util.prosodyctl.check: Use same wording about 'daemonize' and 'no_daemonize'2022-01-08, by Kim Alvefur
-
mod_bookmarks: Add option for disabling upgrade of legacy bookmarks2022-01-07, by Kim Alvefur
-
mod_bookmarks: Unhook PEP service objects on removal from cache2022-01-07, by Kim Alvefur
-
util.pposix: Use mallinfo2() on glibc 2.33, fix #16492022-01-06, by Kim Alvefur
-
util.pubsub: Fix item store resize to "max"2022-01-06, by Kim Alvefur
-
mod_bookmarks: Override the node configuration if it was wrong2022-01-05, by Emmanuel Gil Peyrot
-
mod_invites: Comment on module loading for HTTP invite URLs2022-01-05, by Kim Alvefur
-
core.certmanager: Disable DANE name checks (not needed for XMPP)2021-09-16, by Kim Alvefur
-
mod_bookmarks: Remove compatibility with 0.112022-01-04, by Emmanuel Gil Peyrot
-
mod_bookmarks: Import mod_bookmarks2 from prosody-modules @ ad7767a9f3ea2022-01-04, by Emmanuel Gil Peyrot
-
util.dependencies: Enable warning about missing lua-unbound2022-01-05, by Kim Alvefur
-
core.modulemanager: Remove compat for mod_console rename in 0.82022-01-05, by Kim Alvefur
-
mod_invites_adhoc: Import from prosody-modules@5001104f02752022-01-05, by Kim Alvefur
-
mod_invites_register: Import from prosody-modules@797b510437672021-12-28, by Kim Alvefur
-
mod_invites: Silence luacheck warning2022-01-05, by Kim Alvefur
-
mod_invites: Import from prosdy-modules@5fc306239db32021-12-27, by Kim Alvefur
-
util.stanza: Cover :find method in tests2021-12-31, by Kim Alvefur
-
util.stanza: Remove dead code2021-12-31, by Kim Alvefur
-
util.stanza: Increase test coverage to cover validation errors2021-12-31, by Kim Alvefur
-
util.stanza: Make type error message consistent with others2021-12-31, by Kim Alvefur
-
mod_smacks: Log error to silence luacheck2021-12-30, by Kim Alvefur
-
mod_smacks: Limit "old" session resumption counters2021-12-30, by Kim Alvefur
-
mod_smacks: Record timestamp with persisted counters2021-12-30, by Kim Alvefur
-
util_datamapper: Fix typo in unit tests2021-12-29, by Kim Alvefur
-
util.datamapper: Add support for $ref pointers2021-12-29, by Kim Alvefur
-
util.jsonschema: Add support for $ref pointers2021-12-29, by Kim Alvefur
-
util.jsonpointer: Resolve JSON Pointers per RFC 69012021-12-29, by Kim Alvefur
-
make: Add target for rebuilding from Teal sources2021-12-29, by Kim Alvefur
-
net.resolvers: Report DNSSEC validation errors instead of NoError2021-12-28, by Kim Alvefur
-
mod_auth_internal_hashed: Up iteration count to 10000 per XEP-04382021-12-26, by Kim Alvefur
-
mod_auth_internal_hashed: Make SCRAM iteration count configurable2021-12-26, by Kim Alvefur
-
mod_admin_shell: Log creation of incoming s2s connections during ping2021-12-27, by Kim Alvefur
-
mod_smacks: sprinkle some metrics on it2021-12-27, by Jonas Schäfer
-
openmetrics/histograms: improve code clarity2021-12-27, by Kim Alvefur
-
openmetrics/histograms: fix incorrect condition for bucketing2021-12-26, by Jonas Schäfer
-
mod_admin_shell: Print s2s related events while waiting for ping2021-12-26, by Kim Alvefur
-
util.xml: Use variable instead of constant for consistency (thanks Thijs)2021-12-26, by Matthew Wild
-
core.certmanager: Add curveslist to 'old' Mozilla TLS preset2021-12-25, by Kim Alvefur
-
util.prosodyctl.check: Remove obsolete settings from known globals2021-12-25, by Kim Alvefur
-
util.prosodyctl.check: Add some more obsolete settings2021-12-25, by Kim Alvefur
-
mod_tombstones: Add some future TODOs2021-12-23, by Kim Alvefur
-
mod_tombstones: Add a very basic test case2021-12-23, by Kim Alvefur
-
mod_tombstones: Remember deleted accounts #13072021-12-23, by Kim Alvefur
-
mod_smacks: Compact code using new stanza API2021-12-22, by Kim Alvefur
-
mod_http: Clean up redirects handlers for wildcard on http module unload2021-12-22, by Kim Alvefur
-
mod_smacks: Use more compact resumption tokens2021-12-22, by Kim Alvefur
-
util.id: Add a 'tiny' variant2021-12-01, by Kim Alvefur
-
util.id: Adjust entropy levels, with rationales2021-12-02, by Kim Alvefur
-
MUC: Switch ID algorithm for IQ relay (fixes #1266, #1435)2021-10-05, by Kim Alvefur
-
MUC: Add method for getting the occupant id salt to allow reuse2021-10-05, by Kim Alvefur
-
util.prosodyctl.cert: Copy SAN/wildcard certs only once2021-12-22, by Kim Alvefur
-
util.x509: Fix to include wildcard identity2021-12-22, by Kim Alvefur
-
core.certmanager: Check index for wildcard certs2021-12-22, by Kim Alvefur
-
prosodyctl cert: use the indexing functions for better UX2021-12-21, by Jonas Schäfer
-
prosodyctl: Hide process management commands when init system should be used instead2021-12-21, by Kim Alvefur
-
prosodyctl: Reorder help sections2021-12-21, by Kim Alvefur
-
mod_roster: Improve readability of bare-JID check2021-12-22, by Kim Alvefur
-
mod_roster: pass correct username to roster-item-removed2021-12-22, by Jonas Schäfer
-
core.certmanager: Rename preset option to 'tls_preset'2021-12-22, by Kim Alvefur
-
core.certmanager: Add "legacy" preset for keeping previous default settings2021-12-22, by Kim Alvefur
-
core.certmanager: Add TLS 1.3 cipher suites to Mozilla TLS presets2021-11-03, by Kim Alvefur
-
core.certmanager: Presets based on Mozilla SSL Configuration Generator2019-12-22, by Kim Alvefur
-
moduleapi: Support stripping of multi-word from module names2021-12-22, by Matthew Wild
-
adminstream: fire disconnected event on lower layer disconnect2021-12-21, by Jonas Schäfer
-
CHANGES: Add various things2021-12-21, by Kim Alvefur
-
CHANGES: Reorganize by added/changed/removed to improve readability2021-12-21, by Kim Alvefur
-
Merge 0.11->trunk2021-12-20, by Kim Alvefur
-
net.server_epoll: Process all queued events from epoll before timers 0.112021-10-21, by Kim Alvefur
-
configmanager: Update error message to say 'VirtualHost' instead of 'Host'2021-12-20, by Matthew Wild
-
mod_storage_xep0227: Replace custom tag-removal helpers with :remove_children()2021-12-20, by Matthew Wild
-
mod_smacks: Add future todo2021-12-19, by Kim Alvefur
-
mod_smacks: Only include max resumption time when resumption is activated2021-12-19, by Kim Alvefur
-
core.modulemanager: Load mod_smacks on Components2021-12-19, by Kim Alvefur
-
mod_smacks: Fix typos2021-12-19, by Kim Alvefur
-
mod_smacks: Fix error on shutdown if loaded on Component2021-12-19, by Kim Alvefur
-
mod_smacks: Fix typo (thanks codespell)2021-12-19, by Kim Alvefur
-
mod_smacks: Avoid log noise when a non-smacks session is closed2021-12-19, by Kim Alvefur
-
mod_smacks: Check if session was really sleeping before logging message2021-12-18, by Kim Alvefur
-
mod_smacks: Fix traceback when bouncing unacked stanzas2021-12-18, by Kim Alvefur
-
mod_smacks: Fix duplicate sleep behavior when replacing a session2021-12-18, by Kim Alvefur
-
mod_c2s: Fire pre-closing event regardless of connected state2021-12-18, by Kim Alvefur
-
mod_smacks: Remove references to connection on hibernation2021-12-18, by Kim Alvefur
-
mod_smacks: Add more logging2021-12-18, by Kim Alvefur
-
mod_smacks: Remove useless delay in requesting ack on resumption2021-12-17, by Kim Alvefur
-
mod_smacks: Fix to not wait for acks from before a resumption2021-12-17, by Kim Alvefur
-
mod_smacks: Split log messages for when an old session exists in storage2021-12-17, by Kim Alvefur
-
mod_smacks: Bounce unacked stanzas on shutdown2021-12-17, by Kim Alvefur
-
mod_smacks: Preserve counter values on shutdown2021-12-17, by Kim Alvefur
-
mod_smacks: Simplify access to local user sessions2021-12-17, by Kim Alvefur
-
mod_smacks: Cancel hibernation when session is closed2021-12-16, by Kim Alvefur
-
mod_smacks: Skip hibernation logic if session was closed or replaced2021-12-16, by Kim Alvefur
-
mod_smacks: Fix indentation2021-12-16, by Kim Alvefur
-
mod_smacks: Stop stanzas from being queued on hibernation timeout2021-12-16, by Kim Alvefur
-
util.smqueue: Simplify compat table, fix dependent modules (thanks Martin)2021-12-16, by Kim Alvefur
-
util.smqueue: Add missing method to Teal record spec2021-12-16, by Kim Alvefur
-
mod_smacks: Limit queue memory consumption using new util2021-12-14, by Kim Alvefur
-
util.smqueue: Abstract queue with acknowledgements and overflow2021-12-14, by Kim Alvefur
-
mod_smacks: Set a watchdog to watch sleeping sessions2021-12-02, by Kim Alvefur
-
mod_smacks: Switch storage for tracking resumption tokens2021-12-02, by Kim Alvefur
-
mod_smacks: Clear resumption token from persistent storage on resumption2021-12-01, by Kim Alvefur
-
mod_smacks: Persist old counter values to storage2021-12-01, by Kim Alvefur
-
mod_smacks: Remove now unused variable [luacheck]2021-12-15, by Kim Alvefur
-
mod_smacks: Remove unused event2021-12-15, by Kim Alvefur
-
mod_smacks: Fix typo2021-12-15, by Kim Alvefur
-
mod_smacks: Flag both sessions to prevent duplicating queue on resumption2021-12-14, by Kim Alvefur
-
mod_smacks: Increment a counter for each resumption2021-12-06, by Kim Alvefur
-
mod_smacks: Back out 48f8fa6cea7b - back in a86ae74da96c again2021-12-13, by Kim Alvefur
-
mod_smacks: Patch various self-references on the resumed session2021-12-13, by Kim Alvefur
-
mod_smacks: Back out a86ae74da96c: Fixed one problem, caused another2021-12-13, by Kim Alvefur
-
mod_smacks: Back out def20683c1612021-12-13, by Kim Alvefur
-
mod_smacks: Update reference to session from send()2021-12-13, by Kim Alvefur
-
util.format: Optimize most common integer format2021-12-13, by Kim Alvefur
-
util.format: Ensure metatable __tostring results are also sanitized2021-12-13, by Kim Alvefur
-
mod_smacks: Include reason for destroying session on hibernation timeout2021-12-12, by Kim Alvefur
-
tools/generate_format_spec: Apply lua-format to silence luacheck2021-12-11, by Kim Alvefur
-
util.format: Fix some formats expecting positive numbers in Lua 5.22021-12-11, by Kim Alvefur
-
util.format: Fix Lua 5.1 quirks thanks to ALL THE TESTS2021-12-11, by Kim Alvefur
-
util.format: ALL THE TESTS!!!2021-12-11, by Kim Alvefur
-
util.format: Also handle the %p format added in Lua 5.42021-12-11, by Kim Alvefur
-
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
Scroll all the way down to load more.