prosody.git
2010-06-09 Waqas HussainMerge with Tobias.
2010-06-09 Tobias Markmannmod_auth_internal_hashed: Empty hashpass after conversi...
2010-06-09 Tobias Markmannmod_auth_internal_hashed: Remove debugging output.
2010-06-09 Tobias Markmannmod_auth_internal_hashed: Convert hashpass to server_ke...
2010-06-09 Tobias Markmannmod_auth_internal_hashed: Convert hashpass to server_ke...
2010-06-09 Kim AlvefurFix missing parameter in mod_auth_internal_hashed.
2010-06-09 Matthew WildMerge trunk/MattJ->trunk
2010-06-09 Matthew WildMerge 0.7->trunk
2010-06-09 Matthew Wildtools/xep227toprosody.lua: Set executable bit
2010-06-08 Tobias MarkmannMerge with tip.
2010-06-08 Tobias Markmannmod_auth_internal_hashed: Coverting salted password...
2010-06-08 Tobias Markmannmod_auth_internal_hashed: Store stored_key and server_k...
2010-06-08 Waqas Hussainmod_compression: Removed some useless logging code.
2010-06-08 Waqas Hussainmod_announce: Fixed an edge case where non-admins attem...
2010-06-08 Waqas Hussainmod_presence: Enable firing of pre-events for all outbo...
2010-06-08 Tobias Markmannutil.sasl.scram: Authenticate clients by calculated...
2010-06-08 Tobias Markmannmod_auth_internal_hashed: Store StoredKey and ServerKey...
2010-06-07 Matthew WildMerge trunk/MattJ->trunk
2010-06-07 Matthew WildMerge 0.7->trunk
2010-06-06 Waqas Hussainmod_auth_cyrus: Auth provider with support for Cyrus...
2010-06-06 Waqas Hussainmod_auth_anonymous: Fixed a syntax error.
2010-06-06 Waqas Hussainmod_auth_anonymous: Auth provider with support for...
2010-06-06 Waqas Hussainmod_auth_internal_hashed: Added SCRAM-SHA-1 support...
2010-06-06 Waqas Hussainmod_saslauth: Updated to use usermanager.get_sasl_handler.
2010-06-06 Waqas Hussainmod_auth_internal, mod_auth_internal_hashed: Fixed...
2010-06-06 Waqas Hussainmod_auth_internal, mod_auth_internal_hashed: Updated...
2010-06-06 Waqas Hussainusermanager: Changed get_supported_methods to get_sasl_...
2010-06-04 Waqas HussainMerge with trunk.
2010-06-04 Waqas Hussainmod_presence: Enable firing of pre-events for probes.
2010-06-04 Matthew WildRename mod_defaultauth -> mod_auth_internal, mod_hashpa...
2010-06-04 Waqas Hussainmod_presence: Don't stop pre-event for outgoing probes.
2010-06-04 Waqas Hussainmod_presence: Small refactoring.
2010-06-04 Matthew WildMerge trunk/MattJ with trunk
2010-06-04 Matthew Wildmod_saslauth: Fix log level
2010-06-04 Matthew Wildusermanager: Rename the fallback provider from 'dummyau...
2010-06-04 Matthew Wildusermanager: Add hunk that got missed in a merge
2010-06-03 Waqas Hussainutil.sasl_cyrus: Log the textual representation of...
2010-06-03 Waqas Hussainutil.sasl_cyrus: Log the textual representation of...
2010-06-03 Waqas Hussainutil.sasl_cyrus: Log the textual representation of...
2010-06-03 Waqas Hussainmod_presence: Send unavailable presence in response...
2010-06-03 Waqas Hussainmod_presence: Send unavailable presence in response...
2010-06-03 Waqas HussainSASL: Minor cleanup.
2010-06-03 Waqas HussainSASL: Minor cleanup.
2010-06-03 Waqas Hussainutil.sasl.scram: Fixed a log level.
2010-06-03 Waqas Hussainmod_presence: Send unavailable presence in response...
2010-06-03 Waqas Hussainutil.sasl.scram: Fixed a log level.
2010-06-03 Waqas Hussainutil.sasl.scram: Fixed a log level.
2010-06-03 Waqas Hussainmod_presence: Removed unnecessary parameter 'core_route...
2010-06-03 Waqas Hussainmod_presence: Removed unnecessary parameter 'core_route...
2010-06-03 Matthew WildMerge 0.7->trunk
2010-06-03 Matthew Wilds2smanager: Remove potentially misleading log message...
2010-06-02 Matthew WildMerge 0.7->trunk
2010-06-02 Matthew Wildnet.server_event: Also return the socket from wrapclien...
2010-06-02 Matthew Wildmod_compression: Use filters! \o/
2010-06-02 Matthew Wildxmppserver_listener: Add filters for incoming bytes...
2010-06-02 Matthew Wilds2smanager: Add filters for outgoing bytes and stanzas
2010-06-02 Matthew Wildsessionmanager: Rename filters_initialize->initialize_f...
2010-06-02 Matthew Wildxmppclient_listener: Add filters for incoming bytes...
2010-06-02 Matthew Wildsessionmanager: Initialize new sessions for filtering...
2010-06-02 Matthew Wildutil.filters: Ensure initialize() never initializes...
2010-06-02 Matthew Wildxmppserver_listener: Port to util.xmppstream \o/
2010-06-02 Matthew Wildutil.filters: Break processing if a filterer returns nil
2010-06-02 Matthew Wildutil.filters: Don't traceback with no filters of a...
2010-06-02 Waqas Hussainnet.multiplex_listener: Test to make sure listener...
2010-06-02 Waqas Hussainnet.multiplex_listener: Call listener.onconnect(conn...
2010-06-02 Matthew Wildxmppclient_listener: Port to onconnect handler
2010-06-02 Matthew Wildutil.filters: Don't traceback when trying to remove...
2010-06-02 Matthew Wildutil.filters: Expose the initialization function
2010-06-02 Matthew Wildutil.filters: New utility library for managing filters...
2010-06-01 Waqas Hussainmod_pep: Corrected and optimized handling of non-availa...
2010-05-30 Waqas Hussainmod_iq: Removed a check for user existance when firing...
2010-06-01 Matthew Wildmod_pep: Use is_contact_subscribed (which uses the...
2010-06-01 Waqas Hussainrostermanager: Optimisation to avoid unnecessarily...
2010-05-29 Jeff MitchellAdd jid support for motd
2010-05-29 Jeff MitchellAdd motd plugin, giving text to a user on each login.
2010-05-29 Matthew WildMerge compression fix
2010-05-29 Matthew Wildmod_compression: Update for new session.data() syntax...
2010-05-28 Jeff MitchellAdd the ability to have names in group files, by puttin...
2010-05-28 Jeff MitchellCorrect out of order logic in mod_hashpassauth
2010-05-27 Jeff MitchellAdd mechanism for upgrading to hashed passwords from...
2010-05-27 Jeff MitchellHave defaultauth load by default
2010-05-26 Jeff MitchellCheck in mod_hashpassauth -- works!
2010-05-26 Matthew WildMerge 0.7->trunk
2010-05-26 Matthew Wildmod_groups: Check for existence of roster[false] before...
2010-05-24 Matthew WildMerge 0.7->trunk
2010-05-24 Matthew Wildutil.sasl.scram: Fix remaining - in profile name
2010-05-24 Matthew WildMerge trunk/Tobias->trunk
2010-05-24 Tobias Markmannutil.sasl.*: Adjusting authentication provider names...
2010-05-24 Tobias Markmannutil.sasl.*: Adjusting authentication provider names...
2010-05-24 Matthew WildMerge 0.7->trunk
2010-05-24 Tobias Markmannutil.sasl.scram: Fixing logic error in argument checking.
2010-05-24 Tobias Markmannutil.sasl.scram: Fixing logic error in argument checking.
2010-05-23 Matthew WildMerge 0.7->trunk
2010-05-23 Matthew WildMerge 0.7/waqas->0.7/MattJ
2010-05-23 Waqas Hussainmod_private: Detect datamanager read errors, and respon...
2010-05-23 Waqas Hussainusermanager: Take datamanager errors into account when...
2010-05-23 Waqas Hussainmod_presence: Don't send 'unsubscribed' in response...
2010-05-23 Waqas Hussainrostermanager: Return an error string when subscription...
2010-05-23 Waqas Hussainrostermanager: Mark rosters which fail to load as broke...
2010-05-23 Waqas Hussainmod_presence: Removed a useless check when handling...
next