xmlhandlers: Don't restrict CDATA
[prosody.git] / core / hostmanager.lua
2010-05-07 Waqas HussainMerge 0.6->0.7
2010-05-06 Waqas HussainMerge 0.6->0.7
2010-05-05 Matthew WildMerge Tobias's fancy SASL branch->trunk
2010-05-04 Matthew WildMerge 0.7->trunk (with MUC needing checking, waqas)
2010-05-01 Waqas HussainMerge 0.6 into 0.7.
2010-04-14 Matthew Wildhostmanager: Re-word log messages in line with config...
2010-03-24 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildMerge 0.7->trunk
2010-03-22 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildUpdate copyright headers for 2010
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-02-25 Matthew WildMerge with 0.6
2010-02-13 Matthew WildMerge with 0.7
2010-02-13 Matthew Wildcertmanager, hostmanager: Rename get_context() to creat...
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-05 Matthew WildMerge with backout
2010-01-31 Matthew Wildhostmanager: Use certmanager for obtaining SSL contexts
2010-01-29 Matthew Wildhostmanager: Trailing whitespace
2010-01-03 Matthew Wilds2smanager, hostmanager: Make dialback secrets per...
2009-12-04 Paul AurichDisable SSLv2 by default, it's known to be insecure.
2009-12-04 Paul AurichDisable SSLv2 by default, it's known to be insecure.
2010-02-12 Matthew Wildhostmanager: Log an error if no hosts are defined
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-10-17 Matthew Wildhostmanager: Create a server sslctx for incoming connec...
2009-10-17 Matthew Wildhostmanager: deactivate() now accepts a reason, closes...
2009-10-17 Matthew Wildhostmanager: Add return _M;
2009-10-13 Matthew WildMerge with 0.5
2009-10-13 Waqas HussainMerge with 0.5
2009-10-05 Matthew Wildhostmanager: Only initialse SSL contexts if SSL library...
2009-10-04 Matthew Wildhostmanager: Create ssl context for each host (fixes...
2009-09-30 Matthew WildMerge with 0.5
2009-09-30 Matthew Wildhostmanager: Only load vhosts, not components
2009-07-28 Matthew WildMerge with 0.5
2009-07-28 Matthew Wildhostmanager: Warn when user puts port configuration...
2009-07-10 Matthew WildAdd copyright header to those files missing one
2009-07-05 Tobias MarkmannMerge with main branch.
2009-07-03 Matthew Wildhostmanager: Add disallow_s2s to config, defaults to...
2009-05-22 Matthew WildMerge with 0.4
2009-05-22 Matthew WildMerge with 0.4
2009-05-21 Matthew WildMerge with 0.4
2009-05-20 Waqas Hussaincore: hosts[*].events
2009-05-03 Matthew WildMerge with 0.4
2009-05-02 Matthew Wildhostmanager: Reduce log output at startup to 'debug'
2009-01-29 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-29 Matthew Wildhostmanager: Fire event when all hosts are loaded from...
2008-12-06 Matthew WildMerge from waqas
2008-12-06 Matthew WildLog in hostmanager when a vhost is activated/deactivated
2008-12-06 Matthew WildMerge from waqas/myself
2008-12-06 Matthew WildAdd hostmanager, and eventmanager