aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge 0.9->trunkMatthew Wild2012-03-091-1/+1
|\
| * core.s2smanager: Log the entire stream header.Kim Alvefur2012-03-041-1/+1
* | Merge with 0.9Matthew Wild2012-02-251-1/+6
|\|
| * core.s2smanager: Fix check_cert_status() for when the stream has no from attrKim Alvefur2012-02-211-1/+6
* | s2smanager: Fix traceback when socket.tcp6 isn't availableMatthew Wild2012-02-251-1/+1
* | Merge with 0.9Matthew Wild2012-02-121-1/+1
|\|
| * hostmanager: Import select() (thanks Medics)Matthew Wild2012-02-121-1/+1
* | Merge with 0.9Matthew Wild2012-02-111-0/+1
|\|
| * hostmanager: Import jid_split (thanks chris)Matthew Wild2012-02-111-0/+1
| * hostmanager: Add send() method to hostsMatthew Wild2011-12-161-0/+12
* | Merge with 0.9Matthew Wild2012-01-261-1/+1
|\|
| * s2smanager: Log the host when marking it authenticatedPaul Aurich2012-01-241-1/+1
* | s2smanager: Fix missing import of 'type' (thanks darkrain)Matthew Wild2011-12-201-2/+2
* | hostmanager: Add send() method to hostsMatthew Wild2011-12-161-0/+12
* | usermanager: Prep admin JIDs (fixes issue#276).Waqas Hussain2011-12-141-2/+4
* | s2smanager: Don't throw an error when the "interface" config option is a stri...Waqas Hussain2011-12-141-0/+3
* | sessionmanager: Remove unused reference to modulemanagerMatthew Wild2011-12-131-1/+0
* | s2smanager: Remove unused reference to modulemanagerMatthew Wild2011-12-131-1/+0
* | modulemanager: Remove 'config' from module environments (no modules use it th...Matthew Wild2011-12-131-1/+1
* | s2smanager: Store port specified by SRV recordsFlorian Zeitz2011-12-071-5/+11
* | s2smanager: Use config over xmppserver's default interfaceMatthew Wild2011-11-281-1/+1
* | Merge with FlorobMatthew Wild2011-11-261-1/+1
|\ \
| * | loggingmanager: Remove unused 'critical' levelMatthew Wild2011-11-221-1/+1
| |/
* | s2smanager, net.dns: Fix handling for NXNAME and SRV target of "."Florian Zeitz2011-10-261-6/+31
* | s2smanager, xmppserver_listener: Support for connecting to other servers via ...Florian Zeitz2011-10-221-37/+106
|/
* certmanager: More informative logging.Waqas Hussain2011-11-011-2/+2
* modulemanager: Fix undefined global access in handling of module.save error h...Waqas Hussain2011-09-211-1/+1
* modulemanager: Fixed undefined global access in broadcast of item-remove even...Waqas Hussain2011-09-171-1/+1
* modulemanager: Add module:handle_items() to allow a module to more easily han...Matthew Wild2011-08-291-0/+10
* certmanager: Support setting ciphers in SSL config. LuaSec apparently ignores...Waqas Hussain2011-08-251-1/+9
* configmanager: resolve_relative_path: Improved detection of absolute paths on...Waqas Hussain2011-08-251-1/+1
* modulemanager: Add module:hook_global(name, handler, priority) to hook global...Matthew Wild2011-08-141-0/+11
* core.modulemanager, mod_disco: Add support for XEP-0128: Service Discovery Ex...Kim Alvefur2011-08-081-0/+3
* s2smanager: Update to newer luasecPaul Aurich2010-12-061-2/+4
* sessionmanager: Remove dependency on util.importMatthew Wild2011-06-271-1/+1
* s2smanager: Fix letter case in log message (thanks darkrain)Matthew Wild2011-06-051-1/+1
* sessionmanager: Log reason when destroying a session.Waqas Hussain2011-05-071-1/+1
* s2smanager: Log reason when destroying a session.Waqas Hussain2011-05-071-1/+1
* Merge 0.8->trunkMatthew Wild2011-04-052-4/+13
|\
| * usermanager: Check host exists before trying to look up admins for itMatthew Wild2011-04-051-0/+2
| * sessionmanager: Fire pre-resource-unbind to allow plugins (such as mod_smacks...Matthew Wild2011-03-291-4/+11
| * s2smanager: Drop some log messages to debug level from info/warnMatthew Wild2011-02-221-2/+2
| * modulemanager: Added module.path to the plugin API to let plugins determine t...Waqas Hussain2011-02-201-1/+1
| * loggingmanager: Allow specifying a sink type in per-level logging config (tha...Matthew Wild2011-02-131-7/+13
| * loggingmanager: Iterate over logging config rules using ipairs rather than pairsMatthew Wild2011-02-131-1/+1
* | s2smanager: Drop some log messages to debug level from info/warnMatthew Wild2011-02-221-2/+2
* | modulemanager: Added module.path to the plugin API to let plugins determine t...Waqas Hussain2011-02-201-1/+1
* | loggingmanager: Allow specifying a sink type in per-level logging config (tha...Matthew Wild2011-02-131-7/+13
* | loggingmanager: Iterate over logging config rules using ipairs rather than pairsMatthew Wild2011-02-131-1/+1
* | Merge 0.8->trunk.Waqas Hussain2011-02-031-2/+1
|\|