aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* loggingmanager: Remove unused 'critical' levelMatthew Wild2011-11-221-1/+1
|
* 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
|\|
| * 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 ↵Matthew Wild2011-01-071-35/+17
| | | | | | | | mod_storage_internal, and greatly simplify storagemanager's error handling and fallback code
| * 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
| | | | | | | | opening a store fails, instead of falling back to the default driver
| * 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
| |
| * usermanager: Add delete_user methodMatthew Wild2011-01-041-0/+4
| |
| * usermanager: Have methods not implemented in the active provider fall back ↵Matthew Wild2011-01-041-1/+3
| | | | | | | | to the null provider (later we can add support for chains of providers)
| * usermanager: Change dummy provider method to return an error string also ↵Matthew Wild2011-01-041-2/+4
| | | | | | | | (method not implemented)
| * hostmanager: Don't set host.disallow_s2s when anonymous_login=true ↵Waqas Hussain2010-12-281-3/+0
| | | | | | | | (mod_auth_anonymous does this now).