prosody.git
2009-11-21 Matthew Wildnet.server_select: Change addserver() parameters to...
2009-11-21 Matthew Wildmod_tls: Switch to : syntax for connection methods
2009-11-21 Matthew Wildxmppclient_listener: Use : syntax for connection method...
2009-11-21 Matthew Wildxmppclient_listener: Switch to .onincoming listener...
2009-11-21 Matthew Wildnet.server: Small fix for addtimer() compatibility...
2009-11-21 Matthew Wildnet.connlisteners: Standardise on new syntax for addser...
2009-11-21 Matthew Wildsessionmanager: Use : syntax for calling connection...
2009-11-21 Matthew Wilds2smanager: Don't log full stanza when sending outwards
2009-11-21 Matthew Wilds2smanager: Don't tostring() the data before sending...
2009-11-21 Matthew Wildmod_bosh: Don't log response XML
2009-11-21 Matthew Wildutil.timer: Fix libevent timers (event.base doesn't...
2009-11-21 Matthew Wildnet.server_event: Export base as event_base
2009-11-21 Matthew Wildnet.server_event: Comment overly verbose log message
2009-11-21 Matthew Wildutil.timer: Use libevent for lightweight timers if...
2009-11-21 Matthew Wildnet.server: New net.server to choose the appropriate...
2009-11-21 Matthew Wildnet.server: Rename to net.server_select
2009-11-20 Matthew Wildnet.server_event: Remove redundant getid() function
2009-11-20 Matthew Wildnet.server_event: Initial commit of server_event.lua...
2009-11-20 Tobias MarkmannFixing some typos.
2009-11-20 Matthew Wilds2smanager: Fail outgoing s2s connection if hostname...
2009-11-20 Matthew Wilds2smanager: Queue db:verify unless we already sent...
2009-11-19 Tobias MarkmannMerge with trunk.
2009-11-19 Tobias MarkmannReduce needed roundtrips during DIGEST-MD5 login.
2009-11-19 Tobias MarkmannAdding some human readable error messages.
2009-11-19 Tobias MarkmannFail if username or password don't pass SASLprep.
2009-11-19 Tobias MarkmannUse new cofig option reading API.
2009-11-19 Tobias MarkmannAllow SASL PLAIN over unsecure connections when intende...
2009-11-19 Tobias MarkmannTypo.
2009-11-18 Tobias MarkmannHandle , and = in usernames for SCRAM.
2009-11-18 Tobias MarkmannProvide SASL PLAIN mechanism only if TLS is active.
2009-11-18 Tobias MarkmannCleaning up.
2009-11-18 Tobias MarkmannTidying up.
2009-11-18 Tobias MarkmannEnable restriction of supported mechanisms in the SASL...
2009-11-18 Tobias MarkmannSASLprep authentication and password in SASL PLAIN...
2009-11-18 Tobias MarkmannSASLprep usernames and passwords.
2009-11-18 Matthew Wildutil.sasl: Add COMPAT comment
2009-11-18 Waqas Hussainmod_console: Moved activation of the console port from...
2009-11-18 Waqas Hussainprosody.net_activate_ports: Slightly refactored and...
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,...
next