Commit Graph

1670 Commits (f76c2aa90b3cc7ba714571448865fcb30d63ef78)

Author SHA1 Message Date
Florian Zeitz f76c2aa90b mod_adhoc, mod_admin_adhoc, mod_announce: Use module:provides() to manage Ad-Hoc commands 14 years ago
Kim Alvefur e6bf33e872 mod_s2s: Remove check for socket.tcp6() 14 years ago
Kim Alvefur bb98bf4a58 mod_s2s: Only do AAAA lookup if IPv6 is available, and A if IPv4 is available. 14 years ago
Kim Alvefur 375db8a3fb mod_proxy65: Fix ACL 14 years ago
Kim Alvefur 3203fc6967 mod_proxy65: Add missing import of portmanager 14 years ago
Kim Alvefur 0667924a0b mod_proxy65: Warn about pre-0.9 config style (per host proxy65_port) 14 years ago
Matthew Wild 9a9d82e049 mod_http: Fix traceback when no HTTP services succeed in binding 14 years ago
Kim Alvefur e8d9503d59 mod_admin_telnet: More code found and updated, which depended on pre-8c5b5ebaacb0 behaviour. 14 years ago
Kim Alvefur ecb7c826b5 mod_admin_telnet: Code found and updated, which depended on pre-8c5b5ebaacb0 behaviour. 14 years ago
Kim Alvefur 1e99d3bcd0 mod_http: Fix normalize_path('/') to not return an empty string, fixes module:http_url() 14 years ago
Matthew Wild 6f6c868b10 mod_watchregistrations: Convert JID list to a set, and prep before use to fix traceback on invalid JIDs (thanks sMi) 14 years ago
Matthew Wild 81cbf8c7d4 mod_s2s, s2sout.lib: Send stream header in onconnect() 14 years ago
Tobias Markmann 5877694c36 mod_compression: advertise/activate compression only for authenticated sessions in accordance to XEP-0170. (Thanks fippo) 14 years ago
Matthew Wild 72ff00a1cd mod_http: Add module:http_url([app_name,][default_path]) for a module to get a guess at its external URL 14 years ago
Matthew Wild 1c363caf5d mod_bosh: Set Content-Type to text/html for GET response (thanks Medics) 14 years ago
Matthew Wild 17729a0e3b muc.lib: room:set_historylength(): Condense code, and don't store length when equal to default 14 years ago
Waqas Hussain 4341ffc0b6 MUC: Fix check for history length update. 14 years ago
Matthew Wild d61c6b1760 muc.lib: Fix for traceback when no history length is set for the room 14 years ago
Matthew Wild 417defb2ed mod_s2s: Only try next target if the stream didn't open 14 years ago
Waqas Hussain b11eda0f96 mod_iq: Use "jabber:client" when the stanza payload namespace is nil. 14 years ago
Kim Alvefur 090589dd4b mod_http_files: Respond with a 301 redirect for directories to append a / (fixes relative links) 14 years ago
Kim Alvefur 92df51a046 adhoc.lib: Default actions to 'complete' (replacement for rev 52b6901cabb0) 14 years ago
Matthew Wild fa3580abaa Backed out changeset 52b6901cabb0 (to be replaced) 14 years ago
Matthew Wild 6e0cfc7267 mod_c2s: Another lurking string.format squashed. 14 years ago
Matthew Wild 54c67720af mod_dialback: Remove a remaining usage of string.format, ick. 14 years ago
Matthew Wild 515110f944 mod_http_errors: Fix cyclic dependency - mod_http depends on us now, no need to depend on it (-1 line) (thanks Maranda) 14 years ago
Matthew Wild 4a958b8611 mod_s2s: Remove TODO comment for SASL/TLS on s2s (thanks Florob) 14 years ago
Matthew Wild f42be7fe98 mod_dialback: Final sweep to get nameprep + error handling in order (hopefully) 14 years ago
Matthew Wild 1d8cbe75d9 mod_dialback: Fix logic bug - we should have both a to and from at this point 14 years ago
Matthew Wild 7bc19cb550 Backed out changeset 661752889535 - obsoleted by 878f75ccc4fb. 14 years ago
Matthew Wild 839f988ea4 Backed out changeset 9f1fb34cd7f8 - obsoleted by 5ef05f32bc42. 14 years ago
Matthew Wild f3aaf833ca Backed out changeset 751510cd558d - obsoleted by 5ef05f32bc42. 14 years ago
Matthew Wild 0b4567a6f1 mod_s2s, mod_auth_anonymous, hostmanager: Remove disallow_s2s flag, deprecate the config option of the same name (disable mod_s2s instead), and add 'allow_anonymous_s2s' to separately control s2s for anonymous users 14 years ago
Marco Cirillo d0b87d8ac6 muc.lib: return feature-not-implemented when a foregoing discovery node is specified in a disco#info request. 14 years ago
Matthew Wild 75d9d9e997 mod_s2s, s2smanager, mod_dialback: Move addition of session.send() on s2sin to after they are authenticated (thus from mod_s2s to s2smanager). Update mod_dialback to fire route/remote directly, as session.send() is no longer available for s2sin_unauthed. Fixes #291. 14 years ago
Kim Alvefur 3713488b27 s2smanager, mod_s2s: Move checking DNS timeout option to mod_s2s 14 years ago
Marco Cirillo cc7ad75d41 mod_auth_anonymous: add disallow_s2s to the host object if s2s communication is disallowed. 14 years ago
Marco Cirillo 560420165a mod_dialback: make change a bit more wide, encompass to and from and reject with proper addressing when neither are there. 14 years ago
Marco Cirillo a5e360e673 mod_dialback: add better safe then sorry nameprepping to the from attribute. 14 years ago
Marco Cirillo 47594d8faf mod_dialback: COMPAT reset session.send function for servers (e.g. ejabberd) which don't include a from attr when opening the stream. 14 years ago
Matthew Wild bbd996911b mod_auth_anonymous: Block s2s when enabled on a host (and disallow_s2s ~= false) 14 years ago
Matthew Wild 8128ac8052 mod_s2s: Cache to_host and from_host in local variables, and use these instead of repeated lookups 14 years ago
Matthew Wild 706676c19a mod_s2s: Add session.send() only to incoming streams, and fire the route/remote event on the host (not global anymore) 14 years ago
Matthew Wild 9a9ff378e9 mod_s2s: Become a shared module (yay) 14 years ago
Matthew Wild d18c1ff0da Rename plugins/s2s/ to plugins/mod_s2s/ 14 years ago
Matthew Wild 3d3ad31191 mod_admin_telnet: Add muc:room(jid) command to get the MUC room object 14 years ago
Matthew Wild a8a1bb526f mod_component: Allow unauthenticated components to authenticate (thanks Maranda) 14 years ago
Matthew Wild b56a39255a mod_component: Components start out as component_unauthed until successful authentication (thanks xnyhps) 14 years ago
Matthew Wild ba8ef0d839 mod_component: Send <?xml on initial stream (thanks xnyhps) 14 years ago
Kim Alvefur 329b594338 mod_s2s: Don't try to continue attempting to connect when an s2sin is closed 14 years ago