| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge with 0.4 branch | Matthew Wild | 2009-04-23 | 1 | -2/+2 |
|\ |
|
| * | net.httpserver: Fix traceback when sending response to a destroyed request | Matthew Wild | 2009-04-23 | 1 | -1/+1 |
| * | net.httpserver: Don't log the response body (can be binary data...) | Matthew Wild | 2009-04-23 | 1 | -1/+1 |
* | | xmpp{server,client}_listener: Fix global accesses | Matthew Wild | 2009-04-22 | 2 | -5/+8 |
* | | net.server: Fix global access/incorrect parameter | Matthew Wild | 2009-04-22 | 1 | -1/+1 |
* | | net.httpserver: Fix potential nil access | Matthew Wild | 2009-04-22 | 1 | -2/+2 |
* | | net.http: Fix potential nil access | Matthew Wild | 2009-04-22 | 1 | -2/+2 |
* | | net.server: Fix incorrect parameter passing | Matthew Wild | 2009-04-22 | 1 | -1/+1 |
* | | net.server: Fix global access | Matthew Wild | 2009-04-22 | 1 | -1/+1 |
|/ |
|
* | net.adns: Call handler for records already cached | Matthew Wild | 2009-04-18 | 1 | -5/+9 |
* | net.server: Fix potential nil handler usage | Matthew Wild | 2009-04-17 | 1 | -4/+8 |
* | net.server: Simple logging fix | Matthew Wild | 2009-04-12 | 1 | -1/+1 |
* | net.server: Remove some debug code which slipped through | Matthew Wild | 2009-04-12 | 1 | -1/+0 |
* | xmppserver_listener: Add session:close() method to outgoing s2s connections too | Matthew Wild | 2009-04-12 | 1 | -1/+2 |
* | net.server: Add server.setquitting() to gracefully quit the socket loop | Matthew Wild | 2009-04-12 | 1 | -2/+11 |
* | net.adns: Flush buffer after sending DNS request | Matthew Wild | 2009-04-11 | 1 | -1/+1 |
* | Merge | Matthew Wild | 2009-04-10 | 1 | -0/+2 |
* | net.adns: Catch errors in DNS response callbacks | Matthew Wild | 2009-04-10 | 1 | -2/+5 |
* | net.server: Ensure some logging parameters are strings | Matthew Wild | 2009-04-08 | 1 | -7/+7 |
* | net.httpserver: Don't log that a request has been left open if it is destroyed | Matthew Wild | 2009-04-05 | 1 | -1/+1 |
* | Fixed: net/http.lua: HTTP request callback wasn't being called on some errors | Waqas Hussain | 2009-03-30 | 1 | -0/+1 |
* | net.connlisteners: Allow listeners to specify default interface | Matthew Wild | 2009-03-22 | 1 | -1/+1 |
* | net.http: Don't throw error on invalid URLs. Fixes #56. | Matthew Wild | 2009-03-21 | 1 | -0/+9 |
* | net.xmppclient_listener: Set default namespace to jabber:client | Matthew Wild | 2009-03-21 | 1 | -1/+3 |
* | net.xmppserver_listener: Set default namespace to jabber:server | Matthew Wild | 2009-03-21 | 1 | -1/+3 |
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 4 | -4/+4 |
* | net.adns: Set new send in net.server after 'connecting UDP' socket | Matthew Wild | 2009-03-07 | 1 | -1/+1 |
* | net.server: Allow replacement of send function on an open socket | Matthew Wild | 2009-03-07 | 1 | -0/+4 |
* | net.adns: Return _M | Matthew Wild | 2009-03-04 | 1 | -0/+2 |
* | net.adns: Load the correct dns lib | Matthew Wild | 2009-03-04 | 1 | -1/+1 |
* | net.adns: Add helper module for performing non-blocking DNS lookups | Matthew Wild | 2009-03-04 | 1 | -0/+38 |
* | net.dns: Add methods necessary for allowing non-blocking DNS lookups | Matthew Wild | 2009-03-04 | 1 | -22/+72 |
* | net.server: Don't call shutdown method on socket if it doesn't have one, eg. ... | Matthew Wild | 2009-03-04 | 1 | -1/+1 |
* | net.server: Check for potential nil handler on close | Matthew Wild | 2009-03-03 | 1 | -0/+1 |
* | net.server: Fix to make sure we send a string to logging function | Matthew Wild | 2009-03-02 | 1 | -1/+1 |
* | net.server: Don't retry if client closes socket during SSL handshaking | Matthew Wild | 2009-03-01 | 1 | -2/+4 |
* | net.server: Some fixes for SSL/TLS handshake handling | Matthew Wild | 2009-02-27 | 1 | -4/+11 |
* | net/xmppclient_listener: Add some logging and handle unestablished sessions e... | Matthew Wild | 2009-02-26 | 1 | -2/+3 |
* | net.server: Fix some more potential nil handler accesses | Matthew Wild | 2009-02-18 | 1 | -2/+4 |
* | net.server: Fix nil table index assignment | Matthew Wild | 2009-02-09 | 1 | -1/+1 |
* | net.server: Fix potential fatal error in server.lua | Matthew Wild | 2009-02-09 | 1 | -1/+1 |
* | Fix for nil handler error after close | Matthew Wild | 2009-02-04 | 1 | -1/+1 |
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 3 | -6/+6 |
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 4 | -4/+4 |
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 3 | -39/+6 |
* | server.lua: Comment out unnecessary or very verbose logging, and log the rest... | Matthew Wild | 2009-01-17 | 1 | -9/+9 |
* | server.lua: Use Prosody logger for errors, silence non-errors | Matthew Wild | 2009-01-17 | 1 | -2/+4 |
* | Port to new server.lua, quite some changes, but I believe everything to be wo... | Matthew Wild | 2009-01-17 | 3 | -893/+831 |
* | net.http: custom_headers -> headers | Matthew Wild | 2009-01-16 | 1 | -1/+1 |
* | net.http: Remove request from conn->request table when conn closed | Matthew Wild | 2009-01-16 | 1 | -1/+1 |