Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | portmanager: Add get_service() | Matthew Wild | 2012-03-11 | 1 | -0/+3 | |
| | | ||||||
| * | core.portmanager: Make sure the private flag takes precedence over global ↵ | Kim Alvefur | 2012-03-03 | 1 | -1/+1 | |
| | | | | | | | | interfaces | |||||
| * | s2smanager, mod_s2s: clear up ip_hosts after s2s is marked as established, ↵ | Marco Cirillo | 2012-02-24 | 1 | -0/+1 | |
| | | | | | | | | remove useless space from mod_s2s code | |||||
| * | s2smanager: remove send_to_host. | Florian Zeitz | 2012-02-24 | 1 | -4/+1 | |
| | | ||||||
| * | modulemanager: include mod_c2s and mod_s2s into autoloaded modules. | Florian Zeitz | 2012-02-24 | 1 | -1/+1 | |
| | | ||||||
| * | s2smanager, mod_s2s, mod_s2s/s2sout: Split connection handling out of ↵ | Matthew Wild | 2012-01-23 | 1 | -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' event | Matthew Wild | 2012-01-23 | 1 | -16/+7 | |
| | | ||||||
| * | stanza_router: Remove obsolete commented code | Matthew Wild | 2012-01-23 | 1 | -5/+0 | |
| | | ||||||
| * | sessionmanager: Require uuid_generate() | Matthew Wild | 2012-01-23 | 1 | -0/+1 | |
| | | ||||||
| * | sessionmanager, mod_c2s: Move timeout logic to mod_c2s | Matthew Wild | 2012-01-23 | 1 | -10/+0 | |
| | | ||||||
| * | portmanager: Pass port to friendly_error_message() | Matthew Wild | 2012-01-23 | 1 | -2/+2 | |
| | | ||||||
| * | mod_c2s, sessionmanager, xmppclient_listener: Move all c2s network and ↵ | Matthew Wild | 2012-01-22 | 1 | -49/+0 | |
| | | | | | | | | stream logic into a new module, mod_c2s | |||||
| * | portmanager: One manager to, in the darkness, bind them | Matthew Wild | 2012-01-22 | 1 | -0/+132 | |
| | | ||||||
| * | Merge with trunk | Matthew Wild | 2012-01-22 | 6 | -288/+408 | |
| |\ | ||||||
| | * | moduleapi: Add module:shared(), a way to easily share data between multiple ↵ | Matthew Wild | 2012-01-22 | 1 | -0/+23 | |
| | | | | | | | | | | | | loaded modules | |||||
| | * | moduleapi: Add module:depends(), a way to safely depend upon another module ↵ | Matthew Wild | 2012-01-22 | 1 | -0/+29 | |
| | | | | | | | | | | | | at runtime | |||||
| | * | modulemanager: load(): Return and use the correct module object | Matthew Wild | 2012-01-22 | 1 | -2/+2 | |
| | | | ||||||
| | * | modulemanager: Cleanup some unused variables, imports, whitespace and add a ↵ | Matthew Wild | 2012-01-22 | 1 | -3/+1 | |
| | | | | | | | | | | | | comment. | |||||
| | * | modulemanager, moduleapi: Replace hooks multitable with an event_handlers ↵ | Matthew Wild | 2012-01-22 | 2 | -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 local | Matthew Wild | 2012-01-22 | 1 | -3/+1 | |
| | | | ||||||
| | * | modulemanager: Some reorganisation. Only external change is (should be) that ↵ | Matthew Wild | 2012-01-22 | 1 | -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 Wild | 2012-01-22 | 2 | -212/+240 | |
| | | | | | | | | | | | | size, yay) | |||||
| * | | configmanager: get(): Make section (core) optional (hurrah) | Matthew Wild | 2011-12-10 | 1 | -0/+3 | |
| | | | ||||||
* | | | Merge 0.9->trunk | Matthew Wild | 2012-03-09 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | core.s2smanager: Log the entire stream header. | Kim Alvefur | 2012-03-04 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge with 0.9 | Matthew Wild | 2012-02-25 | 1 | -1/+6 | |
|\| | | | ||||||
| * | | | core.s2smanager: Fix check_cert_status() for when the stream has no from attr | Kim Alvefur | 2012-02-21 | 1 | -1/+6 | |
| | | | | ||||||
* | | | | s2smanager: Fix traceback when socket.tcp6 isn't available | Matthew Wild | 2012-02-25 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge with 0.9 | Matthew Wild | 2012-02-12 | 1 | -1/+1 | |
|\| | | | ||||||
| * | | | hostmanager: Import select() (thanks Medics) | Matthew Wild | 2012-02-12 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge with 0.9 | Matthew Wild | 2012-02-11 | 1 | -0/+1 | |
|\| | | | ||||||
| * | | | hostmanager: Import jid_split (thanks chris) | Matthew Wild | 2012-02-11 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | hostmanager: Add send() method to hosts | Matthew Wild | 2011-12-16 | 1 | -0/+12 | |
| | | | | ||||||
* | | | | Merge with 0.9 | Matthew Wild | 2012-01-26 | 1 | -1/+1 | |
|\| | | | |_|/ |/| | | ||||||
| * | | s2smanager: Log the host when marking it authenticated | Paul Aurich | 2012-01-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | s2smanager: Fix missing import of 'type' (thanks darkrain) | Matthew Wild | 2011-12-20 | 1 | -2/+2 | |
| | | | ||||||
* | | | hostmanager: Add send() method to hosts | Matthew Wild | 2011-12-16 | 1 | -0/+12 | |
| | | | ||||||
* | | | usermanager: Prep admin JIDs (fixes issue#276). | Waqas Hussain | 2011-12-14 | 1 | -2/+4 | |
| | | | ||||||
* | | | s2smanager: Don't throw an error when the "interface" config option is a ↵ | Waqas Hussain | 2011-12-14 | 1 | -0/+3 | |
| | | | | | | | | | | | | string (which it is by default). | |||||
* | | | sessionmanager: Remove unused reference to modulemanager | Matthew Wild | 2011-12-13 | 1 | -1/+0 | |
| | | | ||||||
* | | | s2smanager: Remove unused reference to modulemanager | Matthew Wild | 2011-12-13 | 1 | -1/+0 | |
| | | | ||||||
* | | | modulemanager: Remove 'config' from module environments (no modules use it ↵ | Matthew Wild | 2011-12-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | that I'm aware of) | |||||
* | | | s2smanager: Store port specified by SRV records | Florian Zeitz | 2011-12-07 | 1 | -5/+11 | |
| |/ |/| | ||||||
* | | s2smanager: Use config over xmppserver's default interface | Matthew Wild | 2011-11-28 | 1 | -1/+1 | |
| | | ||||||
* | | Merge with Florob | Matthew Wild | 2011-11-26 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | loggingmanager: Remove unused 'critical' level | Matthew Wild | 2011-11-22 | 1 | -1/+1 | |
| |/ | ||||||
* | | s2smanager, net.dns: Fix handling for NXNAME and SRV target of "." | Florian Zeitz | 2011-10-26 | 1 | -6/+31 | |
| | | ||||||
* | | s2smanager, xmppserver_listener: Support for connecting to other servers via ↵ | Florian Zeitz | 2011-10-22 | 1 | -37/+106 | |
|/ | | | | IPv6 | |||||
* | certmanager: More informative logging. | Waqas Hussain | 2011-11-01 | 1 | -2/+2 | |
| | ||||||
* | modulemanager: Fix undefined global access in handling of module.save error ↵ | Waqas Hussain | 2011-09-21 | 1 | -1/+1 | |
| | | | | handling. |