aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hostmanager: Don't prevent host_session.send() from routing errors or iq resu...Matthew Wild2014-09-261-7/+0
* plugins/muc: Add muc-occupant-groupchat eventdaurnimator2014-09-252-25/+36
* Merge 0.10->trunkKim Alvefur2014-09-233-70/+43
|\
| * mod_saslauth: Fix encoding of missing vs empty SASL reply messagesKim Alvefur2014-09-231-7/+7
| * mod_s2s: Close s2s connections that can not proceed due to mod_dialback not b...Kim Alvefur2014-09-231-0/+4
| * mod_saslauth: Stricter SASL EXTERNAL handling more in line with XEP-0178Kim Alvefur2014-09-231-51/+30
| * mod_dialback, mod_saslauth: Remove broken fallback to dialback on SASL EXTERN...Kim Alvefur2014-09-232-12/+2
* | Merge 0.10->trunkKim Alvefur2014-09-233-6/+8
|\|
| * core.module{manager,api}: Fix for 010b141e91ed (Thanks v1ct0r)Kim Alvefur2014-09-232-2/+4
| * util.random: Ensure at least 4 bytes of previous random state is used when ge...Kim Alvefur2014-09-181-2/+2
| * util.random: Switch to SHA512Kim Alvefur2014-09-181-2/+2
* | plugins/muc/muc.lib: Fix iq results coming from the real jid, not the in-room...daurnimator2014-09-161-1/+1
* | Merge 0.10->trunkKim Alvefur2014-09-1810-29/+57
|\|
| * util.array: Add type() localKim Alvefur2014-09-171-0/+1
| * prosody: Fix getfenv replacement for Lua 5.2Kim Alvefur2014-09-171-1/+6
| * core.modulemanager, core.moduleapi: Hack around dependency loopKim Alvefur2014-09-172-3/+6
| * core.moduleapi: Use require instead of global to get storagemanager in module...Kim Alvefur2014-09-171-1/+2
| * util-src/*.c: Add macro for compiling with Lua 5.2Kim Alvefur2014-09-176-0/+24
| * util-src/*.c: Use the more concise lua_setfieldKim Alvefur2014-09-174-13/+7
| * util-src/*.c: Don't create globals when loadedKim Alvefur2014-09-166-11/+11
* | plugins/muc/muc.lib: Allow plugins to reject broadcasts in the muc-broadcast-...daurnimator2014-09-161-1/+4
* | plugins/mod_muc_unique: Fix undefined global access (thanks Lance)Waqas Hussain2014-09-161-1/+2
* | Merge 0.10->trunkKim Alvefur2014-09-1131-1223/+3545
|\ \ | |/ |/|
| * util.vcard: Turn PHOTO fields into data-urisKim Alvefur2014-09-101-1/+5
| * Merge 0.10->trunkMatthew Wild2014-09-053-49/+354
| |\
| * | 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->trunkMatthew Wild2014-09-052-0/+460
| |\ \
| * \ \ Merge 0.10->trunkMatthew Wild2014-09-031-1/+5
| |\ \ \
| * \ \ \ Merge 0.10->trunkKim Alvefur2014-09-031-2/+2
| |\ \ \ \
| * \ \ \ \ Merge 0.10->trunkKim Alvefur2014-09-0214-78/+159
| |\ \ \ \ \
| * | | | | | mod_muc: Fix 'destroy rooms' adhoc command (Thanks Florob)Kim Alvefur2014-08-311-1/+1
| * | | | | | Merge 0.10->trunkMatthew Wild2014-08-280-0/+0
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 0.10->trunkMatthew Wild2014-08-2810-21/+37
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ 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-103-439/+277
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | mod_private: Use map storeKim Alvefur2014-08-091-12/+9
| * | | | | | | | | | Merge 0.10->trunkKim Alvefur2014-08-092-55/+39
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | storagemanager: Fix map store shim if store is emptyKim Alvefur2014-08-081-1/+1
| * | | | | | | | | | | 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
| * | | | | | | | | | | core/storagemanager: When map store isn't available, fallback to keyval storedaurnimator2014-08-071-0/+33
| * | | | | | | | | | | mod_muc: Import util.stanza into the config handler modules that need it. Fix...Matthew Wild2014-08-053-0/+6