Software /
code /
prosody
Graph
-
mod_admin_adhoc: Fix info message for module reload/unload2013-02-05, by Florian Zeitz
-
mod_admin_adhoc: Implement global module loading2013-02-05, by Florian Zeitz
-
mod_admin_adhoc: Remove a TODO, our pretty_print turns out not to be helpful after all2013-02-04, by Florian Zeitz
-
net.http.parser: Ensure full URL in status line contains a path.2013-02-07, by Waqas Hussain
-
net.http.parser: Fix traceback on invalid URL in status line.2013-02-07, by Waqas Hussain
-
Merge 0.9->trunk2013-02-03, by Kim Alvefur
-
mod_pubsub, util.pubsub: Add delete action2013-01-31, by Kim Alvefur
-
portmanager: Make sure foo_ports is a table2013-01-31, by Kim Alvefur
-
mod_pubsub: More strict checks for node and ids2013-01-31, by Kim Alvefur
-
mod_pubsub: Broadcast items correctly on new subscriptions2013-01-28, by Kim Alvefur
-
mod_component: Look for the correct xmlns (thanks NebuK)2013-01-27, by Kim Alvefur
-
util.pubsub: Fix nil access error in get_subscriptions.2013-01-25, by Waqas Hussain
-
mod_pubsub: require usermanager.2013-01-25, by Waqas Hussain
-
mod_pubsub: Fix nil access error.2013-01-25, by Waqas Hussain
-
mod_pubsub, util.pubsub: Don't send purge notifications in an <items/> element2013-01-25, by Florian Zeitz
-
util.xmppstream: Include error stanza in error message if no error handler is available.2013-01-25, by Waqas Hussain
-
ejabberd2prosody.lua: Don't make assumptions about file name.2013-01-24, by Kim Alvefur
-
ejabberd2prosody.lua: Replace util.logger with a dummy before requiring util.serialization2013-01-24, by Kim Alvefur
-
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
-
mod_http_files: Compare If-Modified-Since to last modification date2012-12-16, by Kim Alvefur
-
mod_http_files: Fix caching the stringified directory index2012-12-16, by Kim Alvefur
-
Merge 0.9->trunk2012-12-15, by Kim Alvefur
-
Merge2012-12-15, by Kim Alvefur
-
util.datamanager: Remove unused variable2012-12-14, by Kim Alvefur
-
util.datamanager: Remove dead code path2012-12-14, by Kim Alvefur
-
Merge 0.9->trunk2012-12-15, by Waqas Hussain
-
MUC: Support invite messages when stanza type is explicitly set to "normal" or to an unknown value.2012-12-15, by Waqas Hussain
-
util.sasl.plain: Reduce some code.2012-12-15, by Waqas Hussain
-
Merge 0.9->trunk2012-12-11, by Kim Alvefur
-
mod_http_files: Generate simple directory index.2012-12-11, by Kim Alvefur
-
mod_http_files: Have mimetypes in a shared table. Get mimetypes from /etc/mime.types if exists.2012-12-11, by Kim Alvefur
-
mod_http_files: Cache data read from disk in a weak table2012-12-11, by Kim Alvefur
-
mod_http_files: Add Last-Modified header2012-12-11, by Kim Alvefur
-
mod_http_files: Add ETag and check If-None-Match to allow client-side cache2012-12-11, by Kim Alvefur
-
mod_http_files: Return 404 faster if file does not exist2012-12-11, by Kim Alvefur
-
mod_http_files: Configurable number of index files to check for2012-12-11, by Kim Alvefur
-
Merge 0.9->trunk2012-12-09, by Kim Alvefur
-
mod_http: Fix path length pattern2012-12-09, by Kim Alvefur
-
mod_auth_anonymous: Implement user iteration API2012-12-09, by Kim Alvefur
-
mod_c2s: Check if TLS compression is used2012-12-09, by Kim Alvefur
-
mod_admin_telnet: Improve wording when listing users2012-12-09, by Kim Alvefur
-
Merge2012-12-04, by Matthew Wild
-
Merge 0.9->trunk.2012-12-03, by Waqas Hussain
-
util.xml: Fix module name.2012-12-03, by Waqas Hussain
-
net.http.parser: Fix syntax error introduced in c5edb08fc7cb.2012-12-03, by Waqas Hussain
-
Merge 0.9->trunk.2012-12-03, by Waqas Hussain
-
plugins/storage/xmlparse.lib.lua: Delete.2012-12-03, by Waqas Hussain
-
plugins/storage/mod_xep0227: Use util.xml.2012-12-03, by Waqas Hussain
-
tools/migration/migrator/jabberd14: Use util.xml.2012-12-03, by Waqas Hussain
-
tools/openfire2prosody: Use util.xml.2012-12-03, by Waqas Hussain
-
tools/jabberd14sql2prosody: Use util.xml.2012-12-03, by Waqas Hussain
-
tools/ejabberdsql2prosody: Use util.xml.2012-12-03, by Waqas Hussain
-
util.template: Use util.xml.2012-12-03, by Waqas Hussain
-
util.xml: Initial commit; exposes parse(), which is now the canonical way to convert a string to a stanza.2012-12-03, by Waqas Hussain
-
Merge 0.9->trunk.2012-11-30, by Waqas Hussain
-
sessionmanager: Log the actual error message when roster loading fails.2012-11-30, by Waqas Hussain
-
MUC: Expose create_room(jid).2012-11-30, by Waqas Hussain
-
mod_storage_sql: Return actual error string on commit failure.2012-11-30, by Waqas Hussain
-
Merge 0.9->trunk2012-11-29, by Matthew Wild
-
net.http.parser: Collapse multiple consecutive slashes in a path to a single slash2012-11-29, by Matthew Wild
-
Merge2012-11-29, by Matthew Wild
-
Merge 0.9->trunk2012-11-29, by Matthew Wild
-
mod_http: Fix pattern and slightly improve efficiency and memory usage of wildcard HTTP handlers2012-11-29, by Matthew Wild
-
Merge 0.9->trunk2012-11-25, by Kim Alvefur
-
mod_admin_adhoc: Remove unused form2012-11-25, by Kim Alvefur
-
Merge 0.9->trunk2012-11-23, by Kim Alvefur
-
net.server: Fix when no network_settings set and using libevent2012-11-23, by Kim Alvefur
-
Merge 0.9->trunk2012-11-23, by Kim Alvefur
-
net.server: Make server_* configurable in the config file.2012-11-23, by Kim Alvefur
-
net.server_select: Better names for config options (thanks MattJ)2012-11-23, by Kim Alvefur
-
Merge 0.9->trunk2012-11-22, by Matthew Wild
-
Merge with a merge (or something)2012-11-22, by Matthew Wild
-
Merge 0.9->trunk2012-11-22, by Matthew Wild
-
Merge 0.9->trunk2012-11-22, by Kim Alvefur
-
mod_http: Make module:http_url() aware of http_host2012-11-22, by Kim Alvefur
-
Merge 0.9->trunk2012-11-22, by Matthew Wild
-
mod_bosh: Add 'Connection: keep-alive' header2012-11-22, by Matthew Wild
-
mod_bosh: Add support for stanza filters to BOSH sessions (needed by some plugins)2012-11-22, by Matthew Wild
-
Merge 0.9->trunk2012-11-22, by Matthew Wild
-
mod_http: Rename variable for clarity2012-11-22, by Matthew Wild
-
Merge 0.9->trunk2012-11-15, by Matthew Wild
-
util.pubsub: Add item-published event2012-11-15, by Matthew Wild
-
mod_bosh: Share sessions and inactive_sessions tables2012-11-15, by Matthew Wild
-
Merge 0.9 -> trunk2012-11-11, by Kim Alvefur
-
mod_posix: Log a message explaining that we are detaching from the console2012-11-11, by Kim Alvefur
-
util.pposix: Prevent FDs 0, 1 and 2 from being assigned to connections2012-11-10, by Kim Alvefur
-
mod_posix: Remove console and stdout logging sinks before daemonizing2012-11-10, by Kim Alvefur
-
Merge 0.9 -> trunk2012-10-24, by Kim Alvefur
-
mod_s2s: Detect TLS compression2012-10-24, by Kim Alvefur
-
Merge 0.9 -> trunk2012-10-14, by Kim Alvefur
-
mod_presence: Fix indentation2012-10-14, by Kim Alvefur
-
mod_pep: Remove unused imports2012-10-14, by Kim Alvefur
-
mod_motd: Don't trigger on directed presence or stanzas from s2s.2012-10-13, by Kim Alvefur
-
mod_admin_telnet: user:list(): Allow filtering the set of users2012-10-12, by Kim Alvefur
-
mod_admin_telnet: user:list() check that the given host exists2012-10-12, by Kim Alvefur
-
Merge 0.9->trunk2012-10-01, by Matthew Wild
-
mod_register: Fire event to allow blocking user registration2012-10-01, by Florian Zeitz
-
Merge 0.9->trunk2012-09-29, by Matthew Wild
-
moduleapi: Revert previous commit and add comment, it's meant to be this way2012-09-29, by Matthew Wild
-
Merge 0.9->trunk2012-09-29, by Matthew Wild
-
moduleapi: Fix require of modulemanager (thanks mva!)2012-09-29, by Matthew Wild
-
Merge 0.9 -> trunk (like this?)2012-09-28, by Kim Alvefur
-
mod_admin_telnet: Fix copypaste error in user section of help2012-09-28, by Kim Alvefur
-
mod_admin_telnet: Add support for listing users2012-09-21, by Kim Alvefur
-
usermanager: Add support for iterating over accounts2012-09-21, by Kim Alvefur
-
mod_auth_internal_{plain,hashed}: Add support for iterating over accounts2012-09-21, by Kim Alvefur
-
storagemanager: Support for iterating over users2012-09-21, by Kim Alvefur
-
mod_storage_sql: Add support for iterating over users with data in a store2012-09-21, by Kim Alvefur
-
mod_storage_internal, datamanager: Add support for iterating over users with data in a store2012-09-21, by Kim Alvefur
-
prosodyctl: Fix copypaste error2012-09-19, by Kim Alvefur
-
prosodyctl: Set stricter umask while generating key (thanks darkrain)2012-09-19, by Kim Alvefur
-
prosodyctl: Abort if unable to load util.pposix2012-09-19, by Kim Alvefur
-
prosodyctl: Set $HOME to data path. Fixes issue with openssl and random state (Thanks Florob)2012-09-19, by Kim Alvefur
-
storagemanager: Remove unused variable2012-09-19, by Kim Alvefur
-
storagemanager: Fix argument (Thanks Maranda)2012-09-19, by Kim Alvefur
-
mod_admin_adhoc: Add commands for activating and deactivating hosts2012-09-19, by Kim Alvefur
-
configure, Makefile: Allow runtime to be overridden.2012-09-28, by Kim Alvefur
-
MUC: Fix traceback caused by faulty logic precedence. (thanks waqas, nulani)2012-09-25, by Kim Alvefur
-
Merge 0.9->trunk2012-09-22, by Waqas Hussain
-
prosodyctl: Make sure hosts[*].modules always exists.2012-09-22, by Waqas Hussain
-
prosodyctl: Fix copypaste error2012-09-19, by Kim Alvefur
-
prosodyctl: Set stricter umask while generating key (thanks darkrain)2012-09-19, by Kim Alvefur
-
prosodyctl: Abort if unable to load util.pposix2012-09-19, by Kim Alvefur
-
prosodyctl: Set $HOME to data path. Fixes issue with openssl and random state (Thanks Florob)2012-09-19, by Kim Alvefur
-
storagemanager: Remove unused variable2012-09-19, by Kim Alvefur
-
storagemanager: Fix argument (Thanks Maranda)2012-09-19, by Kim Alvefur
-
mod_admin_adhoc: Add commands for activating and deactivating hosts2012-09-19, by Kim Alvefur
-
prosody, prosodyctl: chdir() to data directory on startup2012-09-19, by Matthew Wild
-
Merge 0.9->trunk2012-09-19, by Matthew Wild
-
mod_storage_sql: Remove obsolete comment2012-09-19, by Matthew Wild
-
storagemanager: Remove usage of 'core' when calling configmanager.get()2012-09-19, by Matthew Wild
-
storagemanager, datamanager, mod_storage_{internal,sql}: Replace list_stores() with an iterator version2012-09-17, by Kim Alvefur
-
storagemanager: Add purge() for purging user data from all backends in use2012-09-16, by Kim Alvefur
-
mod_admin_telnet: Fix user:*, correct names, docs, do validation2012-09-15, by Kim Alvefur
-
Merge 0.9->trunk2012-09-13, by Matthew Wild
-
mod_legacyauth: Fix for sending error response to unauthed s2s connections2012-09-13, by Matthew Wild
-
Merge 0.9->trunk2012-09-13, by Matthew Wild
-
configmanager: Fix include of relative files via Include directive in config2012-09-13, by Matthew Wild
-
hostmanager, modulemanager: Ensure hosts[*].modules always exists.2012-09-12, by Waqas Hussain
-
mod_storage_*: Don't explicitly set driver name, to ease copying/renaming modules.2012-09-12, by Waqas Hussain
-
core.storagemanager, mod_storage_*: "data-driver" -> "storage-provider", to allow using module:provides().2012-09-12, by Waqas Hussain
-
mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item().2012-09-12, by Waqas Hussain
-
Merge 0.9->trunk2012-09-12, by Waqas Hussain
-
util.datamanager: Make the util.pposix dependency optional.2012-09-12, by Waqas Hussain
-
mod_auth_*: Use module:provides().2012-09-12, by Waqas Hussain
-
mod_auth_internal_hashed: Get rid of useless wrapper function new_hashpass_provider.2012-09-12, by Waqas Hussain
-
mod_auth_{internal_plain,cyrus,anonymous}: Get rid of useless wrapper function new_default_provider.2012-09-12, by Waqas Hussain
-
Merge 0.9->trunk2012-09-10, by Matthew Wild
-
mod_dialback: Correctly check if a connection was destroyed (thanks iron)2012-09-05, by Kim Alvefur
-
mod_s2s: Check that an SRV reply isn't empty.2012-09-03, by Kim Alvefur
-
storagemanager: Fix arguments2012-08-31, by Kim Alvefur
-
storagemanager: Fix indentation2012-08-31, by Kim Alvefur
-
Merge 0.9->trunk2012-08-28, by Waqas Hussain
-
util.datetime: Fix timestamp parsing pattern.2012-08-28, by Waqas Hussain
-
Merge 0.9->trunk2012-08-26, by Matthew Wild
-
s2smanager: missing return on session.send function.2012-08-26, by Marco Cirillo
-
Merge 0.9->trunk2012-08-26, by Matthew Wild
-
util.datamanager: Ignore errors if the file is gone after removing it2012-08-26, by Kim Alvefur
-
util.prosodyctl: Use usermanager to delete users instead of unsetting their password2012-08-24, by Kim Alvefur
-
prosodyctl: Use util.prosodyctl.deluser2012-08-24, by Kim Alvefur
-
mod_admin_adhoc: Use usermanager.delete_user to delete users2012-08-24, by Kim Alvefur
-
mod_roster: When an user is deleted, unsubscribe from their contacts2012-08-24, by Kim Alvefur
-
mod_register: Hijack the session close call to send the final iq reply when deleting2012-08-24, by Kim Alvefur
-
mod_c2s: When a user gets deleted, drop all their sessions2012-08-24, by Kim Alvefur
-
mod_register: Remove all account cleanup2012-08-24, by Kim Alvefur
-
util.datamanager: Collect errors when deleting all stores of a user, but ignore "no such file"2012-08-24, by Kim Alvefur
-
mod_http: Rework how module:http_url() builds the url.2012-08-21, by Kim Alvefur
-
mod_http: Don't produce paths with double / if a module is set to serve /2012-08-21, by Kim Alvefur
-
tools/xep227toprosody.lua: Update childtags calls, replace some with ipairs2012-08-21, by Kim Alvefur
-
util.stanza: Use ipairs instead of childtags (behavior changed in 92c86e11fd44)2012-08-21, by Kim Alvefur
-
tools/openfire2prosody: Initial commit.2012-08-11, by Waqas Hussain
-
Merge 0.9->trunk2012-08-10, by Matthew Wild
Scroll all the way down to load more.