aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* loggingmanager: Whitespace fixMatthew Wild2009-10-041-0/+1
* s2smanager: Small commentMatthew Wild2009-10-041-0/+1
* s2smanager: Don't wait for stream:features from non-XMPP-1.0 hostsMatthew Wild2009-10-041-4/+7
* s2smanager: Send stream:features for incoming s2s connections which support X...Matthew Wild2009-10-041-2/+6
* s2smanager: Give outgoing sessions a host field (the local one)Matthew Wild2009-10-041-1/+3
* stanza_router: Add COMPAT comment for Pidgin workaroundMatthew Wild2009-10-041-1/+1
* sessionmanager: Use UUID for stream ids to clients, no math.random anymore :)Matthew Wild2009-10-031-2/+1
* sessionmanager: Add c2s_timeout option for unauthenticated client connectionsMatthew Wild2009-10-031-1/+11
* Merge with 0.5Matthew Wild2009-09-303-5/+9
|\
| * modulemanager: Load modules for components, tooMatthew Wild2009-09-301-0/+1
| * componentmanager: Preserve existing events table (if any) when registering a ...Matthew Wild2009-09-301-3/+3
| * componentmanager: Fire event on component activationMatthew Wild2009-09-301-0/+2
| * componentmanager: Use create_component for, er, creating componentsMatthew Wild2009-09-301-1/+2
| * hostmanager: Only load vhosts, not componentsMatthew Wild2009-09-301-1/+1
* | Merge with 0.5Matthew Wild2009-09-271-7/+7
|\|
| * core.s2smanager: Always use last record in the DNS cacheMatthew Wild2009-09-271-7/+7
* | Merge with 0.5Matthew Wild2009-09-211-1/+5
|\|
| * core.s2smanager: Don't recurse CNAMEs infinitely :)Matthew Wild2009-09-211-1/+5
* | Merge with 0.5Matthew Wild2009-09-201-0/+22
|\|
| * s2smanager: Timeout unauthed s2s connectionsMatthew Wild2009-09-201-0/+22
* | Merge with 0.5Matthew Wild2009-09-191-1/+11
|\|
| * s2smanager: Compatibility with domains which use CNAMEsMatthew Wild2009-09-191-1/+11
* | Merge with 0.5Matthew Wild2009-09-191-1/+29
|\|
| * s2smanager: Pass A-record lookups through adns moduleMatthew Wild2009-09-191-1/+29
* | configmanager: Assign a chunk name to config files loaded using the default c...Waqas Hussain2009-09-121-4/+4
* | ComponentManager: Removed unused variable.Waqas Hussain2009-09-111-1/+0
* | ComponentManager: Removed dependency on core_route_stanza. The default compon...Waqas Hussain2009-09-111-4/+1
* | ComponentManager: Fixed: Default handler sent error replies on result stanzas.Waqas Hussain2009-09-111-1/+1
* | ComponentManager: Fixed a bit of logging.Waqas Hussain2009-09-111-2/+1
* | Merge with 0.5matthew2009-09-051-1/+1
|\|
| * modulemanager: Fixed: Internally generated stanzas could be missing namespace...Waqas Hussain2009-09-061-1/+1
* | Merge waqas with Tobias. Eww.Matthew Wild2009-08-183-125/+39
|\ \
| * | Removed core/discomanager.luaWaqas Hussain2009-08-181-66/+0
| * | modulemanager: Removed unused variables and reference to core.discomanagerWaqas Hussain2009-08-181-5/+0
| * | modulemanager: Removed unnecessary code in the unload functionWaqas Hussain2009-08-181-2/+0
| * | modulemanager: Removed legacy disco#items hookWaqas Hussain2009-08-181-39/+0
| * | modulemanager: add_feature and add_identity APIs updated to use only the add_...Waqas Hussain2009-08-181-2/+0
| * | componentmanager: Removed disco#items hook, and reference to core.discomanagerWaqas Hussain2009-08-181-10/+0
| * | modulemanager: Added module API function to get all items for a given host ba...Waqas Hussain2009-08-181-0/+13
| * | modulemanager: Module API functions add_item and add_feature updated to use t...Waqas Hussain2009-08-181-0/+2
| * | modulemanager: Changed the add_identity module API to accept an optional name...Waqas Hussain2009-08-181-2/+2
| * | Added: functions add_item and remove_item to add and remove items to the modu...Waqas Hussain2009-08-181-0/+19
| * | componentmanager: Added function to get a list of children for a given hostnameWaqas Hussain2009-08-181-0/+4
* | | core.s2smanager, xmppserver_listener: Move the responsibility of setting sess...Matthew Wild2009-08-161-0/+1
* | | core.sessionmanager, xmppclient_listener: Move responsibility for setting ses...Matthew Wild2009-08-161-1/+5
|/ /
* | Merge with 0.5Matthew Wild2009-07-283-1/+7
|\|
| * configmanager: Default options appearing before Host "*" to global (fixes pot...Matthew Wild2009-07-281-0/+1
| * hostmanager: Warn when user puts port configuration under vhost sectionMatthew Wild2009-07-281-0/+5
| * core.loggingmanager: Enable timestamps by default for file log sinksMatthew Wild2009-07-281-1/+1
* | Merge with 0.5Matthew Wild2009-07-271-5/+1
|\|