| Commit message (Expand) | Author | Age | Files | Lines |
* | net.xmppserver_listener: status -> onstatus for consistency | Matthew Wild | 2010-01-31 | 1 | -1/+1 |
* | net.xmppserver_listener: Handle stream-error errors from xmlhandlers, and clo... | Matthew Wild | 2010-01-19 | 1 | -1/+20 |
* | net.xmppserver_listener: Extend session:close() with a remote_reason parameter | Matthew Wild | 2010-01-19 | 1 | -2/+2 |
* | net.xmpp{client,server,component}: Update for new xmlhandlers syntax | Matthew Wild | 2010-01-19 | 1 | -3/+2 |
* | net.xmppserver_listener: Pass reason for session disconnection to disconnect ... | Matthew Wild | 2010-01-19 | 1 | -1/+1 |
* | xmppserver_listener: Make log messages during SRV retries clearer | Matthew Wild | 2009-12-17 | 1 | -2/+2 |
* | xmppserver_listener: When a connection fails, pass the reason to destroy_session | Matthew Wild | 2009-12-17 | 1 | -1/+1 |
* | xmppserver_listener: Update for new server API, fixes traceback when closing ... | Matthew Wild | 2009-11-28 | 1 | -3/+3 |
* | core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls | Matthew Wild | 2009-11-24 | 1 | -1/+0 |
* | *_listener: Update for new net.server API, specifically .listener -> .onincom... | Matthew Wild | 2009-11-22 | 1 | -3/+3 |
* | Changed separator between attribute names and prefixes from '|' to '\1' (opti... | Waqas Hussain | 2009-11-12 | 1 | -3/+3 |
* | xmppserver_listener: Minor logging fix: Prefer the session logger when availa... | Waqas Hussain | 2009-10-25 | 1 | -2/+2 |
* | xmppserver_listener: Use listener log() if session doesn't have one yet (than... | Matthew Wild | 2009-10-17 | 1 | -2/+2 |
* | Merge with 0.5 | Matthew Wild | 2009-10-15 | 1 | -1/+1 |
|\ |
|
| * | xmppserver_listener: Fix typo (thanks Jorj) | Matthew Wild | 2009-10-15 | 1 | -1/+1 |
* | | Merge with 0.5 | Matthew Wild | 2009-10-14 | 1 | -0/+3 |
|\| |
|
| * | xmppserver_listener: More forcefully close s2s connections (fixes fd leak) | Matthew Wild | 2009-10-14 | 1 | -0/+3 |
* | | xmppserver_listener: Lower log-level of debug message to, er, 'debug' | Matthew Wild | 2009-10-05 | 1 | -1/+1 |
* | | xmppserver_listener: Add status() function to signal when a connection comple... | Matthew Wild | 2009-10-04 | 1 | -0/+11 |
* | | xmppserver_listener: Add logger to s2s sessions | Matthew Wild | 2009-10-04 | 1 | -0/+6 |
* | | xmppserver_listener: Small whitespace fix | Matthew Wild | 2009-10-04 | 1 | -1/+0 |
* | | xmppserver_listener: Better log messages on invalid XML | Matthew Wild | 2009-10-04 | 1 | -1/+2 |
* | | core.s2smanager, xmppserver_listener: Move the responsibility of setting sess... | Matthew Wild | 2009-08-16 | 1 | -6/+0 |
* | | Merge with 0.5 | Matthew Wild | 2009-07-28 | 1 | -0/+5 |
|\| |
|
| * | xmpp{client,server,component]_listener: Open stream if sending an error and i... | Matthew Wild | 2009-07-28 | 1 | -0/+5 |
* | | xmpp{client,server}_listener: Report contents of packets containing invalid XML | Matthew Wild | 2009-07-26 | 1 | -0/+1 |
|/ |
|
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
* | xmpp{server,client}_listener: Fix global accesses | Matthew Wild | 2009-04-22 | 1 | -3/+4 |
* | xmppserver_listener: Add session:close() method to outgoing s2s connections too | Matthew Wild | 2009-04-12 | 1 | -1/+2 |
* | Merge | Matthew Wild | 2009-04-10 | 1 | -0/+2 |
* | 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 | 1 | -1/+1 |
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 1 | -2/+2 |
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 1 | -1/+1 |
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 1 | -13/+2 |
* | Change xmlhandlers to match stream opening tag with ns+tag | Matthew Wild | 2008-12-16 | 1 | -1/+1 |
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
* | Fix blank tracebacks for c2s/s2s connections | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
* | stanza_dispatch != dispatch_stanza | Matthew Wild | 2008-12-07 | 1 | -1/+1 |
* | Typo in variable name in last commit | Matthew Wild | 2008-12-07 | 1 | -1/+1 |
* | stanza_dispatch = core_process_stanza, fixed for xmpp{client,server} listener... | Matthew Wild | 2008-12-07 | 1 | -3/+1 |
* | Code tidying for xmpp{client,server}_listeners | Matthew Wild | 2008-12-06 | 1 | -18/+12 |
* | Disconnect with stream errors on bad XML, or invalid stream namespace | Matthew Wild | 2008-12-05 | 1 | -2/+14 |
* | Abstract xmlhandlers a bit more, also add error callbacks | Matthew Wild | 2008-12-04 | 1 | -3/+3 |
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 1 | -0/+20 |
* | No more reading 1 byte at a time from sockets | Matthew Wild | 2008-11-28 | 1 | -1/+1 |
* | (Basic) IDNA and SRV fallback support | Matthew Wild | 2008-11-26 | 1 | -3/+8 |
* | Fix a waqas copy/paste error. It was my fault again apparently. | Matthew Wild | 2008-11-26 | 1 | -0/+1 |
* | Wrapped a core_process_stanza call in an xpcall call | Waqas Hussain | 2008-11-26 | 1 | -1/+1 |
* | Incorrect function set as callback | Matthew Wild | 2008-11-19 | 1 | -1/+2 |