Software /
code /
prosody
Graph
-
mod_pubsub: Ignore subscription options for now, fixes traceback due to missing form2013-01-24, by Kim Alvefur
-
mod_s2s: Don't try to close sessions that were destroyed before timeout2013-01-23, by Kim Alvefur
-
s2smanager: Generate session names used for logging the same way everywhere2013-01-23, by Kim Alvefur
-
mod_pubsub, util.pubsub: Implement the purge action2013-01-23, by Kim Alvefur
-
mod_pubsub: Advertise autocreate_on_publish correctly.2013-01-23, by Kim Alvefur
-
Merge 0.9->trunk2013-01-22, by Waqas Hussain
-
mod_auth_internal_plain, mod_auth_internal_hashed: No need to nodeprep here.2013-01-22, by Waqas Hussain
-
util.sasl.{plain,scram,digest-md5}: nodeprep username before passing to callbacks, so callbacks don't have to.2013-01-22, by Waqas Hussain
-
net.http.server: Properly handle persistent connections2013-01-12, by Florian Zeitz
-
util.http: New module for HTTP helper functions2013-01-12, by Florian Zeitz
-
mod_component: Make listener private (thanks Ge0rG)2013-01-17, by Kim Alvefur
-
mod_presence: Put a timestamp on presence we store for probes2013-01-11, by Kim Alvefur
-
prosodyctl, prosody: Pass the selected config file from prosodyctl to prosody2013-01-09, by Kim Alvefur
-
prosodyctl: Pop arg items after use. Fixes #3062013-01-09, by Kim Alvefur
-
MUC: Don't reply to errors (thanks iron)2013-01-09, by Kim Alvefur
-
prosodyctl: Load LFS and util.openssl when actually needed (fixes unhelpful warnings if no LuaSec installed)2013-01-08, by Kim Alvefur
-
net.http.parser: Abort if no status line is received.2013-01-08, by Kim Alvefur
-
util.openssl: Cleanup; remove some unused variables.2013-01-07, by Kim Alvefur
-
net.server_select: Remove useless duplicated settimeout() call2013-01-07, by Kim Alvefur
-
net.server_select: Fix global access2013-01-07, by Kim Alvefur
-
certmanager: Fix nil index if no LuaSec available2013-01-07, by Kim Alvefur
-
net.server_event: Optimize socket write buffers (don't do buf=buf..newdata).2013-01-05, by Waqas Hussain
-
Merge 0.9->trunk2012-12-29, by Kim Alvefur
-
net.server: Don't return anything from config-reloaded hook, fixes logrotate heisenbug2012-12-29, by Kim Alvefur
-
Merge 0.9->trunk2012-12-28, by Kim Alvefur
-
core.certmanager: Add support for LuaSec 0.5. Also compat with MattJs luasec-hg2012-12-28, by Kim Alvefur
-
prosody, mod_c2s, mod_s2s: Move closing of c2s and s2s sessions to respective plugins2012-12-28, by Kim Alvefur
-
net.server_select: Pause servers while they are full2012-12-28, by Kim Alvefur
-
net.server_select: Add pause and resume methods2012-12-28, by Kim Alvefur
-
mod_admin_telnet: Stop processing lines when session is closed2012-12-28, by Kim Alvefur
-
net.server_event: Destroy interfaces immediately, fixes reopening of servers.2012-12-28, by Kim Alvefur
-
net.server_event: Remove comments about not closing event handlers from within callbacks, fixed in luaevent2012-12-28, by Kim Alvefur
-
Merge 0.9->trunk2012-12-28, by Matthew Wild
-
Merge 0.9->trunk2012-12-28, by Kim Alvefur
-
core.loggingmanager: Don't create file log rules from [level] = "*sink" style config2012-12-27, by Kim Alvefur
-
Merge 0.9->trunk2012-12-26, by Kim Alvefur
-
mod_admin_telnet: Add info about port commands to help2012-12-26, by Kim Alvefur
-
mod_http_files: Fix sending Content-Type for index files2012-12-23, by Kim Alvefur
-
mod_http_files: Allow passing a string to serve()2012-12-23, by Kim Alvefur
-
net.dns: Close voided sockets, so they don't stay in net.server2012-12-22, by Kim Alvefur
-
net.dns: Clean up query list when a server is marked down2012-12-22, by Matthew Wild
-
mod_http_files: Expose function other modules can use to combine their routes with file paths to serve2012-12-21, by Kim Alvefur
-
mod_http_files: Work with non-wildcard-routes. Key cache on the original HTTP path.2012-12-21, by Kim Alvefur
-
mod_http_files: Replace file listing with an event, allowing a different plugin to generate it2012-12-21, by Kim Alvefur
-
mod_http_files: Rename config options and variable names2012-12-21, by Kim Alvefur
-
mod_http_files: Log the error if we can't open or read a file2012-12-21, by Kim Alvefur
-
net.http.parser: Skip url.parse when we don't have a full URL (also fixes traceback on paths starting with '//').2012-12-21, by Waqas Hussain
-
Merge 0.9->trunk2012-12-21, by Kim Alvefur
-
mod_http_files: Escape paths in redirects2012-12-21, by Kim Alvefur
-
mod_http_files: Only match on modification date when if-none-match is not present2012-12-21, by Kim Alvefur
-
mod_http_files: Only serve cached data if etag is unchanged.2012-12-21, by Kim Alvefur
-
mod_http_files: Make sure file extensions are not nil or empty string2012-12-21, by Kim Alvefur
-
mod_http_files: Avoid a bunch of table lookups2012-12-21, by Kim Alvefur
-
mod_http_files: No use in closing a file handle if we couldn't open it2012-12-21, by Kim Alvefur
-
Merge 0.9->trunk2012-12-16, by Kim Alvefur
-
util.datamanager: Don't escape the name of a store2012-12-16, by Kim Alvefur
-
Merge 0.9->trunk2012-12-16, by Kim Alvefur
Scroll all the way down to load more.