prosody.git
2009-11-18 Waqas Hussainmod_register: Log a debug message when a session's...
2009-11-18 Waqas Hussainmod_bosh: Set session.ip for BOSH sessions.
2009-11-18 Waqas Hussainutil.sasl: Added compatibility workaround for jwchat...
2009-11-18 Matthew Wildnet.dns: Be more strict about the records we cache
2009-11-18 Matthew Wildnet.dns: Be more strict about checking the DNS replies...
2009-11-17 Tobias MarkmannMaking interop with libpurple. (Thanks darkrain).
2009-11-17 Tobias MarkmannAdd check for forbidden char sequences in validate_user...
2009-11-17 Tobias MarkmannCompleted SCRAM-SHA-1 implementation to a ready-to...
2009-11-17 Tobias MarkmannAdded missing require for generate_uuid.
2009-11-16 Tobias MarkmannInitial commit of SCRAM SASL mechanism.
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-11-13 Tobias MarkmannAdding a note for possible round trip savings.
2009-11-13 Tobias MarkmannAdding support for digest-md5 profile in DIGEST-MD5...
2009-11-13 Tobias MarkmannChange of the digest-md5 profile.
2009-11-13 Tobias MarkmannBroken DIGEST-MD5 client support again.
2009-11-13 Tobias MarkmannAdd support for plain profile in digest-md5 implementation.
2009-11-13 Tobias MarkmannGetting PLAIN mechanism work with the new API.
2009-11-13 Waqas Hussainutil.sasl: Improved a log message.
2009-11-13 Waqas Hussainutil.sasl: Allow authzid=username (for compatibility...
2009-11-12 Waqas Hussainutil.sasl: Return proper error when client provides...
2009-11-12 Tobias MarkmannMove each mechanism in an own file.
2009-11-12 Waqas HussainChanged separator between attribute names and prefixes...
2009-11-12 Waqas Hussainnet.connlisteners: Log an error when a listener fails...
2009-11-12 Waqas Hussaincomponentmanager: Improved logging for stanzas being...
2009-11-08 Matthew Wildmod_posix: Log warning when no_daemonize is used, and...
2009-11-08 Matthew Wildmod_posix: Switch config option to 'daemonize', fall...
2009-11-08 Matthew Wildmodulemanager: api:get_option(): Handle correctly optio...
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...
next