Log

description author age
s2smanager: Fix access of 'config' global without requiring configmanager Matthew Wild 2009-10-16
tests: Add tests for new modulemanager load_modules_for_host code Matthew Wild 2009-10-16
modulemanager: Re-organise module loading to still work when no global modules_enabled is defined in the config (thanks hoelzro for accidentally discovering this one) Matthew Wild 2009-10-16
util.helpers: Add get_upvalue(function, name) helper Matthew Wild 2009-10-16
util.dataforms: Incorporate slightly modified patch for list-single type from Florob Matthew Wild 2009-10-16
mod_vcard: Hide me from the trailing-whitespace police Matthew Wild 2009-10-15
mod_vcard: Add vcard_compatibility option to handle vcard stanzas routed to the full JID by ejabberd MUC rooms Matthew Wild 2009-10-15
Merge with 0.5 Matthew Wild 2009-10-15
xmppserver_listener: Fix typo (thanks Jorj) Matthew Wild 2009-10-15
Merge with 0.5 Matthew Wild 2009-10-14
net.server: Better handling of closing sockets during send Matthew Wild 2009-10-14
xmppserver_listener: More forcefully close s2s connections (fixes fd leak) Matthew Wild 2009-10-14
Merge with 0.5 Matthew Wild 2009-10-13
net.dns: Remove sockets from socketset when closing them, fixes a leak Matthew Wild 2009-10-13
Merge with 0.5 Waqas Hussain 2009-10-13
rostermanager: Fixed a traceback on roster save. Waqas Hussain 2009-10-13
modulemanager: Changed api:get_host_items to include items from the global host in its result. Waqas Hussain 2009-10-13
util.dataforms: Small fix to allow generating forms without specifying any input data Matthew Wild 2009-10-10
util.dataforms: Support for jid-single field type especially for Florob :) Matthew Wild 2009-10-10
mod_tls: Don't try to start TLS if we can't actually do it (thanks Florob) Matthew Wild 2009-10-09
componentmanager: Auto-load mod_tls for components #hack Matthew Wild 2009-10-08
componentmanager: Remove FIXME Matthew Wild 2009-10-08
componentmanager: Fix oops in pattern for matching subdomain Matthew Wild 2009-10-08
componentmanager: Use ssl_ctx of 'parent' host (should fix TLS for components) Matthew Wild 2009-10-08
mod_tls: Catch s2s-stream-features and add starttls feature if possible Matthew Wild 2009-10-08
mod_dialback: Catch s2s-stream-features and add dialback feature Matthew Wild 2009-10-08
s2smanager: Make s2s-stream-features a per-host event Matthew Wild 2009-10-08
util.stanza: Remove silly dependency on util.logger Matthew Wild 2009-10-08
util.array: Oh no it isn't! Matthew Wild 2009-10-08
modulemanager: Bump log level of unhandled non-default-namespace elements, and log their full XML Matthew Wild 2009-10-06
util.stanza: Soften dependency on util.termcolours Matthew Wild 2009-10-06
util.stanza: Make xml_escape publicly accessible Matthew Wild 2009-10-06
s2smanager: Don't send version=1.0 in reply to incoming stream tag if they didn't advertise 1.0 (makes happy some old ejabberd versions) Matthew Wild 2009-10-06
sessionmanager: Mark client streams as opened sooner to avoid wrapping errors in unnecessary stream tags Paul Aurich 2009-10-06
s2smanager: Improve log message on missing to/from in stream header Matthew Wild 2009-10-06
mod_console: Add a space before '(encrypted)' in s2s:show() Matthew Wild 2009-10-06
mod_tls: Mark sessions as not secure when negotiating outward TLS, so they get marked secure later. Fixes missing (encrypted) for outgoing sessions in s2s:show(). Thanks albert, McKael :) Matthew Wild 2009-10-06
hostmanager: Only initialse SSL contexts if SSL library available Matthew Wild 2009-10-05
mod_console: Also search piggy-backed, er, multiplexed domains when passing a filter to s2s:show() Matthew Wild 2009-10-05
Merge with 0.5 Matthew Wild 2009-10-05
util.array: Small logic fix for array:filter() Matthew Wild 2009-10-05
util.array: Fix for array:filter() (in-place filtering) Matthew Wild 2009-10-05
mod_console: Add module:list() to help Matthew Wild 2009-10-05
mod_console: Add module:list() command to show modules loaded on a host Matthew Wild 2009-10-05
util.array: Per-array methods now always mutate the array, array.* return a mutated copy, and most methods (e.g. sort) now return the array Matthew Wild 2009-10-05
modulemanager: Add host.modules to contain a table of modules for a host Matthew Wild 2009-10-05
Merge with 0.5 Matthew Wild 2009-10-05
util.array: Fix for array:filter() (in-place filtering) Matthew Wild 2009-10-05