Log

core/s2smanager.lua @ 2081:b9bbb709d62e

description author age
s2smanager: Use session-specific logger to log outgoing data on outgoing s2s connections Matthew Wild 2009-10-18
s2smanager: Add incoming_s2s to the prosody object Matthew Wild 2009-10-17
s2smanager: Fix access of 'config' global without requiring configmanager Matthew Wild 2009-10-16
s2smanager: Make s2s-stream-features a per-host event Matthew Wild 2009-10-08
s2smanager: Don't send version=1.0 in reply to incoming stream tag if they didn't advertise 1.0 (makes happy some old ejabberd versions) Matthew Wild 2009-10-06
s2smanager: Improve log message on missing to/from in stream header Matthew Wild 2009-10-06
s2smanager: Mark session as secure if it was negotiating TLS and opens a new stream Matthew Wild 2009-10-05
Specify XMPP version on response stream to incoming s2s connection. Paul Aurich 2009-10-04
Minor changes; outgoing TLS works. Paul Aurich 2009-10-04
s2smanager: Small comment Matthew Wild 2009-10-04
s2smanager: Don't wait for stream:features from non-XMPP-1.0 hosts Matthew Wild 2009-10-04
s2smanager: Send stream:features for incoming s2s connections which support XMPP 1.0 Matthew Wild 2009-10-04
s2smanager: Give outgoing sessions a host field (the local one) Matthew Wild 2009-10-04
Merge with 0.5 Matthew Wild 2009-09-27
core.s2smanager: Always use last record in the DNS cache Matthew Wild 2009-09-27
Merge with 0.5 Matthew Wild 2009-09-21
core.s2smanager: Don't recurse CNAMEs infinitely :) Matthew Wild 2009-09-21
Merge with 0.5 Matthew Wild 2009-09-20
s2smanager: Timeout unauthed s2s connections Matthew Wild 2009-09-20
Merge with 0.5 Matthew Wild 2009-09-19
s2smanager: Compatibility with domains which use CNAMEs Matthew Wild 2009-09-19
Merge with 0.5 Matthew Wild 2009-09-19
s2smanager: Pass A-record lookups through adns module Matthew Wild 2009-09-19
core.s2smanager, xmppserver_listener: Move the responsibility of setting session.log from the latter to the former for incoming sessions (outgoing are already like this) Matthew Wild 2009-08-16
Remove version number from copyright headers Matthew Wild 2009-07-10
s2smanager: Fix to correctly bounce stanzas if first connection attempt fails instantly Matthew Wild 2009-07-08
s2smanager: Log the hostname and address when s2s connection fails instantly Matthew Wild 2009-07-03
Send xml:lang in stream headers, fixes #78 Matthew Wild 2009-07-01
s2smanager: Remove srv_hosts from session when connected, this fixes attempting to reconnect s2s sessions when they are closed during shutdown Matthew Wild 2009-06-19
s2smanager: Use a UUID as the dialback secret Waqas Hussain 2009-06-04
s2smanager: Timeout DNS requests after 60 seconds (or dns_timeout in config) Matthew Wild 2009-05-26
s2smanager: Only send reply </stream:stream> when connection is still open Matthew Wild 2009-05-26
s2smanager: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible Matthew Wild 2009-04-30
core.s2smanager: Buffer data sent before connection Matthew Wild 2009-04-20
core.s2smanager: Logging improvements Matthew Wild 2009-04-20
core.s2smanager: Don't initiate dialback if we don't have a connection yet Matthew Wild 2009-04-12
Remove more debugging code which was accidentally committed (don't trust hg) Matthew Wild 2009-04-10
core.s2smanager: Remove some debugging Matthew Wild 2009-04-10
Merge Matthew Wild 2009-04-10
core.s2smanager: Look away... wait for it... now! Hopefully s2s should be back to normal. Matthew Wild 2009-04-08
core.s2smanager: Check for valid host and port before attempting connection Matthew Wild 2009-04-06
sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when client closes stream Matthew Wild 2009-04-05
Fixed: Some nil access bugs Waqas Hussain 2009-03-30
Fixed: s2smanager: Apply nameprep on hostnames passed in stream tag (part of issue #57) Waqas Hussain 2009-03-29
0.3->0.4 Matthew Wild 2009-03-20
core.s2smanager: Remove some old commented code, break a long line in 2 Matthew Wild 2009-03-02
Update copyright notices for 2009 Matthew Wild 2009-01-30
0.2->0.3 Matthew Wild 2009-01-30
GPL->MIT! Matthew Wild 2009-01-30
Port to new server.lua, quite some changes, but I believe everything to be working Matthew Wild 2009-01-17
Bounce stanza errors on failed s2s Waqas Hussain 2008-12-18
Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for helping me test :) Matthew Wild 2008-12-13
0.1 -> 0.2 Matthew Wild 2008-12-10
Slightly more secure dialback secret generation Matthew Wild 2008-12-07
Remove print()s from sessionmanager and s2smanager Matthew Wild 2008-12-06
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. Matthew Wild 2008-12-05
Fix for s2s with jabberd2 (we weren't routing db:verify's over s2sout_unauthed) Matthew Wild 2008-12-05
Don't send stream:features to incoming s2s connections Matthew Wild 2008-12-04
Fix logger ids for c2s and s2sout Matthew Wild 2008-12-04
Insert copyright/license headers Matthew Wild 2008-12-03