Commit Graph

1912 Commits (07ca080e07a5e80dd6b4349960b6ca01547d4f21)

Author SHA1 Message Date
Kim Alvefur aa3cbd5039 mod_s2s: Adjust priority of route/remote hooks to negative values (like most other internal hooks) 13 years ago
Matthew Wild 7e9a5cc5a3 mod_posix: Improve error message for a pposix version mismatch 13 years ago
Matthew Wild 4031be743b mod_posix, util.pposix: Bump version for API change 13 years ago
Matthew Wild 9c5ea7b6a8 mod_posix: Pass logger name to syslog, so that sources now get logged 13 years ago
Matthew Wild d7dbbc0871 mod_pubsub: Send bad-request when no action specified (thanks Maranda) 13 years ago
Matthew Wild 2c3275e59a mod_pubsub: Don't attempt to handle iq stanzas with no action element 13 years ago
Matthew Wild 4d922e9b79 mod_storage_none: A null-like storage provider that returns all stores as empty, and fails to save anything to them 13 years ago
Marco Cirillo d6f7def73c mod_http: disable ssl peer verification by default. 13 years ago
Kim Alvefur 52fe78c768 mod_s2s: Add COMPAT cahin verification code for older LuaSec versions 13 years ago
Matthew Wild 1728207c6b mod_pubsub: Don't send current items to new subscribers (I don't know why we did) 13 years ago
Matthew Wild a84fbd90b3 mod_groups: Remove unused import 13 years ago
Matthew Wild 505b635f61 mod_groups: Add a public function other modules can use to determine if a JID belongs to a given group 13 years ago
Matthew Wild a9744cfc99 mod_presence: Remove some unused variables 13 years ago
Matthew Wild 4a4f2e8b4b mod_s2s: Close incoming s2s with stream error when secure and we don't trust their certificate 13 years ago
Matthew Wild 94d4efbee4 mod_muc/muc.lib: Don't add messages without a body (such as chat state notifications) to the room history (thanks louiz?, Link Mauve, poezio and all its users) 13 years ago
Tobias Markmann 64440086ea mod_privacy: Drop stanzas of type groupchat, so users aren't kicked from their chatrooms when blocking specific MUC occupants. 13 years ago
Kim Alvefur 1ae9285628 mod_s2s: Prevent s2s to and from hosts we serve locally 13 years ago
Kim Alvefur e3b9a1075e mod_s2s: Prevent traceback when replying to incoming connection to a host we don't serve 13 years ago
Kim Alvefur 854db75cc2 mod_s2s: Reset secure flag on new connection attempt 13 years ago
Kim Alvefur 82e45d1642 mod_s2s: session.from_host does not allways exist on incoming connections, true and nil or "our hostname" does not evaluate to what we want here 13 years ago
Kim Alvefur 27377b9936 mod_s2s: Keep the dns answer object around a while so plugins can look at it 13 years ago
Kim Alvefur 915e1bddf3 mod_tls: More use of config sections removed 13 years ago
Kim Alvefur 0019ee9380 MUC: Access prosody.hosts instead of the old global hosts 13 years ago
Kim Alvefur 378055f9c1 mod_proxy65: Fix typo in comment 13 years ago
Kim Alvefur b865dd462f mod_http: Import portmanager 13 years ago
Kim Alvefur 4e39ddd2f2 mod_groups: Use module API for reading config 13 years ago
Kim Alvefur 868792de7e mod_roster: Remove unused variable 13 years ago
Kim Alvefur f004eb9e48 mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove unused imports 13 years ago
Kim Alvefur 98dea85ed2 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 b1ce27375d mod_s2s: Fix variable usage in check_auth_policy (thanks Florob) 13 years ago
Matthew Wild 1ebb493e38 mod_s2s: Remove unused variable 13 years ago
Matthew Wild 541f26b542 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 f068e80993 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 04b647a6e8 mod_s2s, mod_saslauth, mod_compression: Refactor to have common code for opening streams 13 years ago
Matthew Wild b1e980e67b mod_s2s: Do not include xmlns:db declaration in stream header if mod_dialback is not loaded 13 years ago
Kim Alvefur 5f13122f42 mod_s2s: Make sure host variable is reachable 13 years ago
Matthew Wild d53df86e91 mod_s2s: Fire s2s-check-certificate event after validating a certificate, to allow plugins to override standard procedure 13 years ago
Matthew Wild e39fde2361 mod_s2s, mod_dialback: Rename s2s-authenticate-legacy event to s2sout-authenticate-legacy for clarity. Also, hello! 13 years ago
Waqas Hussain 9e06c3bd5c mod_proxy65: Only handle service discovery requests when no node is present in the request. 13 years ago
Waqas Hussain 0af578025c MUC: Always return <service-unavailable/> when a node is present in service discovery requests. 13 years ago
Waqas Hussain 0db5373bfc MUC: Fix affiliation check for admins, and bring it in line with the spec (thanks Maranda). 13 years ago
Kim Alvefur 12ce5fc119 mod_http: Expand $host in http_paths 13 years ago
Florian Zeitz 62d876cf00 mod_admin_adhoc: Fix 'Shut down service' command 14 years ago
Florian Zeitz cc897c6e9f mod_admin_adhoc: Implement global module unloading 14 years ago
Florian Zeitz 4e9b041929 mod_admin_adhoc: Implement global module reloading 14 years ago
Florian Zeitz 1d7a924a0b mod_admin_adhoc: Fix info message for module reload/unload 14 years ago
Florian Zeitz 585a880d38 mod_admin_adhoc: Implement global module loading 14 years ago
Florian Zeitz 64f38ba188 mod_admin_adhoc: Remove a TODO, our pretty_print turns out not to be helpful after all 14 years ago
Kim Alvefur 517296667e mod_pubsub, util.pubsub: Add delete action 14 years ago
Kim Alvefur f721b83d7b mod_pubsub: More strict checks for node and ids 14 years ago