Commit Graph

1885 Commits (1faf33dfd581e6c75b6d2bf220caf65bcb98b2ba)

Author SHA1 Message Date
Kim Alvefur 1faf33dfd5 mod_roster: Remove unused variable 13 years ago
Kim Alvefur 91cc88b338 mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove unused imports 13 years ago
Kim Alvefur 27dc3a5b9a mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals 13 years ago
Matthew Wild 68a7de369b mod_s2s: Fix variable usage in check_auth_policy (thanks Florob) 13 years ago
Matthew Wild 4ceaa9d2f2 mod_s2s: Remove unused variable 13 years ago
Matthew Wild b8efb428ea mod_s2s: Add controls for certificate validation via the s2s_secure_auth option. Plugins can now return false from handling s2s-check-certificate to prevent connection establishment (s2sin+s2sout) 13 years ago
Matthew Wild 339e74b1b9 s2smanager, mod_s2s, mod_dialback, mod_saslauth: Move s2smanager.make_authenticated() to mod_s2s, and plugins now signal authentication via the s2s-authenticated event 13 years ago
Kim Alvefur ee9ef878c4 mod_s2s, mod_saslauth, mod_compression: Refactor to have common code for opening streams 13 years ago
Matthew Wild 740e6e69a2 mod_s2s: Do not include xmlns:db declaration in stream header if mod_dialback is not loaded 13 years ago
Kim Alvefur 404b1966b1 mod_s2s: Make sure host variable is reachable 13 years ago
Matthew Wild a32c615bc8 mod_s2s: Fire s2s-check-certificate event after validating a certificate, to allow plugins to override standard procedure 13 years ago
Matthew Wild f936068a62 mod_s2s, mod_dialback: Rename s2s-authenticate-legacy event to s2sout-authenticate-legacy for clarity. Also, hello! 13 years ago
Waqas Hussain 7ef80d7a4c mod_proxy65: Only handle service discovery requests when no node is present in the request. 13 years ago
Waqas Hussain 8fe41d1d85 MUC: Always return <service-unavailable/> when a node is present in service discovery requests. 13 years ago
Waqas Hussain f593ba0c19 MUC: Fix affiliation check for admins, and bring it in line with the spec (thanks Maranda). 13 years ago
Kim Alvefur 8e233c797e mod_http: Expand $host in http_paths 13 years ago
Florian Zeitz bbb26de0d5 mod_admin_adhoc: Fix 'Shut down service' command 13 years ago
Florian Zeitz 6c313762fa mod_admin_adhoc: Implement global module unloading 13 years ago
Florian Zeitz 0aef88245b mod_admin_adhoc: Implement global module reloading 13 years ago
Florian Zeitz ca3c3c6669 mod_admin_adhoc: Fix info message for module reload/unload 13 years ago
Florian Zeitz a08a3edf11 mod_admin_adhoc: Implement global module loading 13 years ago
Florian Zeitz 2d26dbed78 mod_admin_adhoc: Remove a TODO, our pretty_print turns out not to be helpful after all 13 years ago
Kim Alvefur 5cfdac70c6 mod_pubsub, util.pubsub: Add delete action 13 years ago
Kim Alvefur 8a6d52c931 mod_pubsub: More strict checks for node and ids 13 years ago
Kim Alvefur 9468212a73 mod_pubsub: Broadcast items correctly on new subscriptions 13 years ago
Kim Alvefur d11b41d1dd mod_component: Look for the correct xmlns (thanks NebuK) 13 years ago
Waqas Hussain 40bfc76ff8 mod_pubsub: require usermanager. 13 years ago
Waqas Hussain f899900fa5 mod_pubsub: Fix nil access error. 13 years ago
Florian Zeitz 4196cca0e0 mod_pubsub, util.pubsub: Don't send purge notifications in an <items/> element 13 years ago
Kim Alvefur 6132cbab48 mod_pubsub: Ignore subscription options for now, fixes traceback due to missing form 13 years ago
Kim Alvefur 255bd1e311 mod_s2s: Don't try to close sessions that were destroyed before timeout 13 years ago
Kim Alvefur 4517552d8b s2smanager: Generate session names used for logging the same way everywhere 13 years ago
Kim Alvefur 4070965899 mod_pubsub, util.pubsub: Implement the purge action 13 years ago
Kim Alvefur 6ea2c47577 mod_pubsub: Advertise autocreate_on_publish correctly. 13 years ago
Waqas Hussain b1f22daa93 mod_auth_internal_plain, mod_auth_internal_hashed: No need to nodeprep here. 13 years ago
Kim Alvefur 1e4f3fadcd mod_component: Make listener private (thanks Ge0rG) 13 years ago
Kim Alvefur c2d66ccab1 mod_presence: Put a timestamp on presence we store for probes 13 years ago
Kim Alvefur 2f165b6ef2 MUC: Don't reply to errors (thanks iron) 13 years ago
Kim Alvefur 3e2a8fbe1c prosody, mod_c2s, mod_s2s: Move closing of c2s and s2s sessions to respective plugins 13 years ago
Kim Alvefur 2021e2265f mod_admin_telnet: Stop processing lines when session is closed 13 years ago
Matthew Wild b9ac1b8b07 mod_s2s: Remove connection from sessions table as soon as we learn it is disconnected. Fixes a connection/session leak. 13 years ago
Kim Alvefur 020dc0052a mod_admin_telnet: Add info about port commands to help 13 years ago
Kim Alvefur 360e2a5884 mod_http_files: Fix sending Content-Type for index files 13 years ago
Kim Alvefur 59db48f8cb mod_http_files: Allow passing a string to serve() 13 years ago
Kim Alvefur 4130b38a58 mod_http_files: Expose function other modules can use to combine their routes with file paths to serve 13 years ago
Kim Alvefur 87cf947c6c mod_http_files: Work with non-wildcard-routes. Key cache on the original HTTP path. 13 years ago
Kim Alvefur da563cbf87 mod_http_files: Replace file listing with an event, allowing a different plugin to generate it 13 years ago
Kim Alvefur cd27b11d36 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 13 years ago
Kim Alvefur 8bf32f0b1c mod_http_files: Rename config options and variable names 13 years ago
Kim Alvefur 92abfa2d51 mod_http_files: Log the error if we can't open or read a file 13 years ago