Log

description author age
net.server_select: Optimization, clean bufferqueue when it makes sense. Kim Alvefur 2013-03-01
net.server_select: Use # operator instead of string.len Kim Alvefur 2013-03-01
mod_proxy65: Only handle service discovery requests when no node is present in the request. Waqas Hussain 2013-02-26
MUC: Always return <service-unavailable/> when a node is present in service discovery requests. Waqas Hussain 2013-02-26
MUC: Fix affiliation check for admins, and bring it in line with the spec (thanks Maranda). Waqas Hussain 2013-02-26
net.http.server: Ensure HTTP callbacks are never called recursively for pipelined requests. Waqas Hussain 2013-02-26
mod_http: Expand $host in http_paths Kim Alvefur 2013-02-18
net.server_select: Limit global number of sockets passed to select. Kim Alvefur 2013-02-12
net.server_select: Be less aggressive about server pause Kim Alvefur 2013-02-12
mod_admin_adhoc: Fix 'Shut down service' command Florian Zeitz 2013-02-07
mod_admin_adhoc: Implement global module unloading Florian Zeitz 2013-02-07
mod_admin_adhoc: Implement global module reloading Florian Zeitz 2013-02-06
mod_admin_adhoc: Fix info message for module reload/unload Florian Zeitz 2013-02-05
mod_admin_adhoc: Implement global module loading Florian Zeitz 2013-02-05
mod_admin_adhoc: Remove a TODO, our pretty_print turns out not to be helpful after all Florian Zeitz 2013-02-04
net.http.parser: Ensure full URL in status line contains a path. Waqas Hussain 2013-02-07
net.http.parser: Fix traceback on invalid URL in status line. Waqas Hussain 2013-02-07
Merge 0.9->trunk Kim Alvefur 2013-02-03
mod_pubsub, util.pubsub: Add delete action Kim Alvefur 2013-01-31
portmanager: Make sure foo_ports is a table Kim Alvefur 2013-01-31
mod_pubsub: More strict checks for node and ids Kim Alvefur 2013-01-31
mod_pubsub: Broadcast items correctly on new subscriptions Kim Alvefur 2013-01-28
mod_component: Look for the correct xmlns (thanks NebuK) Kim Alvefur 2013-01-27
util.pubsub: Fix nil access error in get_subscriptions. Waqas Hussain 2013-01-25
mod_pubsub: require usermanager. Waqas Hussain 2013-01-25
mod_pubsub: Fix nil access error. Waqas Hussain 2013-01-25
mod_pubsub, util.pubsub: Don't send purge notifications in an <items/> element Florian Zeitz 2013-01-25
util.xmppstream: Include error stanza in error message if no error handler is available. Waqas Hussain 2013-01-25
ejabberd2prosody.lua: Don't make assumptions about file name. Kim Alvefur 2013-01-24
ejabberd2prosody.lua: Replace util.logger with a dummy before requiring util.serialization Kim Alvefur 2013-01-24
mod_pubsub: Ignore subscription options for now, fixes traceback due to missing form Kim Alvefur 2013-01-24
mod_s2s: Don't try to close sessions that were destroyed before timeout Kim Alvefur 2013-01-23
s2smanager: Generate session names used for logging the same way everywhere Kim Alvefur 2013-01-23
mod_pubsub, util.pubsub: Implement the purge action Kim Alvefur 2013-01-23
mod_pubsub: Advertise autocreate_on_publish correctly. Kim Alvefur 2013-01-23
Merge 0.9->trunk Waqas Hussain 2013-01-22
mod_auth_internal_plain, mod_auth_internal_hashed: No need to nodeprep here. Waqas Hussain 2013-01-22
util.sasl.{plain,scram,digest-md5}: nodeprep username before passing to callbacks, so callbacks don't have to. Waqas Hussain 2013-01-22
net.http.server: Properly handle persistent connections Florian Zeitz 2013-01-12
util.http: New module for HTTP helper functions Florian Zeitz 2013-01-12
mod_component: Make listener private (thanks Ge0rG) Kim Alvefur 2013-01-17
mod_presence: Put a timestamp on presence we store for probes Kim Alvefur 2013-01-11
prosodyctl, prosody: Pass the selected config file from prosodyctl to prosody Kim Alvefur 2013-01-09
prosodyctl: Pop arg items after use. Fixes #306 Kim Alvefur 2013-01-09
MUC: Don't reply to errors (thanks iron) Kim Alvefur 2013-01-09
prosodyctl, prosody.cfg.lua.dist, certs/Makefile: Use .crt as suffix for certificates everywhere (thanks jasperixla) Kim Alvefur 2013-01-08
prosodyctl: Load LFS and util.openssl when actually needed (fixes unhelpful warnings if no LuaSec installed) Kim Alvefur 2013-01-08
net.http.parser: Abort if no status line is received. Kim Alvefur 2013-01-08
util.openssl: Cleanup; remove some unused variables. Kim Alvefur 2013-01-07
net.server_select: Remove useless duplicated settimeout() call Kim Alvefur 2013-01-07
net.server_select: Fix global access Kim Alvefur 2013-01-07
certmanager: Fix nil index if no LuaSec available Kim Alvefur 2013-01-07
net.server_event: Optimize socket write buffers (don't do buf=buf..newdata). Waqas Hussain 2013-01-05
Merge 0.9->trunk Kim Alvefur 2012-12-29
net.server: Don't return anything from config-reloaded hook, fixes logrotate heisenbug Kim Alvefur 2012-12-29
Merge 0.9->trunk Kim Alvefur 2012-12-28
core.certmanager: Add support for LuaSec 0.5. Also compat with MattJs luasec-hg Kim Alvefur 2012-12-28
prosody, mod_c2s, mod_s2s: Move closing of c2s and s2s sessions to respective plugins Kim Alvefur 2012-12-28
net.server_select: Pause servers while they are full Kim Alvefur 2012-12-28
net.server_select: Add pause and resume methods Kim Alvefur 2012-12-28
mod_admin_telnet: Stop processing lines when session is closed Kim Alvefur 2012-12-28
net.server_event: Destroy interfaces immediately, fixes reopening of servers. Kim Alvefur 2012-12-28
net.server_event: Remove comments about not closing event handlers from within callbacks, fixed in luaevent Kim Alvefur 2012-12-28
Merge 0.9->trunk Matthew Wild 2012-12-28
mod_s2s: Remove connection from sessions table as soon as we learn it is disconnected. Fixes a connection/session leak. Matthew Wild 2012-12-28
Merge 0.9->trunk Kim Alvefur 2012-12-28
core.loggingmanager: Don't create file log rules from [level] = "*sink" style config Kim Alvefur 2012-12-27
Merge 0.9->trunk Kim Alvefur 2012-12-26
mod_admin_telnet: Add info about port commands to help Kim Alvefur 2012-12-26
mod_http_files: Fix sending Content-Type for index files Kim Alvefur 2012-12-23
mod_http_files: Allow passing a string to serve() Kim Alvefur 2012-12-23
net.dns: Close voided sockets, so they don't stay in net.server Kim Alvefur 2012-12-22
net.dns: Clean up query list when a server is marked down Matthew Wild 2012-12-22
mod_http_files: Expose function other modules can use to combine their routes with file paths to serve Kim Alvefur 2012-12-21
mod_http_files: Work with non-wildcard-routes. Key cache on the original HTTP path. Kim Alvefur 2012-12-21
mod_http_files: Replace file listing with an event, allowing a different plugin to generate it Kim Alvefur 2012-12-21
mod_http_files: Export function can be used by other modules to serve files. Don't serve files by default unless http_files_dir is set Kim Alvefur 2012-12-21
mod_http_files: Rename config options and variable names Kim Alvefur 2012-12-21
mod_http_files: Log the error if we can't open or read a file Kim Alvefur 2012-12-21
net.http.parser: Skip url.parse when we don't have a full URL (also fixes traceback on paths starting with '//'). Waqas Hussain 2012-12-21
Merge 0.9->trunk Kim Alvefur 2012-12-21
mod_http_files: Escape paths in redirects Kim Alvefur 2012-12-21
mod_http_files: Only match on modification date when if-none-match is not present Kim Alvefur 2012-12-21
mod_http_files: Only serve cached data if etag is unchanged. Kim Alvefur 2012-12-21
mod_http_files: Make sure file extensions are not nil or empty string Kim Alvefur 2012-12-21
mod_http_files: Avoid a bunch of table lookups Kim Alvefur 2012-12-21
mod_http_files: No use in closing a file handle if we couldn't open it Kim Alvefur 2012-12-21
Merge 0.9->trunk Kim Alvefur 2012-12-16
util.datamanager: Don't escape the name of a store Kim Alvefur 2012-12-16
Merge 0.9->trunk Kim Alvefur 2012-12-16
mod_http_files: Compare If-Modified-Since to last modification date Kim Alvefur 2012-12-16
mod_http_files: Fix caching the stringified directory index Kim Alvefur 2012-12-16
Merge 0.9->trunk Kim Alvefur 2012-12-15
Merge Kim Alvefur 2012-12-15
util.datamanager: Remove unused variable Kim Alvefur 2012-12-14
util.datamanager: Remove dead code path Kim Alvefur 2012-12-14
Merge 0.9->trunk Waqas Hussain 2012-12-15
MUC: Support invite messages when stanza type is explicitly set to "normal" or to an unknown value. Waqas Hussain 2012-12-15
util.sasl.plain: Reduce some code. Waqas Hussain 2012-12-15
Merge 0.9->trunk Kim Alvefur 2012-12-11
mod_http_files: Generate simple directory index. Kim Alvefur 2012-12-11
mod_http_files: Have mimetypes in a shared table. Get mimetypes from /etc/mime.types if exists. Kim Alvefur 2012-12-11
mod_http_files: Cache data read from disk in a weak table Kim Alvefur 2012-12-11
mod_http_files: Add Last-Modified header Kim Alvefur 2012-12-11
mod_http_files: Add ETag and check If-None-Match to allow client-side cache Kim Alvefur 2012-12-11
mod_http_files: Return 404 faster if file does not exist Kim Alvefur 2012-12-11
mod_http_files: Configurable number of index files to check for Kim Alvefur 2012-12-11
Merge 0.9->trunk Kim Alvefur 2012-12-09
mod_http: Fix path length pattern Kim Alvefur 2012-12-09
mod_auth_anonymous: Implement user iteration API Kim Alvefur 2012-12-09
mod_c2s: Check if TLS compression is used Kim Alvefur 2012-12-09
mod_admin_telnet: Improve wording when listing users Kim Alvefur 2012-12-09
Merge Matthew Wild 2012-12-04
portmanager: Return first service with the specified name from get_service() (instead of the array of possible services) (thanks xnyhps) Matthew Wild 2012-12-04
Merge 0.9->trunk. Waqas Hussain 2012-12-03
util.xml: Fix module name. Waqas Hussain 2012-12-03
net.http.parser: Fix syntax error introduced in c5edb08fc7cb. Waqas Hussain 2012-12-03
Merge 0.9->trunk. Waqas Hussain 2012-12-03
plugins/storage/xmlparse.lib.lua: Delete. Waqas Hussain 2012-12-03
plugins/storage/mod_xep0227: Use util.xml. Waqas Hussain 2012-12-03
tools/migration/migrator/jabberd14: Use util.xml. Waqas Hussain 2012-12-03
tools/openfire2prosody: Use util.xml. Waqas Hussain 2012-12-03
tools/jabberd14sql2prosody: Use util.xml. Waqas Hussain 2012-12-03
tools/ejabberdsql2prosody: Use util.xml. Waqas Hussain 2012-12-03
util.template: Use util.xml. Waqas Hussain 2012-12-03
util.xml: Initial commit; exposes parse(), which is now the canonical way to convert a string to a stanza. Waqas Hussain 2012-12-03
Merge 0.9->trunk. Waqas Hussain 2012-11-30
sessionmanager: Log the actual error message when roster loading fails. Waqas Hussain 2012-11-30