prosody.git
2009-10-18 Waqas Hussainmod_ping: Updated to use events (which also fixes a...
2009-10-18 Waqas Hussainmod_console: Fixed traceback occuring on using module...
2009-10-18 Waqas Hussainmod_console: Added help text for config:reload().
2009-10-18 Waqas HussainMUC: Re-enable nick changes for non-multisession nicks.
2009-10-18 Matthew Wildmod_console: Add missing hosts:list() command
2009-10-18 Waqas HussainMUC: Added support for reason messages in role and...
2009-10-18 Waqas HussainMUC: Rewrote code for mediated invites to be more robus...
2009-10-18 Waqas Hussainmod_vcard: Cleaned up unused variables and global accesses.
2009-10-18 Waqas Hussainmod_vcard: Removed stream feature.
2009-10-18 Waqas Hussainmod_vcard: Refactoring and cleanup.
2009-10-18 Waqas Hussainmod_vcard: Moved completely to new event based hooks.
2009-10-18 Waqas Hussainmod_vcard: Fixed traceback on attempt to set vcards...
2009-10-18 Waqas HussainMUC: Improved handling of error stanzas and made error...
2009-10-18 Waqas HussainMUC: Ignore invisible presence (incorrectly broadcasted...
2009-10-18 Waqas HussainMUC: Fixed an incorrect error message.
2009-10-18 Waqas HussainMUC: Kick occupants on sending error messages to other...
2009-10-18 Waqas HussainMerge with trunk.
2009-10-18 Waqas Hussainmodulemanager: Module loading rewritten to gracefully...
2009-10-17 Waqas Hussainmodulemanager: Use componentmanager to create new compo...
2009-10-17 Waqas Hussaincomponentmanager: Added a FIXME comment.
2009-10-17 Waqas Hussaincomponentmanager: Unload mod_tls for components before...
2009-10-17 Waqas Hussaincomponentmanager: Let the default component handler...
2009-10-17 Waqas HussainMUC: Multiple sessions per nick.
2009-10-17 Waqas Hussainmodulemanager: Fixed: Stanza modules were being auto...
2009-10-17 Waqas Hussainmodulemanager: Fixed traceback on loading modules on...
2009-10-17 Waqas Hussainmodulemanager: Slightly rearranged code for more robust...
2009-10-17 Matthew Wildutil.stanza: Don't add xmlns to tags when serializing...
2009-10-17 Waqas Hussainstanza_router: Added a compatibility workaround for...
2009-10-17 Matthew Wildcerts: Update default certs
2009-10-17 Matthew Wildnet.dns: Don't cache some records indefinitely
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
next