aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\|
| * modulemanager: Fix disabling a module on a single hostPaul Aurich2011-02-011-2/+1
| |
* | Merge 0.8->trunkWaqas Hussain2011-01-292-3/+5
|\|
| * stanza_router: Return a <bad-request/> error on invalid IQ type.Waqas Hussain2011-01-291-2/+3
| |
| * s2smanager: Change 'Connection failed' error message text to ↵Matthew Wild2011-01-261-1/+2
| | | | | | | | 'Server-to-server connection failed' (thanks Paul)
* | Merge 0.8->trunkMatthew Wild2011-01-211-3/+3
|\|
| * loggingmanager: Fix reading configuration of timestamps for console output.Waqas Hussain2011-01-131-1/+1
| |
| * loggingmanager: Re-read 'debug' option on reload.Waqas Hussain2011-01-131-2/+2
| |
* | Merge 0.8->trunkMatthew Wild2011-01-111-6/+0
|\|
| * loggingmanager: Remove event hook that never fired anyway, and held logfiles ↵Matthew Wild2011-01-111-6/+0
| | | | | | | | open - leave the GC to close them now.
* | Merge 0.8->trunkMatthew Wild2011-01-111-1/+1
|\|
| * storagemanager: Export load_driver() function so it can be used from e.g. ↵Matthew Wild2011-01-111-1/+1
| | | | | | | | migrators
* | Merge 0.8->trunkMatthew Wild2011-01-101-5/+4
|\|