Software /
code /
prosody
Graph
-
net.adns: Import setmetatable into a local (fixes traceback on Lua 5.2)2017-09-27, by Kim Alvefur
-
prosodyctl: Abort and warn if the config can't be opened after dropping root privileges (fixes #990)2017-09-27, by Kim Alvefur
-
mod_blocklist: Drop messages to existing full JIDs in order to prevent issues with MUC PMs, fixes #6902017-09-27, by Kim Alvefur
-
prosodyctl: cert import: Reuse function from certmanager for locating certificates and keys2017-09-27, by Kim Alvefur
-
prosody.cfg.lua.dist: Correct mod_websockets to mod_websocket2017-09-27, by Kim Alvefur
-
util.throttle: Remove unused import of floor() [luacheck]2017-09-26, by Matthew Wild
-
Merge 0.10->trunk2017-09-26, by Matthew Wild
-
mod_limits: Handle fractional outstanding balance values (caused by e3f7b6fa46ba)2017-09-26, by Matthew Wild
-
Merge 0.10->trunk2017-09-26, by Matthew Wild
-
mod_s2s: Use a separate resolver object for each outgoing session2017-09-25, by Matthew Wild
-
net.adns: Restructure to allow creating separate resolver objects, like net.dns2017-09-25, by Matthew Wild
-
prosodyctl check: Fix traceback when no modules_enabled are defined (e.g., a completely empty config)2017-09-24, by Waqas Hussain
-
prosody: Tiny whitespace fix2017-09-24, by Kim Alvefur
-
net.dns: Correctly apply lower bound of RTT (thanks Ge0rG)2017-09-23, by Kim Alvefur
-
prosody.cfg.lua.dist: Improve certificates comment2017-09-23, by Matthew Wild
-
prosody.cfg.lua.dist: Further tweaks in preparation for 0.10.02017-09-23, by Matthew Wild
-
certmanager: Add debug logging (thanks av6)2017-09-23, by Matthew Wild
-
prosody.cfg.lua.dist: Update in preparation for 0.10.0 release2017-09-23, by Matthew Wild
-
mod_server_contact_info: Import from prosody-modules 2c59f2f0c37d (fixes #778)2017-09-23, by Matthew Wild
-
mod_limits: Import from prosody-modules 2c59f2f0c37d (fixes #129)2017-09-23, by Matthew Wild
-
util.dataforms: Don't include list options in result forms (fixes #983)2017-09-23, by Matthew Wild
-
Merge 0.10->trunk2017-09-21, by Kim Alvefur
-
mod_mam: Also return the preferences on set2017-09-19, by Emmanuel Gil Peyrot
-
hostmanager: Add support for 'disco_hidden' option to hide hosts from disco#items (thanks Ge0rG)2017-09-20, by Matthew Wild
-
mod_mam: Log a message when not archiving because it only had ignored tags2017-09-18, by Kim Alvefur
-
prosodyctl: cert import: Use env variable set by certbot if invoked as post-renew hook2017-09-18, by Kim Alvefur
-
prosodyctl: Only demand a hostname argument to cert commands other than import2017-09-18, by Kim Alvefur
-
prosodyctl: Use all enabled hosts if no hostnames passed to cert import2017-09-18, by Kim Alvefur
-
util_throttle_spec: Slight stylistic update for function test group titles2017-09-17, by Waqas Hussain
-
.hgignore: Add luacov.report.out, luacov.report.out.index and luacov.stats.out2017-09-17, by Waqas Hussain
-
Merge 0.10->trunk2017-09-16, by Kim Alvefur
-
util.random: Add a _source field to match util.crand2017-09-16, by Kim Alvefur
-
util.random: Remove obsolete noop seed function2017-09-16, by Kim Alvefur
-
spec/util_queue: Add iterator and peek tests for 100% line coverage2017-09-16, by Matthew Wild
-
.luacheckrc: Add busted globals for spec/* (thanks av6!)2017-09-16, by Matthew Wild
-
Makefile: Update `make test` to use the "busted" test runner2017-09-16, by Waqas Hussain
-
util.async: Fix documentation URL2017-09-15, by Waqas Hussain
-
Port tests to the `busted` test runner2017-09-15, by Waqas Hussain
-
Merge 0.10->trunk2017-09-14, by Kim Alvefur
-
Merge 0.9->0.102017-09-14, by Kim Alvefur
-
mod_c2s: Iterate over child tags instead of child nodes in stream error (fixes traceback from #987)2017-09-13, by Kim Alvefur
-
mod_mam: Log a message in case archive deletion is not supported by the storage module in use2017-09-12, by Kim Alvefur
-
mod_mam: Use a FIFO queue for scheduling archive expiry2017-09-12, by Kim Alvefur
-
core.loggingmanager: Remove now unused locals [luacheck]2017-09-11, by Kim Alvefur
-
loggingmanager, mod_posix: Import util.format correctly (fixes #985)2017-09-11, by Kim Alvefur
-
loggingmanager: Slight cleanup and optimization of file sink2017-09-10, by Waqas Hussain
-
loggingmanager, mod_posix: Replace the old inconsistent log formatting with the new util.format2017-09-10, by Waqas Hussain
-
util.format: A string.format wrapper that gracefully handles invalid arguments2017-09-10, by Waqas Hussain
-
util.dependencies: Add comment about LuaSec compat2017-07-25, by Kim Alvefur
-
util.dependencies: Add compatibility code for LuaSocket no longer exporting as a global2017-07-25, by Kim Alvefur
-
mod_saslauth: Use correct varible name (thanks Roi)2017-07-08, by Kim Alvefur
-
mod_pubsub: Comment out data persistence for now (weird without config persistence)2017-09-13, by Kim Alvefur
-
util.pubsub: Don't record publisher when superuser privileges are used (eg by modules)2017-07-29, by Kim Alvefur
-
mod_pubsub: Store data in users store, node in 'with' metadata field2017-04-26, by Kim Alvefur
-
mod_pubsub: Pass 'user' to simple_itemstore2017-04-26, by Kim Alvefur
-
util.pubsub: Catch overriden id from storage2017-04-26, by Kim Alvefur
-
mod_pubsub: Pass xmlns correctly2017-04-26, by Kim Alvefur
-
mod_pep_plus: Add item persistency.2017-04-15, by Emmanuel Gil Peyrot
-
mod_pep_plus: Fix all of the warnings [luacheck]2017-04-15, by Emmanuel Gil Peyrot
-
mod_pubsub: Add item persistence using mod_storage_*’s archive store.2017-04-15, by Emmanuel Gil Peyrot
-
util.pubsub: Add the publisher as an attribute in the item element.2017-04-02, by Emmanuel Gil Peyrot
-
util.pubsub: Add a node parameter to itemstore().2017-04-02, by Emmanuel Gil Peyrot
-
mod_pubsub: Fix a few warnings [luacheck]2017-04-14, by Emmanuel Gil Peyrot
-
tests: Add failing tests for util.async2017-09-12, by Matthew Wild
-
Merge 0.10->trunk2017-09-04, by Kim Alvefur
-
mod_mam: Factor out <stanza-id> stripping so it can be reused in two places2017-09-03, by Kim Alvefur
-
mod_mam: Clone stanza before stripping stanza id after carbons2017-09-03, by Kim Alvefur
-
man/prosodyctl.markdown: Reflow2017-09-02, by Kim Alvefur
-
man prosodyctl: Add text about the `cert import` command2017-09-02, by Kim Alvefur
-
Merge 0.10->trunk2017-08-29, by Kim Alvefur
-
prosody, prosodyctl: Fix traceback if ssl config is missing (thanks lookshe and sol)2017-08-29, by Kim Alvefur
-
Merge 0.10->trunk2017-08-28, by Kim Alvefur
-
net.http: Add option for disabling TLS certifictate validation2017-07-07, by Kim Alvefur
-
net.http: Validate HTTPS certificates (fixes #659)2017-07-07, by Kim Alvefur
-
prosody, prosodyctl: Set up TLS settings for HTTPS requests in net.http (part of fix for #659)2017-07-07, by Kim Alvefur
-
net.http: Move default SSL/TLS settings into options, allowing them to be overriden in new()2017-07-07, by Kim Alvefur
-
net.http: Expose defaults2017-07-07, by Kim Alvefur
-
net.http: Remove duplicate 'request' entry2017-07-07, by Kim Alvefur
-
mod_mam: Clone stanzas before mutating (thanks waqas) (fixes #961)2017-07-25, by Kim Alvefur
-
core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512)2017-07-28, by Kim Alvefur
-
MUC: Use variable that actually exists (thanks Martin)2017-08-06, by Kim Alvefur
-
prosodyctl: Skip certificate checks for hosts of the form node@host (fixes #779)2017-08-04, by Kim Alvefur
-
net.websocket: Remove stray module api reference, shouldn't be used in here2017-07-30, by Kim Alvefur
-
mod_disco: Advertise in stream-features after auth (probably what was meant in 200f1f6306a7) (fixes #957)2017-07-27, by Kim Alvefur
-
MUC: Reject whitespace-only nicknames (fixes #337)2017-07-20, by Kim Alvefur
-
util.sql: Greedily read all rows so we can close queries early (fixes #391)2017-08-04, by Matthew Wild
-
Merge 0.10 -> trunk2017-07-28, by Matthew Wild
-
sessionmanager: Revert session.type if binding fails due to roster load error2017-07-28, by Matthew Wild
-
mod_register: Add ::1 to the default registration_whitelist.2017-07-16, by Emmanuel Gil Peyrot
-
mod_bosh: Add ::1 to the default trusted_proxies.2017-07-16, by Emmanuel Gil Peyrot
-
Merge 0.10->trunk2017-07-06, by Kim Alvefur
-
MUC: Include a human-readable message when denying room creation because of restrict_room_creation2017-07-06, by Kim Alvefur
-
MUC: Log debug message when restoring a room from storage2017-07-06, by Kim Alvefur
-
prosodyctl: Make `cert check` do the same as `check certs`2017-07-06, by Kim Alvefur
-
MUC: Add some comments attempting to explain what presence and <x> tag goes where2017-07-06, by Kim Alvefur
-
MUC: Include status code 110 on affiliation changes (see #765)2017-07-06, by Kim Alvefur
-
MUC: Include status code 110 on role change notifications (fixes #765))2017-07-06, by Kim Alvefur
-
mod_storage_internal: Return a noop iterator if archive is empty (fixes #920)2017-07-05, by Kim Alvefur
-
mod_mam: Request a total count if no items are requested2017-07-05, by Kim Alvefur
-
man prosodyctl: Mention the --root flag2017-07-01, by Kim Alvefur
-
Backed out changeset a6574fdf8734, violates XEP-00452017-07-03, by Kim Alvefur
-
MUC: Only send status code 307 to the user being kicked, not everyone (fixes #939)2017-06-25, by Kim Alvefur
Scroll all the way down to load more.