aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* s2smanager, mod_s2s: clear up ip_hosts after s2s is marked as established, ↵Marco Cirillo2012-02-241-0/+1
| | | | remove useless space from mod_s2s code
* s2smanager: remove send_to_host.Florian Zeitz2012-02-241-4/+1
|
* modulemanager: include mod_c2s and mod_s2s into autoloaded modules.Florian Zeitz2012-02-241-1/+1
|
* s2smanager, mod_s2s, mod_s2s/s2sout: Split connection handling out of ↵Matthew Wild2012-01-231-570/+11
| | | | s2smanager into mod_s2s, and further split connection logic for s2sout to a module lib, s2sout.lib.lua
* stanza_router: Replace s2s send logic with firing of a 'route/remote' eventMatthew Wild2012-01-231-16/+7
|
* stanza_router: Remove obsolete commented codeMatthew Wild2012-01-231-5/+0
|
* sessionmanager: Require uuid_generate()Matthew Wild2012-01-231-0/+1
|
* sessionmanager, mod_c2s: Move timeout logic to mod_c2sMatthew Wild2012-01-231-10/+0
|
* portmanager: Pass port to friendly_error_message()Matthew Wild2012-01-231-2/+2
|
* mod_c2s, sessionmanager, xmppclient_listener: Move all c2s network and ↵Matthew Wild2012-01-221-49/+0
| | | | stream logic into a new module, mod_c2s
* portmanager: One manager to, in the darkness, bind themMatthew Wild2012-01-221-0/+132
|
* Merge with trunkMatthew Wild2012-01-226-288/+408
|\
| * moduleapi: Add module:shared(), a way to easily share data between multiple ↵Matthew Wild2012-01-221-0/+23
| | | | | | | | loaded modules
| * moduleapi: Add module:depends(), a way to safely depend upon another module ↵Matthew Wild2012-01-221-0/+29
| | | | | | | | at runtime
| * modulemanager: load(): Return and use the correct module objectMatthew Wild2012-01-221-2/+2
| |
| * modulemanager: Cleanup some unused variables, imports, whitespace and add a ↵Matthew Wild2012-01-221-3/+1
| | | | | | | | comment.
| * modulemanager, moduleapi: Replace hooks multitable with an event_handlers ↵Matthew Wild2012-01-222-21/+12
| | | | | | | | map stored in individual modules. Also adds module:hook_object_event() to hook events on any util.events compatible object.
| * modulemanager: Drop unnecessary prosody_events localMatthew Wild2012-01-221-3/+1
| |
| * modulemanager: Some reorganisation. Only external change is (should be) that ↵Matthew Wild2012-01-221-62/+94
| | | | | | | | module-unloaded and module-loaded are no longer fired when reloading a module, the new event module-reloaded is fired instead.
| * modulemanager: Move in-module API functions to core.moduleapi (half the file ↵Matthew Wild2012-01-222-212/+240
| | | | | | | | size, yay)
| * 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
| |
* | configmanager: get(): Make section (core) optional (hurrah)Matthew Wild2011-12-101-0/+3
|/
* 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