prosody.git
2009-11-06 Matthew WildMerge with trunk
2009-11-06 Florian Zeitzutil.dataforms: Support for jid-multi field type
2009-11-01 Waqas Hussainnet.dns: Fixed indentation and coding style.
2009-11-01 Waqas Hussainnet.dns: Initialize default resolver on module load...
2009-11-01 Waqas Hussainnet.dns: Updated to use util.windows.get_nameservers...
2009-11-01 Matthew Wildnet.httpserver: Pass correct connection object to disco...
2009-10-31 Matthew Wildprosodyctl: Put 'pidfile' in quotes to make more clear...
2009-10-31 Waqas HussainMUC: Include occupants' real JIDs in their presence...
2009-10-31 Waqas HussainMakefile.win: Added support for util.windows, improved...
2009-10-30 Waqas Hussainutil.windows: Initial commit. Adds support for querying...
2009-10-30 Florian Zeitzutil.dataforms: Only add value to rendered form if...
2009-10-30 Matthew Wildutil.pposix: Add abort() function
2009-10-26 Matthew Wildserver.lua: Standardise on 'client' variable to refer...
2009-10-26 Matthew WildMerge with trunk
2009-10-26 Matthew Wildserver.lua: Add addsocket(), refactor all code to use...
2009-10-26 Waqas Hussainmod_welcome: Change $user to $username in default welco...
2009-10-25 Waqas HussainProsody top-level error handler modified to log properl...
2009-10-25 Waqas Hussainmod_console: Added proper cleanup for disconnected...
2009-10-25 Waqas HussainMUC: Fixed: affiliation='none' was omitted from some...
2009-10-25 Waqas Hussainxmppserver_listener: Minor logging fix: Prefer the...
2009-10-24 Waqas HussainMUC: Fixed an issue with multi-session nicks where...
2009-10-21 Waqas Hussainrostermanager: Fixed a global access.
2009-10-21 Waqas Hussainrostermanager: Refactored roster loading to remove...
2009-10-21 Waqas Hussainrostermanager: Log a warning when a self-contact is...
2009-10-21 Waqas Hussainrostermanager: Ensure meta-data entry is present on...
2009-10-21 Waqas Hussainrostermanager: Remove self-contacts from loaded rosters.
2009-10-21 Waqas HussainPEP: Better reload support.
2009-10-21 Waqas HussainPEP: Send publish IQ result before broadcast.
2009-10-21 Waqas HussainPEP: Stricter checks on payload validity.
2009-10-21 Waqas HussainPEP: Clone payloads to allow plugins to reuse stanzas.
2009-10-21 Waqas HussainPEP: Fixed namespace for the <item> element in PEP...
2009-10-21 Matthew Wildutil.require: Yes hg, I really did want to remove it...
2009-10-21 Matthew Wildprosody, util.require: Remove util.require, the shortes...
2009-10-21 Waqas Hussainmod_presence: Send unavailable presence when sending...
2009-10-21 Matthew Wildxmlhandlers: Reset state on error or stream close,...
2009-10-21 Matthew Wildconnlisteners: Localize tostring, fixes possible traceb...
2009-10-21 Waqas HussainMUC: List occupants in a room's disco#items response.
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...
next