Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.jid+tests: Add simple helpers... node(), host() and resource() for ↵ | Matthew Wild | 2016-03-17 | 1 | -0/+70 |
| | | | | extracting specific parts of a JID | ||||
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -1/+1 |
| | |||||
* | tests/test_util_jid.lua: Add more tests for JID splitting | Matthew Wild | 2010-08-31 | 1 | -3/+6 |
| | |||||
* | tests/test_util_jid.lua: Better formatting, comments, and stop giving 5 ↵ | Matthew Wild | 2010-08-10 | 1 | -4/+7 |
| | | | | arguments to a 4-argument function (thanks Asterix :) ) | ||||
* | util.jid: compare() added, with some tests. | Kim Alvefur | 2010-07-16 | 1 | -0/+11 |
| | |||||
* | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| | |||||
* | tests: Add tests for util.jid.join() | Matthew Wild | 2009-11-27 | 1 | -0/+11 |
| | |||||
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
| | |||||
* | Add a couple more tests for jid.split | Matthew Wild | 2008-12-05 | 1 | -0/+2 |
| | |||||
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 1 | -0/+20 |
| | |||||
* | Improve jid.split() and jid.bare() to pass new test cases with invalid JIDs | Matthew Wild | 2008-11-21 | 1 | -0/+20 |
| | |||||
* | Renamed some of the variables in jid.split test to make it clearer | Matthew Wild | 2008-11-10 | 1 | -5/+5 |
| | |||||
* | Fix jid.split test function | Matthew Wild | 2008-11-09 | 1 | -3/+4 |
| | |||||
* | Adding initial unit testing scripts | Matthew Wild | 2008-09-27 | 1 | -0/+13 |