util.stanza: Remove unused __add metamethod
|
Matthew Wild |
2011-12-21 |
Merge 0.8->trunk
|
Matthew Wild |
2011-02-24 |
util.stanza: Whitespace fix after merge (complicated)
|
Matthew Wild |
2011-02-24 |
util.stanza: Remove childtags and rename matching_tags -> childtags (they are API-compatible)
|
Matthew Wild |
2011-02-22 |
util.stanza: Rewrite clone() to be more optimized.
|
Waqas Hussain |
2011-02-20 |
util.stanza: Clean up matching_tags() and replace :childtags() with it
|
Matthew Wild |
2011-02-19 |
util.stanza: Remove childtags and rename matching_tags -> childtags (they are API-compatible)
|
Matthew Wild |
2011-02-22 |
util.stanza: Rewrite clone() to be more optimized.
|
Waqas Hussain |
2011-02-20 |
util.stanza: Make some globals local, so they don't clutter the global checking script's output. It's also a minor optimization ;)
|
Waqas Hussain |
2011-02-03 |
util.stanza: Add get_child_text() method to get the text of the specified child element (get_child() + get_text() rolled into one step)
|
Matthew Wild |
2011-01-31 |
util.stanza: Iterate on childtags instead of all childs.
|
Kim Alvefur |
2010-12-17 |
util.stanza: Change get_error() to return nil rather than '' for no text
|
Matthew Wild |
2010-12-11 |
util.stanza, util.xmppstream, core.xmlhandlers: Allow stanza.last_add to be nil, and set it nil by default. Saves a table allocation per-element. 20% faster stanza building.
|
Waqas Hussain |
2010-11-26 |
util.stanza: Make the current element <message> instead of <body> when body text is passed to st.message().
|
Waqas Hussain |
2010-09-21 |
util.stanza: stanza:matched_children() -> stanza:matching_tags()
|
Matthew Wild |
2010-08-30 |
util.stanza: Add stanza:maptags() to apply a function over child tags (return nil to remove tag from stanza)
|
Matthew Wild |
2010-08-30 |
util.stanza: Optimisation, remove useless if...then in stanza:children() iterator
|
Matthew Wild |
2010-08-29 |
util.stanza: Add stanza:matched_children(name, xmlns) [name suggestions welcome]
|
Matthew Wild |
2010-08-29 |
Merge 0.6->0.7
|
Matthew Wild |
2010-04-03 |
util.stanza: Fixed some more nil global accesses.
|
Waqas Hussain |
2010-04-01 |
util.stanza: Fixed a nil global access.
|
Waqas Hussain |
2010-04-01 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
util.stanza: stanza.error_reply(): Fix to put the correct namespace on <text>
|
Matthew Wild |
2010-01-31 |
util.stanza: Fixed nil global accesses.
|
Waqas Hussain |
2010-03-01 |
util.stanza: stanza.error_reply(): Fix to put the correct namespace on <text>
|
Matthew Wild |
2010-01-31 |
util.stanza: Add stanza:get_error() to return type, condition and text of a stanza error
|
Matthew Wild |
2010-01-29 |
util.stanza: Trailing whitespace
|
Matthew Wild |
2010-01-21 |
util.stanza: Add stanza:get_child(name, xmlns) to find a child tag given a name/xmlns
|
Matthew Wild |
2009-11-30 |
Changed separator between attribute names and prefixes from '|' to '\1' (optimization and cleanup).
|
Waqas Hussain |
2009-11-12 |
util.stanza: Don't add xmlns to tags when serializing if same as the parent tag's xmlns. Should hopefully shut up Gajim once and for all :)
|
Matthew Wild |
2009-10-17 |
util.stanza: Remove silly dependency on util.logger
|
Matthew Wild |
2009-10-08 |
util.stanza: Soften dependency on util.termcolours
|
Matthew Wild |
2009-10-06 |
util.stanza: Make xml_escape publicly accessible
|
Matthew Wild |
2009-10-06 |
util.stanza: Add __type to metatable
|
Matthew Wild |
2009-10-04 |
Remove version number from copyright headers
|
Matthew Wild |
2009-07-10 |
util.stanza: Convert spaces to tabs
|
Matthew Wild |
2009-07-10 |
util.stanza: Serializer optimizations, and nicer output for empty elements
|
Waqas Hussain |
2009-06-27 |
util.stanza: Add stanza:get_text() to retrieve all child text nodes #api
|
Matthew Wild |
2009-06-26 |
util.stanza: Rewrote stanza_mt.__tostring. 20-30% faster stanza serialization. - #optimization
|
Waqas Hussain |
2009-06-25 |
util.stanza: Remove numeric attributes while deserializing
|
Waqas Hussain |
2009-06-25 |
util.stanza: Omit unused clone parameter from error_reply()
|
Waqas Hussain |
2009-05-15 |
util.stanza: stanza:reset() method to reset building state
|
Matthew Wild |
2009-04-08 |
0.3->0.4
|
Matthew Wild |
2009-03-20 |
util/stanza: Added clone function
|
Waqas Hussain |
2009-02-19 |
util.stanza: Temporary fix for serializing attributes with namespaces
|
Matthew Wild |
2009-02-11 |
Update copyright notices for 2009
|
Matthew Wild |
2009-01-30 |
0.2->0.3
|
Matthew Wild |
2009-01-30 |
GPL->MIT!
|
Matthew Wild |
2009-01-30 |
Add child_with_ns() method to stanza elements, and fix child_with_name() to iterate tags rather than all children
|
Matthew Wild |
2009-01-11 |
Restore fix for missing last_add on deserialized stanzas. Thanks to tsing for discovering.
|
Matthew Wild |
2009-01-09 |
Merge from waqas
|
Matthew Wild |
2008-12-16 |
Optimized stanza_mt.__tostring (called when doing tostring(stanza))
|
Waqas Hussain |
2008-12-10 |
0.1 -> 0.2
|
Matthew Wild |
2008-12-10 |
New, faster, stanza serialization
|
Matthew Wild |
2008-12-10 |
Insert copyright/license headers
|
Matthew Wild |
2008-12-03 |
Add helper function for adding message bodies to stanzas
|
Matthew Wild |
2008-11-22 |
Don't forget to escape XML in attributes. Thanks to the Postgres Q&A room on conference.jabber.org :)
|
Matthew Wild |
2008-11-19 |
A treat for Linux users ;)
|
Matthew Wild |
2008-11-14 |
Merge from waqas
|
Matthew Wild |
2008-11-13 |
Fixed stanza deserialization
|
Waqas Hussain |
2008-11-13 |
Add new top_tag() method to stanzas
|
Matthew Wild |
2008-11-13 |
Part one of internal component support
|
Matthew Wild |
2008-11-04 |
Don't set cursor inside added child when using add_child()
|
Matthew Wild |
2008-10-26 |
Make add_child() behave as expected. Old add_child() is now add_direct_child()
|
Matthew Wild |
2008-10-26 |
dialback keys now verified
s2s
|
Matthew Wild |
2008-10-24 |
Fixed: util.stanza.deserialize now handles nil stanzas
|
Waqas Hussain |
2008-10-09 |
Stanza preserialize/deserialize helpers, to strip and restore stanzas respectively. Fixed mod_vcard to use these.
|
Matthew Wild |
2008-10-08 |
Fixed typo in variable name
|
Waqas Hussain |
2008-10-07 |
Merged mod_InBandRegistration from waqas
|
Matthew Wild |
2008-10-05 |
User registration, etc (jabber:iq:register)
|
Waqas Hussain |
2008-10-04 |
Removed unused functions
|
Waqas Hussain |
2008-10-04 |
Huge commit to:
|
Matthew Wild |
2008-09-30 |
Some docs written by Thorns. Need reviewing.
|
bt |
2008-09-17 |
Merged 2 heads o_O
|
matthew |
2008-08-24 |
Added all the files to please hg :/
|
matthew |
2008-08-24 |
Presence unavailable on disconnect
|
matthew |
2008-08-24 |
Working presence!
|
matthew |
2008-08-24 |
Switched to new connection framework, courtesy of the luadch project
|
matthew |
2008-08-24 |
First commit, where do you want to go tomorrow?
|
matthew |
2008-08-22 |