prosody.git
2009-10-17 Matthew Wildmod_tls: Offer the host-specific cert (when there is...
2009-10-17 Matthew Wildhostmanager: Create a server sslctx for incoming connec...
2009-10-17 Matthew Wildnet.server: Allow changing the sslctx of a connection...
2009-10-17 Matthew Wildxmppserver_listener: Use listener log() if session...
2009-10-17 Matthew Wildmod_console: Add commands host:activate(host, config...
2009-10-17 Matthew Wilds2smanager: Add incoming_s2s to the prosody object
2009-10-17 Matthew Wildhostmanager: deactivate() now accepts a reason, closes...
2009-10-17 Matthew Wildhostmanager: Add return _M;
2009-10-17 Matthew Wildtests: Fix stanza_router tests to work with the new...
2009-10-17 Matthew Wildtests: More environment magic to help get stuff working...
2009-10-17 Matthew Wildstanza_router: Localize hosts, full_sessions and bare_s...
2009-10-17 Matthew Wildcomponentmanager: Handle missing prosody object (helps...
2009-10-17 Matthew Wildprosody: Move global protection earlier (to before...
2009-10-17 Matthew Wildprosody: Require new require :)
2009-10-17 Matthew Wildprosody: Require some core/util libraries which core...
2009-10-17 Matthew Wildprosody: Rename global net_activate_ports -> prosody...
2009-10-17 Matthew Wildutil.require: A replacement for Lua's require/module...
2009-10-17 Matthew Wildutil.helpers: Add copyright header
2009-10-16 Matthew Wildtests: Have fake module() set _M to satisfy some modules
2009-10-16 Matthew Wilds2smanager: Fix access of 'config' global without requi...
2009-10-16 Matthew Wildtests: Add tests for new modulemanager load_modules_for...
2009-10-16 Matthew Wildmodulemanager: Re-organise module loading to still...
2009-10-16 Matthew Wildutil.helpers: Add get_upvalue(function, name) helper
2009-10-16 Matthew Wildutil.dataforms: Incorporate slightly modified patch...
2009-10-15 Matthew Wildmod_vcard: Hide me from the trailing-whitespace police
2009-10-15 Matthew Wildmod_vcard: Add vcard_compatibility option to handle...
2009-10-15 Matthew WildMerge with 0.5
2009-10-15 Matthew Wildxmppserver_listener: Fix typo (thanks Jorj)
2009-10-14 Matthew WildMerge with 0.5
2009-10-14 Matthew Wildnet.server: Better handling of closing sockets during...
2009-10-14 Matthew Wildxmppserver_listener: More forcefully close s2s connecti...
2009-10-13 Matthew WildMerge with 0.5
2009-10-13 Matthew Wildnet.dns: Remove sockets from socketset when closing...
2009-10-13 Waqas HussainMerge with 0.5
2009-10-13 Waqas Hussainmodulemanager: Changed api:get_host_items to include...
2009-10-13 Waqas Hussainrostermanager: Fixed a traceback on roster save.
2009-10-10 Matthew Wildutil.dataforms: Small fix to allow generating forms...
2009-10-10 Matthew Wildutil.dataforms: Support for jid-single field type espec...
2009-10-09 Matthew Wildmod_tls: Don't try to start TLS if we can't actually...
2009-10-08 Matthew Wildcomponentmanager: Auto-load mod_tls for components...
2009-10-08 Matthew Wildcomponentmanager: Remove FIXME
2009-10-08 Matthew Wildcomponentmanager: Fix oops in pattern for matching...
2009-10-08 Matthew Wildcomponentmanager: Use ssl_ctx of 'parent' host (should...
2009-10-08 Matthew Wildmod_tls: Catch s2s-stream-features and add starttls...
2009-10-08 Matthew Wildmod_dialback: Catch s2s-stream-features and add dialbac...
2009-10-08 Matthew Wilds2smanager: Make s2s-stream-features a per-host event
2009-10-08 Matthew Wildutil.stanza: Remove silly dependency on util.logger
2009-10-08 Matthew Wildutil.array: Oh no it isn't!
2009-10-06 Matthew Wildmodulemanager: Bump log level of unhandled non-default...
2009-10-06 Matthew Wildutil.stanza: Soften dependency on util.termcolours
2009-10-06 Matthew Wildutil.stanza: Make xml_escape publicly accessible
2009-10-06 Matthew Wilds2smanager: Don't send version=1.0 in reply to incoming...
2009-10-06 Paul Aurichsessionmanager: Mark client streams as opened sooner...
2009-10-06 Matthew Wilds2smanager: Improve log message on missing to/from...
2009-10-06 Matthew Wildmod_console: Add a space before '(encrypted)' in s2s...
2009-10-06 Matthew Wildmod_tls: Mark sessions as not secure when negotiating...
2009-10-05 Matthew Wildhostmanager: Only initialse SSL contexts if SSL library...
2009-10-05 Matthew Wildmod_console: Also search piggy-backed, er, multiplexed...
2009-10-05 Matthew WildMerge with 0.5
2009-10-05 Matthew Wildutil.array: Small logic fix for array:filter()
2009-10-05 Matthew WildMerge with 0.5
2009-10-05 Matthew Wildutil.array: Fix for array:filter() (in-place filtering)
2009-10-05 Matthew Wildutil.array: Fix for array:filter() (in-place filtering)
2009-10-05 Matthew Wildmod_console: s2s:show(): Indicate when a connection...
2009-10-05 Matthew Wildmod_tls: require_s2s_encryption -> s2s_require_encryption
2009-10-05 Matthew Wildrequire_encryption deprecated, use c2s_require_encrypti...
2009-10-05 Matthew Wildmod_tls: Mark starttls feature as <required/> if requir...
2009-10-05 Matthew Wildmod_tls: Mark session as not secure before negotiating TLS
2009-10-05 Matthew Wilds2smanager: Mark session as secure if it was negotiatin...
2009-10-05 Matthew WildMerge with 0.5
2009-10-05 Matthew Wildmod_console: Add module:list() to help
2009-10-05 Matthew Wildmod_console: Add module:list() to help
2009-10-05 Matthew Wildmod_console: Add module:list() command to show modules...
2009-10-05 Matthew Wildmod_console: Add module:list() command to show modules...
2009-10-05 Matthew Wildutil.array: Per-array methods now always mutate the...
2009-10-05 Matthew Wildutil.array: Per-array methods now always mutate the...
2009-10-05 Matthew Wildmodulemanager: Add host.modules to contain a table...
2009-10-05 Matthew Wildmodulemanager: Add host.modules to contain a table...
2009-10-05 Matthew Wildmod_tls: Only advertise TLS if the server told us which...
2009-10-05 Matthew Wildxmppserver_listener: Lower log-level of debug message...
2009-10-05 Matthew Wildnet.adns: Bump log-level of DNS handler errors to,...
2009-10-04 Waqas HussainMerge with 0.5
2009-10-04 Waqas Hussainstanza_router: Reply to IQ requests with missing 'id...
2009-10-04 Waqas Hussainrostermanager: Fixed: Roster version was not being...
2009-10-04 Waqas Hussainrostermanager: Added support for saving rosters of...
2009-10-04 Matthew Wildmod_tls: :up() out of the starttls tag in stream:features
2009-10-04 Paul AurichSpecify XMPP version on response stream to incoming...
2009-10-04 Paul AurichMinor changes; outgoing TLS works.
2009-10-04 Matthew Wildhostmanager: Create ssl context for each host (fixes...
2009-10-04 Matthew Wildloggingmanager: Whitespace fix
2009-10-04 Matthew Wilds2smanager: Small comment
2009-10-04 Matthew Wilds2smanager: Don't wait for stream:features from non...
2009-10-04 Matthew Wilds2smanager: Send stream:features for incoming s2s conne...
2009-10-04 Matthew Wilds2smanager: Give outgoing sessions a host field (the...
2009-10-04 Matthew Wildstanza_router: Add COMPAT comment for Pidgin workaround
2009-10-04 Matthew Wildnet.server: Small logging improvements
2009-10-04 Matthew Wildnet.server: Pass current time to timer callbacks
2009-10-04 Matthew Wildnet.server: Increase SSL handshake round-trip limit...
2009-10-04 Matthew Wildnet.server: Call handler's status() to notify it of...
2009-10-04 Matthew Wildnet.server: Provide a way to get sslctx of a client...
next