index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
pubsub.lib: Code formatting change
Matthew Wild
2018-08-06
1
-5
/
+5
*
|
pubsub.lib: Add comment about tonumber hack
Matthew Wild
2018-08-06
1
-0
/
+3
*
|
pubsub.lib: Enable publish-options by default
Matthew Wild
2018-08-06
1
-1
/
+1
*
|
Merge with jonasw
Matthew Wild
2018-08-06
5
-13
/
+61
|
\
\
|
|
/
|
/
|
|
*
mod_pubsub: Pass the current values to dataforms
Kim Alvefur
2018-08-05
1
-1
/
+6
|
*
util.dataforms: Allow passing the current values to be used in stead of omitt...
Kim Alvefur
2018-08-05
2
-2
/
+43
|
*
mod_pubsub: Use util.pubsub API for retrieving node config instead
Kim Alvefur
2018-08-05
1
-9
/
+3
|
*
mod_pubsub: Add 'get_configuration' capability to relevant affiliations
Kim Alvefur
2018-08-05
1
-0
/
+2
|
*
mod_pubsub: Add a public method for retrieving the service object
Kim Alvefur
2018-08-05
1
-0
/
+4
|
*
util.pubsub: Apply defaults metatable before config check (thanks pep.)
Kim Alvefur
2018-08-05
1
-1
/
+3
*
|
pubsub.lib: auto-create node with publish-options if autocreation is enabled
Jonas Wielicki
2018-08-05
1
-2
/
+12
*
|
pubsub.lib: ignore FORM_TYPE field in config_from_xep0060
Jonas Wielicki
2018-08-05
1
-1
/
+1
|
/
*
mod_pubsub: Rename variable subscription options form to improve readability
Kim Alvefur
2018-08-05
1
-4
/
+4
*
pubsub.lib: Support for publish-options behind a feature flag, 'enable_publis...
Matthew Wild
2018-08-05
1
-24
/
+70
*
mod_pep: Add 'get_configuration' capability to relevant affiliations
Matthew Wild
2018-08-05
1
-0
/
+2
*
mod_pep: Add comments describing root tables used for data
Kim Alvefur
2018-08-04
1
-0
/
+3
*
MUC: Provide options as options in config form (fixes traceback)
Kim Alvefur
2018-08-04
1
-1
/
+1
*
util.dataforms: Normalize indentation
Kim Alvefur
2018-08-04
1
-3
/
+3
*
pubsub.lib: Add support for precondition-not-met error
Matthew Wild
2018-08-04
1
-0
/
+1
*
pubsub.lib: Advertise peristent-items feature when nodes and items are persisted
Matthew Wild
2018-08-04
1
-0
/
+4
*
mod_pubsub: Add comment to document nodestore/itemstore methods
Matthew Wild
2018-08-04
1
-0
/
+14
*
util.pubsub: Add method to retrieve node configuration
Matthew Wild
2018-08-04
1
-0
/
+21
*
util.pubsub: Use service.node_defaults in case config.node_defaults was not p...
Matthew Wild
2018-08-04
1
-1
/
+1
*
mod_storage_internal: Only apply truncate if there are more items than requested
Kim Alvefur
2018-08-04
1
-1
/
+1
*
util.pubsub: Tweak default affiliation of access models (fixes failing test)
Matthew Wild
2018-08-04
1
-2
/
+2
*
mod_pep: Restrict access models to 'presence', 'whitelist' and 'open'
Kim Alvefur
2018-08-04
1
-0
/
+5
*
mod_pubsub: Advertise default access model in disco
Kim Alvefur
2018-08-04
1
-0
/
+4
*
mod_pubsub: Restrict access model to 'whitelist' and 'open'
Kim Alvefur
2018-08-04
1
-0
/
+3
*
mod_pubsub: Add configurable maximum on number of items
Kim Alvefur
2018-08-04
1
-0
/
+9
*
mod_pep: Move subscriber check into 'presence' access model callback
Kim Alvefur
2018-08-04
1
-2
/
+8
*
util.pubsub: Look for a configured callback for more complicated access models
Kim Alvefur
2018-08-04
1
-0
/
+10
*
mod_pep: Set default access model to 'presence'
Kim Alvefur
2018-08-04
1
-0
/
+1
*
mod_pubsub: Add access model to configuration form
Kim Alvefur
2018-08-04
1
-0
/
+14
*
util.pubsub: Add initial support for configurable access models
Kim Alvefur
2018-08-04
1
-4
/
+17
*
util.dataforms: Only allow overriding of options when passed via the :form me...
Kim Alvefur
2018-08-03
1
-9
/
+8
*
MUC: Allow destruction of tombstones (eg via telnet or adhoc command)
Kim Alvefur
2018-08-03
1
-0
/
+3
*
util.dataforms: Allow overriding default options even if the form has such
Kim Alvefur
2018-08-03
1
-1
/
+1
*
util.dataforms: Allow passing dynamically generated options as values (fixes ...
Kim Alvefur
2018-08-03
1
-2
/
+9
*
util.dataforms: Exclude descriptive text fields from forms of type 'submit'
Kim Alvefur
2018-08-03
1
-9
/
+13
*
util.dataforms: Skip all fields for the 'cancel' form type
Kim Alvefur
2018-08-03
1
-0
/
+3
*
util.dataforms: Only include options in 'form' type forms
Kim Alvefur
2018-08-03
1
-1
/
+1
*
util.dataforms: Set default value for form type argument
Kim Alvefur
2018-08-03
1
-1
/
+2
*
mod_admin_adhoc: Normalize indentation
Kim Alvefur
2018-08-03
1
-8
/
+8
*
mod_admin_adhoc: Keep options for list-single in 'options' field where they b...
Kim Alvefur
2018-08-03
1
-2
/
+5
*
util.dataforms: Detach generation of options from values (fixes #1177)
Kim Alvefur
2018-08-03
1
-30
/
+21
*
util.dataforms: Add failing test for #1177
Kim Alvefur
2018-06-30
1
-0
/
+27
*
mod_pep: Return true if all node config checks passes (fixes configuration)
Kim Alvefur
2018-08-03
1
-0
/
+1
*
MUC: Split long lines [luacheck strict]
Kim Alvefur
2018-08-03
5
-18
/
+34
*
mod_pep: Silence warnings about unused arguments [luacheck]
Kim Alvefur
2018-08-03
1
-1
/
+1
*
mod_muc: Fire event when room is (and about to be) restored
Matthew Wild
2018-08-03
1
-0
/
+4
[prev]
[next]