s2smanager: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible
|
Matthew Wild |
Thu, 30 Apr 2009 02:43:12 +0100 |
core.s2smanager: Buffer data sent before connection
|
Matthew Wild |
Mon, 20 Apr 2009 22:14:31 +0100 |
core.s2smanager: Logging improvements
|
Matthew Wild |
Mon, 20 Apr 2009 22:13:09 +0100 |
core.s2smanager: Don't initiate dialback if we don't have a connection yet
|
Matthew Wild |
Sun, 12 Apr 2009 13:14:45 +0100 |
Remove more debugging code which was accidentally committed (don't trust hg)
|
Matthew Wild |
Fri, 10 Apr 2009 10:38:04 +0100 |
core.s2smanager: Remove some debugging
|
Matthew Wild |
Fri, 10 Apr 2009 10:36:01 +0100 |
Merge
|
Matthew Wild |
Fri, 10 Apr 2009 10:31:38 +0100 |
core.s2smanager: Look away... wait for it... now! Hopefully s2s should be back to normal.
|
Matthew Wild |
Wed, 08 Apr 2009 20:01:53 +0100 |
core.s2smanager: Check for valid host and port before attempting connection
|
Matthew Wild |
Mon, 06 Apr 2009 23:43:48 +0100 |
sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when client closes stream
|
Matthew Wild |
Sun, 05 Apr 2009 20:06:39 +0100 |
Fixed: Some nil access bugs
|
Waqas Hussain |
Mon, 30 Mar 2009 05:26:10 +0500 |
Fixed: s2smanager: Apply nameprep on hostnames passed in stream tag (part of issue #57)
|
Waqas Hussain |
Mon, 30 Mar 2009 03:06:01 +0500 |
0.3->0.4
|
Matthew Wild |
Fri, 20 Mar 2009 20:16:25 +0000 |
core.s2smanager: Remove some old commented code, break a long line in 2
|
Matthew Wild |
Mon, 02 Mar 2009 13:52:08 +0000 |
Update copyright notices for 2009
|
Matthew Wild |
Fri, 30 Jan 2009 17:59:26 +0000 |
0.2->0.3
|
Matthew Wild |
Fri, 30 Jan 2009 17:40:25 +0000 |
GPL->MIT!
|
Matthew Wild |
Fri, 30 Jan 2009 17:22:56 +0000 |
Port to new server.lua, quite some changes, but I believe everything to be working
|
Matthew Wild |
Sat, 17 Jan 2009 04:45:08 +0000 |
Bounce stanza errors on failed s2s
|
Waqas Hussain |
Fri, 19 Dec 2008 01:57:13 +0500 |
Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for helping me test :)
|
Matthew Wild |
Sat, 13 Dec 2008 17:43:52 +0000 |
0.1 -> 0.2
|
Matthew Wild |
Wed, 10 Dec 2008 15:44:03 +0000 |
Slightly more secure dialback secret generation
|
Matthew Wild |
Sun, 07 Dec 2008 03:12:22 +0000 |
Remove print()s from sessionmanager and s2smanager
|
Matthew Wild |
Sat, 06 Dec 2008 23:14:39 +0000 |
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 |
Fri, 05 Dec 2008 05:23:42 +0000 |
Fix for s2s with jabberd2 (we weren't routing db:verify's over s2sout_unauthed)
|
Matthew Wild |
Fri, 05 Dec 2008 04:44:19 +0000 |
Don't send stream:features to incoming s2s connections
|
Matthew Wild |
Thu, 04 Dec 2008 17:10:02 +0000 |
Fix logger ids for c2s and s2sout
|
Matthew Wild |
Thu, 04 Dec 2008 16:41:32 +0000 |
Insert copyright/license headers
|
Matthew Wild |
Wed, 03 Dec 2008 14:39:07 +0000 |
No more reading 1 byte at a time from sockets
|
Matthew Wild |
Fri, 28 Nov 2008 00:08:23 +0000 |
Switched from md5 to sha256 for dialback key generation
|
Waqas Hussain |
Fri, 28 Nov 2008 01:13:34 +0500 |