Automated merge with http://waqas.ath.cx:8000/
[prosody.git] / net / server.lua
2009-01-29 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-17 Matthew Wildserver.lua: Comment out unnecessary or very verbose...
2009-01-17 Matthew Wildserver.lua: Use Prosody logger for errors, silence...
2009-01-17 Matthew WildPort to new server.lua, quite some changes, but I belie...
2009-01-16 Matthew WildFixed server.lua to use prosody logger for errors
2008-12-27 Matthew WildRemove some debugging code that slipped in
2008-12-27 Matthew WildFix specifying ports in config, and SSL support
2008-12-27 Matthew WildRemove logging for server.lua
2008-12-25 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-24 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-22 Matthew WildMerge from waqas
2008-12-18 Matthew WildFix data loss when closing connection with a large...
2008-12-16 Matthew WildMerge from waqas
2008-12-13 Matthew WildMake wraptcpclient set timeout to 0, and add it to...
2008-12-06 Matthew WildMerge from waqas
2008-12-06 Matthew WildRemove old commented code from server.lua
2008-12-06 Matthew WildMerge from waqas
2008-12-05 Matthew WildRe-commit TLS fix
2008-12-05 Matthew WildMerge
2008-12-05 Matthew WildBacked out changeset 099d8a102deb (committed too much)
2008-12-05 Matthew WildDon't say we need TLS after we've already started the...
2008-12-05 Matthew WildAdd TLS socket to readlist before handshake starts...
2008-12-05 Matthew WildComment out debug logging for now
2008-12-05 Matthew WildRemove linger option on sockets, made no difference...
2008-12-03 Matthew WildAutomated merge with http://84.46.7.57:1234
2008-12-03 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-12-03 Matthew WildFix GPL'ing MIT/X licensed code :)
2008-12-03 Matthew WildMerge from waqas
2008-12-03 Matthew WildInsert copyright/license headers
2008-11-23 Tobias MarkmannMerging with main branch.
2008-11-23 Matthew WildMerge from waqas
2008-11-23 Matthew WildMerge from waqas
2008-11-22 Matthew WildAll the people who don't use TLS, this one's for you.
2008-11-18 Matthew WildFix to prevent send retry when connection is already...
2008-11-18 Matthew WildFlush write queue before closing socket
2008-11-16 Matthew WildMerge with waqas
2008-11-16 Matthew WildFix for putting TLS in stream:features for connections...
2008-10-23 Matthew WildMaking the best attempt out of a bad merge from waqas
2008-10-23 Matthew WildInitial s2s stuff
2008-10-22 Matthew WildMerge roster & presence from waqas
2008-10-22 Matthew Wildserver.lua should degrade gracefully when LuaSec not...
2008-10-08 Matthew WildMerge roster fixes from waqas
2008-10-08 Matthew WildMerged docs from paul
2008-10-08 Matthew WildRemove debugging output from when doing TLS
2008-10-05 Matthew WildMerged local TLS branch
2008-10-05 Matthew WildWorking TLS!
2008-10-05 Matthew WildTLS: Handshake works, no data after that
2008-10-05 Matthew WildConvert spaces->tabs
2008-08-25 Matthew WildMoved server module to net/