Software /
code /
prosody
Graph
-
modulemanager: Make the plugin environment available directly (module.environment within plugins).2010-02-11, by Waqas Hussain
-
util.datamanager: Added support for hooks to override behavior.2010-02-11, by Waqas Hussain
-
net.server_select: Only allow starttls if luasec is available (thanks Nolan)2010-02-10, by Matthew Wild
-
net.server_select: *Major* whitespace refactoring to meet Prosody's coding style guidelines, we now have tabs2010-02-10, by Matthew Wild
-
sessionmanager: Whitespace fix2010-02-10, by Matthew Wild
-
mod_privacy: Rename from_user/to_user flags to is_from_user/is_to_user for clarity2010-02-09, by Matthew Wild
-
net.dns, net.adns: Changed dns:socket_wrapper_set to dns.socket_wrapper_set for consistency.2010-02-09, by Waqas Hussain
-
util.sasl_cyrus: Add text message from cyrussasl to <not-authorized/> errors.2010-02-09, by Waqas Hussain
-
mod_tls: Don't advertise TLS after authentication.2010-02-09, by Waqas Hussain
-
net.dns: Fixed whitespace/indentation.2010-02-09, by Waqas Hussain
-
net.dns: Removed unused function.2010-02-09, by Waqas Hussain
-
net.dns: Removed some useless indirection to improve readability.2010-02-09, by Waqas Hussain
-
util.encodings: Use STD3 ASCII rules for idna.to_ascii.2010-02-09, by Waqas Hussain
-
net.httpserver: Make request.conn be the server.lua conn instead of the underlying socket (more useful this way)2010-02-08, by Matthew Wild
-
net.httpserver: Trailing whitespace2010-02-08, by Matthew Wild
-
Merge with backout2010-02-05, by Matthew Wild
-
util.sasl.digest-md5: Revert changeset 6094a4e2b6f3 as it breaks some clients, re-visit some time down the line2010-02-05, by Matthew Wild
-
prosody: Add a catch-all friendly message for when any port is in use we want to use2010-02-05, by Matthew Wild
-
prosodyctl: Initialize logging before checking dependencies2010-02-05, by Ali Sabil
-
prosody: Initialize logging before checking dependencies (fixes another traceback with no LuaSec)2010-02-05, by Matthew Wild
-
certmanager: Fix traceback with no LuaSec2010-02-05, by Matthew Wild
-
certmanager: Tabs not spaces!2010-02-05, by Matthew Wild
-
util.dependencies: Don't query the config (it isn't really necessary)2010-02-05, by Matthew Wild
-
net.server_event: Update for compatibility with new server API2010-01-31, by Matthew Wild
-
net.xmppserver_listener: status -> onstatus for consistency2010-01-31, by Matthew Wild
-
net.server_select: listener.status -> listener.onstatus for consistency2010-01-31, by Matthew Wild
-
net.adns: Use different flavour of voodoo to make UDP sockets work smoothly with libevent (no packet merging)2010-01-31, by Matthew Wild
-
util.stanza: stanza.error_reply(): Fix to put the correct namespace on <text>2010-01-31, by Matthew Wild
-
net.adns: Trailing whitespace2010-01-31, by Matthew Wild
-
hostmanager: Use certmanager for obtaining SSL contexts2010-01-31, by Matthew Wild
-
certmanager: Hello world, I'm come to manage your SSL contexts2010-01-31, by Matthew Wild
-
prosody: Show friendly error when no config present for legacy SSL ports2010-01-31, by Matthew Wild
-
configmanager: Trailing whitespace2010-01-31, by Matthew Wild
-
net.connlisteners: Return an error if no SSL context is supplied for a connection of type 'ssl'2010-01-31, by Matthew Wild
-
prosody: Log error message when failing to open ports2010-01-31, by Matthew Wild
-
net.server_select: Report whether a new listener uses SSL or not in the log message2010-01-31, by Matthew Wild
-
prosody: Only set the ssl_ctx for 'ssl' connections2010-01-31, by Matthew Wild
-
net.connlisteners: Remove redundant variable declaration2010-01-31, by Matthew Wild
-
net.connlisteners: Update for new server API, type == 'tls' now means little - all connections support TLS2010-01-31, by Matthew Wild
-
s2smanager: Update for new server SSL API (don't pass a sslctx)2010-01-31, by Matthew Wild
-
mod_tls: Remove some redundant variable declarations2010-01-31, by Matthew Wild
-
mod_tls: Update for new server SSL syntax2010-01-31, 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
-
hostmanager: Trailing whitespace2010-01-29, by Matthew Wild
-
net.server_event: Trailing whitespace2010-01-29, by Matthew Wild
-
net.server_event: Support :setlistener() method on connections to work with port multiplexing2010-01-29, by Matthew Wild
-
Merge with trunk.2010-01-29, by Waqas Hussain
-
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
-
MUC: Fixes and refactoring for the previous commit to work in all cases, text of error stanzas is now broadcast2010-01-29, by Matthew Wild
-
MUC: Show error message texts when participants are kicked for stanza errors2010-01-29, by Matthew Wild
-
MUC: Have get_error_condition() use the new stanza:get_error() (muc.lib.lua 11 lines shorter \o/)2010-01-29, by Matthew Wild
-
util.stanza: Add stanza:get_error() to return type, condition and text of a stanza error2010-01-29, by Matthew Wild
-
mod_presence: Respond with an unavailable presence when subscribers probe and no resources are available.2010-01-29, by Waqas Hussain
Scroll all the way down to load more.