aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* s2smanager: Mark session as secure if it was negotiating TLS and opens a new ...Matthew Wild2009-10-051-0/+4
* Merge with 0.5Matthew Wild2009-10-051-0/+1
|\
| * modulemanager: Add host.modules to contain a table of modules for a hostMatthew Wild2009-10-051-0/+1
* | Merge with 0.5Waqas Hussain2009-10-042-13/+24
|\ \
| * | stanza_router: Reply to IQ requests with missing 'id' attribute with a bad-re...Waqas Hussain2009-10-041-1/+5
| * | rostermanager: Fixed: Roster version was not being properly updated in some e...Waqas Hussain2009-10-041-10/+10
| * | rostermanager: Added support for saving rosters of offline users to the save_...Waqas Hussain2009-10-041-2/+9
| |/
* | Specify XMPP version on response stream to incoming s2s connection.Paul Aurich2009-10-031-1/+1
* | Minor changes; outgoing TLS works.Paul Aurich2009-10-031-1/+2
* | hostmanager: Create ssl context for each host (fixes #30 for outgoing s2s con...Matthew Wild2009-10-041-1/+11
* | 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