| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | net.server_select: Ensure that onconnect is called for server sockets as well... | Matthew Wild | 2010-07-16 | 1 | -11/+13 |
* | net.dns: Call :cancel() on the current resolver instead of the prototype | Matthew Wild | 2010-07-14 | 1 | -1/+1 |
* | xmpp{client,server}_listener: Convert some calls to tail calls for efficiency | Matthew Wild | 2010-07-09 | 2 | -2/+2 |
* | xmppserver_listener: Fix variable names I forgot to change in the last commit | Matthew Wild | 2010-07-08 | 1 | -1/+1 |
* | xmpp{client,server}_listener: Put stanzas/in filtering code in the correct pl... | Matthew Wild | 2010-07-08 | 2 | -14/+14 |
* | net.dns: Add dns.settimeout() to set the timeout for the default resolver | Matthew Wild | 2010-07-05 | 1 | -0/+4 |
* | net.dns: Make timeout configurable (default 15s) | Matthew Wild | 2010-07-05 | 1 | -4/+9 |
* | net.dns, net.adns: Update resolver:cancel() API so that a table doesn't need ... | Matthew Wild | 2010-07-05 | 2 | -6/+6 |
* | net.dns, net.adns: Move coroutine-calling logic into resolver:cancel() | Matthew Wild | 2010-07-05 | 2 | -6/+6 |
* | net.dns: Handle our own timeouts, including falling onto other servers in res... | Matthew Wild | 2010-07-05 | 1 | -1/+25 |
* | xmppcomponent_listener: Add log messages for when stanzas from components hav... | Matthew Wild | 2010-07-04 | 1 | -0/+2 |
* | xmppcomponent_listener: Import jid_split to fix undefined global reference | Matthew Wild | 2010-07-04 | 1 | -0/+1 |
* | xmppcomponent_listener: Don't validate to/from on non-stanzas, fixes componen... | Waqas Hussain | 2010-07-03 | 1 | -18/+20 |
* | xmppcomponent_listener: Validate to/from on components, fixes #104 and #162 | Matthew Wild | 2010-07-03 | 1 | -0/+21 |
* | Merge 0.7->trunk | Matthew Wild | 2010-07-02 | 1 | -4/+4 |
|\ |
|
| * | net.server_select: Clean up buffer and fire drained callback on successful wr... | Matthew Wild | 2010-07-02 | 1 | -1/+1 |