Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.dependencies, util.xmppstream: Move LuaExpat version checking to ↵ | Waqas Hussain | 2011-11-22 | 1 | -7/+0 |
| | | | | util.dependencies. | ||||
* | util.xmppstream: A little cleanup. | Waqas Hussain | 2011-11-22 | 1 | -8/+2 |
| | |||||
* | Merge 0.8->trunk | Matthew Wild | 2011-06-05 | 1 | -1/+1 |
|\ | |||||
| * | util.xmppstream: Check to make sure parser.stop is present before calling it. | Waqas Hussain | 2011-06-05 | 1 | -1/+1 |
| | | |||||
* | | Merge 0.8->trunk | Matthew Wild | 2011-06-02 | 1 | -2/+5 |
|\| | |||||
| * | Merge 0.7->0.8 | Matthew Wild | 2011-06-02 | 1 | -2/+5 |
| | | |||||
* | | Merge 0.8->trunk | Matthew Wild | 2011-06-02 | 1 | -1/+0 |
|\| | |||||
| * | Merge 0.7->0.8 | Matthew Wild | 2011-06-02 | 1 | -1/+0 |
| | | |||||
| * | util.xmppstream: Reject XML comments, processing instructions and (if ↵ | Matthew Wild | 2011-06-01 | 1 | -0/+21 |
| | | | | | | | | supported by LuaExpat) DTDs. If not supported, log a warning. | ||||
| * | util.xmppstream: Allow stream_ns = "" for parsing streams with no xmlns | Matthew Wild | 2010-12-21 | 1 | -1/+4 |
| | | |||||
| * | util.xmppstream: Expose ns_separator and ns_pattern | Matthew Wild | 2010-12-07 | 1 | -0/+3 |
| | | |||||
| * | util.xmppstream: Fix logger name. | Waqas Hussain | 2010-12-03 | 1 | -1/+1 |
| | | |||||
* | | util.xmppstream: Reject XML comments, processing instructions and (if ↵ | Matthew Wild | 2011-06-01 | 1 | -0/+21 |
| | | | | | | | | supported by LuaExpat) DTDs. If not supported, log a warning. | ||||
* | | util.xmppstream: Optimized stanza building by bypassing the stanza API. | Waqas Hussain | 2010-12-29 | 1 | -7/+16 |
| | | |||||
* | | util.xmppstream: Allow stream_ns = "" for parsing streams with no xmlns | Matthew Wild | 2010-12-21 | 1 | -1/+4 |
| | | |||||
* | | util.xmppstream: Expose ns_separator and ns_pattern | Matthew Wild | 2010-12-07 | 1 | -0/+3 |
| | | |||||
* | | util.xmppstream: Fix logger name. | Waqas Hussain | 2010-12-03 | 1 | -1/+1 |
|/ | |||||
* | util.stanza, util.xmppstream, core.xmlhandlers: Allow stanza.last_add to be ↵ | Waqas Hussain | 2010-11-26 | 1 | -1/+2 |
| | | | | nil, and set it nil by default. Saves a table allocation per-element. 20% faster stanza building. | ||||
* | util.xmppstream: Preserve the stream content namespace on descendents of ↵ | Waqas Hussain | 2010-11-20 | 1 | -1/+7 |
| | | | | elements which are in another namespace. | ||||
* | Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 | 1 | -2/+2 |
| | |||||
* | util.xmppstream: Removed some useless property assignments. | Waqas Hussain | 2010-08-03 | 1 | -4/+0 |
| | |||||
* | util.xmppstream: Add set_session() method to change the session that a ↵ | Matthew Wild | 2010-08-02 | 1 | -2/+8 |
| | | | | stream is associated with | ||||
* | util.xmppstream: Stream objects now just have feed/reset methods | Matthew Wild | 2010-05-09 | 1 | -4/+22 |
| | |||||
* | Merge 0.7->trunk | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| | |||||
* | util.xmppstream: new() now returns a parser object | Matthew Wild | 2010-03-22 | 1 | -4/+9 |
| | |||||
* | util.xmppstream: Initial commit | Matthew Wild | 2010-03-22 | 1 | -0/+145 |