Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. ↵ | Matthew Wild | 2008-11-16 | 1 | -0/+2 |
| | | | | Thanks to albert for spotting. | ||||
* | 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 |
also added note on licensing of that module |