| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | net.server: Simple logging fix | Matthew Wild | 2009-04-12 | 1 | -1/+1 |
* | net.server: Remove some debug code which slipped through | Matthew Wild | 2009-04-12 | 1 | -1/+0 |
* | net.server: Add server.setquitting() to gracefully quit the socket loop | Matthew Wild | 2009-04-12 | 1 | -2/+11 |
* | net.server: Ensure some logging parameters are strings | Matthew Wild | 2009-04-08 | 1 | -7/+7 |
* | net.server: Allow replacement of send function on an open socket | Matthew Wild | 2009-03-07 | 1 | -0/+4 |
* | net.server: Don't call shutdown method on socket if it doesn't have one, eg. ... | Matthew Wild | 2009-03-04 | 1 | -1/+1 |
* | net.server: Check for potential nil handler on close | Matthew Wild | 2009-03-03 | 1 | -0/+1 |
* | net.server: Fix to make sure we send a string to logging function | Matthew Wild | 2009-03-02 | 1 | -1/+1 |
* | net.server: Don't retry if client closes socket during SSL handshaking | Matthew Wild | 2009-03-01 | 1 | -2/+4 |
* | net.server: Some fixes for SSL/TLS handshake handling | Matthew Wild | 2009-02-27 | 1 | -4/+11 |
* | net.server: Fix some more potential nil handler accesses | Matthew Wild | 2009-02-18 | 1 | -2/+4 |
* | net.server: Fix nil table index assignment | Matthew Wild | 2009-02-09 | 1 | -1/+1 |
* | net.server: Fix potential fatal error in server.lua | Matthew Wild | 2009-02-09 | 1 | -1/+1 |
* | Fix for nil handler error after close | Matthew Wild | 2009-02-04 | 1 | -1/+1 |
* | server.lua: Comment out unnecessary or very verbose logging, and log the rest... | Matthew Wild | 2009-01-17 | 1 | -9/+9 |
* | server.lua: Use Prosody logger for errors, silence non-errors | Matthew Wild | 2009-01-17 | 1 | -2/+4 |
* | Port to new server.lua, quite some changes, but I believe everything to be wo... | Matthew Wild | 2009-01-17 | 1 | -887/+821 |
* | Fixed server.lua to use prosody logger for errors | Matthew Wild | 2009-01-16 | 1 | -2/+4 |
* | Remove some debugging code that slipped in | Matthew Wild | 2008-12-27 | 1 | -1/+0 |
* | Fix specifying ports in config, and SSL support | Matthew Wild | 2008-12-27 | 1 | -6/+11 |
* | Remove logging for server.lua | Matthew Wild | 2008-12-27 | 1 | -1/+0 |
* | Fix data loss when closing connection with a large write queue. Thanks albert :) | Matthew Wild | 2008-12-18 | 1 | -6/+48 |
* | Make wraptcpclient set timeout to 0, and add it to the list of exported funct... | Matthew Wild | 2008-12-13 | 1 | -0/+3 |
* | Remove old commented code from server.lua | Matthew Wild | 2008-12-06 | 1 | -4/+0 |
* | Re-commit TLS fix | Matthew Wild | 2008-12-05 | 1 | -1/+12 |
* | Merge | Matthew Wild | 2008-12-05 | 1 | -13/+2 |
|\ |
|
| * | Backed out changeset 099d8a102deb (committed too much) | Matthew Wild | 2008-12-05 | 1 | -12/+4 |
* | | Don't say we need TLS after we've already started the handshake | Matthew Wild | 2008-12-05 | 1 | -4/+1 |
|/ |
|
* | Add TLS socket to readlist before handshake starts, fixes major slow-down on ... | Matthew Wild | 2008-12-05 | 1 | -4/+12 |
* | Comment out debug logging for now | Matthew Wild | 2008-12-05 | 1 | -3/+3 |
* | Remove linger option on sockets, made no difference, and I forgot to remove i... | Matthew Wild | 2008-12-05 | 1 | -2/+0 |
* | Fix GPL'ing MIT/X licensed code :) | Matthew Wild | 2008-12-03 | 1 | -860/+838 |
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 1 | -0/+20 |
* | All the people who don't use TLS, this one's for you. | Matthew Wild | 2008-11-22 | 1 | -1/+1 |
* | Fix to prevent send retry when connection is already closed | Matthew Wild | 2008-11-18 | 1 | -6/+9 |
* | Flush write queue before closing socket | Matthew Wild | 2008-11-18 | 1 | -1/+5 |
* | Fix for putting TLS in stream:features for connections already using TLS. Tha... | Matthew Wild | 2008-11-16 | 1 | -0/+2 |
* | Initial s2s stuff | Matthew Wild | 2008-10-23 | 1 | -1/+1 |
* | server.lua should degrade gracefully when LuaSec not present | Matthew Wild | 2008-10-22 | 1 | -2/+2 |
* | Remove debugging output from when doing TLS | Matthew Wild | 2008-10-08 | 1 | -1/+0 |
* | Working TLS! | Matthew Wild | 2008-10-05 | 1 | -39/+46 |
* | TLS: Handshake works, no data after that | Matthew Wild | 2008-10-05 | 1 | -5/+217 |
* | Convert spaces->tabs | Matthew Wild | 2008-10-05 | 1 | -476/+476 |
* | Moved server module to net/ | Matthew Wild | 2008-08-25 | 1 | -0/+613 |