mod_tls: Add s2s_allow_encryption option which, when set to false, disabled TLS for s2s
[prosody.git] / core /
2010-03-22 Matthew WildUpdate copyright headers for 2010
2010-03-22 Waqas Hussainloggingmanager: Don't use non-standard format specifier...
2010-03-22 Matthew WildMerge 0.7->trunk
2010-03-22 Waqas Hussainstanza_router: Don't send error replies for stanzas...
2010-03-22 Waqas Hussainstanza_router: Allow non-jabber:client elements after...
2010-03-22 Matthew WildMerge 0.7->trunk
2010-03-22 Matthew Wildsessionmanager, s2smanager: Add type of ?2s_destroyed...
2010-03-22 Matthew WildMerge 0.7->trunk
2010-03-22 Matthew Wildrostermanager: Don't bump the roster version if it...
2010-03-18 Matthew WildMerge darkrain->trunk
2010-03-18 Matthew WildMerge 0.7->trunk
2010-03-18 Matthew WildMerge 0.6->0.7
2010-03-18 Matthew WildMerge 0.6 with waqas
2010-03-18 Matthew Wilds2smanager: Remove the infamous 'as per RFC' log messag...
2010-03-15 Matthew WildMerge with 0.7 (and indirectly 0.6.2)
2010-03-05 Matthew WildMerge with trunk
2010-03-05 Matthew WildMerge with 0.7
2010-03-05 Matthew Wildcertmanager: Friendlier error reporting on OpenWRT...
2010-03-05 Matthew Wildcertmanager: Fix nil global access (thanks Marc)
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-03-14 Matthew Wildsessionmanager: Don't re-destroy destroyed sessions
2010-03-14 Matthew Wildsessionmanager: Return stream error when incoming strea...
2010-03-14 Matthew Wildsessionmanager: Add close method to resting sessions
2010-03-14 Matthew Wilds2smanager: Don't re-destroy destroyed sessions
2010-03-14 Matthew Wilds2smanager: Add open_stream and close methods to restin...
2010-03-11 Matthew Wildsessionmanager, s2smanager: Close session on </stream...
2010-03-08 Matthew Wildsessionmanager, s2smanager: Destroyed sessions are...
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-03-03 Waqas Hussainstanza_router: Don't send error replies for stanzas...
2010-03-03 Waqas Hussainstanza_router: Allow non-jabber:client elements after...
2010-03-01 Matthew WildMerge with 0.7
2010-03-01 Matthew Wildcertmanager: Fix global access
2010-02-25 Matthew WildMerge with 0.7
2010-02-25 Matthew WildMerge with 0.6
2010-02-25 Matthew Wilds2smanager: Log and fail gracefully when unable to...
2010-02-25 Matthew Wilds2smanager: Fix for the logic SRV record priority compa...
2010-02-21 Matthew WildMerge with 0.7
2010-02-21 Waqas HussainMerge with 0.7.
2010-02-21 Waqas Hussainstanza_router: Make sure /self events are fired when...
2010-02-19 Matthew WildMerge with 0.7
2010-02-19 Matthew Wilds2smanager: Use s2smanager log() if session doesn't...
2010-02-19 Matthew Wilds2smanager: Use s2smanager log() if session doesn't...
2010-02-18 Matthew WildMerge with 0.7
2010-02-18 Matthew Wildmodulemanager: Fix traceback on unloading global module...
2010-02-14 Matthew Wildconfigmanager: Remove debugging code accidentally committed
2010-02-14 Matthew Wildconfigmanager: Error when a component and host clash...
2010-02-13 Matthew WildMerge with 0.7
2010-02-13 Matthew Wildcertmanager: Bring back the friendly errors when failin...
2010-02-13 Matthew Wildcomponentmanager: Use certmanager for creating contexts
2010-02-13 Matthew Wildcertmanager, hostmanager: Rename get_context() to creat...
2010-02-12 Waqas Hussainstanza_router: Fire /self events for stanzas users...
2010-02-12 Matthew Wildsessionmanager, s2smanager: Fix for syntax of null_data...
2010-02-12 Matthew Wildsessionmanager, s2smanager: Give sessions dummy data...
2010-02-12 Matthew Wildhostmanager: Small optimisation in checking whether...
2010-02-12 Matthew Wildhostmanager: Log an error if no hosts are defined
2010-02-11 Waqas Hussains2smanager, mod_compression, mod_tls: Changed event...
2010-02-11 Waqas Hussainsessionmanager: Fire stream-features event using new...
2010-02-11 Matthew Wildsessionmanager: Fire resource-unbind event after removi...
2010-02-11 Matthew Wildloggingmanager: Trailing whitespace
2010-02-11 Waqas Hussainmodulemanager: Load plugin libraries in the same enviro...
2010-02-11 Waqas Hussainmodulemanager: Make the plugin environment available...
2010-02-10 Matthew Wildsessionmanager: Whitespace fix
2010-02-05 Matthew WildMerge with backout
2010-02-05 Matthew Wildcertmanager: Fix traceback with no LuaSec
2010-02-05 Matthew Wildcertmanager: Tabs not spaces!
2010-01-31 Matthew Wildhostmanager: Use certmanager for obtaining SSL contexts
2010-01-31 Matthew Wildcertmanager: Hello world, I'm come to manage your SSL...
2010-01-31 Matthew Wildconfigmanager: Trailing whitespace
2010-01-31 Matthew Wilds2smanager: Update for new server SSL API (don't pass...
2010-01-30 Matthew Wilds2smanager: Fix syntax error)
2010-01-30 Matthew Wilds2smanager: require_s2s_encryption -> s2s_require_encry...
2010-01-30 Matthew Wilds2smanager: Make require_s2s_encryption do what it...
2010-01-29 Matthew Wildhostmanager: Trailing whitespace
2010-01-29 Waqas HussainMerge with trunk.
2010-01-29 Waqas Hussainstanza_router: Added third parameter to core_post_stanz...
2010-01-28 Matthew Wilds2smanager: Whitespace
2010-01-25 Waqas Hussainxmlhandlers: Removed unused variables.
2010-01-25 Waqas Hussainxmlhandlers: A little optimization.
2010-01-23 Waqas Hussainxmlhandlers: Rearranged a little code.
2010-01-23 Waqas Hussainxmlhandlers: Fixed indentation and added some semicolons.
2010-01-21 Matthew Wildmodulemanager: Remove obsolete actions code
2010-01-21 Matthew Wildobjectmanager: Obsolete, remove
2010-01-21 Matthew Wildactions: Obsolete, remove
2010-01-19 Matthew Wilds2smanager: Log error and fail gracefully if we can...
2010-01-19 Matthew Wilds2smanager: No-one noticed that Prosody stopped sending...
2010-01-19 Matthew Wildxmlhandlers: Move stream-error detection to somewhere...
2010-01-19 Matthew Wildxmlhandlers: More refactoring, split up stream_ns and...
2010-01-18 Matthew Wildxmlhandlers: Define ns_separator and ns_pattern to...
2010-01-18 Matthew Wildstanza_router: Log the name of unhandled stanzas (thank...
2010-01-30 Matthew Wilds2smanager: Fix syntax error)
2010-01-30 Matthew Wilds2smanager: require_s2s_encryption -> s2s_require_encry...
2010-01-30 Matthew Wilds2smanager: Make require_s2s_encryption do what it...
2010-01-11 Waqas Hussainsessionmanager: Added resource prepping, and invalid...
2010-01-11 Matthew Wildcomponentmanager: Add dialback_secret to components...
2010-01-09 Matthew Wildconfigmanager: Add parsers() method to return an array...
2010-01-09 Matthew Wilds2smanager: Split sending of stream header into a ...
2010-01-04 Matthew Wilds2smanager: Allow new_outgoing() to create sessions...
2010-01-03 Paul Aurichs2smanager: Stamp a 'to' on the reply stream:stream...
2010-01-03 Paul Aurichs2smanager: Stamp a 'to' on the reply stream:stream...
2010-01-03 Matthew Wilds2smanager, hostmanager: Make dialback secrets per...
next