aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Merge 0.10->trunkMatthew Wild2014-09-051-0/+301
|\
| * mod_websocket: Initial commit (based on the prosody-modules version)Florian Zeitz2014-09-051-0/+301
| |
* | plugins/muc: Add affiliation_notify config option to send out status code 101daurnimator2014-09-052-0/+68
| |
* | plugins/muc/muc.lib: Add muc-set-affiliation eventdaurnimator2014-09-051-0/+11
| |
* | plugins/muc/muc.lib: Use get_affilation() inside of set_affiliation(), so ↵daurnimator2014-09-051-3/+2
| | | | | | | | that the override in mod_muc works
* | plugins/muc/muc.lib: Add instant room supportdaurnimator2014-09-051-4/+9
| |
* | Merge 0.10->trunkKim Alvefur2014-09-027-44/+63
|\|
| * Merge 0.9->0.10Kim Alvefur2014-09-025-6/+22
| |\
| | * net.http, net.http.server, mod_c2s, mod_s2s, mod_component, ↵Matthew Wild2014-08-295-1/+18
| | | | | | | | | | | | mod_admin_telnet, mod_net_multiplex: Add ondetach to release connection from 'sessions' table (or equivalent)
| | * mod_s2s: Close offending s2s streams missing an 'id' attribute with a stream ↵Kim Alvefur2014-09-021-2/+5
| | | | | | | | | | | | error instead of throwing an unhandled error
| * | mod_dialback: Move d-w-d after to/from validationKim Alvefur2014-09-011-9/+9
| | |
| * | mod_s2s_auth_certs: Warn about lack of certificate (Mostly jabberd14 not ↵Kim Alvefur2014-08-291-29/+32
| | | | | | | | | | | | sending a client certificate)
* | | mod_muc: Fix 'destroy rooms' adhoc command (Thanks Florob)Kim Alvefur2014-08-311-1/+1
| | |
* | | Merge 0.10->trunkMatthew Wild2014-08-284-3/+12
|\| |
| * | Merge 0.9->0.10Matthew Wild2014-08-284-3/+12
| |\|
| | * mod_privacy: Fix to correctly sort privacy list rules by order (thanks Flow)Matthew Wild2014-08-281-1/+1
| | |
| | * mod_c2s, mod_s2s: Log received invalid stream headersMatthew Wild2014-08-232-1/+2
| | |
| | * mod_s2s: Reset stream ID when resetting stream [compliance]Kim Alvefur2014-08-271-0/+1
| | |
| | * mod_s2s: Mark stream as opened earlier for outgoing connections, fixes ↵Kim Alvefur2014-08-261-1/+2
| | | | | | | | | | | | double stream headers on policy failures
| | * mod_compression: Handle compression setup errors by logging a warning about ↵Kim Alvefur2014-08-261-0/+6
| | | | | | | | | | | | it (fixes #408)
| | * mod_posix: Make sure that 'pidfile' is a stringKim Alvefur2014-08-261-1/+1
| | |
* | | Merge 0.10->trunkKim Alvefur2014-08-131-6/+6
|\| |
| * | mod_private: Fix traceback due to missing table indexKim Alvefur2014-08-131-1/+1
| | |
| * | mod_blocklist: Use full word as variable name, we can afford thatKim Alvefur2014-08-121-4/+4
| | |
| * | mod_blocklist: Correct commentKim Alvefur2014-08-121-1/+1
| | |
| * | mod_blocklist: Fix any unblock emptying the blocklistKim Alvefur2014-08-121-1/+1
| | |
* | | mod_storage_sql2: DELETE then INSERT in map storesKim Alvefur2014-08-121-13/+8
| | |
* | | mod_muc: Fix tracebacks (thanks nick1)Kim Alvefur2014-08-111-5/+5
| | |
* | | Merge 0.10->trunkKim Alvefur2014-08-102-438/+276
|\| |
| * | mod_privacy: Remove, leave a log message about being replaced by ↵Kim Alvefur2014-08-101-438/+3
| | | | | | | | | | | | mod_blocklist and load that instead
| * | mod_blocklist: XEP-0191 implementation written for speed and independence ↵Kim Alvefur2014-08-101-0/+273
| | | | | | | | | | | | from mod_privacy
* | | mod_private: Use map storeKim Alvefur2014-08-091-12/+9
| | |
* | | Merge 0.10->trunkKim Alvefur2014-08-091-30/+26
|\| |
| * | mod_private: Cleanup and more tailcallsKim Alvefur2014-08-091-30/+26
| | |
| * | mod_s2s: Remove unused localsKim Alvefur2014-07-251-2/+0
| | |
* | | plugins/mod_storage_sql2: Return correct arguments from map_store operationsdaurnimator2014-08-071-2/+6
| | |
* | | plugins/muc/mod_muc: persistent rooms keyval store needs username as nildaurnimator2014-08-071-4/+4
| | |
* | | plugins/muc/mod_muc: Use map store for room persistencedaurnimator2014-08-071-59/+72
| | |
* | | plugins/muc/mod_muc: Remove unused importdaurnimator2014-08-071-1/+0
| | |
* | | plugins/mod_storage_sql2: Add map store supportdaurnimator2014-08-071-0/+35
| | |
* | | mod_muc: Import util.stanza into the config handler modules that need it. ↵Matthew Wild2014-08-053-0/+6
| | | | | | | | | | | | Fixes #432.
* | | mod_muc: Fix use of undefined global. Fixes #431.Matthew Wild2014-08-051-1/+2
| | |
* | | Merge 0.10->trunkKim Alvefur2014-07-252-35/+46
|\ \ \
| * | | mod_s2s: Remove unused localsKim Alvefur2014-07-251-2/+0
| |/ /
| * | mod_s2s_auth_certs: Pick a logging function once and stick with itKim Alvefur2014-07-251-4/+5
| | |
| * | mod_s2s_auth_certs: Split PKIX based certificate checking from mod_s2s into ↵Kim Alvefur2014-07-252-33/+45
| | | | | | | | | | | | new plugin
* | | mod_muc/muc.lib: Remove is_anonymous from event (fix for ec57067c1e0d)Matthew Wild2014-07-251-2/+2
| | |
* | | mod_muc/muc.lib: Pass all info to muc-broadcast-presence handlers that would ↵Matthew Wild2014-07-251-1/+5
| | | | | | | | | | | | be required to use room:build_item_list() - useful for plugins
* | | Merge 0.10->trunkMatthew Wild2014-07-251-2/+2
|\| |
| * | Merge 0.9->0.10Matthew Wild2014-07-251-2/+2
| |\|