aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * 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 'Server-to-serve...Matthew Wild2011-01-261-1/+2
* | 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
* | Merge 0.8->trunkMatthew Wild2011-01-111-1/+1
|\|
| * storagemanager: Export load_driver() function so it can be used from e.g. mig...Matthew Wild2011-01-111-1/+1
* | Merge 0.8->trunkMatthew Wild2011-01-101-5/+4
|\|
| * s2smanager: Don't bounce error replies for error and result stanzas.Waqas Hussain2011-01-101-5/+4
* | Merge 0.8->trunkMatthew Wild2011-01-071-35/+17
|\|
| * storagemanager, mod_storage_internal: Split out default driver to mod_storage...Matthew Wild2011-01-071-35/+17
| * storagemanager: Fix log message (s/internal/null/)Matthew Wild2011-01-061-1/+1
| * storagemanager: Add new "null" provider to get used when loading a driver or ...Matthew Wild2011-01-061-4/+20
| * storagemanager: Log host in message when loading storage provider failsMatthew Wild2011-01-061-1/+1
| * modulemanager: Removed an unused variable.Waqas Hussain2011-01-051-2/+0
| * configmanager: Added rawget().Waqas Hussain2011-01-051-0/+9