| Commit message (Expand) | Author | Age | Files | Lines |
* | s2smanager: Whitespace | Matthew Wild | 2010-01-28 | 1 | -1/+0 |
* | xmlhandlers: Removed unused variables. | Waqas Hussain | 2010-01-26 | 1 | -5/+0 |
* | xmlhandlers: A little optimization. | Waqas Hussain | 2010-01-26 | 1 | -4/+4 |
* | xmlhandlers: Rearranged a little code. | Waqas Hussain | 2010-01-23 | 1 | -18/+18 |
* | xmlhandlers: Fixed indentation and added some semicolons. | Waqas Hussain | 2010-01-23 | 1 | -98/+98 |
* | modulemanager: Remove obsolete actions code | Matthew Wild | 2010-01-21 | 1 | -16/+0 |
* | objectmanager: Obsolete, remove | Matthew Wild | 2010-01-21 | 1 | -68/+0 |
* | actions: Obsolete, remove | Matthew Wild | 2010-01-21 | 1 | -27/+0 |
* | s2smanager: Log error and fail gracefully if we can't open a socket for an ou... | Matthew Wild | 2010-01-19 | 1 | -0/+5 |
* | s2smanager: No-one noticed that Prosody stopped sending to/from on stream hea... | Matthew Wild | 2010-01-19 | 1 | -1/+1 |
* | xmlhandlers: Move stream-error detection to somewhere more appropriate (it wa... | Matthew Wild | 2010-01-19 | 1 | -4/+6 |
* | xmlhandlers: More refactoring, split up stream_ns and stream_tag, add stream_... | Matthew Wild | 2010-01-19 | 1 | -1/+7 |
* | xmlhandlers: Define ns_separator and ns_pattern to save repeating it in liter... | Matthew Wild | 2010-01-18 | 1 | -3/+5 |
* | stanza_router: Log the name of unhandled stanzas (thanks bear) | Matthew Wild | 2010-01-18 | 1 | -1/+1 |
* | sessionmanager: Added resource prepping, and invalid resource checking to the... | Waqas Hussain | 2010-01-11 | 1 | -1/+3 |
* | componentmanager: Add dialback_secret to components to allow s2s to work (tha... | Matthew Wild | 2010-01-11 | 1 | -3/+9 |
* | configmanager: Add parsers() method to return an array of supported config fo... | Matthew Wild | 2010-01-09 | 1 | -2/+11 |
* | s2smanager: Split sending of stream header into a :open_stream() method | Matthew Wild | 2010-01-09 | 1 | -2/+11 |
* | s2smanager: Allow new_outgoing() to create sessions without automatically con... | Matthew Wild | 2010-01-04 | 1 | -3/+5 |
* | s2smanager: Stamp a 'to' on the reply stream:stream. This makes prosody happy. | Paul Aurich | 2010-01-03 | 1 | -1/+1 |
* | s2smanager, hostmanager: Make dialback secrets per-host | Matthew Wild | 2010-01-03 | 2 | -6/+8 |
* | s2smanager: Trim trailing whitespace | Matthew Wild | 2010-01-03 | 1 | -7/+7 |
* | s2smanager: Give reasons to destroy_session in more cases, including when DNS... | Matthew Wild | 2009-12-17 | 1 | -2/+2 |
* | Merge with backout branch | Matthew Wild | 2009-12-17 | 1 | -1/+0 |
|\ |
|
| * | s2smanager: More whitespace | Matthew Wild | 2009-12-17 | 1 | -3/+1 |
* | | s2smanager: Send reply stream header only after checking we serve this host (... | Matthew Wild | 2009-12-17 | 1 | -4/+4 |
* | | Backed out changeset 78c5cb163ea9, to fix another way. Haven't done this for ... | Matthew Wild | 2009-12-17 | 1 | -1/+2 |
|/ |
|
* | s2smanager: Mark stream as opened sooner, this prevents a duplicated stream h... | Matthew Wild | 2009-12-17 | 1 | -2/+1 |
* | s2smanager: Whitespace | Matthew Wild | 2009-12-17 | 1 | -1/+0 |
* | s2smanager: Have both destroy_session and bounce_sendq accept a reason string... | Matthew Wild | 2009-12-17 | 1 | -3/+6 |
* | modulemanager: Fire item-removed events on module unload. | Waqas Hussain | 2009-12-10 | 1 | -0/+9 |
* | modulemanager: Fixed a global access. | Waqas Hussain | 2009-12-10 | 1 | -2/+2 |
* | componentmanager: Set ssl_ctx[_in] for components correctly, and use global S... | Matthew Wild | 2009-12-04 | 1 | -5/+12 |
* | Disable SSLv2 by default, it's known to be insecure. | Paul Aurich | 2009-12-04 | 1 | -2/+2 |
* | modulemanager, net.dns: Remove trailing whitespace | Matthew Wild | 2009-12-02 | 1 | -3/+3 |
* | modulemanager: Fire events module-loaded and module-unloaded, both receive a ... | Matthew Wild | 2009-12-01 | 1 | -0/+2 |
* | Merge with 0.6. | Waqas Hussain | 2009-11-29 | 1 | -3/+3 |
|\ |
|
| * | core.xmlhandlers: Fixed processing of empty namespaces (which caused an issue... | Waqas Hussain | 2009-11-28 | 1 | -3/+3 |
| * | Merge with 0.6 on prosody.imvault/0.6.00.6.0 | Matthew Wild | 2009-11-25 | 2 | -12/+28 |
| |\ |
|
* | | | s2smanager: Allow configuration of the dialback_secret in the config | Matthew Wild | 2009-11-26 | 1 | -2/+1 |
* | | | Merge with 0.6 | Matthew Wild | 2009-11-25 | 1 | -0/+4 |
|\| | |
|
| * | | s2smanager: Log warning when trying to send a stanza from a host we don't ser... | Matthew Wild | 2009-11-25 | 1 | -0/+4 |
* | | | core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls | Matthew Wild | 2009-11-24 | 1 | -1/+0 |
* | | | modulemanager: New module API methods for getting config options with type co... | Matthew Wild | 2009-11-23 | 1 | -1/+82 |
* | | | Merged with 0.6. | Waqas Hussain | 2009-11-22 | 2 | -12/+28 |
|\ \ \
| | |/
| |/| |
|
| * | | sessionmanager: Added function send_to_interested_resources(). | Waqas Hussain | 2009-11-22 | 1 | -0/+15 |
| * | | sessionmanager: Fixed and cleaned function send_to_available_resources(). The... | Waqas Hussain | 2009-11-22 | 1 | -12/+7 |
| * | | loggingmanager: Explicitly flush log messages if the __FLUSH_LOG environment ... | Waqas Hussain | 2009-11-22 | 1 | -0/+6 |
| |/ |
|
* | | s2smanager: Fix syntax error introduced in merge | Matthew Wild | 2009-11-22 | 1 | -1/+1 |
* | | Merge with trunk | Matthew Wild | 2009-11-22 | 3 | -63/+63 |
|\ \ |
|