| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mod_s2s, mod_dialback: Rename s2s-authenticate-legacy event to s2sout-authent... | Matthew Wild | 2013-03-10 | 2 | -2/+2 |
* | mod_proxy65: Only handle service discovery requests when no node is present i... | Waqas Hussain | 2013-02-26 | 1 | -6/+10 |
* | MUC: Always return <service-unavailable/> when a node is present in service d... | Waqas Hussain | 2013-02-26 | 2 | -9/+6 |
* | MUC: Fix affiliation check for admins, and bring it in line with the spec (th... | Waqas Hussain | 2013-02-26 | 1 | -1/+1 |
* | mod_http: Expand $host in http_paths | Kim Alvefur | 2013-02-18 | 1 | -2/+3 |
* | mod_admin_adhoc: Fix 'Shut down service' command | Florian Zeitz | 2013-02-07 | 1 | -1/+1 |
* | mod_admin_adhoc: Implement global module unloading | Florian Zeitz | 2013-02-07 | 1 | -0/+64 |
* | mod_admin_adhoc: Implement global module reloading | Florian Zeitz | 2013-02-07 | 1 | -0/+63 |
* | mod_admin_adhoc: Fix info message for module reload/unload | Florian Zeitz | 2013-02-06 | 1 | -2/+4 |
* | mod_admin_adhoc: Implement global module loading | Florian Zeitz | 2013-02-06 | 1 | -0/+55 |
* | mod_admin_adhoc: Remove a TODO, our pretty_print turns out not to be helpful ... | Florian Zeitz | 2013-02-05 | 1 | -2/+1 |
* | mod_pubsub, util.pubsub: Add delete action | Kim Alvefur | 2013-01-31 | 1 | -0/+18 |
* | mod_pubsub: More strict checks for node and ids | Kim Alvefur | 2013-01-31 | 1 | -4/+19 |
* | mod_pubsub: Broadcast items correctly on new subscriptions | Kim Alvefur | 2013-01-28 | 1 | -1/+1 |
* | mod_component: Look for the correct xmlns (thanks NebuK) | Kim Alvefur | 2013-01-27 | 1 | -1/+1 |
* | mod_pubsub: require usermanager. | Waqas Hussain | 2013-01-26 | 1 | -0/+1 |
* | mod_pubsub: Fix nil access error. | Waqas Hussain | 2013-01-26 | 1 | -1/+1 |
* | mod_pubsub, util.pubsub: Don't send purge notifications in an <items/> element | Florian Zeitz | 2013-01-25 | 1 | -10/+11 |
* | mod_pubsub: Ignore subscription options for now, fixes traceback due to missi... | Kim Alvefur | 2013-01-24 | 1 | -0/+3 |
* | mod_s2s: Don't try to close sessions that were destroyed before timeout | Kim Alvefur | 2013-01-24 | 1 | -0/+2 |
* | s2smanager: Generate session names used for logging the same way everywhere | Kim Alvefur | 2013-01-24 | 1 | -1/+1 |
* | mod_pubsub, util.pubsub: Implement the purge action | Kim Alvefur | 2013-01-24 | 1 | -0/+25 |
* | mod_pubsub: Advertise autocreate_on_publish correctly. | Kim Alvefur | 2013-01-23 | 1 | -2/+2 |
* | mod_auth_internal_plain, mod_auth_internal_hashed: No need to nodeprep here. | Waqas Hussain | 2013-01-22 | 2 | -14/+2 |
* | mod_component: Make listener private (thanks Ge0rG) | Kim Alvefur | 2013-01-17 | 1 | -0/+1 |
* | mod_presence: Put a timestamp on presence we store for probes | Kim Alvefur | 2013-01-11 | 1 | -0/+2 |
* | MUC: Don't reply to errors (thanks iron) | Kim Alvefur | 2013-01-09 | 1 | -1/+1 |
* | prosody, mod_c2s, mod_s2s: Move closing of c2s and s2s sessions to respective... | Kim Alvefur | 2012-12-28 | 2 | -0/+18 |
* | mod_admin_telnet: Stop processing lines when session is closed | Kim Alvefur | 2012-12-28 | 1 | -0/+2 |
* | mod_s2s: Remove connection from sessions table as soon as we learn it is disc... | Matthew Wild | 2012-12-28 | 1 | -1/+1 |
* | mod_admin_telnet: Add info about port commands to help | Kim Alvefur | 2012-12-26 | 1 | -0/+4 |
* | mod_http_files: Fix sending Content-Type for index files | Kim Alvefur | 2012-12-23 | 1 | -1/+1 |
* | mod_http_files: Allow passing a string to serve() | Kim Alvefur | 2012-12-23 | 1 | -1/+4 |
* | mod_http_files: Expose function other modules can use to combine their routes... | Kim Alvefur | 2012-12-21 | 1 | -0/+8 |
* | mod_http_files: Work with non-wildcard-routes. Key cache on the original HTTP... | Kim Alvefur | 2012-12-21 | 1 | -5/+5 |
* | mod_http_files: Replace file listing with an event, allowing a different plug... | Kim Alvefur | 2012-12-21 | 1 | -19/+7 |
* | mod_http_files: Export function can be used by other modules to serve files. ... | Kim Alvefur | 2012-12-21 | 1 | -73/+88 |
* | mod_http_files: Rename config options and variable names | Kim Alvefur | 2012-12-21 | 1 | -5/+5 |
* | mod_http_files: Log the error if we can't open or read a file | Kim Alvefur | 2012-12-21 | 1 | -1/+2 |
* | mod_http_files: Escape paths in redirects | Kim Alvefur | 2012-12-21 | 1 | -1/+4 |
* | mod_http_files: Only match on modification date when if-none-match is not pre... | Kim Alvefur | 2012-12-21 | 1 | -1/+1 |
* | mod_http_files: Only serve cached data if etag is unchanged. | Kim Alvefur | 2012-12-21 | 1 | -3/+3 |
* | mod_http_files: Make sure file extensions are not nil or empty string | Kim Alvefur | 2012-12-21 | 1 | -2/+2 |
* | mod_http_files: Avoid a bunch of table lookups | Kim Alvefur | 2012-12-21 | 1 | -8/+12 |
* | mod_http_files: No use in closing a file handle if we couldn't open it | Kim Alvefur | 2012-12-21 | 1 | -3/+5 |
* | mod_http_files: Compare If-Modified-Since to last modification date | Kim Alvefur | 2012-12-16 | 1 | -4/+7 |
* | mod_http_files: Fix caching the stringified directory index | Kim Alvefur | 2012-12-16 | 1 | -1/+1 |
* | MUC: Support invite messages when stanza type is explicitly set to "normal" o... | Waqas Hussain | 2012-12-15 | 1 | -2/+2 |
* | mod_http_files: Generate simple directory index. | Kim Alvefur | 2012-12-11 | 1 | -2/+23 |
* | mod_http_files: Have mimetypes in a shared table. Get mimetypes from /etc/mim... | Kim Alvefur | 2012-12-11 | 1 | -10/+28 |