s2smanager: Log the hostname and address when s2s connection fails instantly
[prosody.git] / net /
2009-06-29 Matthew WildMerge with nolan
2009-06-28 Waqas HussainMerged with trunk
2009-06-28 Matthew WildMerge with nolan
2009-06-28 Matthew Wildnet.httpserver: Don't upset logger when response is nil
2009-06-27 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-26 Matthew Wildxmppclient_listener: Pass session close reason to destr...
2009-06-12 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-12 Matthew Wildnet.http: (Re-)add url[en|de]code functions
2009-06-04 Waqas HussainMerge with trunk
2009-06-04 Matthew Wildnet.server: Display server port in error messages
2009-06-01 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-05-31 Matthew Wildnet.xmppclient_listener: Add small comment
2009-05-30 Waqas Hussainxmppcomponent_listener: Removed unused reference to...
2009-05-30 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-05-29 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-05-29 Matthew Wildhttpclient_listener: Don't use print()...
2009-05-29 Matthew Wildxmppclient_listener: A connection is also secure when...
2009-05-29 Matthew Wildnet.server: A connection is not secure if we delay...
2009-05-28 Matthew WildAdd log message when DNS lookup is cancelled
2009-05-28 Matthew Wildnet.adns: Fix for calling handler when cancelling DNS...
2009-05-26 Matthew Wildnet.adns: Add support for cancelling a non-blocking...
2009-05-26 Matthew Wildnet.dns: Add support for cancelling a coroutine-based...
2009-05-22 Matthew WildMerge with 0.4
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
next