| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | net.adns: Fix logging to handle unconnected UDP sockets | Matthew Wild | 2011-01-08 | 1 | -1/+2 |
* | net.server_event: Log interface and port number when binding fails | Matthew Wild | 2011-01-06 | 1 | -1/+1 |
* | net.httpserver: Removed unused import and variables. | Waqas Hussain | 2011-01-05 | 1 | -2/+0 |
* | net.httpserver: Changed an unnecessary global access. | Waqas Hussain | 2011-01-05 | 1 | -1/+1 |
* | net.httpserver: Decode percent-encoded characters in URL path. | Waqas Hussain | 2011-01-05 | 1 | -0/+1 |
* | net.adns: Log the DNS server that a query is sent to | Matthew Wild | 2011-01-04 | 1 | -1/+4 |
* | net.adns: Handle dns.query() failures, and pass error to handler | Matthew Wild | 2010-12-24 | 1 | -4/+11 |
* | net.dns: resolver:query(): Handle getsocket() failures, and return true on su... | Matthew Wild | 2010-12-24 | 1 | -7/+12 |
* | net.dns: resolver:getsocket(): Return nil, err on failure | Matthew Wild | 2010-12-24 | 1 | -1/+5 |
* | net/server_select.lua: Reduce select() timeout back to 1s | Matthew Wild | 2010-12-18 | 1 | -1/+1 |
* | net.httpserver: Default 'ports' = {5280} | Matthew Wild | 2010-12-17 | 1 | -0/+1 |
* | net.xmppclient_listener: Imports and global cleanup. | Waqas Hussain | 2010-12-15 | 1 | -8/+5 |
* | net.xmppserver_listener: Removed unnecessary import of lxp. | Waqas Hussain | 2010-12-15 | 1 | -1/+0 |
* | net.xmppserver_listener: Removed unused variables and imports. | Waqas Hussain | 2010-12-15 | 1 | -11/+2 |
* | net.xmppserver_listener: Made some globals local. | Waqas Hussain | 2010-12-15 | 1 | -3/+8 |
* | net.xmppcomponent_listener: Move session creation from listener.onincoming to... | Waqas Hussain | 2010-12-15 | 1 | -36/+32 |
* | net.xmppcomponent_listener: Made some globals local. | Waqas Hussain | 2010-12-15 | 1 | -0/+3 |
* | net.dns: Clean up tostring() of returned records, as a result PTR records can... | Matthew Wild | 2010-12-14 | 1 | -22/+17 |
* | net.dns: Add resolver:tohostname() and dns.tohostname() | Matthew Wild | 2010-12-14 | 1 | -0/+7 |
* | net.dns: Removed dependency on util.ztact by moving ztact.get/set in. | Waqas Hussain | 2010-12-09 | 1 | -5/+43 |
* | xmppcomponent_listener: Switch to util.xmppstream from xmlhandlers | Matthew Wild | 2010-12-07 | 1 | -5/+10 |
* | net.server_select: Set select() timeout to 3600 by default. | Waqas Hussain | 2010-12-02 | 1 | -1/+1 |
* | net.server_select: Made another global local. | Waqas Hussain | 2010-12-02 | 1 | -0/+1 |
* | net.server_select: Made some globals local. | Waqas Hussain | 2010-12-02 | 1 | -0/+3 |
* | net.server_select: Make changes required for sub-second timer precision. | Waqas Hussain | 2010-12-02 | 1 | -7/+14 |
* | net.server_event: API parity with net.server_socket | Paul Aurich | 2010-11-21 | 1 | -0/+4 |
* | net.xmpp{client,server,component}_listener: s/xml-not-well-formed/not-well-fo... | Waqas Hussain | 2010-11-20 | 3 | -6/+6 |
* | prosody: Removed all references to componentmanager from Prosody, except the ... | Waqas Hussain | 2010-11-10 | 1 | -2/+0 |
* | net.xmppcomponent_listener: Removed unnecessary and problematic cleanup code. | Waqas Hussain | 2010-11-10 | 1 | -6/+1 |
* | net.xmppcomponent_listener: Call session:on_destroy() on session disconnect. | Waqas Hussain | 2010-11-09 | 1 | -0/+1 |
* | net.http: Removed old HTTP parser, and updated to use util.httpstream. | Waqas Hussain | 2010-11-06 | 1 | -91/+14 |
* | net.dns: Fixed a traceback when util/windows.dll is unavailable on windows. | Waqas Hussain | 2010-10-22 | 1 | -1/+1 |
* | net.server_select: Restore real sendbuffer() before calling onconnect handler... | Matthew Wild | 2010-10-22 | 1 | -1/+1 |
* | Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 | 5 | -21/+21 |
* | net.dns: Support for parsing PTR records | Matthew Wild | 2010-10-06 | 1 | -0/+3 |
* | net.dns: Add 'force' parameter to resolver:feed() to force decoding a packet ... | Matthew Wild | 2010-10-05 | 1 | -2/+2 |
* | net.xmppcomponent_listener: Fixed a possible traceback in component disconnec... | Waqas Hussain | 2010-09-21 | 1 | -1/+1 |
* | net.xmppcomponent_listener: Specify missing log level for a log statement. | Waqas Hussain | 2010-09-21 | 1 | -1/+1 |
* | net.xmppcomponent_listener, mod_component: Removed useless undocumented optio... | Waqas Hussain | 2010-09-21 | 1 | -4/+1 |
* | net.httpserver: Removed old HTTP parser, and updated to use util.httpstream. | Waqas Hussain | 2010-09-17 | 1 | -89/+11 |
* | net.server_select: Add server.step() to run through a single iteration of the... | Matthew Wild | 2010-09-09 | 1 | -6/+12 |
* | net.httpserver: Join multiple headers with the same name as per RFC (thanks d... | Matthew Wild | 2010-08-28 | 1 | -1/+6 |
* | net.http: Add http.formencode() for www-form-urlencoded from an array of fiel... | Matthew Wild | 2010-08-27 | 1 | -2/+20 |
* | net.server: Don't load configmanager if not running inside Prosody, assume se... | Matthew Wild | 2010-08-23 | 1 | -1/+1 |
* | net.server_select, net.server_event: Remove set_mode() call from server.link(... | Matthew Wild | 2010-08-22 | 2 | -2/+0 |
* | net.xmppclient_listener: Add associate_session(conn, session) to change the s... | Matthew Wild | 2010-08-02 | 1 | -0/+4 |
* | net.server_event: Remove some debug messages | Matthew Wild | 2010-08-02 | 1 | -3/+0 |
* | net.server_select: Remove 'now' parameter from starttls(), and base it on whe... | Matthew Wild | 2010-07-22 | 1 | -4/+4 |
* | net.server_event: Fix to not call onconnect a second time after the SSL hands... | Matthew Wild | 2010-07-22 | 1 | -17/+19 |
* | net.server_event: Remove debug logging from dummy onstatus handler | Matthew Wild | 2010-07-17 | 1 | -1/+0 |