aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | core.s2smanager: Look away... wait for it... now! Hopefully s2s should be ↵Matthew Wild2009-04-081-1/+1
| | | | | | | | back to normal.
* | 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 ↵Matthew Wild2009-04-053-0/+12
| | | | client closes stream
* 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
| | | | the wrong level
* 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 ↵Matthew Wild2009-03-311-1/+1
| | | | components. Fixes #82.
* mod_debug: New debug module (a simplified mod_console, with raw Lua access ↵Matthew Wild2009-03-311-0/+186
| | | | to a running Prosody's internals)
* Add lock_globals() and unlock_globals() functions (for when you really need ↵Matthew Wild2009-03-311-1/+11
| | | | to use globals)
* 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 ↵Waqas Hussain2009-03-301-1/+20
| | | | | | | | items list of host.name
* | 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 ↵Waqas Hussain2009-03-301-2/+11
| | | | | | | | exclusive mechanism. Corrected advertised mechanisms and error replies.
* | Fixed: mod_saslauth: Changed anonymous host option from "sasl_anonymous" to ↵Waqas Hussain2009-03-301-1/+1
| | | | | | | | "anonymous_login"
* | Added: Prevent disk writes for anonmous hosts (option: core/anonymous_login ↵Waqas Hussain2009-03-301-0/+3
| | | | | | | | = true)
* | Added: datamanager: Allow a callback to be installed which selectively ↵Waqas Hussain2009-03-301-0/+7
| | | | | | | | prevents disk writes
* | Fixed: s2smanager: Apply nameprep on hostnames passed in stream tag (part of ↵Waqas Hussain2009-03-301-2/+3
| | | | | | | | issue #57)
* | Fixed: sessionmanager: Apply nameprep on hostname passed in stream tag (part ↵Waqas Hussain2009-03-301-0/+2
| | | | | | | | of issue #57)
* | Fixed: modulemanager: IQs with extended elements in the default namespace ↵Waqas Hussain2009-03-301-1/+1
| | | | | | | | could cause backtraces (related to issue #74)
* | Fixed: mod_roster: Prep JIDs being added to roster (part of issue #57)Waqas Hussain2009-03-301-11/+13
| |
* | Fixed: mod_register: Node prepping was not being applied to usernames (part ↵Waqas Hussain2009-03-301-2/+3
| | | | | | | | of issue #57)
* | Fixed: mod_regster: traceback when removing accountsWaqas Hussain2009-03-301-8/+9
| |
* | Fixed: rostermanager: Create new roster item if one doesn't exist on ↵Waqas Hussain2009-03-301-0/+4
| | | | | | | | subscription approval (fixes issue #77)
* | Fixed: stanza_router: Respond with correct stanza error on malformed stanzasWaqas Hussain2009-03-301-3/+5
| |
* | Fixed: net/http.lua: HTTP request callback wasn't being called on some errorsWaqas Hussain2009-03-301-0/+1
|/
* util.array: Add :reverse() methodMatthew Wild2009-03-291-0/+8
|
* util.datetime: Allow specifying a time to formatMatthew Wild2009-03-291-28/+28
|
* util.array: Expose array.* functions, to be used for unwrapped arraysMatthew Wild2009-03-261-12/+14
|
* util.iterators: New iterators libraryMatthew Wild2009-03-251-0/+94
|
* util.array: New array libraryMatthew Wild2009-03-251-0/+45
|
* util.set: Rename private items container, optimise set.difference() and add ↵Matthew Wild2009-03-231-9/+18
| | | | set.intersection()
* core.rostermanager/mod_roster: Support for roster versioningMatthew Wild2009-03-232-15/+30
|
* util.datamanager: Don't delete data when first entry in table is 'false'. My ↵Matthew Wild2009-03-221-2/+4
| | | | favourite bug so far.
* mod_component: Remove some commented codeMatthew Wild2009-03-221-8/+0
|