| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_announce: Remove unreachable return statement [luacheck] | Kim Alvefur | 2018-03-23 | 1 | -2/+0 |
* | mod_posix: Delay setting signal handlers until in the main thread | Matthew Wild | 2018-03-22 | 1 | -18/+20 |
* | MUC: Catch and log error in case of storage failure in iterator over rooms | Kim Alvefur | 2018-03-15 | 1 | -1/+9 |
* | MUC: Override methods on broken rooms to return internal-server-error instead | Kim Alvefur | 2018-03-22 | 1 | -0/+8 |
* | MUC: Return error if unable to keep track of room due to storage failure | Kim Alvefur | 2018-03-07 | 1 | -2/+6 |
* | MUC: Log failure to load room state | Kim Alvefur | 2018-03-16 | 1 | -1/+4 |
* | MUC: Only fetch stored room state if room config is loaded without error | Kim Alvefur | 2018-03-16 | 1 | -1/+1 |
* | MUC: Prevent room eviction on storage failure | Kim Alvefur | 2018-03-07 | 1 | -9/+15 |
* | MUC: Produce an untracked, locked room on failure to read room from storage (... | Kim Alvefur | 2018-03-12 | 1 | -1/+5 |
* | mod_roster: Use new :text_tag() | Kim Alvefur | 2018-03-21 | 1 | -1/+1 |
* | mod_roster: Iterate over roster group items in more modern manner | Kim Alvefur | 2018-03-21 | 1 | -8/+5 |
* | mod_proxy65: Fix all warnings from luacheck | Matthew Wild | 2018-03-21 | 1 | -3/+4 |
* | mod_proxy65: Fix passing number to stanza API (thanks mimi89999) | Matthew Wild | 2018-03-21 | 1 | -1/+1 |
* | MUC: Use empty string if no subject provided (thanks pep+) | Matthew Wild | 2018-03-16 | 1 | -1/+1 |
* | mod_http: Pass util.events object to API, fixes traceback | Kim Alvefur | 2018-03-16 | 1 | -1/+1 |
* | mod_websocket: Transfer IP address derived by mod_http | Kim Alvefur | 2018-03-15 | 1 | -0/+4 |
* | mod_http: Set request.ip on all HTTP requests (moves code out of mod_bosh) (f... | Kim Alvefur | 2018-03-15 | 2 | -17/+26 |
* | Merge 0.10->trunk | Kim Alvefur | 2018-03-10 | 1 | -1/+1 |
|\ |
|
| * | Merge 0.9->0.10 | Kim Alvefur | 2018-03-10 | 1 | -1/+1 |
| |\ |
|
| | * | mod_admin_telnet: Include the default path property in URL calculation (fixes... | Kim Alvefur | 2018-03-10 | 1 | -1/+1 |
| | * | MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097) | Jonas Wielicki | 2018-03-08 | 1 | -0/+1 |
* | | | mod_register_limits: Return reason for disallowing | Kim Alvefur | 2018-03-10 | 1 | -0/+3 |
* | | | mod_register_limits: Log message for white- and blacklist hits separate | Kim Alvefur | 2018-03-10 | 1 | -2/+5 |
* | | | mod_register_limits: Log a debug message when disallowing registration by ewh... | Kim Alvefur | 2018-03-10 | 1 | -0/+1 |
* | | | mod_register_ibr: Include reason for rejection of registration in debug log | Kim Alvefur | 2018-03-10 | 1 | -1/+1 |
* | | | Merge 0.10->trunk | Kim Alvefur | 2018-03-09 | 1 | -6/+5 |
|\| | |
|
| * | | mod_mam: Remove unmatched closing paren | Kim Alvefur | 2018-03-09 | 1 | -1/+1 |
| * | | MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097) | Jonas Wielicki | 2018-03-08 | 1 | -0/+1 |
| * | | mod_mam: Add an option for whether to include 'total' counts by default in qu... | Kim Alvefur | 2018-03-07 | 1 | -2/+2 |
| * | | mod_mam: Log a debug message if archive expiry has been disabled | Kim Alvefur | 2018-03-07 | 1 | -0/+1 |
| * | | Backed out changeset 97a094fdf101, interferes with 6ddddfe05a74 | Kim Alvefur | 2018-03-07 | 1 | -3/+1 |
* | | | mod_presence: Ignore unused argument but make note of its use elsewhere [luac... | Kim Alvefur | 2018-03-09 | 1 | -0/+2 |
* | | | mod_presence: Remove unused local [luacheck] | Kim Alvefur | 2018-03-09 | 1 | -1/+0 |
* | | | MUC: Write down which functions are exposed and thus available to other modules | Kim Alvefur | 2018-03-09 | 1 | -0/+10 |
* | | | MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097) | Jonas Wielicki | 2018-03-08 | 1 | -0/+1 |
* | | | MUC/lock: Fix locking timeout to account for the direction of time | Kim Alvefur | 2018-03-07 | 1 | -1/+1 |
* | | | MUC/lock: Remove redundant fallback value | Kim Alvefur | 2018-03-07 | 1 | -1/+1 |
* | | | mod_adhoc: Remove unused local [luacheck] | Kim Alvefur | 2018-03-06 | 1 | -1/+1 |
* | | | mod_s2s: Don't use string concatenation when passing values to logging | Kim Alvefur | 2018-02-25 | 1 | -1/+1 |
* | | | Merge 0.10->trunk | Kim Alvefur | 2018-02-24 | 2 | -3/+26 |
|\| | |
|
| * | | mod_mam: Implement option to enable MAM implicitly when client support is det... | Kim Alvefur | 2018-02-21 | 2 | -3/+26 |
* | | | mod_storage_sql: Catch and report value deserialization errors | Kim Alvefur | 2018-02-24 | 1 | -8/+19 |
* | | | MUC: Emit 333 status code on presence as per XEP-0045 1.30 (fixes #1087) | Jonas Wielicki | 2018-02-23 | 1 | -1/+2 |
* | | | MUC: Treat missing type and type=normal the same | Kim Alvefur | 2017-10-20 | 1 | -1/+1 |
* | | | mod_bosh: Return implicit 404 instead of the proper BOSH terminate thing | Kim Alvefur | 2017-12-27 | 1 | -6/+3 |
* | | | mod_bosh: Limit stream to current host (fixes #371) | Kim Alvefur | 2017-12-13 | 1 | -2/+1 |
* | | | mod_bosh: Make into a normal module (fixes #402) | Kim Alvefur | 2017-12-13 | 1 | -16/+12 |
* | | | MUC: Prevent traceback in case of no history items to serialize (fixes #1083) | Kim Alvefur | 2018-02-15 | 1 | -1/+1 |
* | | | Merge 0.10->trunk | Kim Alvefur | 2018-02-04 | 3 | -4/+18 |
|\| | |
|
| * | | mod_dialback: Ignore unused arguments [luacheck] | Kim Alvefur | 2018-02-04 | 1 | -2/+2 |