prosody.git
2009-10-21 Waqas HussainMerged with trunk.
2009-10-21 Waqas HussainMUC: Added config option 'restrict_room_creation' to...
2009-10-21 Waqas Hussainusermanager: Removed an unnecessary global access.
2009-10-21 Waqas Hussainusermanager: Logged a clear warning when the 'admins...
2009-10-21 Waqas Hussainusermanager: Changed function is_admin to allow checkin...
2009-10-21 Waqas Hussainmod_lastactivity: Gave a positive priority to the prese...
2009-10-20 Matthew Wildnet.dns: Don't expire records with TTL of 0 instantly
2009-10-20 Waqas HussainMUC: Added 'name' config option, for specifying the...
2009-10-20 Waqas Hussainmod_lastactivity: Persist data across reloads.
2009-10-20 Waqas Hussainmod_lastactivity: Allow users to request their own...
2009-10-20 Matthew Wildprosody.cfg.lua.dist: Convert to unix line endings...
2009-10-20 Matthew Wildprosody: Use rawget to test for the existence of ssl...
2009-10-19 Matthew Wildutil-src/Makefile: Add missing flags to building of...
2009-10-19 Matthew Wildnet.httpserver: Pass on interface option from new_from_...
2009-10-19 Matthew Wildprosodyctl: Remove dependency on hostmanager, and friends
2009-10-18 Matthew Wilds2smanager: Use session-specific logger to log outgoing...
2009-10-18 Waqas Hussainmod_lastactivity: Initial commit.
2009-10-18 Waqas Hussainmod_uptime: Removed event hook for iq/bare. mod_uptime...
2009-10-18 Waqas Hussainmod_uptime: Removed unused variables.
2009-10-18 Waqas Hussainmod_uptime: Updated to use events (which also fixes...
2009-10-18 Waqas Hussainmod_saslauth: Fixed access of globals.
2009-10-18 Waqas Hussainmod_saslauth: Marked the im-session stream feature...
2009-10-18 Waqas Hussainmod_time: Updated to use events (which also fixes a...
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
next