aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* plugins/mod_muc_unique: Fix undefined global access (thanks Lance)Waqas Hussain2014-09-161-1/+2
* Merge 0.10->trunkKim Alvefur2014-09-1123-1148/+2604
|\
| * Merge 0.10->trunkMatthew Wild2014-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 tha...daurnimator2014-09-051-3/+2
| * | plugins/muc/muc.lib: Add instant room supportdaurnimator2014-09-051-4/+9
| * | Merge 0.10->trunkKim Alvefur2014-09-027-44/+63
| |\ \
| * | | 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.10->trunkKim Alvefur2014-08-131-6/+6
| |\ \ \ \
| * | | | | 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_private: Use map storeKim Alvefur2014-08-091-12/+9
| * | | | | | Merge 0.10->trunkKim Alvefur2014-08-091-30/+26
| |\ \ \ \ \ \
| * | | | | | | 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. Fix...Matthew Wild2014-08-053-0/+6
| * | | | | | | 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_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
| * | | | | | | | Merge 0.10->trunkMatthew Wild2014-07-251-2/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 0.10->trunkKim Alvefur2014-07-091-1/+1
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | mod_pep_plus: Only broadcast newly added subscriptionsKim Alvefur2014-07-081-9/+26
| * | | | | | | | | | Merge 0.10->trunkKim Alvefur2014-07-048-32/+56
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 0.10->trunkKim Alvefur2014-06-215-6/+17
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | plugins/muc/muc: Fire broadcast presences event before creating full/anon pre...daurnimator2014-06-171-11/+13
| * | | | | | | | | | | | plugins/muc: Fix use of incorrect event on occupant joindaurnimator2014-06-173-4/+7
| * | | | | | | | | | | | plugins/muc/mod_muc: fix wrong event for persistencedaurnimator2014-06-111-1/+1
| * | | | | | | | | | | | plugins/muc/muc.lib: Deliver declines to in-room jids correctlydaurnimator2014-06-111-1/+5
| * | | | | | | | | | | | plugins/muc/muc.lib: Don't add invite/decline bodies if they already have onedaurnimator2014-06-061-10/+14
| * | | | | | | | | | | | plugins/muc/muc.lib: Use original decline as template for medated declinedaurnimator2014-06-061-2/+4
| * | | | | | | | | | | | plugins/muc/muc: When forwarding mediated invites; use filtered version of or...daurnimator2014-06-051-2/+4
| * | | | | | | | | | | | plugins/muc: Move 'x' filtering from occupant to utildaurnimator2014-06-052-14/+17
| * | | | | | | | | | | | mod_admin_telnet: Update muc:room(jid) and muc:list(host) to use the new MUC APIWaqas Hussain2014-06-051-3/+3
| * | | | | | | | | | | | plugins/muc/muc.lib: Fix incorrect whois logic (thanks mva)daurnimator2014-06-011-3/+3
| * | | | | | | | | | | | plugins/muc/muc.lib: Fix whois check when broadcasting occupant presenceWaqas Hussain2014-06-011-1/+1
| * | | | | | | | | | | | Merge with daurnimatorWaqas Hussain2014-05-301-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | plugins/muc/muc.lib: Fire event for presence broadcastdaurnimator2014-05-291-0/+3
| * | | | | | | | | | | | | mod_pep_plus: Expose get_pep_service()Kim Alvefur2014-05-281-1/+1
| * | | | | | | | | | | | | Merge 0.10->trunkMatthew Wild2014-05-282-0/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 0.10->trunkKim Alvefur2014-05-242-35/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge with daurnimatorMatthew Wild2014-05-235-188/+175
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | plugins/muc/muc.lib: Even unavailable session need to be routed to sometimes ...daurnimator2014-05-211-4/+2