aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* mod_announce: Remove unreachable return statement [luacheck]Kim Alvefur2018-03-231-2/+0
|
* mod_posix: Delay setting signal handlers until in the main threadMatthew Wild2018-03-221-18/+20
| | | | Signal handlers work by setting a debug hook. Hooks are per-thread, so we need this to be called in the main thread. However module loading is not in the main thread anymore.
* MUC: Catch and log error in case of storage failure in iterator over roomsKim Alvefur2018-03-151-1/+9
|
* MUC: Override methods on broken rooms to return internal-server-error insteadKim Alvefur2018-03-221-0/+8
|
* MUC: Return error if unable to keep track of room due to storage failureKim Alvefur2018-03-071-2/+6
|
* MUC: Log failure to load room stateKim Alvefur2018-03-161-1/+4
|
* MUC: Only fetch stored room state if room config is loaded without errorKim Alvefur2018-03-161-1/+1
|
* MUC: Prevent room eviction on storage failureKim Alvefur2018-03-071-9/+15
|
* MUC: Produce an untracked, locked room on failure to read room from storage ↵Kim Alvefur2018-03-121-1/+5
| | | | (#1091)
* mod_roster: Use new :text_tag()Kim Alvefur2018-03-211-1/+1
|
* mod_roster: Iterate over roster group items in more modern mannerKim Alvefur2018-03-211-8/+5
|
* mod_proxy65: Fix all warnings from luacheckMatthew Wild2018-03-211-3/+4
|
* mod_proxy65: Fix passing number to stanza API (thanks mimi89999)Matthew Wild2018-03-211-1/+1
|
* MUC: Use empty string if no subject provided (thanks pep+)Matthew Wild2018-03-161-1/+1
|
* mod_http: Pass util.events object to API, fixes tracebackKim Alvefur2018-03-161-1/+1
|
* mod_websocket: Transfer IP address derived by mod_httpKim Alvefur2018-03-151-0/+4
|
* mod_http: Set request.ip on all HTTP requests (moves code out of mod_bosh) ↵Kim Alvefur2018-03-152-17/+26
| | | | (fixes #540)
* Merge 0.10->trunkKim Alvefur2018-03-101-1/+1
|\
| * Merge 0.9->0.10Kim Alvefur2018-03-101-1/+1
| |\
| | * mod_admin_telnet: Include the default path property in URL calculation ↵Kim Alvefur2018-03-101-1/+1
| | | | | | | | | | | | (fixes #1099)
| | * MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097)Jonas Wielicki2018-03-081-0/+1
| | |
* | | mod_register_limits: Return reason for disallowingKim Alvefur2018-03-101-0/+3
| | |
* | | mod_register_limits: Log message for white- and blacklist hits separateKim Alvefur2018-03-101-2/+5
| | |
* | | mod_register_limits: Log a debug message when disallowing registration by ↵Kim Alvefur2018-03-101-0/+1
| | | | | | | | | | | | ewhite- or blacklist
* | | mod_register_ibr: Include reason for rejection of registration in debug logKim Alvefur2018-03-101-1/+1
| | |
* | | 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 ↵Kim Alvefur2018-03-071-2/+2
| | | | | | | | | | | | queries
| * | 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 ↵Kim Alvefur2018-03-091-0/+2
| | | | | | | | | | | | [luacheck]
* | | 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 ↵Kim Alvefur2018-02-212-3/+26
| | | | | | | | | | | | detected (#867)
* | | 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
| | |