aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| * moduleapi: Set module.global = true when module:set_global() is calledMatthew Wild2012-03-141-0/+1
| * modulemanager: Use appropriate events object for global modules when firing i...Matthew Wild2012-03-141-1/+2
| * Merge with ZashMatthew Wild2012-03-111-1/+0
| |\
| | * s2smanager, mod_s2s: Move import of dns_max_depth to mod_s2sKim Alvefur2012-03-111-1/+0
| * | portmanager: Add get_active_services()Matthew Wild2012-03-111-0/+4
| |/
| * portmanager: Add get_service()Matthew Wild2012-03-111-0/+3
| * core.portmanager: Make sure the private flag takes precedence over global int...Kim Alvefur2012-03-031-1/+1
| * s2smanager, mod_s2s: clear up ip_hosts after s2s is marked as established, re...Marco Cirillo2012-02-241-0/+1
| * 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 s2smana...Matthew Wild2012-01-231-570/+11
| * 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 stream...Matthew Wild2012-01-221-49/+0
| * 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 l...Matthew Wild2012-01-221-0/+23
| | * moduleapi: Add module:depends(), a way to safely depend upon another module a...Matthew Wild2012-01-221-0/+29
| | * modulemanager: load(): Return and use the correct module objectMatthew Wild2012-01-221-2/+2
| | * modulemanager: Cleanup some unused variables, imports, whitespace and add a c...Matthew Wild2012-01-221-3/+1
| | * modulemanager, moduleapi: Replace hooks multitable with an event_handlers map...Matthew Wild2012-01-222-21/+12
| | * 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
| | * modulemanager: Move in-module API functions to core.moduleapi (half the file ...Matthew Wild2012-01-222-212/+240
| * | configmanager: get(): Make section (core) optional (hurrah)Matthew Wild2011-12-101-0/+3
* | | 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 stri...Waqas Hussain2011-12-141-0/+3
* | | 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 th...Matthew Wild2011-12-131-1/+1
* | | 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
|\ \