Log

net/server.lua @ 858:dddc63818c3d

description author age
net.server: Fix to make sure we send a string to logging function Matthew Wild 2009-03-02
net.server: Don't retry if client closes socket during SSL handshaking Matthew Wild 2009-03-01
net.server: Some fixes for SSL/TLS handshake handling Matthew Wild 2009-02-27
net.server: Fix some more potential nil handler accesses Matthew Wild 2009-02-18
net.server: Fix nil table index assignment Matthew Wild 2009-02-09
net.server: Fix potential fatal error in server.lua Matthew Wild 2009-02-09
Fix for nil handler error after close Matthew Wild 2009-02-04
server.lua: Comment out unnecessary or very verbose logging, and log the rest as debug level Matthew Wild 2009-01-17
server.lua: Use Prosody logger for errors, silence non-errors Matthew Wild 2009-01-17
Port to new server.lua, quite some changes, but I believe everything to be working Matthew Wild 2009-01-17
Fixed server.lua to use prosody logger for errors Matthew Wild 2009-01-16
Remove some debugging code that slipped in Matthew Wild 2008-12-27
Fix specifying ports in config, and SSL support Matthew Wild 2008-12-27
Remove logging for server.lua Matthew Wild 2008-12-27
Fix data loss when closing connection with a large write queue. Thanks albert :) Matthew Wild 2008-12-18
Make wraptcpclient set timeout to 0, and add it to the list of exported functions from server.lua Matthew Wild 2008-12-13
Remove old commented code from server.lua Matthew Wild 2008-12-06
Re-commit TLS fix Matthew Wild 2008-12-05
Merge Matthew Wild 2008-12-05
Backed out changeset 099d8a102deb (committed too much) Matthew Wild 2008-12-05
Don't say we need TLS after we've already started the handshake Matthew Wild 2008-12-05
Add TLS socket to readlist before handshake starts, fixes major slow-down on TLS connections Matthew Wild 2008-12-05
Comment out debug logging for now Matthew Wild 2008-12-05
Remove linger option on sockets, made no difference, and I forgot to remove it earlier Matthew Wild 2008-12-05
Fix GPL'ing MIT/X licensed code :) Matthew Wild 2008-12-03
Insert copyright/license headers Matthew Wild 2008-12-03
All the people who don't use TLS, this one's for you. Matthew Wild 2008-11-22
Fix to prevent send retry when connection is already closed Matthew Wild 2008-11-18
Flush write queue before closing socket Matthew Wild 2008-11-18
Fix for putting TLS in stream:features for connections already using TLS. Thanks to albert for spotting. Matthew Wild 2008-11-16
Initial s2s stuff s2s Matthew Wild 2008-10-23
server.lua should degrade gracefully when LuaSec not present Matthew Wild 2008-10-22
Remove debugging output from when doing TLS Matthew Wild 2008-10-08
Working TLS! tls Matthew Wild 2008-10-05
TLS: Handshake works, no data after that tls Matthew Wild 2008-10-05
Convert spaces->tabs Matthew Wild 2008-10-05
Moved server module to net/ base server.lua@a9653020b769 Matthew Wild 2008-08-25