Software /
code /
prosody
Graph
-
mod_pep: Fixed a possible traceback during disco#items queries on a user's bare JID by remote users.2010-06-23, by Waqas Hussain
-
mod_auth_internal_hashed: Update TODO comments to COMPAT2010-06-22, by Matthew Wild
-
mod_auth_internal, mod_auth_internal_hashed: Remove is_admin method from providers2010-06-22, by Matthew Wild
-
mod_adhoc: Update for new is_admin usage2010-06-22, by Matthew Wild
-
util.signal: Moved a variable declaration to the top of a function, for ANSI C compliance.2010-06-19, by Waqas Hussain
-
util.signal: Removed #include <sys/param.h>, as it appears unnecessary.2010-06-19, by Waqas Hussain
-
util.signal: Make kill() available on OS X (thanks darkrain).2010-06-19, by Waqas Hussain
-
MUC: A little modification to improve code analysis.2010-06-19, by Waqas Hussain
-
MUC: Updated room:set_role() to use room:can_set_role().2010-06-19, by Waqas Hussain
-
MUC: Added room:can_set_role().2010-06-19, by Waqas Hussain
-
mod_announce: A little cleanup.2010-06-18, by Waqas Hussain
-
mod_storage: Make DBI a soft dependency, not a hard one.2010-06-18, by Waqas Hussain
-
mod_announce: Removed unused variables.2010-06-18, by Waqas Hussain
-
mod_announce: Changed a global variable to local.2010-06-18, by Waqas Hussain
-
util.signal: Make kill() available on OpenBSD, NetBSD (thanks Florob, filip).2010-06-15, by Waqas Hussain
-
prosody.cfg.lua.dist: Removed commented "defaultauth" from the modules_disabled list.2010-06-15, by Waqas Hussain
-
mod_auth_internal: Log as "auth_internal", not as "usermanager".2010-06-15, by Waqas Hussain
-
mod_auth_cyrus: Log as "auth_cyrus", not as "usermanager".2010-06-15, by Waqas Hussain
-
mod_auth_anonymous: Log as "auth_anonymous", not as "usermanager".2010-06-15, by Waqas Hussain
-
mod_auth_internal_hashed: Log as "auth_internal_hashed", not as "usermanager".2010-06-15, by Waqas Hussain
-
mod_auth_internal_hashed: Don't assume user doesn't exist if no recognizable authentication data is found.2010-06-15, by Waqas Hussain
-
mod_auth_internal_hashed: Removed all checks for Cyrus SASL.2010-06-15, by Waqas Hussain
-
commit d2fb8a5ff43fcf3e94e5e518aba175503590ecda2010-06-14, by Matthew Wild
-
s2smanager: Fix logging for outgoing sessions to also log pre-filtered data2010-06-13, by Matthew Wild
-
MUC: Added disco#info features to advertise room's anonymity status (muc_semianonymous or muc_nonanonymous).2010-06-13, by Waqas Hussain
-
MUC: Added disco#info features to advertise room's public status (muc_public or muc_hidden).2010-06-13, by Waqas Hussain
-
MUC: Updated code to use :set_hidden() and :is_hidden().2010-06-13, by Waqas Hussain
-
MUC: Added room:set_hidden(boolean) and room:is_hidden().2010-06-13, by Waqas Hussain
-
MUC: Added disco#info features to advertise room's persistence status (muc_persistent or muc_temporary).2010-06-13, by Waqas Hussain
-
MUC: Added room:set_persistent(boolean) and room:is_persistent().2010-06-13, by Waqas Hussain
-
MUC: Added disco#info features to advertise room's members-only status (muc_membersonly or muc_open).2010-06-13, by Waqas Hussain
-
MUC: Added a 'Make Room Members-Only?' field to the room config dialog.2010-06-13, by Waqas Hussain
-
MUC: Updated room:get_default_role() to not assign unaffiliated occupants a role in members-only rooms.2010-06-13, by Waqas Hussain
-
MUC: Added room:set_members_only(boolean) and room:is_members_only().2010-06-13, by Waqas Hussain
-
MUC: Added disco#info features to advertise room's moderation status (muc_moderated or muc_unmoderated).2010-06-13, by Waqas Hussain
-
MUC: Added a 'Make Room Moderated?' field to the room config dialog.2010-06-13, by Waqas Hussain
-
MUC: Updated room:get_default_role() to assign unaffiliated occupants a "visitor" role in moderated rooms.2010-06-13, by Waqas Hussain
-
MUC: Added room:set_moderated(boolean) and room:is_moderated().2010-06-13, by Waqas Hussain
-
MUC: Persist data in room:set_password() when called programmatically.2010-06-13, by Waqas Hussain
-
MUC: Added a password field to the room config dialog.2010-06-13, by Waqas Hussain
-
MUC: Include a <password/> element in invites from password protected rooms.2010-06-13, by Waqas Hussain
-
MUC: Added password checking on room join.2010-06-13, by Waqas Hussain
-
MUC: Added room:get_password() and room:set_password().2010-06-13, by Waqas Hussain
-
mod_auth_internal_hashed: Fixed a traceback in account creation.2010-06-12, by Waqas Hussain
-
Merge 0.7->trunk2010-06-12, by Matthew Wild
-
Tagging 0.7.0 (again)2010-06-12, by Matthew Wild
-
Merge 0.7->trunk2010-06-12, by Matthew Wild
-
sessionmanager: Fixed a traceback on invalid usernames (typo in previous commit). 0.7.02010-06-11, by Waqas Hussain
-
mod_saslauth: Return proper error on invalid usernames.2010-06-11, by Waqas Hussain
-
net.server_event: attemp to fix more spelling fail.2010-06-11, by Waqas Hussain
-
sessionmanager: Moved nodeprep to sessionmanager.make_authenticated.2010-06-11, by Waqas Hussain
-
mod_presence: Fixed a traceback on outgoing subscriptions from offline users.2010-06-11, by Waqas Hussain
-
Merge 0.7->trunk2010-06-11, by Matthew Wild
-
prosodyctl, util.pluginloader: Remove support for storing plugins in the data store, and the addplugin command2010-06-11, by Matthew Wild
-
mod_uptime: Add ad-hoc command2010-06-11, by Matthew Wild
-
mod_adhoc: Scan through list of items on load, in case items have been added before we were loaded2010-06-11, by Matthew Wild
-
mod_adhoc/adhoc.lib: Add copyright header2010-06-11, by Matthew Wild
-
mod_adhoc/adhoc.lib: Handle errors according to XEP2010-06-11, by Matthew Wild
-
mod_announce: Add ad-hoc command for sending announcements \o/2010-06-11, by Matthew Wild
-
Merge 0.7->trunk2010-06-10, by Matthew Wild
-
Tagging 0.7.02010-06-09, by Matthew Wild
-
s2smanager: Move 'sending' debug log message so that it sees the pre-filtered stanzas2010-06-10, by Matthew Wild
-
mod_legacyauth: Fixed the ordering of parameters passed to usermanager.test_password.2010-06-09, by Waqas Hussain
-
mod_privacy: Workaround for a traceback.2010-06-09, by Waqas Hussain
-
mod_adhoc: Imported from prosody-modules, thanks Florob!2010-06-09, by Matthew Wild
-
usermanager: Handle checking for global admins on behalf of providers2010-06-09, by Matthew Wild
-
mod_legacyauth: Use the new usermanager.test_password instead of usermanager.validate_credentials.2010-06-09, by Waqas Hussain
-
mod_auth_internal_hashed: Removed some useless code.2010-06-09, by Waqas Hussain
-
mod_presence: Fixed a traceback.2010-06-09, by Waqas Hussain
-
Merge with Tobias.2010-06-09, by Waqas Hussain
-
mod_auth_internal_hashed: Empty hashpass after conversion to stored_key/server_key and store new authentication database.2010-06-09, by Tobias Markmann
-
mod_auth_internal_hashed: Remove debugging output.2010-06-09, by Tobias Markmann
-
mod_auth_internal_hashed: Convert hashpass to server_key/stored_key on SCRAM-SHA-1 login.2010-06-09, by Tobias Markmann
-
mod_auth_internal_hashed: Convert hashpass to server_key/stored_key on PLAIN login.2010-06-09, by Tobias Markmann
-
Merge with tip.2010-06-08, by Tobias Markmann
-
mod_auth_internal_hashed: Coverting salted password to stored_key and server_key.2010-06-08, by Tobias Markmann
-
mod_auth_internal_hashed: Store stored_key and server_key when setting a password.2010-06-08, by Tobias Markmann
-
util.sasl.scram: Authenticate clients by calculated StoredKey instead of ClientProof.2010-06-08, by Tobias Markmann
-
mod_auth_internal_hashed: Store StoredKey and ServerKey instead of salted hashed password.2010-06-08, by Tobias Markmann
-
Fix missing parameter in mod_auth_internal_hashed.2010-06-09, by Kim Alvefur
-
Merge trunk/MattJ->trunk2010-06-09, by Matthew Wild
-
Merge 0.7->trunk2010-06-09, by Matthew Wild
-
tools/xep227toprosody.lua: Set executable bit2010-06-09, by Matthew Wild
-
mod_compression: Removed some useless logging code.2010-06-08, by Waqas Hussain
-
mod_announce: Fixed an edge case where non-admins attempting to announce would get two error replies.2010-06-08, by Waqas Hussain
-
mod_presence: Enable firing of pre-events for all outbound stanzas, and switching completely to core_post_stanza.2010-06-08, by Waqas Hussain
-
Merge trunk/MattJ->trunk2010-06-07, by Matthew Wild
-
Merge 0.7->trunk2010-06-07, by Matthew Wild
-
util.sasl_cyrus: Log the textual representation of unknown Cyrus SASL errors, not just the error code.2010-06-03, by Waqas Hussain
-
util.sasl.scram: Fixed a log level.2010-06-03, by Waqas Hussain
-
mod_presence: Send unavailable presence in response to probes to the sender's full JID, not bare JID.2010-06-03, by Waqas Hussain
-
mod_auth_cyrus: Auth provider with support for Cyrus SASL.2010-06-06, by Waqas Hussain
-
mod_auth_anonymous: Fixed a syntax error.2010-06-06, by Waqas Hussain
-
mod_auth_anonymous: Auth provider with support for SASL ANONYMOUS.2010-06-06, by Waqas Hussain
-
mod_auth_internal_hashed: Added SCRAM-SHA-1 support for SASL.2010-06-06, by Waqas Hussain
-
mod_saslauth: Updated to use usermanager.get_sasl_handler.2010-06-06, by Waqas Hussain
-
mod_auth_internal, mod_auth_internal_hashed: Fixed a global access.2010-06-06, by Waqas Hussain
-
mod_auth_internal, mod_auth_internal_hashed: Updated to provide get_sasl_handler.2010-06-06, by Waqas Hussain
-
usermanager: Changed get_supported_methods to get_sasl_handler.2010-06-06, by Waqas Hussain
-
Merge with trunk.2010-06-04, by Waqas Hussain
-
mod_presence: Enable firing of pre-events for probes.2010-06-04, by Waqas Hussain
-
mod_presence: Don't stop pre-event for outgoing probes.2010-06-04, by Waqas Hussain
-
mod_presence: Small refactoring.2010-06-04, by Waqas Hussain
-
Merge trunk/MattJ with trunk2010-06-04, by Matthew Wild
Scroll all the way down to load more.