aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge 0.10->trunkKim Alvefur2018-03-091-6/+5
|\
| * mod_mam: Remove unmatched closing parenKim Alvefur2018-03-091-1/+1
| * MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097)Jonas Wielicki2018-03-081-0/+1
| * mod_mam: Add an option for whether to include 'total' counts by default in qu...Kim Alvefur2018-03-071-2/+2
| * mod_mam: Log a debug message if archive expiry has been disabledKim Alvefur2018-03-071-0/+1
| * Backed out changeset 97a094fdf101, interferes with 6ddddfe05a74Kim Alvefur2018-03-071-3/+1
* | mod_presence: Ignore unused argument but make note of its use elsewhere [luac...Kim Alvefur2018-03-091-0/+2
* | mod_presence: Remove unused local [luacheck]Kim Alvefur2018-03-091-1/+0
* | MUC: Write down which functions are exposed and thus available to other modulesKim Alvefur2018-03-091-0/+10
* | MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097)Jonas Wielicki2018-03-081-0/+1
* | MUC/lock: Fix locking timeout to account for the direction of timeKim Alvefur2018-03-071-1/+1
* | MUC/lock: Remove redundant fallback valueKim Alvefur2018-03-071-1/+1
* | mod_adhoc: Remove unused local [luacheck]Kim Alvefur2018-03-061-1/+1
* | mod_s2s: Don't use string concatenation when passing values to loggingKim Alvefur2018-02-251-1/+1
* | Merge 0.10->trunkKim Alvefur2018-02-242-3/+26
|\|
| * mod_mam: Implement option to enable MAM implicitly when client support is det...Kim Alvefur2018-02-212-3/+26
* | mod_storage_sql: Catch and report value deserialization errorsKim Alvefur2018-02-241-8/+19
* | MUC: Emit 333 status code on presence as per XEP-0045 1.30 (fixes #1087)Jonas Wielicki2018-02-231-1/+2
* | MUC: Treat missing type and type=normal the sameKim Alvefur2017-10-201-1/+1
* | mod_bosh: Return implicit 404 instead of the proper BOSH terminate thingKim Alvefur2017-12-271-6/+3
* | mod_bosh: Limit stream to current host (fixes #371)Kim Alvefur2017-12-131-2/+1
* | mod_bosh: Make into a normal module (fixes #402)Kim Alvefur2017-12-131-16/+12
* | MUC: Prevent traceback in case of no history items to serialize (fixes #1083)Kim Alvefur2018-02-151-1/+1
* | Merge 0.10->trunkKim Alvefur2018-02-043-4/+18
|\|
| * mod_dialback: Ignore unused arguments [luacheck]Kim Alvefur2018-02-041-2/+2
| * mod_dialback: Expand abbrevationKim Alvefur2018-02-041-1/+1
| * mod_dialback: Split long line [luacheck]Kim Alvefur2018-02-041-1/+2
| * mod_dialback: Use renamed API for hooking non-stanza tagsKim Alvefur2018-02-041-2/+2
| * mod_saslauth: Ignore unused argument [luacheck]Kim Alvefur2018-02-041-1/+1
| * mod_saslauth: Use renamed API for hooking non-stanzasKim Alvefur2018-02-041-1/+1
| * mod_saslauth: Pass SASL EXTERNAL failure reason on to be used in error bouncesKim Alvefur2018-02-041-1/+2
| * mod_saslauth: Close connection if no fallback kicks in on SASL EXTERNAL failureKim Alvefur2018-02-041-1/+3
| * Backed out changeset 89c42aff8510: The problem in ejabberd has reportedly bee...Kim Alvefur2018-02-042-2/+12
| * mod_component: Advertise disco#info in fallback handling of disco#info query ...Kim Alvefur2018-01-061-1/+2
* | mod_pubsub: Ignore unused parameter [luacheck]Matthew Wild2018-02-021-1/+1
* | mod_pubsub: Add nodestore to service configurationMatthew Wild2018-02-021-0/+3
* | mod_pubsub: Some variable renames for clarityMatthew Wild2018-02-021-5/+5
* | mod_bosh: Use module API to fire eventsKim Alvefur2017-12-131-2/+2
* | mod_bosh: Use moduleapi loggerKim Alvefur2017-12-131-1/+1
* | mod_bosh: Rename variable to avoid name clash [luacheck]Kim Alvefur2017-12-131-3/+3
* | mod_bosh: Ignore unused argument [luacheck]Kim Alvefur2017-12-131-1/+1
* | mod_bosh: Remove unused variable [luacheck]Kim Alvefur2017-12-131-1/+0
* | mod_register_ibr: Allow modules that do pre-registration checks to specify a ...Kim Alvefur2017-12-271-1/+1
* | MUC: Hook the correct eventKim Alvefur2017-12-231-3/+3
* | mod_register_ibr: Split out throttling and IP limitations into mod_register_l...Kim Alvefur2017-12-093-59/+72
* | mod_register: Split into mod_register_ibr and mod_user_account_management (#723)Kim Alvefur2017-10-073-298/+328
* | mod_s2s: Remove tostring() in logging since this is handled by util.format nowKim Alvefur2017-12-212-11/+11
* | MUC: Check delay tags when they are received instead of when they are sentKim Alvefur2017-12-211-1/+1
* | MUC: Move delayed delivery check into an event handlerKim Alvefur2017-12-211-7/+11
* | Merge 0.10->trunkKim Alvefur2017-12-223-1/+19
|\|