Merge with 0.4
[prosody.git] / net / server.lua
2009-05-03 Matthew WildMerge with 0.4
2009-05-03 Matthew Wildnet.server: Add getserver() method to find the server...
2009-05-02 Matthew WildMerge with 0.4
2009-05-01 Matthew WildMerge with 0.4
2009-04-30 Matthew WildMerge with 0.4
2009-04-29 Matthew WildMerge with 0.4
2009-04-29 Matthew WildMerge with 0.4
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-22 Matthew Wildnet.server: Fix global access/incorrect parameter
2009-04-22 Matthew Wildnet.server: Fix incorrect parameter passing
2009-04-22 Matthew Wildnet.server: Fix global access
2009-04-20 Matthew WildMerging stable into unstable
2009-04-17 Matthew WildMerge
2009-04-17 Matthew Wildnet.server: Fix potential nil handler usage
2009-04-12 Matthew Wildnet.server: Simple logging fix
2009-04-12 Matthew Wildnet.server: Remove some debug code which slipped through
2009-04-12 Matthew Wildnet.server: Add server.setquitting() to gracefully...
2009-04-08 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-04-08 Matthew Wildnet.server: Ensure some logging parameters are strings
2009-03-08 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-03-07 Matthew Wildnet.server: Allow replacement of send function on an...
2009-03-04 Matthew Wildnet.server: Don't call shutdown method on socket if...
2009-03-03 Matthew Wildnet.server: Check for potential nil handler on close
2009-03-03 Tobias MarkmannMerged with main tip.
2009-03-02 Matthew Wildnet.server: Fix to make sure we send a string to loggin...
2009-03-01 Matthew Wildnet.server: Don't retry if client closes socket during...
2009-02-27 Matthew Wildnet.server: Some fixes for SSL/TLS handshake handling
2009-02-19 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-02-19 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-02-18 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-02-18 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-02-18 Matthew Wildnet.server: Fix some more potential nil handler accesses
2009-02-11 Matthew WildMerge with waqas for MUC/routing fixes
2009-02-09 Matthew Wildnet.server: Fix nil table index assignment
2009-02-09 Matthew Wildnet.server: Fix potential fatal error in server.lua
2009-02-04 Matthew WildFix for nil handler error after close
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/