aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net.http: (Re-)add url[en|de]code functionsMatthew Wild2009-06-121-4/+5
* net.server: Display server port in error messagesMatthew Wild2009-06-041-2/+2
* net.xmppclient_listener: Add small commentMatthew Wild2009-05-311-0/+1
* xmppcomponent_listener: Removed unused reference to core.eventmanagerWaqas Hussain2009-05-311-1/+0
* httpclient_listener: Don't use print()...Matthew Wild2009-05-291-3/+3
* xmppclient_listener: A connection is also secure when it uses legacy SSLMatthew Wild2009-05-291-0/+4
* net.server: A connection is not secure if we delay the TLS handshakeMatthew Wild2009-05-291-0/+5
* Add log message when DNS lookup is cancelledMatthew Wild2009-05-281-0/+1
* net.adns: Fix for calling handler when cancelling DNS lookupMatthew Wild2009-05-281-1/+1
* net.adns: Add support for cancelling a non-blocking lookup, optionally callin...Matthew Wild2009-05-261-1/+8
* net.dns: Add support for cancelling a coroutine-based requestMatthew Wild2009-05-261-2/+10
* Merge with 0.4Matthew Wild2009-05-051-1/+1
|\
| * net.httpserver: Fix for urlencoding to always produce 2 digitsMatthew Wild2009-05-041-1/+1
* | Merge with 0.4Matthew Wild2009-05-043-3/+172
|\|
| * net.http, net.httpserver: Remove urlcodes table... it really isn't needed (th...Matthew Wild2009-05-042-3/+1
| * net.httpserver: Fix potential nil accessMatthew Wild2009-04-221-2/+2
| * prosody, xmppcomponent_listener: Add listener for XEP-0114 component connectionsMatthew Wild2009-05-041-0/+171
* | Merge with 0.4Matthew Wild2009-05-032-3/+9
|\|
| * net.connlisteners: Lower log level of multiple listeners warning (not interes...Matthew Wild2009-05-031-2/+2
| * net.server: Add getserver() method to find the server listening on the specif...Matthew Wild2009-05-031-1/+7
* | Merge with 0.4 branchMatthew Wild2009-04-231-2/+2
|\|
| * net.httpserver: Fix traceback when sending response to a destroyed requestMatthew Wild2009-04-231-1/+1
| * net.httpserver: Don't log the response body (can be binary data...)Matthew Wild2009-04-231-1/+1
* | xmpp{server,client}_listener: Fix global accessesMatthew Wild2009-04-222-5/+8
* | net.server: Fix global access/incorrect parameterMatthew Wild2009-04-221-1/+1
* | net.httpserver: Fix potential nil accessMatthew Wild2009-04-221-2/+2
* | net.http: Fix potential nil accessMatthew Wild2009-04-221-2/+2
* | net.server: Fix incorrect parameter passingMatthew Wild2009-04-221-1/+1
* | net.server: Fix global accessMatthew Wild2009-04-221-1/+1
|/
* net.adns: Call handler for records already cachedMatthew Wild2009-04-181-5/+9
* net.server: Fix potential nil handler usageMatthew Wild2009-04-171-4/+8
* net.server: Simple logging fixMatthew Wild2009-04-121-1/+1
* net.server: Remove some debug code which slipped throughMatthew Wild2009-04-121-1/+0
* xmppserver_listener: Add session:close() method to outgoing s2s connections tooMatthew Wild2009-04-121-1/+2
* net.server: Add server.setquitting() to gracefully quit the socket loopMatthew Wild2009-04-121-2/+11
* net.adns: Flush buffer after sending DNS requestMatthew Wild2009-04-111-1/+1
* MergeMatthew Wild2009-04-101-0/+2
* net.adns: Catch errors in DNS response callbacksMatthew Wild2009-04-101-2/+5
* net.server: Ensure some logging parameters are stringsMatthew Wild2009-04-081-7/+7
* net.httpserver: Don't log that a request has been left open if it is destroyedMatthew Wild2009-04-051-1/+1
* Fixed: net/http.lua: HTTP request callback wasn't being called on some errorsWaqas Hussain2009-03-301-0/+1
* net.connlisteners: Allow listeners to specify default interfaceMatthew Wild2009-03-221-1/+1
* net.http: Don't throw error on invalid URLs. Fixes #56.Matthew Wild2009-03-211-0/+9
* net.xmppclient_listener: Set default namespace to jabber:clientMatthew Wild2009-03-211-1/+3
* net.xmppserver_listener: Set default namespace to jabber:serverMatthew Wild2009-03-211-1/+3
* 0.3->0.4Matthew Wild2009-03-204-4/+4
* net.adns: Set new send in net.server after 'connecting UDP' socketMatthew Wild2009-03-071-1/+1
* net.server: Allow replacement of send function on an open socketMatthew Wild2009-03-071-0/+4
* net.adns: Return _MMatthew Wild2009-03-041-0/+2
* net.adns: Load the correct dns libMatthew Wild2009-03-041-1/+1