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 |
Log reason for connection failure
|
Matthew Wild |
Wed, 26 Nov 2008 23:47:23 +0000 |
(Basic) IDNA and SRV fallback support
|
Matthew Wild |
Wed, 26 Nov 2008 23:44:30 +0000 |
Remove or comment useless prints, or change them to log()
|
Matthew Wild |
Thu, 20 Nov 2008 03:00:43 +0000 |
Remove version=1.0 on s2s stream headers, again.
|
Matthew Wild |
Thu, 20 Nov 2008 01:14:31 +0000 |
Remove an old FIXME comment
|
Matthew Wild |
Wed, 19 Nov 2008 23:25:04 +0000 |
Comments and logging fixes
|
Matthew Wild |
Wed, 19 Nov 2008 22:50:37 +0000 |
Send version=1.0 again in s2s stream header
|
Matthew Wild |
Wed, 19 Nov 2008 22:05:44 +0000 |
Fix for setting the correct host on the socket, seems to fix s2s with XCP
|
Matthew Wild |
Wed, 19 Nov 2008 22:04:39 +0000 |
Don't send version 1.0. Who cares about Gmail?
|
Matthew Wild |
Wed, 19 Nov 2008 05:34:00 +0000 |
Send version=1.0 in s2s stream header. Send s2s stream:features when in 1.0 mode.
|
Matthew Wild |
Wed, 19 Nov 2008 05:13:07 +0000 |
Don't attempt to auth connection unless stanzas are being sent across it
|
Matthew Wild |
Wed, 19 Nov 2008 05:12:21 +0000 |
Log sent s2s stanzas
|
Matthew Wild |
Wed, 19 Nov 2008 05:11:37 +0000 |
We have SRV resolving \o/
|
Matthew Wild |
Tue, 18 Nov 2008 22:41:04 +0000 |
session:disconnect() -> session:close() for consistency with other Lua APIs
|
Matthew Wild |
Tue, 18 Nov 2008 19:44:54 +0000 |
Quite some changes, to:
|
Matthew Wild |
Tue, 18 Nov 2008 17:52:33 +0000 |
Fixed s2s manager's send queue to not store recieved stanza objects (as these can chnage after the send call)
|
Waqas Hussain |
Mon, 17 Nov 2008 18:53:13 +0500 |
Log how many queued stanzas we send
|
Waqas Hussain |
Sat, 15 Nov 2008 08:38:25 +0500 |
Update hostname for identi.ca
|
Matthew Wild |
Fri, 14 Nov 2008 20:30:24 +0000 |
Remove some old unused (and empty) functions from s2smanager
|
Matthew Wild |
Fri, 14 Nov 2008 18:54:19 +0000 |
Now outgoing s2s sessions are associated with their from_host, fixes #15
|
Matthew Wild |
Fri, 14 Nov 2008 02:54:56 +0000 |