Software /
code /
prosody
Graph
-
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
-
mod_saslauth: Fix log level2010-06-04, by Matthew Wild
-
usermanager: Rename the fallback provider from 'dummyauth' to 'null'2010-06-04, by Matthew Wild
-
usermanager: Add hunk that got missed in a merge2010-06-04, 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
-
mod_presence: Send unavailable presence in response to probes to the sender's full JID, not bare JID.2010-06-03, by Waqas Hussain
-
SASL: Minor cleanup.2010-06-03, by Waqas Hussain
-
util.sasl.scram: Fixed a log level.2010-06-03, by Waqas Hussain
-
mod_presence: Removed unnecessary parameter 'core_route_stanza' from various functions.2010-06-03, by Waqas Hussain
-
Add jid support for motd2010-05-29, by Jeff Mitchell
-
Add motd plugin, giving text to a user on each login.2010-05-29, by Jeff Mitchell
-
Add the ability to have names in group files, by putting them with an = sign after the jid:2010-05-28, by Jeff Mitchell
-
Correct out of order logic in mod_hashpassauth2010-05-28, by Jeff Mitchell
-
Add mechanism for upgrading to hashed passwords from default. Remove some extra debug.2010-05-27, by Jeff Mitchell
-
Have defaultauth load by default2010-05-27, by Jeff Mitchell
-
Check in mod_hashpassauth -- works!2010-05-26, by Jeff Mitchell
-
Working defaultauth2010-05-20, by Jeff Mitchell
-
Added mod_auth_default2010-05-20, by Jeff Mitchell
-
Update usermanager to not crash, etc.2010-05-20, by Jeff Mitchell
-
First bit of work2010-05-20, by Jeff Mitchell
-
Merge backout2010-06-04, by Matthew Wild
-
Backed out changeset 8bd3857a75ee2010-06-04, 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
-
mod_presence: Send unavailable presence in response to probes to the sender's full JID, not bare JID.2010-06-03, by Waqas Hussain
-
SASL: Minor cleanup.2010-06-03, by Waqas Hussain
-
util.sasl.scram: Fixed a log level.2010-06-03, by Waqas Hussain
-
mod_presence: Removed unnecessary parameter 'core_route_stanza' from various functions.2010-06-03, by Waqas Hussain
-
Merge 0.7->trunk2010-06-03, by Matthew Wild
-
s2smanager: Remove potentially misleading log message (thanks albert)2010-06-03, by Matthew Wild
-
Merge 0.7->trunk2010-06-02, by Matthew Wild
-
mod_compression: Use filters! \o/2010-06-02, by Matthew Wild
-
xmppserver_listener: Add filters for incoming bytes and stanzas2010-06-02, by Matthew Wild
-
s2smanager: Add filters for outgoing bytes and stanzas2010-06-02, by Matthew Wild
-
sessionmanager: Rename filters_initialize->initialize_filters2010-06-02, by Matthew Wild
-
xmppclient_listener: Add filters for incoming bytes and stanzas2010-06-02, by Matthew Wild
-
sessionmanager: Initialize new sessions for filtering, and add filters for outgoing bytes and stanzas2010-06-02, by Matthew Wild
-
xmppserver_listener: Port to util.xmppstream \o/2010-06-02, by Matthew Wild
-
util.filters: Break processing if a filterer returns nil2010-06-02, by Matthew Wild
-
util.filters: Don't traceback with no filters of a type added2010-06-02, by Matthew Wild
-
net.multiplex_listener: Test to make sure listener.onconnect isn't nil.2010-06-02, by Waqas Hussain
-
net.multiplex_listener: Call listener.onconnect(conn) when swapping listeners.2010-06-02, by Waqas Hussain
-
xmppclient_listener: Port to onconnect handler2010-06-02, by Matthew Wild
-
util.filters: Don't traceback when trying to remove a filter from an uninitialized object2010-06-02, by Matthew Wild
-
util.filters: Expose the initialization function2010-06-02, by Matthew Wild
-
util.filters: New utility library for managing filters on an object2010-06-02, by Matthew Wild
-
mod_pep: Corrected and optimized handling of non-available presence stanzas.2010-06-01, by Waqas Hussain
-
mod_iq: Removed a check for user existance when firing iq/bare/* sub-events.2010-05-30, by Waqas Hussain
-
mod_pep: Use is_contact_subscribed (which uses the new rostermanager fix to avoid unnecessary roster loads)2010-06-01, by Matthew Wild
-
rostermanager: Optimisation to avoid unnecessarily loading rosters for offline contacts on probes, etc.2010-06-01, by Waqas Hussain
-
Merge compression fix2010-05-29, by Matthew Wild
-
Merge 0.7->trunk2010-05-26, by Matthew Wild
-
mod_groups: Check for existence of roster[false] before clearing version (thanks Flo)2010-05-26, by Matthew Wild
-
Merge 0.7->trunk2010-05-24, by Matthew Wild
-
util.sasl.scram: Fix remaining - in profile name2010-05-24, by Matthew Wild
-
util.sasl.*: Adjusting authentication provider names. All '-' replaced with '_'2010-05-24, by Tobias Markmann
-
Merge trunk/Tobias->trunk2010-05-24, by Matthew Wild
-
util.sasl.*: Adjusting authentication provider names. All '-' replaced with '_'2010-05-24, by Tobias Markmann
-
Merge 0.7->trunk2010-05-24, by Matthew Wild
-
util.sasl.scram: Fixing logic error in argument checking.2010-05-24, by Tobias Markmann
-
util.sasl.scram: Fixing logic error in argument checking.2010-05-24, by Tobias Markmann
-
Merge 0.7->trunk2010-05-23, by Matthew Wild
-
Merge 0.7/waqas->0.7/MattJ2010-05-23, by Matthew Wild
-
mod_private: Detect datamanager read errors, and respond with 'internal-server-error'.2010-05-23, by Waqas Hussain
-
usermanager: Take datamanager errors into account when determining account existance.2010-05-23, by Waqas Hussain
-
mod_presence: Don't send 'unsubscribed' in response to probes when roster loading fails.2010-05-23, by Waqas Hussain
-
rostermanager: Return an error string when subscription test fails due to an error.2010-05-23, by Waqas Hussain
-
rostermanager: Mark rosters which fail to load as broken, and never save them.2010-05-23, by Waqas Hussain
-
mod_presence: Removed a useless check when handling incoming presence probes and subscriptions.2010-05-23, by Waqas Hussain
-
util.datamanager: Return an error string when failing to save.2010-05-23, by Waqas Hussain
-
util.sasl.scram: Adjusting authentication backend name to conform with the style already used by the plain module.2010-02-28, by Tobias Markmann
-
util.sasl.scram: Fixing issue #177.2010-05-22, by Tobias Markmann
-
util.sasl.plain: Typo.2010-05-22, by Tobias Markmann
-
util.sasl.scram: Providing an API function to generate a salted password for the SCRAM-SHA-1 mechanism.2010-05-22, by Tobias Markmann
-
util.sasl.scram: Split up long line.2010-05-22, by Tobias Markmann
-
util.sasl.scram: Parsing client-final-message in a more strict way. (thanks Marc Santamaria)2010-05-22, by Tobias Markmann
-
util.sasl.scram: Fix in nonce check of client-final-message.2010-05-22, by Tobias Markmann
-
util.sasl.scram: Parsing client-first-message in a more strict way. (thanks Marc Santamaria)2010-05-22, by Tobias Markmann
-
util.sasl.scram: Fixed global access.2010-05-06, by Waqas Hussain
-
util.sasl.scram: Adding documentation on SCRAM authentication backend.2010-02-28, by Tobias Markmann
-
util.sasl: 2009 -> 2010 in copyright header.2010-03-12, by Tobias Markmann
-
util.sasl.plain: Adding plain_hashed authentication backend support.2010-02-28, by Tobias Markmann
-
util.sasl: Moving SASL authentication backends documentation to the mechanism files.2010-02-28, by Tobias Markmann
-
rostermanager: Correctly clear the bare_sessions table on roster load errors during bind.2010-05-23, by Waqas Hussain
-
rostermanager: Don't fire roster-load event if there was an error loading the roster2010-05-22, by Matthew Wild
-
sessionmanager: If roster loading fails during resource bind, kick the user with an internal-server-error.2010-05-22, by Waqas Hussain
-
rostermanager: When loading the roster, also return a datamanager error if available.2010-05-22, by Waqas Hussain
-
util.datamanager: When failing to load a file, and the file exists, return nil, error.2010-05-22, by Waqas Hussain
-
mod_privacy: Improved logging.2010-05-21, by Waqas Hussain
-
mod_presence: Added option 'ignore_presence_priority'.2010-05-21, by Waqas Hussain
-
Merge with backout2010-05-21, by Matthew Wild
-
Backed out changeset c75c22c316d6 (the XMPP spec now gives a better way to do this)2010-05-21, by Matthew Wild
-
util.sasl.scram: Fixing issue #177.2010-05-22, by Tobias Markmann
-
util.sasl.plain: Typo.2010-05-22, by Tobias Markmann
-
util.sasl.scram: Providing an API function to generate a salted password for the SCRAM-SHA-1 mechanism.2010-05-22, by Tobias Markmann
-
util.sasl.scram: Split up long line.2010-05-22, by Tobias Markmann
-
util.sasl.scram: Parsing client-final-message in a more strict way. (thanks Marc Santamaria)2010-05-22, by Tobias Markmann
-
util.sasl.scram: Fix in nonce check of client-final-message.2010-05-22, by Tobias Markmann
-
util.sasl.scram: Parsing client-first-message in a more strict way. (thanks Marc Santamaria)2010-05-22, by Tobias Markmann
-
Merge 0.7->trunk2010-05-21, by Matthew Wild
-
mod_bosh: Re-layout session object creation to make lines shorter2010-05-21, by Matthew Wild
-
Merge 0.7->trunk2010-05-20, by Matthew Wild
-
Merge 0.7->trunk2010-05-20, by Matthew Wild
-
usermanager, mod_saslauth: Make account provisioning for Cyrus SASL optional (default: not required)2010-05-20, by Matthew Wild
-
util.sasl_cyrus: Support for specifying the application name (to pass to Cyrus SASL's init())2010-05-20, by Matthew Wild
-
mod_saslauth: Add return value and error message to the Cyrus SASL handle_status callback2010-05-20, by Matthew Wild
-
mod_saslauth: Allow the Cyrus SASL realm to be configurable2010-05-20, by Matthew Wild
-
Merge 0.7->trunk2010-05-20, by Matthew Wild
-
net.dns: Remove redundant locals declaration2010-05-20, by Matthew Wild
-
net.dns: Fix dns.lookup from commit e54774bd73a72010-05-20, by Matthew Wild
-
net.dns: Remove redundant locals declaration2010-05-20, by Matthew Wild
-
net.dns: Fix dns.lookup from commit e54774bd73a72010-05-20, by Matthew Wild
-
Merge 0.7->trunk2010-05-20, by Matthew Wild
-
mod_groups: Remove potentially verbose per-contact logging (thanks Flo)2010-05-20, by Matthew Wild
-
usermanager: Changed auth provider functions to methods.2010-05-19, by Waqas Hussain
-
Merge 0.7->trunk2010-05-18, by Matthew Wild
-
Merge 0.6->0.72010-05-18, by Matthew Wild
-
configure: Fix to allow option values containing '=' (thanks Jakub)2010-05-18, by Matthew Wild
-
net/dns: Fix socket.select timeout.2009-12-28, by Brian Cully
-
Merge 0.7->trunk2010-05-17, by Matthew Wild
-
Merge 0.6->0.72010-05-17, by Matthew Wild
-
net/httpserver_listener: Ignore empty strings on incoming data.2010-04-28, by Brian Cully
-
Merge 0.7->trunk2010-05-17, by Matthew Wild
-
Merge 0.7/MattJ with 0.72010-05-17, by Matthew Wild
-
Merge with 0.62010-05-17, by Matthew Wild
-
usermanager: Export new_default_provider()2010-05-15, by Matthew Wild
-
usermanager: Handle auth providers for components.2010-05-13, by Waqas Hussain
-
usermanager: Fix logic for per-host admin tables (thanks Maranda)2010-05-12, by Matthew Wild
-
net.xmppclient_listener: Port to util.xmppstream \o/2010-05-09, by Matthew Wild
-
prosody: Load util.xmppstream :(2010-05-09, by Matthew Wild
-
util.xmppstream: Stream objects now just have feed/reset methods2010-05-09, by Matthew Wild
-
usermanager: Bump log level of incorrect config option warnings2010-05-07, by Matthew Wild
-
usermanager: Fix for is_admin to work with the new auth provider architecture2010-05-07, by Matthew Wild
-
Merge 0.7->trunk2010-05-07, by Waqas Hussain
-
Merge 0.6->0.72010-05-07, by Waqas Hussain
-
mod_console: Set a chunk name for loadstring calls (nicer errors).2010-05-07, by Waqas Hussain
-
mod_posix: Fixed a global access.2010-05-07, by Waqas Hussain
-
mod_console: Ensure that a null byte is printed after sending the banner.2010-05-07, by Waqas Hussain
-
prosody: Modified function metatable for better string representation of functions.2010-05-07, by Waqas Hussain
-
prosody: Lowered log level for a log message.2010-05-07, by Waqas Hussain
-
mod_posix: Don't add a server-starting event handler while the server-starting event is being fired.2010-05-07, by Waqas Hussain
-
net.server_select: Remove some debugging code.2010-05-06, by Waqas Hussain
-
Merge 0.7->trunk2010-05-06, by Waqas Hussain
-
Merge 0.6->0.72010-05-06, by Waqas Hussain
-
loggingmanager: Enable debug level for default console logging when 'debug' mode is enabled in the config.2010-05-06, by Waqas Hussain
-
loggingmanager: Enable debug level for default console logging when 'debug' mode is enabled in the config.2010-05-06, by Waqas Hussain
-
util.sasl.scram: Fixed global access.2010-05-06, by Waqas Hussain
-
prosodyctl: Use the global events objects for hosts (again) (thanks albert) (sorry albert)2010-05-05, by Matthew Wild
-
prosodyctl: Give each host an independant events object, because it seems to be the right thing to do2010-05-05, by Matthew Wild
-
prosodyctl: Relocate global prosody object creation (see fff153f7f4de)2010-05-05, by Matthew Wild
-
Merge configmanager->trunk2010-05-05, by Matthew Wild
-
configmanager: Add VirtualHost as an alias for Host (re-applied in trunk due to previous bad merge with 0.7)2010-04-14, by Matthew Wild
-
Merge 0.7->trunk2010-05-05, by Matthew Wild
-
mod_console: Make use of the new onconnect callback to initialise session and send banner2010-05-05, by Matthew Wild
-
Merge 0.7->trunk2010-05-05, by Matthew Wild
-
mod_proxy65: Send error reply to activation stanza if one or both parties were not connected to the proxy2010-05-05, by Matthew Wild
-
mod_proxy65: Return service-unavailable error when receiving an iq we didn't understand2010-05-05, by Matthew Wild
-
mod_proxy65: Use new server.link to link proxied connections, now works with either connection backend2010-05-05, by Matthew Wild
-
net.server_select, net.server_event: Support for ondrain listener callback for when send buffer is empty2010-05-05, by Matthew Wild
-
net.server_select, net.server_event: Support for :pause() and :resume() on connections2010-05-05, by Matthew Wild
-
usermanager: Give the default auth provider a name, you'll never guess what it is.2010-05-05, by Matthew Wild
-
Merge Tobias's fancy SASL branch->trunk2010-05-05, by Matthew Wild
-
Merge with tip.2010-03-12, by Tobias Markmann
-
util.sasl: 2009 -> 2010 in copyright header.2010-03-12, by Tobias Markmann
-
util.sasl.scram: Adjusting authentication backend name to conform with the style already used by the plain module.2010-02-28, by Tobias Markmann
-
util.sasl.plain: Adding plain_hashed authentication backend support.2010-02-28, by Tobias Markmann
-
util.sasl.scram: Adding documentation on SCRAM authentication backend.2010-02-28, by Tobias Markmann
-
util.sasl.anonymous: Adding documentation on anonymous authentication backend.2010-02-28, by Tobias Markmann
-
util.sasl: Moving SASL authentication backends documentation to the mechanism files.2010-02-28, by Tobias Markmann
-
Merge 0.7->trunk2010-05-05, by Matthew Wild
-
usermanager: Support for pluggable authentication providers2010-05-05, by Matthew Wild
-
eventmanager, prosody: Adapt eventmanager to use prosody.events, as a step towards removing it entirely2010-05-04, by Matthew Wild
-
Merge 0.7->trunk (with MUC needing checking, waqas)2010-05-04, by Matthew Wild
-
Merge 0.6 into 0.7.2010-05-01, by Waqas Hussain
-
Tagging 0.6.22010-04-14, by Matthew Wild
-
prosody.cfg.lua.dist: Refactor the default config file based on feedback from confused users 0.6.22010-04-14, by Matthew Wild
-
hostmanager: Re-word log messages in line with config changes2010-04-14, by Matthew Wild
-
configmanager: Add VirtualHost as an alias for Host2010-04-14, by Matthew Wild
-
MUC: Allow moderators which are not owners to change roles.2010-04-14, by Waqas Hussain
-
MUC: Include <status code='100'/> in a message, not in presence. Fixes various issues.2010-04-19, by Waqas Hussain
-
modulemanager: Log proper tracebacks on errors during module load/unload.2010-04-19, by Waqas Hussain
-
prosody: Set metatable on functions to allow easy access to upvalues.2010-04-19, by Waqas Hussain
-
configmanager: Fix very wacky indentation2010-05-04, by Matthew Wild
-
configmanager: Fix some wacky indentation2010-05-04, by Matthew Wild
-
Merge 0.7->trunk2010-04-11, by Matthew Wild
-
net.server_event: Call listener.onconnect if it exists, otherwise stick to listener.onincoming2010-04-11, by Matthew Wild
-
Merge 0.7->trunk2010-04-11, by Matthew Wild
-
net.server_select: Support for listener.onconnect2010-04-11, by Matthew Wild
-
Merge 0.7->trunk2010-04-09, by Matthew Wild
-
Merge 0.6->0.72010-04-09, by Matthew Wild
-
net.server: Fix logic error causing traceback when receiving a non-number port2010-04-09, by Matthew Wild
-
loggingmanager: Fix syntax error :)2010-04-07, by Matthew Wild
-
Merge 0.7->trunk2010-04-07, by Matthew Wild
-
loggingmanager: Observe 'debug' config setting for console logging too2010-04-07, by Matthew Wild
-
Merge 0.7->trunk2010-04-03, by Matthew Wild
-
Merge 0.6->0.72010-04-03, by Matthew Wild
-
Merge 0.6/MattJ -> 0.62010-04-03, by Matthew Wild
-
mod_bosh: Default stanza namespace should be jabber:client (fixes BOSH to work with recent namespace fix)2010-04-03, by Matthew Wild
-
util.ztact: Fixed global accesses.2010-04-01, by Waqas Hussain
-
util.uuid: Use a local instead of a global.2010-04-01, by Waqas Hussain
-
util.stanza: Fixed some more nil global accesses.2010-04-01, by Waqas Hussain
-
util.stanza: Fixed a nil global access.2010-04-01, by Waqas Hussain
-
Merge 0.7->trunk2010-03-30, by Matthew Wild
-
Merge 0.7/waqas->0.7/MattJ2010-03-30, by Matthew Wild
-
net.server_event: Fixed spelling fail.2010-03-26, by Waqas Hussain
-
Merge 0.6->0.72010-03-30, by Matthew Wild
-
xmppserver_listener: Compatibility fix for older Prosodies with the s2s xmlns bug2010-03-30, by Matthew Wild
-
Merge 0.7->trunk2010-03-25, by Matthew Wild
-
tools/erlparse: Discard erlang PIDs instead of choking on them as a syntax error2010-03-25, by Matthew Wild
-
tools/erlparse: Report the line number when showing a syntax error in the input file2010-03-25, by Matthew Wild
-
tools/erlparse: Optimisations aplenty for faster processing of large files2010-03-25, by Matthew Wild
-
Merge 0.7->trunk2010-03-25, by Matthew Wild
-
Merge 0.7->trunk2010-03-25, by Matthew Wild
-
net.server_event: Don't re-try a write if the connection closed (thanks Flo)2010-03-25, by Matthew Wild
-
Merge 0.7->trunk2010-03-24, by Matthew Wild
-
net.server_event: Bump timeout values up somewhat2010-03-24, by Matthew Wild
-
Merge 0.7->trunk2010-03-24, by Matthew Wild
-
Merge 0.7/waqas->0.7/MattJ2010-03-24, by Matthew Wild
-
util.sasl.digest-md5: Removed unnnecessary check (which included a nil global access).2010-03-23, by Waqas Hussain
-
mod_register: Use set_password to set passwords instead of create_user.2010-03-23, by Waqas Hussain
-
usermanager: Added function set_password.2010-03-23, by Waqas Hussain
-
Merge 0.6->0.72010-03-24, by Matthew Wild
-
mod_tls: Add s2s_allow_encryption option which, when set to false, disabled TLS for s2s2010-03-24, by Matthew Wild
-
prosody.cfg.lua.dist: Whitespace fix.2010-03-23, by Waqas Hussain
-
prosody.cfg.lua.dist: Disable mod_privacy by default.2010-03-23, by Waqas Hussain
-
usermanager: Return sane errors/results when Cyrus SASL is in use.2010-03-23, by Waqas Hussain
-
mod_saslauth: Tidier code for SASL backend selection.2010-03-23, by Waqas Hussain
-
mod_saslauth: Fail with an error when the requested SASL backend cannot be used.2010-03-23, by Waqas Hussain
-
Merge 0.7->trunk2010-03-22, by Matthew Wild
-
Merge 0.6->0.72010-03-22, by Matthew Wild
-
util.windows: Convert from Windows line endings2010-03-22, by Matthew Wild
-
Update copyright headers for 20102010-03-22, by Matthew Wild
-
loggingmanager: Don't use non-standard format specifier to format the timestamp.2010-03-22, by Waqas Hussain
-
util.xmppstream: new() now returns a parser object2010-03-22, by Matthew Wild
-
util.xmppstream: Initial commit2010-03-22, by Matthew Wild
-
Merge 0.7->trunk2010-03-22, by Matthew Wild
-
stanza_router: Allow non-jabber:client elements after auth, before bind. [originally 2c538d4bde13 in 0.6]2010-03-22, by Waqas Hussain
-
Merge 0.7->trunk2010-03-22, by Matthew Wild
-
Merge 0.7->trunk2010-03-22, by Matthew Wild
-
mod_groups: Ignore whitespace on group member JID lines (thanks Luis!)2010-03-22, by Matthew Wild
-
mod_groups: Missed hunk from last commit, don't create the list of public group members unless necessary2010-03-22, by Matthew Wild
-
rostermanager: Don't bump the roster version if it is == true (ie. we are not versioning the roster)2010-03-22, by Matthew Wild
-
mod_roster: Tidier code for the roster versioning logic2010-03-22, by Matthew Wild
-
mod_roster: Tidier code for the roster versioning logic2010-03-22, by Matthew Wild
-
Merge 0.7->trunk2010-03-20, by Matthew Wild
-
.hgignore: Ignore prosody.version (thanks Florob)2010-03-20, by Matthew Wild
-
Merge 0.7->trunk2010-03-18, by Matthew Wild
-
util.sasl_cyrus: Return invalid-mechanism instead of undefined-condition where appropriate2010-03-18, by Matthew Wild
-
util.sasl_cyrus: Clarify some log messages and levels2010-03-18, by Matthew Wild
-
util.sasl_cyrus: Protect the call to cyrussasl.server_new properly.2010-03-18, by Paul Aurich
-
Merge 0.7->trunk2010-03-18, by Matthew Wild
-
util.sasl_cyrus: If available, use a c14n callback for interoperability with bad clients.2010-03-17, by Paul Aurich
-
mod_saslauth: Add a sasl_realm option2010-03-17, by Paul Aurich
-
util.cyrus_sasl: Pass the realm to Cyrus2010-03-16, by Paul Aurich
-
Merge darkrain->trunk2010-03-18, by Matthew Wild
-
util.sasl_cyrus: If available, use a c14n callback for interoperability with bad clients.2010-03-17, by Paul Aurich
-
mod_saslauth: Add a sasl_realm option2010-03-17, by Paul Aurich
-
Merge 0.7->trunk2010-03-18, by Matthew Wild
-
Merge 0.6->0.72010-03-18, by Matthew Wild
-
Merge 0.6 with waqas2010-03-18, by Matthew Wild
-
mod_compression: Improved and lowered log level of some logged messages.2010-03-15, by Waqas Hussain
-
s2smanager: Remove the infamous 'as per RFC' log message entirely (it happens too often to be useful)2010-03-18, by Matthew Wild
-
Merge with 0.72010-03-17, by Matthew Wild
-
Merge with 0.6 (into 0.7, namely mod_compression fixes)2010-03-17, by Matthew Wild
-
mod_compression: Return <setup-failed/> instead of <unsupported-method/> where applicable.2010-03-09, by Waqas Hussain
-
mod_compression: More robust stanza processing.2010-03-09, by Waqas Hussain
-
mod_compression: Don't succeed after indicating a failure.2010-03-09, by Waqas Hussain
-
mod_compression: Don't tell client compression succeeded when it didn't.2010-03-09, by Waqas Hussain
-
mod_compression: Fixed various possible tracebacks in logging.2010-03-09, by Waqas Hussain
-
util.cyrus_sasl: Pass the realm to Cyrus2010-03-16, by Paul Aurich
-
MUC: Added support for letting clients manage discussion history.2010-03-16, by Waqas Hussain
-
Merge with 0.7 (and indirectly 0.6.2)2010-03-15, by Matthew Wild
-
Merge 0.6.2/waqas with 0.6.2/MattJ2010-03-03, by Matthew Wild
-
Merge 0.6.2/waqas with 0.6.2/MattJ2010-03-03, by Matthew Wild
-
stanza_router: Allow non-jabber:client elements after auth, before bind.2010-03-03, by Waqas Hussain
-
Fixing some typos.2009-11-20, by Tobias Markmann
-
util.sasl.plain: Allow empty authzid (thanks bjc).2009-12-01, by Waqas Hussain
-
mod_tls: Don't offer TLS on hosts that don't have any certs2010-02-12, by Matthew Wild
-
prosodyctl.man: Update email address2010-02-22, by Dwayne Bent
-
mod_console: Uncomment the help for server:shutdown() - thanks darkrain2010-02-22, by Matthew Wild
-
ejabberd2prosody: Don't print passwords of imported accounts2010-02-21, by Matthew Wild
-
ejabberdsql2prosody: Don't print password of imported accounts (thanks azerttyu)2010-02-21, by Matthew Wild
-
mod_debug: Obsoleted by mod_console2010-02-20, by Matthew Wild
-
mod_selftests: Obsolete, remove2010-02-20, by Matthew Wild
-
mod_offline: Remove from 0.7 (offline messages are handled in core at the moment)2010-02-20, by Matthew Wild
-
MUC: Allow role changes based on JIDs.2010-02-18, by Waqas Hussain
-
mod_presence: Reflect the user's own presence back to them.2010-02-14, by Waqas Hussain
-
configmanager: Remove debugging code accidentally committed2010-02-14, by Matthew Wild
-
configmanager: Error when a component and host clash hostnames2010-02-14, by Matthew Wild
-
mod_saslauth: Don't print raw SASL data to avoid logging passwords unnecessarily2010-02-13, by Matthew Wild
-
prosody: More accurate friendly error message in the event that creating the global SSL context fails2010-02-13, by Matthew Wild
-
sessionmanager, s2smanager: Fix for syntax of null_data_handler() (thanks Nolan)2010-02-12, by Matthew Wild
-
hostmanager: Log an error if no hosts are defined2010-02-12, by Matthew Wild
-
mod_tls: Fixed an extra :up() in s2s stream feature generation.2010-02-11, by Waqas Hussain
-
mod_tls: Respond with proper error when TLS cannot be negotiated.2010-02-11, by Waqas Hussain
-
mod_presence: Don't depend on user being online when calculating top resources.2010-02-11, by Waqas Hussain
-
mod_presence: Don't depend on sessions array existing for a user when handling outgoing presence broadcast.2010-02-11, by Waqas Hussain
-
util.encodings: Use STD3 ASCII rules for idna.to_ascii.2010-02-09, by Waqas Hussain
-
prosody: Add a catch-all friendly message for when any port is in use we want to use2010-02-05, by Matthew Wild
-
util.stanza: stanza.error_reply(): Fix to put the correct namespace on <text>2010-01-31, by Matthew Wild
-
prosody: Show friendly error when no config present for legacy SSL ports2010-01-31, by Matthew Wild
-
prosody: Log error message when failing to open ports2010-01-31, by Matthew Wild
-
mod_presence: Quick fix to make probes from local users to local hosts work.2010-01-29, by Waqas Hussain
-
mod_presence: Added handler for presence subscriptions and probes to local hosts.2010-01-29, by Waqas Hussain
-
stanza_router: Added third parameter to core_post_stanza, to control pre-events.2010-01-29, by Waqas Hussain
-
mod_presence: Respond with an unavailable presence when subscribers probe and no resources are available.2010-01-29, by Waqas Hussain
-
prosody: Listen for component connections on port 5347 by default.2010-01-24, by Waqas Hussain
-
mod_component: Fix name of config option in error message (thanks nulani!)2010-01-23, by Matthew Wild
-
util.dataforms: Add optional type parameters (defaults to 'form')2010-01-22, by Matthew Wild
-
net.httpserver: More robust handling of headers split across multiple packets2010-01-21, by Matthew Wild
-
net.httpserver: Make it possible to return responses with no body2010-01-21, by Matthew Wild
-
net.httpserver: Close connection on invalid HTTP status line2010-01-21, by Matthew Wild
-
mod_presence: Automatically deny presence requests for hosts, fixes traceback in #1532010-01-18, by Matthew Wild
-
stanza_router: Log the name of unhandled stanzas (thanks bear)2010-01-18, by Matthew Wild
-
sessionmanager: Added resource prepping, and invalid resource checking to the bind_resource function.2010-01-11, by Waqas Hussain
-
mod_register: Return a <not-acceptable/> error on empty usernames (thanks Neustradamus).2010-01-11, by Waqas Hussain
-
util.pposix: Fix return type of lc_abort to shush compiler warning2010-01-10, by Matthew Wild
-
prosody.cfg.lua.dist: Remove lie about requiring console_enabled2010-01-01, by Matthew Wild
-
modulemanager: Fire item-removed events on module unload.2009-12-09, by Waqas Hussain
-
prosody: Call tostring on the key being used for nil global read before concatenating it with a string.2009-12-09, by Waqas Hussain
-
prosody: Log a warning and traceback, but don't throw an error on nil global read.2009-12-09, by Waqas Hussain
-
Mainfile: Broke up a really long line.2009-12-09, by Waqas Hussain
-
mod_pep: Support item retrieval use cases2009-12-05, by Paul Aurich
-
mod_pep: Allow storage of urn:xmpp:avatar:data node (payload only with base64 data)2009-12-05, by Paul Aurich
-
util.stanza: Add stanza:get_child(name, xmlns) to find a child tag given a name/xmlns2009-11-30, by Matthew Wild
-
tests: Add tests for util.jid.join()2009-11-27, by Matthew Wild
-
util.jid: Add join(node, host, resource) function to join the components and return nil if invalid2009-11-27, by Matthew Wild
-
MUC: Only allow moderators to change the room subject.2009-11-25, by Waqas Hussain
-
MUC: Prevent visitors from broadcasting messages.2009-11-25, by Waqas Hussain
-
MUC: Improved handling of incoming groupchat messages (state preserved for possible later use).2009-11-25, by Waqas Hussain
-
core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls2009-11-24, by Matthew Wild
-
mod_bosh: Don't log response XML2009-11-21, by Matthew Wild
-
s2smanager: Use s2smanager log() if session doesn't have a logger (thanks Flo)2010-02-19, by Matthew Wild
-
net.httpclient_listener: Don't notify request of closed connection if the close was initiated by us2010-02-19, by Matthew Wild
-
util.signal: Using stdlib.h instead of malloc.h.2010-01-15, by Tobias Markmann
-
net.http: destroy_request(): Pass request.handler to disconnect() listener to fix small leak2010-03-03, by Matthew Wild
-
net.http: Close connection when invalid status line is received from the server2010-02-19, by Matthew Wild
-
net.http: Don't re-destroy a request when the connection is closed2010-02-19, by Matthew Wild
-
net.http: Port commit 2f235c57d713 to net.http to fix headers in responses (thanks dersd)2010-02-19, by Matthew Wild
-
README: Update URL for installation docs2010-02-18, by Matthew Wild
-
HACKERS: Update2010-02-18, by Matthew Wild
-
TODO: Update for the fact that 0.7 is done2010-03-03, by Matthew Wild
-
TODO: Update2010-02-18, by Matthew Wild
-
s2smanager: Fix syntax error)2010-01-30, by Matthew Wild
-
s2smanager: require_s2s_encryption -> s2s_require_encryption2010-01-30, by Matthew Wild
-
s2smanager: Make require_s2s_encryption do what it says on the tin2010-01-30, by Matthew Wild
Scroll all the way down to load more.