Automated merge.
[prosody.git] / net /
2008-11-29 Tobias MarkmannAutomated merge.
2008-11-29 Tobias MarkmannAutomated merge.
2008-11-29 Matthew WildMerfe from Tobias
2008-11-29 Matthew WildFix for loading connlisteners when running without...
2008-11-29 Tobias MarkmannForced merge.
2008-11-29 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-11-29 Matthew WildUpdate Makefile to now pass config paths to prosody...
2008-11-28 Matthew WildMerge from waqas
2008-11-28 Waqas HussainQuickfix for dns.lua to not crash on failed connection...
2008-11-28 Matthew WildNo more reading 1 byte at a time from sockets
2008-11-26 Matthew Wild(Basic) IDNA and SRV fallback support
2008-11-26 Matthew WildFix a waqas copy/paste error. It was my fault again...
2008-11-26 Waqas HussainWrapped a core_process_stanza call in an xpcall call
2008-11-23 Tobias MarkmannMerging with main branch.
2008-11-23 Matthew WildMerge from waqas
2008-11-23 Waqas HussainAdded temporary fix for srv on windows: using opendns...
2008-11-23 Matthew WildMerge from waqas
2008-11-23 Matthew WildMerge from waqas
2008-11-23 Matthew WildSmall fix for connlisteners to accept nil for userdata
2008-11-23 Matthew WildFix various mistakes in dns.lua
2008-11-23 Matthew WildFix dns for poor Windows users, who have never seen...
2008-11-22 Matthew WildAll the people who don't use TLS, this one's for you.
2008-11-19 Matthew WildIncorrect function set as callback
2008-11-18 Matthew WildWe have SRV resolving \o/
2008-11-18 Matthew WildFix to prevent send retry when connection is already...
2008-11-18 Matthew Wildsession:disconnect() -> session:close() for consistency...
2008-11-18 Matthew WildQuite some changes, to:
2008-11-18 Matthew Wilds2s sessions can now be disconnected, with or without...
2008-11-18 Matthew WildAllow us to close client connections, with or without...
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-11-16 Matthew WildFix logging in some cases for client disconnects
2008-11-15 Matthew WildMerge new SASL code from Tobias and Waqas
2008-11-15 Matthew WildFix logging of disconnect reason, and also sending...
2008-11-15 Tobias MarkmannMerging my new SASL code with Waqas' adjusted saslauth...
2008-11-15 Matthew WildMerge from waqas
2008-11-15 Waqas HussainSome bugs fixed
2008-11-10 Tobias MarkmannMerging.
2008-11-09 Matthew WildActually show error and position when we show a traceba...
2008-11-08 Matthew WildCommitting code to get nicer tracebacks for errors...
2008-10-24 Matthew WildBacked out changeset 4adc53e03b4d (garbage collection)
2008-10-24 Matthew WildExtra garbage collection, for debugging
2008-10-24 Matthew WildClean up session when s2s connections are disconnected
2008-10-24 Matthew WildMerge from waqas
2008-10-24 Matthew WildMerging more s2s
2008-10-24 Matthew WildPartial s2s commit
2008-10-24 Matthew Wilds2s works! \o/ \o/
2008-10-24 Matthew Wilddialback keys now verified
2008-10-23 Matthew WildMaking the best attempt out of a bad merge from waqas
2008-10-23 Matthew WildInitial s2s stuff
2008-10-23 Waqas HussainMerged from Matthew
2008-10-23 Matthew WildFix for not destroying sessions when connection closed.
2008-10-22 Matthew WildMerge roster & presence from waqas
2008-10-22 Matthew WildAbstract connections with "connection listeners"
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-10-02 Matthew WildSASL!
2008-08-25 Matthew WildMoved server module to net/