Merge from waqas
[prosody.git] / net /
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-30 Matthew WildUpdate copyright notices for 2009
2009-01-30 Matthew Wild0.2->0.3
2009-01-30 Matthew WildGPL->MIT!
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 Wildnet.http: custom_headers -> headers
2009-01-16 Matthew Wildnet.http: Remove request from conn->request table when...
2009-01-16 Matthew WildFixed server.lua to use prosody logger for errors
2009-01-15 Matthew Wildnet.connlisteners: Fix to report errors loading connlis...
2009-01-15 Matthew Wildnet.http: Don't log content from server
2009-01-15 Matthew Wildnet.http: Fix to send query part of URL to server
2009-01-14 Matthew Wildnet.http: Fix for callbacks being triggered multiple...
2009-01-13 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-12 Matthew Wildcore.httpserver: Rename request.responseheaders to...
2009-01-08 Matthew WildProtected call for HTTP request callbacks, to catch...
2009-01-08 Matthew WildFix to prevent calling HTTP request callback twice...
2008-12-27 Matthew WildSmall fix for logging in connlisteners (warning !=...
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 WildHTTP requests now have status code as a number instead...
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 WildAdding initial net.httpserver (lots of work to do on it)
2008-12-22 Matthew WildFix nil status code for http request callbacks
2008-12-22 Matthew WildMerge from waqas
2008-12-18 Matthew WildFix data loss when closing connection with a large...
2008-12-16 Matthew WildSecond merge from waqas
2008-12-16 Matthew WildMerge from waqas
2008-12-16 Matthew WildChange xmlhandlers to match stream opening tag with...
2008-12-16 Matthew WildProtect loading of connlisteners, to catch errors
2008-12-15 Waqas HussainFixed URL encoding to generate %0x instead of %x
2008-12-13 Matthew WildMake wraptcpclient set timeout to 0, and add it to...
2008-12-12 Matthew WildOops, don't call server.loop() because we'll be running...
2008-12-12 Matthew WildPass HTTP request object to callback
2008-12-12 Matthew WildHTTP request callbacks now: handler(code, content)...
2008-12-12 Matthew WildNon-blocking HTTP requests (adding net.http)
2008-12-10 Matthew Wild0.1 -> 0.2
2008-12-10 Matthew WildFix blank tracebacks for c2s/s2s connections
2008-12-07 Matthew Wildstanza_dispatch != dispatch_stanza
2008-12-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-07 Matthew WildTypo in variable name in last commit
2008-12-07 Matthew Wildstanza_dispatch = core_process_stanza, fixed for xmpp...
2008-12-06 Matthew WildMerge from waqas
2008-12-06 Matthew WildCode tidying for xmpp{client,server}_listeners
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-05 Matthew WildRemove an incorrect line which I didn't add, and fix...
2008-12-05 Matthew WildDisconnect with stream errors on bad XML, or invalid...
2008-12-05 Matthew WildMerge from waqas
2008-12-05 Matthew WildMerge from waqas
2008-12-04 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-12-04 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-12-04 Matthew WildAbstract xmlhandlers a bit more, also add error callbacks
2008-12-04 Matthew WildFix logger ids for c2s and s2sout
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-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:
next