Merge with 0.4
[prosody.git] / net /
2009-05-22 Matthew WildMerge with 0.4
2009-05-21 Matthew WildMerge with 0.4
2009-05-19 Matthew WildMerge with 0.4
2009-05-13 Matthew WildMerge with 0.4
2009-05-06 Matthew WildMerge with 0.4
2009-05-05 Matthew WildMerge with 0.4
2009-05-05 Matthew WildMerge with 0.4
2009-05-05 Matthew WildMerge with 0.4
2009-05-04 Matthew Wildnet.httpserver: Fix for urlencoding to always produce...
2009-05-04 Matthew WildMerge with 0.4
2009-05-04 Matthew Wildnet.http, net.httpserver: Remove urlcodes table......
2009-05-03 Matthew WildMerge with 0.4
2009-05-03 Matthew WildMerge with 0.4
2009-05-03 Matthew Wildnet.connlisteners: Lower log level of multiple listener...
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 WildAutomated merge with http://waqas.ath.cx:8000/
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-23 Matthew Wildnet.httpserver: Fix traceback when sending response...
2009-04-23 Matthew Wildnet.httpserver: Don't log the response body (can be...
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-22 Matthew Wildxmpp{server,client}_listener: Fix global accesses
2009-04-22 Matthew Wildnet.server: Fix global access/incorrect parameter
2009-04-22 Matthew Wildnet.httpserver: Fix potential nil access
2009-05-04 Matthew Wildprosody, xmppcomponent_listener: Add listener for XEP...
2009-04-22 Matthew Wildnet.httpserver: Fix potential nil access
2009-04-22 Matthew Wildnet.http: Fix potential nil access
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-18 Matthew Wildnet.adns: Call handler for records already cached
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 Wildxmppserver_listener: Add session:close() method to...
2009-04-12 Matthew Wildnet.server: Add server.setquitting() to gracefully...
2009-04-11 Matthew Wildnet.adns: Flush buffer after sending DNS request
2009-04-10 Matthew WildMerge
2009-04-10 Matthew WildMerge
2009-04-10 Matthew Wildnet.adns: Catch errors in DNS response callbacks
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-04-05 Matthew Wildnet.httpserver: Don't log that a request has been left...
2009-03-30 Matthew WildAutomated merge with ssh://hg@prosody.im/prosody-hg
2009-03-29 Waqas HussainFixed: net/http.lua: HTTP request callback wasn't being...
2009-03-22 Matthew Wildnet.connlisteners: Allow listeners to specify default...
2009-03-21 Matthew Wildnet.http: Don't throw error on invalid URLs. Fixes...
2009-03-21 Matthew Wildnet.xmppclient_listener: Set default namespace to jabbe...
2009-03-21 Matthew Wildnet.xmppserver_listener: Set default namespace to jabbe...
2009-03-20 Matthew WildMerge
2009-03-20 Matthew Wild0.3->0.4
2009-03-08 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-03-07 Matthew Wildnet.adns: Set new send in net.server after 'connecting...
2009-03-07 Matthew Wildnet.server: Allow replacement of send function on an...
2009-03-04 Matthew Wildnet.adns: Return _M
2009-03-04 Matthew Wildnet.adns: Load the correct dns lib
2009-03-04 Matthew Wildnet.adns: Add helper module for performing non-blocking...
2009-03-04 Matthew Wildnet.dns: Add methods necessary for allowing non-blockin...
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-26 Matthew Wildnet/xmppclient_listener: Add some logging and handle...
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-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
next