Commit graph

39 commits

Author SHA1 Message Date
Matthew Wild
6a5be71308 net.server: Don't call shutdown method on socket if it doesn't have one, eg. for UDP 2009-03-04 12:44:07 +00:00
Matthew Wild
898101d2d8 net.server: Check for potential nil handler on close 2009-03-03 20:12:31 +00:00
Matthew Wild
0a2936fb0f net.server: Fix to make sure we send a string to logging function 2009-03-02 19:49:09 +00:00
Matthew Wild
fffdba514a net.server: Don't retry if client closes socket during SSL handshaking 2009-03-01 23:33:41 +00:00
Matthew Wild
c2b54ca160 net.server: Some fixes for SSL/TLS handshake handling 2009-02-27 18:40:17 +00:00
Matthew Wild
81287473fc net.server: Fix some more potential nil handler accesses 2009-02-18 19:23:29 +00:00
Matthew Wild
d74b1cd4e2 net.server: Fix nil table index assignment 2009-02-09 14:24:49 +00:00
Matthew Wild
af27b13805 net.server: Fix potential fatal error in server.lua 2009-02-09 13:41:05 +00:00
Matthew Wild
c2064aa2cc Fix for nil handler error after close 2009-02-04 18:53:56 +00:00
Matthew Wild
f979ff5f0d server.lua: Comment out unnecessary or very verbose logging, and log the rest as debug level 2009-01-17 14:57:21 +00:00
Matthew Wild
75126c8d05 server.lua: Use Prosody logger for errors, silence non-errors 2009-01-17 14:53:20 +00:00
Matthew Wild
c0dbcb4389 Port to new server.lua, quite some changes, but I believe everything to be working 2009-01-17 04:45:08 +00:00
Matthew Wild
cdc8bc0117 Fixed server.lua to use prosody logger for errors 2009-01-16 05:36:39 +00:00
Matthew Wild
b12f8a8177 Remove some debugging code that slipped in 2008-12-27 21:22:49 +00:00
Matthew Wild
b97b1db2a0 Fix specifying ports in config, and SSL support 2008-12-27 21:20:09 +00:00
Matthew Wild
89eb3c5d00 Remove logging for server.lua 2008-12-27 21:18:12 +00:00
Matthew Wild
b922b642ef Fix data loss when closing connection with a large write queue. Thanks albert :) 2008-12-18 20:01:09 +00:00
Matthew Wild
f0b2f41771 Make wraptcpclient set timeout to 0, and add it to the list of exported functions from server.lua 2008-12-13 14:30:59 +00:00
Matthew Wild
1142f30838 Remove old commented code from server.lua 2008-12-06 23:12:46 +00:00
Matthew Wild
d9173986d5 Re-commit TLS fix 2008-12-05 19:55:46 +00:00
Matthew Wild
fe6e46a55f Merge 2008-12-05 19:50:34 +00:00
Matthew Wild
c016526d9d Backed out changeset 099d8a102deb (committed too much) 2008-12-05 19:49:16 +00:00
Matthew Wild
b2afc52730 Don't say we need TLS after we've already started the handshake 2008-12-05 19:40:46 +00:00
Matthew Wild
0d2b952b61 Add TLS socket to readlist before handshake starts, fixes major slow-down on TLS connections 2008-12-05 19:24:01 +00:00
Matthew Wild
32371bbb23 Comment out debug logging for now 2008-12-05 19:22:34 +00:00
Matthew Wild
f334846311 Remove linger option on sockets, made no difference, and I forgot to remove it earlier 2008-12-05 19:21:44 +00:00
Matthew Wild
00fd43edfd Fix GPL'ing MIT/X licensed code :) 2008-12-03 16:44:03 +00:00
Matthew Wild
0c5cc83112 Insert copyright/license headers 2008-12-03 14:39:07 +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
49e7fdc364 Fix to prevent send retry when connection is already closed 2008-11-18 22:16:06 +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
ce86d8badc Initial s2s stuff 2008-10-23 18:09:39 +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
0dadc00f7e Moved server module to net/
also added note on licensing of that module
2008-08-25 16:46:05 +01:00
Renamed from server.lua (Browse further)