Software /
code /
prosody
Graph
-
usermanager: Expose host_handler() as initialize_host()2010-06-29, by Matthew Wild
-
mod_auth_anonymous, mod_auth_cyrus: Removed unused variables.2010-06-23, by Waqas Hussain
-
mod_auth_anonymous, mod_auth_cyrus: Removed is_admin(), as usermanager already has a default.2010-06-23, by Waqas Hussain
-
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
Scroll all the way down to load more.