| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | util.time: Convert to C | Kim Alvefur | 2017-03-09 | 3 | -9/+25 |
* | | util.pubsub: For open nodes, default affiliation is "member" | Matthew Wild | 2018-08-09 | 1 | -1/+1 |
* | | mod_pep, util.pubsub: Rename restricted->outcast, none->member and add new 'n... | Matthew Wild | 2018-08-08 | 2 | -7/+26 |
* | | util.pubsub: Drop now redundant capabilities from tests | Kim Alvefur | 2018-08-08 | 1 | -6/+0 |
* | | mod_pubsub, mod_pep, util.pubsub: Move capability definitions into util.pubsu... | Matthew Wild | 2018-08-08 | 3 | -157/+77 |
* | | mod_pep: Add comment explaining 'none' affiliation | Matthew Wild | 2018-08-08 | 1 | -0/+3 |
* | | mod_pep: Remove "subscriber" affiliation in favour of "none" | Matthew Wild | 2018-08-08 | 1 | -23/+1 |
* | | mod_pep: Loosen restrictions on the "none" affiliation | Kim Alvefur | 2018-08-08 | 1 | -6/+6 |
* | | mod_pep: Change default affiliation in the "presence" access model to "restri... | Kim Alvefur | 2018-08-08 | 1 | -0/+1 |
* | | encodings: Explicitly say that base64 decoding falls through in a switch, fix... | Emmanuel Gil Peyrot | 2018-08-08 | 1 | -0/+2 |
* | | pposix: Generate an error when a passed string isn’t "unlimited". | Emmanuel Gil Peyrot | 2018-08-08 | 1 | -0/+1 |
* | | pposix, signal: Ignore unused arguments. | Emmanuel Gil Peyrot | 2018-08-08 | 2 | -0/+3 |
* | | net, pposix, signal: Check for redefined defines, fix warnings. | Emmanuel Gil Peyrot | 2018-08-08 | 3 | -0/+11 |
* | | moduleapi: Remove multiple-parameters feature from module:shared() | Matthew Wild | 2018-08-08 | 1 | -25/+24 |
* | | MUC: Remove 307 status from error-kicks (fixes #939) | Matthew Wild | 2018-08-08 | 1 | -2/+1 |
* | | mod_muc: Fix incorrect variable usage [luacheck] | Matthew Wild | 2018-08-08 | 1 | -1/+1 |
* | | mod_proxy65: Split module:shared() into multiple calls, multiple params may b... | Matthew Wild | 2018-08-07 | 1 | -1/+2 |
* | | MUC: Suppress error text when participants are kicked due to error in semi-an... | Matthew Wild | 2018-08-07 | 1 | -1/+1 |
* | | util.pubsub: Include node defaults from current service object | Kim Alvefur | 2018-08-07 | 1 | -0/+3 |
* | | mod_pep: Add comment about 'hash_map' table | Kim Alvefur | 2018-08-06 | 1 | -0/+2 |
* | | mod_pep: Correct comment about 'recipients' table | Kim Alvefur | 2018-08-06 | 1 | -1/+1 |
* | | mod_pep: Pass 'recipients' table across module reloads | Kim Alvefur | 2018-08-06 | 1 | -1/+5 |
* | | mod_pep: Only resend last item on successful subscription | Kim Alvefur | 2018-08-05 | 1 | -2/+3 |
* | | mod_pubsub, mod_pep: The "restricted" affiliation should be allowed to be uns... | Kim Alvefur | 2018-08-06 | 2 | -0/+8 |
* | | util.pubsub: Re-check all subscriptions on access_model change, unsubscribing... | Kim Alvefur | 2018-08-06 | 1 | -0/+12 |
* | | pubsub.lib: fix more form fields | Jonas Wielicki | 2018-08-06 | 1 | -3/+3 |
* | | Merge jonasw->trunk | Kim Alvefur | 2018-08-06 | 1 | -5/+5 |
|\ \ |
|
| * | | pubsub.lib: correctly emit data form fields | Jonas Wielicki | 2018-08-06 | 1 | -5/+5 |
* | | | CHANGES: Add new pubsub items and note about PEP | Matthew Wild | 2018-08-06 | 1 | -1/+3 |
* | | | mod_pep: Save non-presence based subscriptions to storage | Kim Alvefur | 2018-08-05 | 1 | -2/+7 |
* | | | mod_pep: Note which subscriptions are presence based as subscription option | Kim Alvefur | 2018-08-05 | 1 | -1/+1 |
* | | | pubsub.lib: Enable publish-options unconditionally | Matthew Wild | 2018-08-06 | 1 | -4/+2 |
* | | | pubsub.lib: Add support for pubsub#publish_model | Matthew Wild | 2018-08-06 | 1 | -0/+12 |
* | | | util.pubsub: Add support for publish_model config option | Matthew Wild | 2018-08-06 | 1 | -1/+14 |
* | | | 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 |