aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net.adns: Add helper module for performing non-blocking DNS lookupsMatthew Wild2009-03-041-0/+38
* net.dns: Add methods necessary for allowing non-blocking DNS lookupsMatthew Wild2009-03-041-22/+72
* net.server: Don't call shutdown method on socket if it doesn't have one, eg. ...Matthew Wild2009-03-041-1/+1
* net.server: Check for potential nil handler on closeMatthew Wild2009-03-031-0/+1
* net.server: Fix to make sure we send a string to logging functionMatthew Wild2009-03-021-1/+1
* net.server: Don't retry if client closes socket during SSL handshakingMatthew Wild2009-03-011-2/+4
* net.server: Some fixes for SSL/TLS handshake handlingMatthew Wild2009-02-271-4/+11
* net/xmppclient_listener: Add some logging and handle unestablished sessions e...Matthew Wild2009-02-261-2/+3
* net.server: Fix some more potential nil handler accessesMatthew Wild2009-02-181-2/+4
* net.server: Fix nil table index assignmentMatthew Wild2009-02-091-1/+1
* net.server: Fix potential fatal error in server.luaMatthew Wild2009-02-091-1/+1
* Fix for nil handler error after closeMatthew Wild2009-02-041-1/+1
* Update copyright notices for 2009Matthew Wild2009-01-303-6/+6
* 0.2->0.3Matthew Wild2009-01-304-4/+4
* GPL->MIT!Matthew Wild2009-01-303-39/+6
* server.lua: Comment out unnecessary or very verbose logging, and log the rest...Matthew Wild2009-01-171-9/+9
* server.lua: Use Prosody logger for errors, silence non-errorsMatthew Wild2009-01-171-2/+4
* Port to new server.lua, quite some changes, but I believe everything to be wo...Matthew Wild2009-01-173-893/+831
* net.http: custom_headers -> headersMatthew Wild2009-01-161-1/+1
* net.http: Remove request from conn->request table when conn closedMatthew Wild2009-01-161-1/+1
* Fixed server.lua to use prosody logger for errorsMatthew Wild2009-01-161-2/+4
* net.connlisteners: Fix to report errors loading connlistenersMatthew Wild2009-01-151-2/+2
* net.http: Don't log content from serverMatthew Wild2009-01-151-1/+1
* net.http: Fix to send query part of URL to serverMatthew Wild2009-01-151-1/+8
* net.http: Fix for callbacks being triggered multiple times for the same requestMatthew Wild2009-01-141-1/+3
* core.httpserver: Rename request.responseheaders to the more logical request.h...Matthew Wild2009-01-121-3/+3
* Protected call for HTTP request callbacks, to catch errorsMatthew Wild2009-01-081-3/+7
* Fix to prevent calling HTTP request callback twice with the same dataMatthew Wild2009-01-081-2/+7
* Small fix for logging in connlisteners (warning != warn)vault/0.2.00.2.0Matthew Wild2008-12-271-1/+1