| Commit message (Expand) | Author | Age | Files | Lines |
* | 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.6->0.7 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
|\ |
|
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| * | core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls | Matthew Wild | 2009-11-24 | 1 | -1/+0 |
* | | net.xmppcomponent_listener: Don't remove 'log' and 'close' from sessions when... | Matthew Wild | 2010-03-14 | 1 | -1/+6 |
* | | net.xmppcomponent_listener: Log invalid XML received from components (as we a... | Matthew Wild | 2010-03-14 | 1 | -0/+1 |
* | | net.xmppcomponent_listener: Don't allow closing a session that has already be... | Matthew Wild | 2010-03-14 | 1 | -0/+1 |
* | | net.xmppcomponent_listener: Close component sessions on receiving a </stream:... | Matthew Wild | 2010-03-14 | 1 | -2/+2 |
* | | net.xmppcomponent_listener: Don't handle stream errors from component session... | Matthew Wild | 2010-03-14 | 1 | -0/+1 |
* | | net.xmppcomponent_listener: Fix to correctly handle stream errors from compon... | Matthew Wild | 2010-03-14 | 1 | -5/+21 |
* | | xmppcomponent_listener: Update for new connection API | Matthew Wild | 2010-01-22 | 1 | -1/+1 |
* | | net.xmpp{client,server,component}: Update for new xmlhandlers syntax | Matthew Wild | 2010-01-19 | 1 | -2/+2 |
* | | core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls | Matthew Wild | 2009-11-24 | 1 | -1/+0 |
* | | xmppcomponent_listener: Use new API for writing to components, fixes tracebac... | Matthew Wild | 2009-11-22 | 1 | -1/+1 |
* | | *_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 |
* | xmppcomponent_listener: Fix to collect component sessions on disconnect | Matthew Wild | 2009-08-05 | 1 | -0/+1 |
* | xmpp{client,server,component]_listener: Open stream if sending an error and i... | Matthew Wild | 2009-07-28 | 1 | -0/+5 |
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
* | xmppcomponent_listener: Removed unused reference to core.eventmanager | Waqas Hussain | 2009-05-31 | 1 | -1/+0 |
* | prosody, xmppcomponent_listener: Add listener for XEP-0114 component connections | Matthew Wild | 2009-05-04 | 1 | -0/+171 |