aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 0.10->trunkKim Alvefur2014-09-284-6/+113
|\
| * mod_pubsub: Add support for requesting default node configurationKim Alvefur2014-09-282-0/+9
| * mod_pubsub: Add max items to node config formKim Alvefur2014-09-281-0/+5
| * util.pubsub: Add support for limiting the number of item in a node (default t...Kim Alvefur2014-09-281-0/+11
| * mod_pubsub: Add support for node configurationKim Alvefur2014-09-282-0/+59
| * util.pubsub: Add support for node configurationKim Alvefur2014-09-281-2/+22
| * util.pubsub: One less table allocated per pubsub object createdKim Alvefur2014-09-281-3/+3
| * util.pubsub: Use localKim Alvefur2014-09-271-1/+1
| * mod_pubsub: Transplant pieces of cdcfd93e2f43 from trunkKim Alvefur2014-09-272-3/+3
| * net.server_select: When an SSL handshake is connected, if there is pending da...Matthew Wild2014-09-261-0/+3
* | mod_pep_plus: Add pubsub service objects to an item listKim Alvefur2014-09-271-4/+7
* | muc: Add 'occupant' to muc-occupant-{joined,left,session-new} events (thanks ...Matthew Wild2014-09-261-4/+8
* | 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