Software /
code /
prosody
Graph
-
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
Scroll all the way down to load more.