aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net.adns: Flush buffer after sending DNS requestMatthew Wild2009-04-111-1/+1
* mod_component: Update for new net_activate_portsMatthew Wild2009-04-101-1/+1
* Allow config to specify listening interfacesMatthew Wild2009-04-101-6/+11
* Remove more debugging code which was accidentally committed (don't trust hg)Matthew Wild2009-04-102-4/+0
* core.s2smanager: Remove some debuggingMatthew Wild2009-04-101-8/+2
* MergeMatthew Wild2009-04-101-1/+1
|\
| * prosody: Don't look to use SSL when LuaSec not available (thanks Florob)Matthew Wild2009-04-091-1/+1
* | MergeMatthew Wild2009-04-103-21/+49
* | net.adns: Catch errors in DNS response callbacksMatthew Wild2009-04-101-2/+5
|/
* MergeMatthew Wild2009-04-083-11/+12
|\
| * mod_debug: Run on a different port, and use a different listener to mod_consoleMatthew Wild2009-04-081-2/+3
| * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-04-085-10/+39
| |\
| * | Fixed: Send correct error reply for IQs directed at unavailable resourcesWaqas Hussain2009-04-071-2/+2
| * | Fixed: Issue with presence error routingWaqas Hussain2009-04-072-7/+7
* | | sessionmanager, componentmanager: Fix some wacky indentation (thanks greyback!)Matthew Wild2009-04-082-27/+25
| |/ |/|
* | mod_muc: Fix malformed presence stanzas (thanks elmex)Matthew Wild2009-04-081-1/+1
* | util.stanza: stanza:reset() method to reset building stateMatthew Wild2009-04-081-0/+8
* | core.s2smanager: Look away... wait for it... now! Hopefully s2s should be bac...Matthew Wild2009-04-081-1/+1
* | net.server: Ensure some logging parameters are stringsMatthew Wild2009-04-081-7/+7
* | componentmanager: Reply with service-unavailable for unconnected componentsMatthew Wild2009-04-081-1/+17
* | core.s2smanager: Check for valid host and port before attempting connectionMatthew Wild2009-04-061-0/+5
|/
* sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when c...Matthew Wild2009-04-053-0/+12
* net.httpserver: Don't log that a request has been left open if it is destroyedMatthew Wild2009-04-051-1/+1
* util.dataforms: Allow form layouts to specify default values for fieldsMatthew Wild2009-04-051-1/+1
* util.dataforms: Set form type when generating a formMatthew Wild2009-04-051-3/+1
* util.dataforms: Support for retriving the field value data from formsMatthew Wild2009-04-041-0/+55
* util.dataforms: Fixes for hidden field typeMatthew Wild2009-04-041-2/+7
* util.dataforms: Fix some field types which didn't render properlyMatthew Wild2009-04-041-2/+2
* util.dataforms: Add support for <required/> fieldsMatthew Wild2009-04-041-0/+4
* util.dataforms: Fixed to actually work, mostlyMatthew Wild2009-04-041-7/+23
* core.sessionmanager: Hop out of <status> tag so that MUC doesn't insert into ...Matthew Wild2009-04-031-1/+1
* Tagging 0.4.0Matthew Wild2009-03-310-0/+0
* Tagging VERSIONvault/0.4.00.4.0Matthew Wild2009-03-310-0/+0
* mod_bosh: Fix to correctly timeout idle sessionsMatthew Wild2009-03-311-1/+1
* mod_debug: Some updatesMatthew Wild2009-03-311-17/+21
* core.componentmanager: Fix global set, causing problems with multiple compone...Matthew Wild2009-03-311-1/+1
* mod_debug: New debug module (a simplified mod_console, with raw Lua access to...Matthew Wild2009-03-311-0/+186
* Add lock_globals() and unlock_globals() functions (for when you really need t...Matthew Wild2009-03-311-1/+11
* Load util.array and util.iterator at startupMatthew Wild2009-03-311-0/+3
* Automated merge with ssh://hg@prosody.im/prosody-hgMatthew Wild2009-03-301-7/+5
|\
| * Move SSL initialisation into the correct spot (thanks albert)Matthew Wild2009-03-301-7/+5
* | Added: componentmanager: Automatically add component.host.name to the disco i...Waqas Hussain2009-03-301-1/+20
* | Fixed: Some nil access bugsWaqas Hussain2009-03-302-3/+3
* | Added: MUC: Room invitesWaqas Hussain2009-03-301-0/+10
* | Added: util/events.lua: An event handling libraryWaqas Hussain2009-03-301-0/+96
* | Fixed: mod_saslauth: "anonymous_login" currently makes SASL ANONYMOUS an excl...Waqas Hussain2009-03-301-2/+11
* | Fixed: mod_saslauth: Changed anonymous host option from "sasl_anonymous" to "...Waqas Hussain2009-03-301-1/+1
* | Added: Prevent disk writes for anonmous hosts (option: core/anonymous_login =...Waqas Hussain2009-03-301-0/+3
* | Added: datamanager: Allow a callback to be installed which selectively preven...Waqas Hussain2009-03-301-0/+7
* | Fixed: s2smanager: Apply nameprep on hostnames passed in stream tag (part of ...Waqas Hussain2009-03-301-2/+3