Commit Graph

60 Commits (51549fe050a1aec00284d1e2599c93010bc763c2)

Author SHA1 Message Date
Kim Alvefur 8717f83b21 mod_dialback: Change level of some log statements to be more appropriate 13 years ago
Florian Zeitz 1d833bb807 Remove all trailing whitespace 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
Matthew Wild f936068a62 mod_s2s, mod_dialback: Rename s2s-authenticate-legacy event to s2sout-authenticate-legacy for clarity. Also, hello! 13 years ago
Kim Alvefur d617081ac4 mod_dialback: Correctly check if a connection was destroyed (thanks iron) 14 years ago
Matthew Wild 47619af14c mod_dialback: Ignore <db:verify/> with a 'type' attribute on incoming connections, instead of interpreting them as a request to verify a key 14 years ago
Matthew Wild e89b006f03 Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages 14 years ago
Waqas Hussain d1a89e8f9c mod_dialback: Skip an unnecessary nameprep. 14 years ago
Matthew Wild 54c67720af mod_dialback: Remove a remaining usage of string.format, ick. 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 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 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
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 15f1965887 mod_dialback: Remove unused declaration of xmlns_dialback 14 years ago
Kim Alvefur 58900081f6 mod_dialback, mod_s2s: Log initiation of dialback in mod_dialback 14 years ago
Kim Alvefur d0424f6f4e mod_s2s, mod_dialback: Rename event to s2s-authenticate-legacy 14 years ago
Kim Alvefur 9af8ea363b mod_s2s, mod_dialback: Event on pre-XMPP streams, so we can try dialback. 14 years ago
Kim Alvefur 11993525c0 mod_dialback: Remove unused import of s2smanager.send_to_host() 14 years ago
Florian Zeitz 24bfbf5ce2 mod_dialback: import util.hashes and functionality once in s2smanager. 14 years ago
Matthew Wild b761dbf8c3 mod_dialback: More robust handling of multiple outstanding dialback requests for the same domain, fixes intermittent s2s with some (patched?) ejabberds 15 years ago
Waqas Hussain 653971e4ca mod_dialback: Remove <optional/> from stream feature, as per latest specs. 15 years ago
Matthew Wild 67e210a28a mod_dialback: Use session:close() on dialback failure instead of s2smanager.destroy_session() (thanks Zash) 15 years ago
Paul Aurich ef8bc026b4 s2s: SASL EXTERNAL 15 years ago
Waqas Hussain bdcb511bf4 mod_dialback: Fixed indentation. 15 years ago
Waqas Hussain ec0ceee7eb mod_dialback: Updated to use the new events API. 15 years ago
Matthew Wild 2bc0606453 Update copyright headers for 2010 16 years ago
Matthew Wild 07c6450563 mod_dialback: Catch s2s-stream-features and add dialback feature 16 years ago
Matthew Wild 98486d8800 mod_dialback: Initiate dialback on incoming stream:features 16 years ago
Matthew Wild 118883d655 Remove version number from copyright headers 17 years ago
Matthew Wild 69bb55c678 mod_dialback: Change FIXME comment to COMPAT 17 years ago
Matthew Wild 26e6087e32 mod_dialback: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible 17 years ago
Matthew Wild daf13d7b6b mod_dialback: Use module logger instead of creating a new one 17 years ago
Matthew Wild e241b85a56 mod_*: Fix many unnecessary global accesses in modules (already committed to main repo) 17 years ago
Matthew Wild ca9a9eb85e mod_*: Fix a load of global accesses 17 years ago
Matthew Wild c80f91dc02 0.3->0.4 17 years ago
Matthew Wild c5ee166aa9 Update copyright notices for 2009 17 years ago
Matthew Wild f2d020191f 0.2->0.3 17 years ago
Matthew Wild bf3b96204d GPL->MIT! 17 years ago
Matthew Wild 2c5c164889 Destroy session on failed dialback instead of throwing an error 17 years ago
Matthew Wild 2e83fd69f7 Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for helping me test :) 17 years ago
Matthew Wild d3ad4a5123 0.1 -> 0.2 17 years ago
Matthew Wild c92d90f3f5 Fix the last couple of places where we send strings from mod_dialback 17 years ago
Matthew Wild 7c9f4818c3 Remove an incorrect line which I didn't add, and fix the proper way. Corrects the sending of stanzas over unauthed s2sout's. Also fixes mod_dialback to send stanzas and not strings. 17 years ago
Matthew Wild 0c5cc83112 Insert copyright/license headers 17 years ago
Matthew Wild a153b3c267 Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store. 17 years ago
Matthew Wild ccb65fee13 Fix the reversed to/from on the final db:result. Fixes M-Link and Gmail. Thanks dwd!! 17 years ago