aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* mod_bosh: Improve connection robustness with better handling of unexpected ridsMatthew Wild2018-04-101-12/+19
* mod_bosh: Some additonal comments to improve code readabilityMatthew Wild2018-04-101-1/+3
* mod_bosh: WhitespaceMatthew Wild2018-04-101-1/+0
* mod_bosh: Improve logging - parse errors will now log through the session log...Matthew Wild2018-04-101-1/+2
* mod_bosh: Improve logging on session close (reason may be a table with params)Matthew Wild2018-04-101-1/+1
* Merge 0.10->trunkKim Alvefur2018-04-101-6/+3
|\
| * mod_blocklist: Allow mod_presence to handle subscription stanzas before bounc...Kim Alvefur2018-04-061-6/+3
| * MUC: Don't reply to errors with more errors (fixes #1122)Kim Alvefur2018-03-281-1/+3
| * MUC: Say something about storage failure before aborting (see #1091)Kim Alvefur2018-03-121-0/+1
| * MUC: Prevent creation of room that could not be loaded from storage (see #1091)Kim Alvefur2018-03-091-2/+8
| * MUC: Abort module loading if unable to get list of persistent rooms from stor...Kim Alvefur2018-03-071-1/+5
* | mod_register_limits: Promote log message about inability to apply black/white...Kim Alvefur2018-04-101-1/+1
* | mod_register_limits: Change debug message wording, there's no user yetKim Alvefur2018-04-101-1/+1
* | mod_register_limits: Use existing local variableKim Alvefur2018-04-101-2/+2
* | mod_register_ibr: Return a textual error to the user for problems with parsin...Kim Alvefur2018-04-091-1/+3
* | mod_register_ibr: Reshape the code using early returns to reduce needless ind...Kim Alvefur2018-04-071-58/+71
* | mod_ping: Ignore unused arguments [luacheck]Kim Alvefur2018-04-061-1/+1
* | Fix spelling throughout the codebase [codespell]Kim Alvefur2018-02-048-15/+15
* | mod_muc_mam: Save the MUC <x> on recorded join stanzasKim Alvefur2018-03-241-1/+1
* | mod_muc_mam: Let muc/history.lib decide which messages to storeKim Alvefur2018-03-241-4/+2
* | mod_muc_mam: Remove 0.10 compat codeKim Alvefur2017-12-121-97/+4
* | mod_muc_mam: Import mod_mam_muc from prosody-modules ba6466fa6823Kim Alvefur2018-04-021-0/+462
* | mod_pep_plus: Validate items here too (thanks Link Mauve)Kim Alvefur2018-03-251-0/+5
* | mod_pubsub: Reject publishing of non-itemsKim Alvefur2018-03-211-0/+5
* | 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
* | 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
* | 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) (f...Kim Alvefur2018-03-152-17/+26
* | 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 (fixes...Kim Alvefur2018-03-101-1/+1
| | * 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 ewh...Kim Alvefur2018-03-101-0/+1
* | | 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
|\| |