Software /
code /
prosody
Graph
-
doap: Add XEP-0441, the preferences part broken out of XEP-0313Sun, 13 Dec 2020 16:27:00 +0100, by Kim Alvefur
-
doap: Add XEP-0297, used by XEP-0280, XEP-0313Sun, 13 Dec 2020 16:24:10 +0100, by Kim Alvefur
-
doap: Add XEP-0277 for use in mod_storage_0227 and tools/xep227toprosody.luaSun, 13 Dec 2020 16:21:52 +0100, by Kim Alvefur
-
doap: Not all of XEP-0133 commands are implementedSun, 13 Dec 2020 16:20:41 +0100, by Kim Alvefur
-
doap: XEP-0352 version bump to Draft (no changes)Sun, 13 Dec 2020 16:14:53 +0100, by Kim Alvefur
-
doap: Add XEP-0059, RSM is used indirectly by XEP-0313Sun, 13 Dec 2020 15:12:21 +0100, by Kim Alvefur
-
doap: Add XEP-0044, Expat should be handling namespacesSun, 13 Dec 2020 15:08:11 +0100, by Kim Alvefur
-
Merge 0.11->trunkFri, 11 Dec 2020 15:37:35 +0100, by Kim Alvefur
-
mod_s2s: Prevent whitespace keepalives the stream has been opened 0.11Thu, 10 Dec 2020 11:53:10 +0100, by Kim Alvefur
-
net.http.errors: Add error class for DNS resolution failures (thanks SouL)Fri, 11 Dec 2020 10:15:30 +0000, by Matthew Wild
-
util.error: Switch to util.debug traceback tables and remove display_tracebacks optionWed, 09 Dec 2020 14:51:40 +0000, by Matthew Wild
-
util.error: Expose is_error on registry objects for convenienceWed, 09 Dec 2020 14:00:13 +0000, by Matthew Wild
-
util.error: rename is_err() -> is_error()Wed, 09 Dec 2020 13:59:51 +0000, by Matthew Wild
-
util.error: Add coerce and wrap methods to registry(?) objectsWed, 09 Dec 2020 13:55:10 +0000, by Matthew Wild
-
net.http: track time of request for debug/stats purposesWed, 09 Dec 2020 13:54:21 +0000, by Matthew Wild
-
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pepTue, 08 Dec 2020 20:35:53 +0100, by Kim Alvefur
-
doap: XEP-0048 is indirectly supported via XEP-0049 by mod_privacyTue, 08 Dec 2020 20:34:45 +0100, by Kim Alvefur
-
net.adns: Reduce 'Exhausted all servers' message to warningTue, 08 Dec 2020 15:49:25 +0000, by Matthew Wild
-
Update CHANGES and doap.xml for XEP-0421 supportTue, 24 Nov 2020 10:46:53 +0000, by Matthew Wild
-
MUC: Merge mod_muc_occupant_id into a sub-module (thanks pep.!)Tue, 24 Nov 2020 10:38:56 +0000, by Matthew Wild
-
Merge 0.11->trunkMon, 23 Nov 2020 21:56:26 +0100, by Kim Alvefur
-
mod_saslauth: Only advertise channel binding if a finished message is available 0.11Mon, 23 Nov 2020 21:52:46 +0100, by Kim Alvefur
-
mod_saslauth: Disable 'tls-unique' channel binding with TLS 1.3 (closes #1542) 0.11Mon, 23 Nov 2020 21:42:52 +0100, by Kim Alvefur
-
Merge 0.11->trunkMon, 23 Nov 2020 20:39:47 +0000, by Matthew Wild
-
util.promise: Use xpcall() for promise function to preserve tracebacks 0.11Mon, 23 Nov 2020 20:38:51 +0000, by Matthew Wild
-
mod_adhoc: Log commands provided at debug levelSun, 22 Nov 2020 00:52:49 +0100, by Kim Alvefur
-
util.hashring: Normalize indentation to tabsSun, 15 Nov 2020 14:48:59 +0100, by Kim Alvefur
-
util.error: Remove a stray word from a commentSat, 14 Nov 2020 22:22:46 +0100, by Kim Alvefur
-
Merge 0.11->trunkWed, 11 Nov 2020 16:09:55 +0100, by Kim Alvefur
-
util.stanza: Reject ASCII control characters (fixes #1606) 0.11Wed, 11 Nov 2020 16:00:41 +0100, by Kim Alvefur
-
mod_disco: Add some spacing to improve readability and code navigationTue, 10 Nov 2020 14:46:49 +0100, by Kim Alvefur
-
util.prosodyctl.cert: Fix for prompt functions having moved to util.human.ioMon, 09 Nov 2020 12:38:32 +0100, by Kim Alvefur
-
Merge 0.11->trunkFri, 06 Nov 2020 16:52:38 +0100, by Kim Alvefur
-
mod_pubsub: Fix notification stanza type setting (fixes #1605) 0.11Fri, 06 Nov 2020 13:49:40 +0100, by Kim Alvefur
-
Merge 0.11->trunkThu, 05 Nov 2020 22:31:25 +0100, by Kim Alvefur
-
mod_pubsub: Lower priority of default <body> generator 0.11Thu, 05 Nov 2020 22:27:17 +0100, by Kim Alvefur
-
util.cache: Add __name to metatableFri, 30 Oct 2020 14:05:07 +0000, by Matthew Wild
-
tools.modtrace: Pass config to serialize()Fri, 30 Oct 2020 14:04:40 +0000, by Matthew Wild
-
util.dbuffer: Add __name to metatableFri, 30 Oct 2020 13:53:39 +0000, by Matthew Wild
-
tools.modtrace: Library for tracing/debugging Lua module and method callsFri, 30 Oct 2020 13:53:24 +0000, by Matthew Wild
-
tools/form2table: Convert XEP-0004 dataform from XML to util.dataforms Lua formatWed, 28 Oct 2020 23:15:52 +0100, by Kim Alvefur
-
tools/linedebug: Print each line of source executedWed, 28 Oct 2020 23:05:15 +0100, by Kim Alvefur
-
tools/cfgdump: Reads Prosody config file and pretty-prints it back outWed, 28 Oct 2020 22:48:31 +0100, by Kim Alvefur
-
tools/tb2err: Formats Lua traceback in errors.err formatWed, 28 Oct 2020 22:42:43 +0100, by Kim Alvefur
-
Merge 0.11->trunkWed, 28 Oct 2020 14:32:33 +0000, by Matthew Wild
-
mod_pubsub: Comment on itemstore typeSun, 25 Oct 2020 15:23:36 +0100, by Kim Alvefur
-
mod_pubsub: Clarify kind of item store createdSun, 25 Oct 2020 15:21:34 +0100, by Kim Alvefur
-
mod_pubsub: Don't set store as metatableSun, 25 Oct 2020 15:20:14 +0100, by Kim Alvefur
-
net.http: Add support for streaming chunked/large responsesWed, 21 Oct 2020 10:40:11 +0100, by Matthew Wild
-
net.http.parser: Expose 'partial', 'chunked' and 'body_length' on packetsWed, 21 Oct 2020 10:34:16 +0100, by Matthew Wild
-
util.paths: Optimize path joining with few argumentsSun, 11 Oct 2020 23:04:13 +0200, by Kim Alvefur
-
util_paths_spec: Trim trailing white spaceSat, 17 Oct 2020 19:24:44 +0200, by Kim Alvefur
-
util.paths: Add some testsSat, 17 Oct 2020 19:00:16 +0200, by Kim Alvefur
-
MUC: Remove XEP-0091: Legacy Delayed DeliverySat, 17 Oct 2020 14:19:41 +0200, by Kim Alvefur
-
mod_posix: Hook and fire events on SIGUSR1/2Fri, 16 Oct 2020 14:01:25 +0100, by Matthew Wild
-
Merge 0.11->trunkFri, 16 Oct 2020 13:44:51 +0100, by Matthew Wild
-
util.debug: Fix locals being reported under wrong stack frame in some cases (+tests!!) 0.11Fri, 16 Oct 2020 13:38:04 +0100, by Matthew Wild
-
Merge 0.11->trunkThu, 15 Oct 2020 17:23:21 +0200, by Kim Alvefur
Scroll all the way down to load more.