Software /
code /
prosody
Graph
-
util.pubsub: Return item-not-found if a single item is requested, and not there2017-10-09, by Kim Alvefur
-
mod_pep_plus: Add missing variable2017-10-09, by Kim Alvefur
-
net.server_event: Add "libevent" to backend description2017-10-09, by Kim Alvefur
-
mod_pubsub: Hide item persistence behind option (at least until affiliations are also persisted)2017-10-09, by Kim Alvefur
-
util.pubsub: Clear data on node deletion2017-10-08, by Kim Alvefur
-
mod_pubsub: Restore persistence with one archive per node2017-10-08, by Kim Alvefur
-
mod_storage_internal: Add more extensive query support to archive:delete method2017-10-08, by Kim Alvefur
-
mod_storage_internal: Add support for archive key deduplication (like mod_storage_sql)2017-10-08, by Kim Alvefur
-
mod_pubsub: Remove use of non-existent fields2017-10-08, by Kim Alvefur
-
mod_pep_plus: Update subscriptions for other local users only2017-10-08, by Kim Alvefur
-
mod_pep_plus: Keep track of nodes, and restore them when later2017-10-08, by Kim Alvefur
-
mod_pep_plus: Use local username instead of bare JID for references2017-10-08, by Kim Alvefur
-
mod_pep_plus: Skip over roster metadata (version, pending) entry2017-10-08, by Kim Alvefur
-
mod_pep_plus: Rename variable for clarity2017-10-08, by Kim Alvefur
-
mod_pubsub: Workaround some storage modules without archive key deduplication2017-10-08, by Kim Alvefur
-
mod_pubsub: Ignore unused 'self' since the data used is an upvalue [luacheck]2017-10-08, by Kim Alvefur
-
mod_pep_plus, mod_pubsub: Store node content in separate archive stores2017-10-07, by Kim Alvefur
-
util.datamanager: Encode the 'store' path component, preserving underscores2017-10-08, by Kim Alvefur
-
mod_pubsub: Add method to clear data from a simple_itemstore2017-10-07, by Kim Alvefur
-
util.pubsub: Clear data store if it supports being cleared, otherwise fall back to creating a new one2017-10-07, by Kim Alvefur
-
mod_pubsub: Remove workaround for SQL issue (fixed in becb593ed86d)2017-10-07, by Kim Alvefur
-
mod_pubsub: Correct traceback in loop invocation (data is the iterator, does not return one)2017-10-07, by Kim Alvefur
-
Merge 0.10->trunk2017-10-05, by Kim Alvefur
-
mod_storage_sql: Also clear the prosodyarchive table when an user is deleted (fixes #1009)2017-10-05, by Kim Alvefur
-
mod_storage_sql: Remove return values from purge method2017-10-05, by Kim Alvefur
-
util.encodings: Use the 'idx' argument correctly [-Wunused-parameter]2017-10-05, by Kim Alvefur
-
Merge 0.10->trunk2017-10-04, by Kim Alvefur
-
CHANGES: Correct date using the power hindsight2017-10-04, by Kim Alvefur
-
util.sql: Don't log at error level if a transaction failed and was retried ok2017-10-04, by Matthew Wild
-
Added tag 0.10.0 for changeset 39966cbc29f42017-09-28, by Matthew Wild
-
Merge 0.10->trunk2017-09-29, by Kim Alvefur
-
configure: Remove unused OS and architecture detection that would most likely fail on systems without gcc2017-09-28, by Kim Alvefur
-
configure: Remove unused "require config" option2017-09-28, by Kim Alvefur
-
configure: Add new but undocumented flags to --help2017-09-28, by Kim Alvefur
-
configure: Set runtime in debian preset to allow building without interperter installed2017-09-28, by Kim Alvefur
-
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
Scroll all the way down to load more.