aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)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 ↵Waqas Hussain2011-12-141-0/+3
| | | | | | | | string (which it is by default).
* | 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 ↵Matthew Wild2011-12-131-1/+1
| | | | | | | | that I'm aware of)
* | 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
|/ | | | IPv6
* certmanager: More informative logging.Waqas Hussain2011-11-011-2/+2
|
* modulemanager: Fix undefined global access in handling of module.save error ↵Waqas Hussain2011-09-211-1/+1
| | | | handling.
* modulemanager: Fixed undefined global access in broadcast of item-remove ↵Waqas Hussain2011-09-171-1/+1
| | | | events on module unload.
* modulemanager: Add module:handle_items() to allow a module to more easily ↵Matthew Wild2011-08-291-0/+10
| | | | handle a list of items on a host
* certmanager: Support setting ciphers in SSL config. LuaSec apparently ↵Waqas Hussain2011-08-251-1/+9
| | | | ignores the documented ciphers option.
* configmanager: resolve_relative_path: Improved detection of absolute paths ↵Waqas Hussain2011-08-251-1/+1
| | | | on Windows.
* modulemanager: Add module:hook_global(name, handler, priority) to hook ↵Matthew Wild2011-08-141-0/+11
| | | | global (server-wide) events
* core.modulemanager, mod_disco: Add support for XEP-0128: Service Discovery ↵Kim Alvefur2011-08-081-0/+3
| | | | Extensions
* 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 ↵Matthew Wild2011-03-291-4/+11
| | | | | | | | mod_smacks) to hook and prevent/override session destruction
| * 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 ↵Waqas Hussain2011-02-201-1/+1
| | | | | | | | their load path.
| * loggingmanager: Allow specifying a sink type in per-level logging config ↵Matthew Wild2011-02-131-7/+13
| | | | | | | | (thanks ruskie)
| * 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 ↵Waqas Hussain2011-02-201-1/+1
| | | | | | | | their load path.
* | loggingmanager: Allow specifying a sink type in per-level logging config ↵Matthew Wild2011-02-131-7/+13
| | | | | | | | (thanks ruskie)
* | 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
|\|