Commit graph

1589 commits

Author SHA1 Message Date
Waqas Hussain
e26768484b Quickfix for dns.lua to not crash on failed connection to name servers 2008-11-28 22:47:22 +05:00
Matthew Wild
77c094c25a No more reading 1 byte at a time from sockets 2008-11-28 00:08:23 +00:00
Matthew Wild
fba46bce30 (Basic) IDNA and SRV fallback support 2008-11-26 23:44:30 +00:00
Matthew Wild
7e9f14dae5 Fix a waqas copy/paste error. It was my fault again apparently. 2008-11-26 22:18:26 +00:00
Waqas Hussain
32d1450b6f Wrapped a core_process_stanza call in an xpcall call 2008-11-26 09:47:16 +05:00
Waqas Hussain
f80397b3b8 Added temporary fix for srv on windows: using opendns nameservers 2008-11-23 10:43:50 +05:00
Matthew Wild
3ccec05207 Small fix for connlisteners to accept nil for userdata 2008-11-23 04:53:12 +00:00
Matthew Wild
950bc57ed0 Fix various mistakes in dns.lua 2008-11-23 03:00:20 +00:00
Matthew Wild
246bfb79cc Fix dns for poor Windows users, who have never seen a resolv.conf 2008-11-23 02:50:57 +00:00
Matthew Wild
94e7638395 All the people who don't use TLS, this one's for you. 2008-11-22 20:12:27 +00:00
Matthew Wild
20d5d438a6 Incorrect function set as callback 2008-11-19 05:10:42 +00:00
Matthew Wild
801e99fcbb We have SRV resolving \o/ 2008-11-18 22:41:04 +00:00
Matthew Wild
49e7fdc364 Fix to prevent send retry when connection is already closed 2008-11-18 22:16:06 +00:00
Matthew Wild
99b617b8b6 session:disconnect() -> session:close() for consistency with other Lua APIs 2008-11-18 19:44:54 +00:00
Matthew Wild
01c770997f Quite some changes, to:
- Small logging fix for s2smanager
- Send a stream error if an incoming s2s connection is to an unrecognised hostname (fixes #11)
- init_xmlhandlers now takes a table of callbacks (includes changes to net/xmpp*_listener for this)
- Move sending of unavailable presence to where it should be, sessionmanager.destroy_session
- Fix sending of stream errors to wrong connection
2008-11-18 17:52:33 +00:00
Matthew Wild
f4e0920042 s2s sessions can now be disconnected, with or without a stream error. Fixes #8 2008-11-18 14:42:45 +00:00
Matthew Wild
f21f55bb1e Allow us to close client connections, with or without a stream error. Partially fixes #8, we still need the same for s2s (though it should be almost a straight copy of the code, I'm too tired atm) 2008-11-18 05:13:29 +00:00
Matthew Wild
3ac3b3bc2d Flush write queue before closing socket 2008-11-18 05:06:50 +00:00
Matthew Wild
d3497ccf48 Fix for putting TLS in stream:features for connections already using TLS. Thanks to albert for spotting. 2008-11-16 00:29:15 +00:00
Matthew Wild
17768803c9 Fix logging in some cases for client disconnects 2008-11-16 00:27:40 +00:00
Matthew Wild
cd80b1c71d Fix logging of disconnect reason, and also sending of unavailable presence on disconnect 2008-11-15 19:32:58 +00:00
Waqas Hussain
fc57c3a09a Some bugs fixed 2008-11-15 05:33:14 +05:00
Matthew Wild
bc83d650a0 Actually show error and position when we show a traceback :) 2008-11-09 20:15:31 +00:00
Matthew Wild
8b42a2b8d8 Committing code to get nicer tracebacks for errors, also we no longer consider such errors fatal (probably a bad thing, I know...) 2008-11-08 20:42:23 +00:00
Matthew Wild
ffd784e833 Backed out changeset 4adc53e03b4d (garbage collection) 2008-10-24 19:04:51 +01:00
Matthew Wild
20f24311a4 Extra garbage collection, for debugging 2008-10-24 18:43:26 +01:00
Matthew Wild
c91a86c73a Clean up session when s2s connections are disconnected 2008-10-24 18:13:54 +01:00
Matthew Wild
5c90ffdf7e s2s works! \o/ \o/ 2008-10-24 07:27:36 +01:00
Matthew Wild
eb8e9997e0 dialback keys now verified 2008-10-24 03:06:55 +01:00
Matthew Wild
ce86d8badc Initial s2s stuff 2008-10-23 18:09:39 +01:00
Matthew Wild
ff0fe0544a Fix for not destroying sessions when connection closed. 2008-10-23 16:07:40 +01:00
Matthew Wild
ee7b432ab1 Abstract connections with "connection listeners"
- Added connlistener for xmppclient
- SASL/TLS now use a new session:reset_stream() method
- main.lua on its way to being a bit neater
2008-10-22 17:36:21 +01:00
Matthew Wild
d510d54b28 server.lua should degrade gracefully when LuaSec not present 2008-10-22 17:27:40 +01:00
Matthew Wild
9ab2e330c2 Remove debugging output from when doing TLS 2008-10-08 17:19:00 +01:00
Matthew Wild
0c9336110d Working TLS! 2008-10-05 19:10:21 +01:00
Matthew Wild
ab40a27df1 TLS: Handshake works, no data after that 2008-10-05 17:33:38 +01:00
Matthew Wild
11883a5b0b Convert spaces->tabs 2008-10-05 02:48:39 +01:00
Matthew Wild
6db3d039b3 SASL!
(but before you get too excited, no resource binding yet. And yes, there are still plenty of rough edges to the code...)
((eg. must move <stream:features> out of xmlhandlers.lua o_O ))
2008-10-02 01:08:58 +01:00
Matthew Wild
0dadc00f7e Moved server module to net/
also added note on licensing of that module
2008-08-25 16:46:05 +01:00