aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* mod_http_errors: Remove 'extra' element when emptyKim Alvefur2020-10-121-1/+1
* mod_http_errors: Dark theme!Kim Alvefur2020-10-121-0/+7
* mod_http_errors: Use a class on extra data sectionKim Alvefur2020-10-121-2/+2
* Merge 0.11->trunkKim Alvefur2020-10-071-2/+2
|\
| * MUC: Preserve disco 'node' attribute (or lack thereof) in response (fix #1595...Kim Alvefur2020-10-071-2/+2
* | Merge 0.11->trunkKim Alvefur2020-10-051-2/+2
|\|
| * MUC: Correct advertising of subject write access (really fixes #1155)Kim Alvefur2020-10-041-2/+2
* | mod_bosh: Count connection attempts non-VirtualHost as "bad host" (stats)Kim Alvefur2020-10-031-0/+2
* | Merge 0.11->trunkKim Alvefur2020-10-031-1/+18
|\|
| * mod_bosh: Ensure that stream is directed to a VirtualHost (fixes #425)Kim Alvefur2020-10-031-0/+16
| * mod_bosh: Pick out the 'wait' before checking it instead of earlierKim Alvefur2020-10-031-1/+2
| * mod_c2s,mod_s2s: Make stanza size limits configurable0.11.7Kim Alvefur2020-05-312-2/+4
* | mod_auth_anonymous: Add config option to allow/disallow storage writesMatthew Wild2020-10-021-2/+8
* | Merge 0.11->trunkMatthew Wild2020-09-291-76/+106
|\|
| * mod_websocket: Refactor frame validity checking, also check partially-receive...Matthew Wild2020-09-291-77/+95
| * mod_websocket: Continue to process data already in the buffer after an error ...Matthew Wild2020-09-281-1/+1
| * mod_websocket: Enforce stanza size limit and close streamMatthew Wild2020-09-171-0/+4
| * mod_websocket: Add separate limit for frame buffer sizeMatthew Wild2020-09-171-2/+2
| * mod_websocket: handle full frame buffer and raise stream errorMatthew Wild2020-09-171-1/+5
| * mod_websocket: Switch partial frame buffering to util.dbufferMatthew Wild2020-09-171-3/+8
| * mod_s2s: Escape invalid XML in loggin (same way as mod_c2s) fix #15740.11.6Kim Alvefur2020-08-011-2/+1
* | mod_http: Silence warnings when running under prosodyctlMatthew Wild2020-09-111-2/+4
* | mod_posix: Daemonize laterKim Alvefur2020-09-081-3/+1
* | MUC: Don't default room name to JID localpart (API breaking change)Kim Alvefur2020-08-292-6/+14
* | mod_posix: Remove ancient undocumented user switchingKim Alvefur2020-08-241-31/+4
* | mod_admin_shell: Report CSI queue length from mod_csi_simpleKim Alvefur2020-08-221-1/+5
* | mod_admin_shell: Report CSI state in c2s:show()Kim Alvefur2020-08-221-0/+3
* | mod_external_services: Validate services added via eventsKim Alvefur2020-08-171-0/+14
* | mod_external_services: Allow specifying a credential generation callbackKim Alvefur2020-07-251-1/+1
* | mod_external_services: Prepare to allow more credential algorithmsKim Alvefur2020-07-251-13/+25
* | mod_external_services: Support adding services via items APIKim Alvefur2020-07-251-2/+4
* | mod_external_services: XEP-0215: External Service DiscoveryKim Alvefur2020-07-181-0/+205
* | mod_component: Return extended error condition when not connectedKim Alvefur2020-04-131-1/+2
* | mod_component: Reply with a different error when not connectedKim Alvefur2020-04-131-1/+1
* | mod_net_multiplex: Set read size/mode to that of the target listenerKim Alvefur2020-08-021-0/+3
* | mod_net_multiplex: Read no more than the max buffer size settingKim Alvefur2020-08-021-1/+1
* | mod_http: Add way to signal that a module supports streaming uploadsKim Alvefur2020-08-011-1/+3
* | net.http.parser: Allow specifying sink for large request bodiesKim Alvefur2020-08-011-0/+9
* | mod_register: Add a dependency on mod_watchregistrationsEmmanuel Gil Peyrot2020-06-291-0/+1
* | mod_proxy65: Limit dump of invalid data to 300 bytes (like mod_c2s)Kim Alvefur2020-07-171-2/+2
* | mod_proxy65: Log invalid greetings escaped instead of as base64Kim Alvefur2020-07-161-3/+2
* | mod_server_contact_info: Add status-addresses fieldKim Alvefur2020-05-271-0/+1
* | mod_storage_sql: Measure hits/misses on the item count cacheKim Alvefur2020-07-021-0/+7
* | mod_admin_shell: Handle server_epoll using monotonic time internallyKim Alvefur2020-06-301-2/+9
* | mod_admin_shell: Fix debug:timers to handle net.server native timersKim Alvefur2020-06-291-6/+16
* | mod_register_ibr: Add event for successful password resetMatthew Wild2020-06-221-0/+1
* | Merge 0.11->trunkKim Alvefur2020-06-211-3/+0
|\|
| * mod_muc_mam: Don't strip MUC <x> tags, fix #1567Kim Alvefur2020-06-211-3/+0
* | mod_register_ibr: Allow registration to reset an existing account password if...Matthew Wild2020-06-181-6/+19
* | mod_admin_shell: Update for async.wait_for renameKim Alvefur2020-06-131-2/+2