aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* mod_iq: Optimized a bit more (fewer table accesses).Waqas Hussain2010-11-281-6/+9
* mod_iq: Optimized a bit (fewer table accesses).Waqas Hussain2010-11-281-9/+12
* mod_iq: Extra IQ get and set sub-events are now fired: "iq-{get,set}/{host,se...Waqas Hussain2010-11-281-4/+10
* Merge darkrain->trunkMatthew Wild2010-11-272-4/+4
|\
| * mod_pep: Updated disco#info result handler to use new event name format.Waqas Hussain2010-11-281-1/+1
| * mod_iq: IQ error and result sub-events are now "iq-{error,result}/{host,self,...Waqas Hussain2010-11-281-3/+3
* | mod_console: Denote services whose identity matches their (valid/trusted) cer...Paul Aurich2010-11-211-2/+2
* | s2s: SASL EXTERNALPaul Aurich2010-11-212-2/+144
|/
* Rename storage/mod_ejabberd to mod_storage_sql_ejabberd. Also rename configur...Matthew Wild2010-11-271-5/+8
* storage/mod_storage: Remove, obsoleteMatthew Wild2010-11-271-83/+0
* mod_pubsub, util.pubsub: Support for fetching itemsFlorian Zeitz2010-11-251-0/+18
* MUC: Include the user's current presence contents when broadcasting a role ch...Waqas Hussain2010-11-191-6/+16
* MUC: Include the user's current presence contents when broadcasting an affili...Waqas Hussain2010-11-191-9/+12
* MUC: Change room name and description properlyKim Alvefur2010-11-171-2/+2
* MUC: Fixed: Variable referencing the host session wasn't initialized.Waqas Hussain2010-11-171-1/+1
* mod_pubsub: Use module.environment to reference the module's environmentMatthew Wild2010-11-131-1/+1
* mod_pubsub: Expose 'service'Matthew Wild2010-11-131-1/+3
* mod_pubsub: It's aliiiive!Matthew Wild2010-11-131-0/+94
* mod_component: Logging tweaks.Waqas Hussain2010-11-121-11/+6
* mod_component: Use module:get_option() instead of configmanager.Waqas Hussain2010-11-121-2/+1
* mod_component: Rearranged the code a little.Waqas Hussain2010-11-121-4/+1
* mod_component: Return true from stanza handler to indicate that we actually d...Waqas Hussain2010-11-121-0/+1
* mod_console: Don't allow bang bang as the first command in a session, or when...Matthew Wild2010-11-121-1/+1
* MUC: Grant membership when inviteing someone into a members-only room.Kim Alvefur2010-11-111-0/+4
* mod_proxy65: Use module:get_option() instead of configmanager.Waqas Hussain2010-11-101-5/+4
* prosody: Removed all references to componentmanager from Prosody, except the ...Waqas Hussain2010-11-103-14/+1
* mod_disco: Updated to use hostmanager.get_children instead of componentmanage...Waqas Hussain2010-11-101-2/+2
* MUC: Only send status code 110 (entering non-anonymous room) to the occupant ...Waqas Hussain2010-11-101-9/+9
* MUC: Added some more missing :up()s to the stanza building for presence broad...Waqas Hussain2010-11-101-11/+11
* MUC: Parse submitted form with util.dataformsKim Alvefur2010-11-101-26/+14
* MUC: Added a missing :up() to the stanza building for presence broadcast (tha...Waqas Hussain2010-11-101-1/+1
* MUC: Return true from the stanza handler to suppress error responses.Waqas Hussain2010-11-101-1/+2
* componentmanager, hostmanager, modulemanager, mod_component: Got rid of the u...Waqas Hussain2010-11-101-2/+0
* mod_tls: Let hosts without an 'ssl' option inherit it from their parent hosts.Waqas Hussain2010-11-101-1/+7
* mod_component: Updated to use events for hooking stanzas instead of the compo...Waqas Hussain2010-11-101-8/+41
* MUC: Handle missing <value/> for <field type='boolean'/> in config form submi...Waqas Hussain2010-11-101-2/+6
* mod_component: Send back a <conflict/> stream error when multiple sessions at...Waqas Hussain2010-11-091-0/+2
* MUC: Preserve the global rooms table through reloads.Waqas Hussain2010-11-091-1/+0
* MUC: Expose the rooms table as a global 'rooms'.Waqas Hussain2010-11-091-1/+2
* MUC: Allow restricting room creation to local JIDs (thanks thomas.mangin).Waqas Hussain2010-11-081-3/+10
* mod_tls: Pass the hostname rather than host session to certmanager.create_con...Matthew Wild2010-11-081-2/+2
* mod_disco: Renamed the 'session' property of the account-disco-info and accou...Waqas Hussain2010-11-071-2/+2
* certmanager, hostmanager, mod_tls: Move responsibility for creating per-host ...Matthew Wild2010-11-061-0/+12
* MUC: Use events for hooking stanzas instead of the component stanza handler.Waqas Hussain2010-11-041-2/+14
* mod_proxy65: Removed useless checks from the event handler.Waqas Hussain2010-11-041-42/+37
* mod_proxy65: Use "iq/host" event for hooking stanzas instead of the component...Waqas Hussain2010-11-041-2/+4
* mod_console: Keep global variable assignments sandboxed by default.Waqas Hussain2010-11-041-1/+1
* mod_posix: Remove redundant import of logger.setwriter()Matthew Wild2010-11-041-2/+0
* mod_saslauth: Allow restarting SASL negotiation from scratch.Waqas Hussain2010-11-021-1/+10
* mod_saslauth: Separated processing of <auth/> and <response/> elements, and r...Waqas Hussain2010-11-021-25/+26