Software /
code /
prosody
Graph
-
Merge 0.11->trunk2020-04-23, by Matthew Wild
-
Backed out changeset 18f2c7bc5795 (was testing against wrong branch) 0.112020-04-23, by Matthew Wild
-
MUC: Always include 'affiliation'/'role' attributes, defaulting to 'none' if nil 0.112020-04-23, by Matthew Wild
-
mod_mam: Remove unused variables [luacheck]2020-04-22, by Kim Alvefur
-
mod_mam: Don't store any groupchat messages2020-04-22, by Kim Alvefur
-
mod_lastactivity: Encode seconds as decimal, not float2020-04-22, by Kim Alvefur
-
mod_uptime: Encode uptime as decimal, fix #1536 (thanks Martin)2020-04-22, by Kim Alvefur
-
util.hashes: Fix output length of PBKDF2-HMAC-SHA2562020-04-22, by Kim Alvefur
-
util.hashes: Use generic name of PBKDF2-HMAC-SHA1 function in tests2020-04-22, by Kim Alvefur
-
mod_mam: Make note of Experimental (or Deferred) XEPs2020-04-22, by Kim Alvefur
-
mod_mam: Save delivery failures (thanks Ge0rG)2020-04-22, by Kim Alvefur
-
mod_mam: Keep chat markers (thanks Ge0rG)2020-04-22, by Kim Alvefur
-
mod_mam: Respect no-store hint (thanks Ge0rG)2020-04-22, by Kim Alvefur
-
mod_mam: Fix typo in comment2020-04-21, by Kim Alvefur
-
mod_mam: Prefer not archiving if no interesting payloads are found2020-04-21, by Kim Alvefur
-
mod_mam: Check sender of error instead of receiver2020-04-20, by Kim Alvefur
-
mod_mam: Store XEP-0184 receipts and requests2020-04-20, by Kim Alvefur
-
mod_mam: Add more positive hints for storage2020-04-20, by Kim Alvefur
-
mod_mam: Rework hints handling2020-04-20, by Kim Alvefur
-
mod_mam: Invert check for type2020-04-20, by Kim Alvefur
-
mod_mam: Log 'why' a stanza is archived2020-04-20, by Kim Alvefur
-
mod_mam: Factor out "should we store this" into a function2020-04-20, by Kim Alvefur
-
mod_csi_simple: Consider MUC invites important2020-04-18, by Kim Alvefur
-
mod_lastactivity: Add basic scansion test coverage2020-04-20, by Kim Alvefur
-
mod_uptime: Add scansion test coverage2020-04-20, by Kim Alvefur
-
scansion: Mock time libraries during tests2020-04-20, by Kim Alvefur
-
mod_version: Add scansion test2020-04-20, by Kim Alvefur
-
mod_bosh, mod_websocket: Add config options to override GET responses2020-04-20, by Matthew Wild
-
mod_c2s: Swap comments2020-04-19, by Kim Alvefur
-
migrator: Don't create unused directory2020-04-18, by Kim Alvefur
-
migrator: Inject data- and plugin paths during build2020-04-18, by Kim Alvefur
-
mod_csi_simple: Allow configuring extra tags indicating importance2020-04-18, by Kim Alvefur
-
util.sasl.digest-md5: Remove, obsolete since 20112020-04-14, by Kim Alvefur
-
Merge 0.11->trunk2020-04-13, by Kim Alvefur
-
core.certmanager: Move EECDH ciphers before EDH in default cipherstring (fixes #1513) 0.112019-08-25, by Kim Alvefur
-
util.prosodyctl: Tell prosody do daemonize via command line flag (fixes #1514) 0.112020-01-26, by Kim Alvefur
-
net.http.server: Use error code from util.error (fixes #1502)2020-04-12, by Kim Alvefur
-
mod_scansion_record: Indent stanzas in recordings2020-04-12, by Kim Alvefur
-
util.stanza: Add method returning stanza with added indentation2020-04-12, by Kim Alvefur
-
mod_component: Specify an error source for Component unavailable errors2020-04-11, by Kim Alvefur
-
spec: Include a hacky moduleapi stub to allow test to proceed2020-04-11, by Kim Alvefur
-
MUC: Switch hats to new presence APIs2020-04-11, by Matthew Wild
-
MUC: Add API for adding 'filtered namespaces' to be stripped from inbound presence2020-04-11, by Matthew Wild
-
MUC: Add new event 'muc-build-occupant-presence' for plugins to extend occupant presence2020-04-11, by Matthew Wild
-
spec: Add test cases for util.http.contains_token2020-04-10, by Emmanuel Gil Peyrot
-
Merge 0.11->trunk2020-04-10, by Kim Alvefur
-
core.certmanager: Look for privkey.pem to go with fullchain.pem (fix #1526) 0.112020-04-10, by Kim Alvefur
-
Merge 0.11->trunk2020-04-03, by Kim Alvefur
-
moduleapi: Rename argument to silence luacheck2020-04-01, by Kim Alvefur
-
moduleapi: Fix handling of replies to :send_iq from internal modules2020-03-22, by Kim Alvefur
-
Merge 0.11->trunk2020-03-29, by Kim Alvefur
-
mod_register_ibr: Add FORM_TYPE as required by XEP-0077 (fixes #1511) 0.112019-09-29, by Emmanuel Gil Peyrot
-
doap: Add UTR-39 (mod_mimicking)2020-03-29, by Kim Alvefur
-
Merge 0.11->trunk2020-03-22, by Kim Alvefur
-
mod_storage_sql: Add index covering sort_id to improve performance (fixes #1505) 0.112020-03-22, by Kim Alvefur
-
MUC: Add ad-hoc command setting affiliation in a room (fixes #1174)2020-03-20, by Kim Alvefur
-
MUC: Add test for destroying a room by ad-hoc command2020-03-20, by Kim Alvefur
-
doap: Add XEP-0317: Hats2020-03-19, by Kim Alvefur
-
usermanager: Fix traceback when checking admin status of host-only JIDs (fixes #1508)2020-03-19, by Matthew Wild
-
mod_presence: Advertise support for Subscription Pre-Approval2020-03-18, by Kim Alvefur
-
MUC: Add initial hats support (broadcast only)2020-03-18, by Matthew Wild
-
README: Update link to web chat2020-03-15, by Kim Alvefur
-
Merge 0.11->trunk2020-03-12, by Matthew Wild
-
MUC: Persist affiliation_data in new MUC format!2020-03-12, by Matthew Wild
-
MUC: Switch to new storage format by default2020-03-12, by Matthew Wild
-
MUC: Support for broadcasting unavailable presence for affiliated offline users2020-03-12, by Matthew Wild
-
MUC: Pass previous role to :publicise_occupant_status() when destroying a MUC2020-03-12, by Matthew Wild
-
MUC: Don't unconditionally broadcast presence with role="none"2020-03-12, by Matthew Wild
-
MUC: Pass previous role to :publicise_occupant_status() whenever possible2020-03-12, by Matthew Wild
-
Merge 0.11->trunk2020-03-11, by Kim Alvefur
-
mod_mam,mod_muc_mam: Allow other work to be performed during archive cleanup (fixes #1504) 0.112020-03-11, by Kim Alvefur
-
storagemanager, mod_storage_sql: Rename methods to :get_all() and :delete_all()2020-03-11, by Matthew Wild
-
storagemanager: Add support for :find_key() and :delete_key() to map store shim2020-03-11, by Matthew Wild
-
storagemanager: Fix unused variable in tests [luacheck]2020-03-11, by Matthew Wild
-
mod_storage_sql: Add map_store:find_key() and map_store:delete_key() (+ tests)2020-03-11, by Matthew Wild
-
storagemanager: Add tests for map stores2020-03-11, by Matthew Wild
-
mod_tokenauth: Track creation time of tokens2020-02-28, by Matthew Wild
-
mod_tokenauth: Handle tokens issued to bare hosts (eg components)2020-02-28, by Kim Alvefur
-
Merge 0.11->trunk2020-02-27, by Kim Alvefur
-
mod_pubsub, mod_pep: Ensure correct number of children of <item/> (fixes #1496) 0.112020-02-27, by Kim Alvefur
-
Merge 0.11->trunk2020-02-27, by Kim Alvefur
-
mod_muc_mam: Fix traceback saving message from non-occupant (fixes #1497) 0.112020-02-27, by Kim Alvefur
-
mod_authtokens: Rename to mod_tokenauth for consistency with mod_saslauth2020-02-26, by Matthew Wild
-
mod_authtokens: New module for managing auth tokens2020-02-26, by Matthew Wild
-
util.adhoc: Allow passing dataforms in initial command2020-02-25, by Kim Alvefur
-
Merge 0.11->trunk2020-02-24, by Kim Alvefur
-
net.dns: Handle being loaded outside of Prosody2020-02-24, by Kim Alvefur
-
mod_admin_telnet: Allow passing list of hosts to http:list()2020-02-24, by Kim Alvefur
-
mod_muc: add muc-private-message event2020-02-24, by Maxime “pep” Buquet
-
util.jwt: Remove unused return value from tests [luacheck]2020-02-24, by Kim Alvefur
-
util.jwt: Basic JSON Web Token library supporting HS256 tokens2020-02-24, by Kim Alvefur
-
usermanager, mod_authz_*: Merge mod_authz_config and mod_authz_internal into the latter2020-02-23, by Matthew Wild
-
mod_admin_telnet: Fix host selection filter, fixes loading on components2020-02-22, by Kim Alvefur
-
mod_admin_telnet: Reflow hosts filter for readability2020-02-22, by Kim Alvefur
-
Merge 0.11->trunk2020-02-22, by Kim Alvefur
-
mod_storage_sql: Move update limit check back one step, fixes traceback 0.112020-02-22, by Kim Alvefur
-
mod_ping: Fix double response to internal ping2020-02-21, by Kim Alvefur
-
Merge 0.11->trunk2020-02-21, by Kim Alvefur
-
util.startup: Break out command line argument parsing into util.argparse2020-02-19, by Kim Alvefur
-
net.resolvers.service: Fix resolving of targets with multiple IPs2020-02-16, by Kim Alvefur
-
net.server_epoll: Reduce log level of TLS handshake errors to debug2020-02-15, by Kim Alvefur
-
mod_s2s: Fix typo in comment [codespell]2020-02-13, by Kim Alvefur
-
Merge 0.11->trunk2020-02-13, by Matthew Wild
-
mod_muc: Allow control over the server-admins-are-room-owners feature (see #1174) 0.112020-02-13, by Matthew Wild
-
stanza_router: only fire pre-stanza if firing other preevents (e.g. for c2s sessions)2020-02-05, by Matthew Wild
-
mod_admin_telnet: Avoid indexing missing socket (thanks tmolitor)2020-02-05, by Kim Alvefur
-
mod_saslauth: Pass through any auth scope from the SASL handler to sessionmanager.make_authenticated()2020-02-05, by Matthew Wild
-
sessionmanager: Support passing an auth scope to make_authenticated2020-02-05, by Matthew Wild
-
portmanager: Don't auto-start network services under prosodyctl2020-02-05, by Matthew Wild
-
usermanager: Add get_roles() function2020-02-05, by Matthew Wild
-
stanza_router: Add once-per-routed-stanza event, pre-stanza2020-02-05, by Matthew Wild
-
net.server_epoll: Different error to distinguish connection timeout2020-01-31, by Kim Alvefur
-
util.net: Fix signedness warning on ARM2020-01-30, by Emmanuel Gil Peyrot
-
util.startup: expose current process type (prosody/prosodyctl) in the global prosody object2020-01-28, by Matthew Wild
-
mod_authz_internal, usermanager: Rename to mod_authz_config2020-01-27, by Matthew Wild
-
usermanager: Load authz providers on components also2020-01-27, by Matthew Wild
-
usermanager, mod_authz_internal: Move admin-checking functionality into a module. Fixes #517 (ish).2020-01-27, by Matthew Wild
-
mod_s2s: Comment on the various 'reason' arguments passed to :close2020-01-26, by Kim Alvefur
-
CHANGES: Mention deprecation of 'daemonize' option2020-01-26, by Kim Alvefur
-
scansion tests: Remove daemonize option, not needed2020-01-26, by Kim Alvefur
-
prosodyctl: Add 'daemonize' to deprecated options known by check command2020-01-26, by Kim Alvefur
-
mod_posix: Add deprecation warning for the 'daemonize' option2020-01-26, by Kim Alvefur
-
util.prosodyctl: Pass command line flag to force daemonization on start2020-01-26, by Kim Alvefur
-
net.resolvers.basic: Fix continuing if IPv6 or Legacy IP is disabled2020-01-26, by Kim Alvefur
-
mod_s2s: Pass use_ipv4/use_ipv6 from config to service resolver2020-01-25, by Matthew Wild
-
net.resolvers.basic: Obey extra.use_ipv4/use_ipv62020-01-25, by Matthew Wild
-
Backed out changeset 44ef46e1a951 (not optimal API)2020-01-25, by Matthew Wild
-
Backed out changeset 74d66b1be989 (not optimal API)2020-01-25, by Matthew Wild
-
net.resolvers.basic: Obey use_ipv4/use_ipv62020-01-25, by Matthew Wild
-
mod_admin_telnet: Use promise based DNS resolving2020-01-24, by Kim Alvefur
-
Merge 0.11->trunk2020-01-24, by Kim Alvefur
-
mod_admin_telnet: Create a DNS resolver per console session (fixes #1492) 0.112020-01-24, by Kim Alvefur
-
Merge 0.11->trunk2020-01-24, by Matthew Wild
-
mod_websocket: Fire event on session creation (thanks Aaron van Meerten) 0.112020-01-24, by Matthew Wild
-
mod_websocket: Fire event on session creation (thanks Aaron van Meerten)2020-01-24, by Matthew Wild
-
net.adns: Add :lookup_promise() method2020-01-24, by Matthew Wild
-
mod_s2s: Pass use_ipv4/ipv6 from config to connector config2020-01-24, by Matthew Wild
-
net.connect: Add API to create custom connect()s with options, incl. use_ipv[46]2020-01-24, by Matthew Wild
-
Merge 0.11->trunk2020-01-23, by Matthew Wild
-
Merge 0.11->trunk2020-01-23, by Matthew Wild
-
Merge 0.11->trunk2020-01-19, by Matthew Wild
-
util.startup: Ensure prosody.opts exists even when no options provided 0.11 0.11.52020-01-19, by Matthew Wild
-
Merge 0.11->trunk2020-01-19, by Matthew Wild
-
Merge 0.11->trunk2020-01-19, by Matthew Wild
-
mod_posix: Support for command-line flags to override 'daemonize' config option 0.112020-01-19, by Matthew Wild
-
prosody/util.startup: Switch to parse_args() for --root and --config 0.112020-01-19, by Matthew Wild
-
core.moduleapi: Hook correct event type in some cases2020-01-16, by Kim Alvefur
-
util.set: Fix equality metamethod in Lua 5.32020-01-15, by Kim Alvefur
-
util.ip: Fix equality metamethod for Lua 5.32020-01-15, by Kim Alvefur
-
util.array: Fix equality metamethod in Lua 5.32020-01-15, by Kim Alvefur
-
util.json: Test util.array integration2020-01-15, by Kim Alvefur
-
util.array: Add a test case for a behavior change in Lua 5.32020-01-14, by Kim Alvefur
-
net.server_epoll: Log error about missing *all* callbacks at 'error' level2020-01-12, by Kim Alvefur
-
net.server_epoll: Log errors caught in listeners on 'error' level2020-01-12, by Kim Alvefur
-
net.server_epoll: Add option for reducing debug logging2020-01-12, by Kim Alvefur
-
net.server_epoll: Collect full traceback from errors in listeners2020-01-05, by Kim Alvefur
-
mod_muc_mam: Measure how long a cleanup run takes (like mod_mam)2020-01-04, by Kim Alvefur
-
net.websocket.frames: Add ping and pong test cases2020-01-02, by Kim Alvefur
-
net.websocket.frames: Add test case for masked data2020-01-02, by Kim Alvefur
-
Merge 0.11->trunk2020-01-02, by Kim Alvefur
-
mod_websocket: Clear mask bit when reflecting ping frames (fixes #1484) 0.11 0.11.42020-01-02, by Kim Alvefur
-
net.http.parser: Add TODO related to #7262020-01-01, by Kim Alvefur
-
Merge 0.11->trunk2019-12-31, by Kim Alvefur
-
prosodyctl check: Warn about conflict between mod_pep and mod_pep_simple 0.112019-12-31, by Kim Alvefur
-
core.moduleapi: Rename local name for util.error for consistency2019-12-30, by Kim Alvefur
-
core.moduleapi: Fix error context in :send_iq API2019-12-30, by Kim Alvefur
-
mod_http_errors: Use text from util.errror object if included2019-12-29, by Kim Alvefur
-
util.pubsub: Ignore unused argument in tests [luacheck]2019-12-29, by Kim Alvefur
-
util.pubsub: Cover subscription filter in a partial test2019-12-26, by Kim Alvefur
-
net.server_epoll: Avoid concatenating buffer with single item2019-12-28, by Kim Alvefur
-
Merge 0.11->trunk2019-12-24, by Matthew Wild
-
core.rostermanager: Cache rosters of offline users for faster access (fixes #1233) 0.112018-12-16, by Kim Alvefur
-
Merge 0.11->trunk2019-12-24, by Kim Alvefur
-
mod_adhoc: Improve permission setting (fix #1482) BC2019-12-20, by Kim Alvefur
-
mod_storage_sql: Remove unused and not actually returned return value [luacheck]2019-12-23, by Kim Alvefur
-
Merge 0.11->trunk2019-12-23, by Kim Alvefur
-
mod_muc_mam: Log error when unable to delete old messages (fix #1481) [luacheck] 0.112019-12-23, by Kim Alvefur
-
mod_muc_mam: Remove unused variable [luacheck]2019-12-23, by Kim Alvefur
-
mod_mam: More careful validation of MAM query form2019-12-23, by Kim Alvefur
-
mod_muc_mam: Handle form identification error (e.g. not a form at all)2019-12-23, by Kim Alvefur
-
mod_legacyauth: Report failure from sessionmanager (mostly invalid username)2019-12-23, by Kim Alvefur
-
mod_presence: Ignore an unused variable [luacheck]2019-12-23, by Kim Alvefur
-
mod_pep_simple: Ignore unused variable [luacheck]2019-12-23, by Kim Alvefur
-
mod_pubsub: Ignore an unused variable [luacheck]2019-12-23, by Kim Alvefur
-
MUC: Make note to handle configuration form errors [luacheck]2019-12-23, by Kim Alvefur
-
mod_vcard: Remove unused variable [luacheck]2019-12-23, by Kim Alvefur
-
mod_limits: Remove an unused variable2019-12-23, by Kim Alvefur
-
MUC: Remove some unused variables [luacheck]2019-12-23, by Kim Alvefur
-
mod_vcard_legacy: Ignore an unused variable [luacheck]2019-12-23, by Kim Alvefur
-
mod_http_files: Log something if unable to load MIME database2019-12-23, by Kim Alvefur
-
net.server_event: Silence luacheck warnings2019-12-23, by Kim Alvefur
-
net.server_epoll: Remove an unused variable [luacheck]2019-12-23, by Kim Alvefur
-
mod_announce: Silence luacheck warning about unused variable2019-12-23, by Kim Alvefur
-
mod_admin_telnet: Silence luacheck warnings2019-12-23, by Kim Alvefur
-
mod_admin_adhoc: Remove unused JID resource variables [luacheck]2019-12-23, by Kim Alvefur
-
mod_adhoc: Remove unused variable [luacheck]2019-12-23, by Kim Alvefur
-
tests: Silence [luacheck] warnings2019-12-23, by Kim Alvefur
-
net.http.parser: Silence warning about unused variable [luacheck]2019-12-23, by Kim Alvefur
-
core.statsmanager: Ignore unused variable [luacheck]2019-12-23, by Kim Alvefur
-
core.portmanager: Ignore unused return variable [luacheck]2019-12-23, by Kim Alvefur
-
util.pubsub: Silence luacheck warnings, leaving notes on future proper fix2019-12-23, by Kim Alvefur
-
util.prosodyctl: Silence luacheck warnings2019-12-23, by Kim Alvefur
-
util.dependencies: Pass require error to error formatting function2019-12-23, by Kim Alvefur
-
util.sql: Handle failure to detect connection encoding2019-12-23, by Kim Alvefur
Scroll all the way down to load more.