Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | s2smanager: Make require_s2s_encryption do what it says on the tin | Matthew Wild | 2010-01-30 | 1 | -0/+10 | |
| | | ||||||
* | | hostmanager: Trailing whitespace | Matthew Wild | 2010-01-29 | 1 | -4/+4 | |
| | | ||||||
* | | stanza_router: Added third parameter to core_post_stanza, to control pre-events. | Waqas Hussain | 2010-01-29 | 1 | -3/+3 | |
| | | ||||||
* | | 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 ↵ | Matthew Wild | 2010-01-19 | 1 | -0/+5 | |
| | | | | | | | | outgoing s2s connection (thanks foucault) | |||||
* | | s2smanager: No-one noticed that Prosody stopped sending to/from on stream ↵ | Matthew Wild | 2010-01-19 | 1 | -1/+1 | |
| | | | | | | | | headers recently? :) | |||||
* | | xmlhandlers: Move stream-error detection to somewhere more appropriate (it ↵ | Matthew Wild | 2010-01-19 | 1 | -4/+6 | |
| | | | | | | | | was never reached) - s2s stream errors now reported properly | |||||
* | | xmlhandlers: More refactoring, split up stream_ns and stream_tag, add ↵ | Matthew Wild | 2010-01-19 | 1 | -1/+7 | |
| | | | | | | | | stream_error_tag so that callers don't need to be so worried about the separator we use | |||||
* | | xmlhandlers: Define ns_separator and ns_pattern to save repeating it in ↵ | Matthew Wild | 2010-01-18 | 1 | -3/+5 | |
| | | | | | | | | literal form throughout the file | |||||
* | | 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 ↵ | Waqas Hussain | 2010-01-11 | 1 | -1/+3 | |
| | | | | | | | | the bind_resource function. | |||||
* | | componentmanager: Add dialback_secret to components to allow s2s to work ↵ | Matthew Wild | 2010-01-11 | 1 | -3/+9 | |
| | | | | | | | | (thanks Flo) | |||||
* | | configmanager: Add parsers() method to return an array of supported config ↵ | Matthew Wild | 2010-01-09 | 1 | -2/+11 | |
| | | | | | | | | formats | |||||
* | | 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 ↵ | Matthew Wild | 2010-01-04 | 1 | -3/+5 | |
| | | | | | | | | connecting them (set 3rd parameters to false) | |||||
* | | 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 ↵ | Matthew Wild | 2009-12-17 | 1 | -2/+2 | |
| | | | | | | | | DNS lookup fails | |||||
* | | 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 | |
| | | | | | | | | | | | | (sorry darkrain... :) ) | |||||
* | | | Backed out changeset 78c5cb163ea9, to fix another way. Haven't done this for ↵ | Matthew Wild | 2009-12-17 | 1 | -1/+2 | |
|/ / | | | | | | | a while :) | |||||
* | | s2smanager: Mark stream as opened sooner, this prevents a duplicated stream ↵ | Matthew Wild | 2009-12-17 | 1 | -2/+1 | |
| | | | | | | | | header on host-unknown errors (thanks darkrain and his mail server) | |||||
* | | s2smanager: Whitespace | Matthew Wild | 2009-12-17 | 1 | -1/+0 | |
| | | ||||||
* | | s2smanager: Have both destroy_session and bounce_sendq accept a reason ↵ | Matthew Wild | 2009-12-17 | 1 | -3/+6 | |
| | | | | | | | | string to include in bounced stanzas | |||||
* | | 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 ↵ | Matthew Wild | 2009-12-04 | 1 | -5/+12 | |
| | | | | | | | | SSL context if available | |||||
* | | 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 | |
| | | | | | | | | table with 'module' and 'host' fields, thanks bjc | |||||
* | | Merge with 0.6. | Waqas Hussain | 2009-11-29 | 1 | -3/+3 | |
|\| | ||||||
| * | core.xmlhandlers: Fixed processing of empty namespaces (which caused an ↵ | Waqas Hussain | 2009-11-28 | 1 | -3/+3 | |
| | | | | | | | | issue with jwchat). | |||||
| * | 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 ↵ | Matthew Wild | 2009-11-25 | 1 | -0/+4 | |
| | | | | | | | | | | | | serve, instead of a traceback (thanks stpeter) | |||||
* | | | 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 ↵ | Matthew Wild | 2009-11-23 | 1 | -1/+82 | |
| | | | | | | | | | | | | conversion, get_option_string, get_option_number, get_option_boolean, get_option_array, get_option_set | |||||
* | | | 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(). ↵ | Waqas Hussain | 2009-11-22 | 1 | -12/+7 | |
| | | | | | | | | | | | | The 'to' attribute for presence subscription stanzas is now preserved. |