aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed: sessionmanager: Apply nameprep on hostname passed in stream tag (part ...Waqas Hussain2009-03-301-0/+2
* Fixed: modulemanager: IQs with extended elements in the default namespace cou...Waqas Hussain2009-03-301-1/+1
* 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 o...Waqas Hussain2009-03-301-2/+3
* Fixed: mod_regster: traceback when removing accountsWaqas Hussain2009-03-301-8/+9
* Fixed: rostermanager: Create new roster item if one doesn't exist on subscrip...Waqas Hussain2009-03-301-0/+4
* 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 s...Matthew Wild2009-03-231-9/+18
* 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
* mod_component: Remove some commented codeMatthew Wild2009-03-221-8/+0
* core.configmanager: Make components use 'component' module by default if none...Matthew Wild2009-03-221-3/+5
* Update example config, categorise modules, add new modulesMatthew Wild2009-03-221-10/+23
* prosody.cfg.lua.dist: Remove some factual inaccuraciesMatthew Wild2009-03-221-4/+4
* mod_component: Use net_activate_ports to start port listener based on configMatthew Wild2009-03-221-1/+8
* mod_component: Set default listening interface to 127.0.0.1Matthew Wild2009-03-221-1/+1
* net.connlisteners: Allow listeners to specify default interfaceMatthew Wild2009-03-221-1/+1
* prosody: Expose net_activate_ports as a global function for use by pluginsMatthew Wild2009-03-221-13/+13
* prosody: Allow ports to be specified as just numbersMatthew Wild2009-03-221-1/+1
* util.set: Fix to make constructor work, and functions defined correctlyMatthew Wild2009-03-221-8/+14
* util.set: New util libraryMatthew Wild2009-03-221-0/+75
* net.http: Don't throw error on invalid URLs. Fixes #56.Matthew Wild2009-03-211-0/+9
* Add initial mod_component for XEP-0114 support. Albert, where are you?Matthew Wild2009-03-211-0/+217
* net.xmppclient_listener: Set default namespace to jabber:clientMatthew Wild2009-03-211-1/+3
* net.xmppserver_listener: Set default namespace to jabber:serverMatthew Wild2009-03-211-1/+3
* core.xmlhandlers: Filter out default stream namespace from stanzasMatthew Wild2009-03-211-2/+3
* core.stanza_router: Allow routing from componentsMatthew Wild2009-03-211-1/+1
* MergeMatthew Wild2009-03-201-3/+1
|\
| * MergeMatthew Wild2009-03-146-21/+115
| |\
| * | Don't reject some valid IQs. Thanks to elmex for spotting.Matthew Wild2009-03-141-3/+1
* | | 0.3->0.4Matthew Wild2009-03-2062-63/+63
| |/ |/|
* | Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-03-085-6/+31
|\ \
| * | mod_saslauth: Disable SASL ANONYMOUS unless explicitly enabled with sasl_anon...Matthew Wild2009-03-071-1/+4
| |/
| * net.adns: Set new send in net.server after 'connecting UDP' socketMatthew Wild2009-03-071-1/+1
| * net.server: Allow replacement of send function on an open socketMatthew Wild2009-03-071-0/+4
| * util.logger: Small code tidying :)Matthew Wild2009-03-071-3/+3