| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | util.jwt: Add support/tests for ES256 via improved API and using util.crypto | Matthew Wild | 2022-07-01 | 1 | -0/+50 |
* | | util.crypto: New wrapper for some operations in OpenSSL's libcrypto | Matthew Wild | 2022-06-24 | 1 | -0/+196 |
* | | util.stanza: Add add_error() to simplify adding error tags to existing stanzas | Matthew Wild | 2022-08-29 | 1 | -0/+14 |
* | | util.stanza: Add method for extracting a single attribute value | Kim Alvefur | 2022-08-17 | 1 | -1/+1 |
* | | mod_mam: Store archives with sub-second precision timestamps | Kim Alvefur | 2022-08-14 | 2 | -8/+8 |
* | | util.datetime: Add support for sub-second precision timestamps | Kim Alvefur | 2022-08-14 | 1 | -0/+13 |
* | | util.datetime: Fix argument order in tests | Kim Alvefur | 2022-08-14 | 1 | -6/+6 |
* | | various: Update IETF RFC URLs for tools.ietf.org transition | Kim Alvefur | 2022-08-05 | 1 | -1/+1 |
* | | Merge 0.12->trunk | Kim Alvefur | 2022-07-29 | 1 | -0/+17 |
|\| |
|
| * | storage tests: Add test for the archive:summary API | Kim Alvefur | 2022-07-22 | 1 | -0/+17 |
* | | Merge 0.12->trunk | Kim Alvefur | 2022-07-27 | 1 | -0/+27 |
|\| |
|
| * | mod_bookmarks: Reduce error about not having bookmarks to debug (thanks tom) | Kim Alvefur | 2022-07-26 | 1 | -0/+27 |
* | | compat: Remove handling of Lua 5.1 location of 'unpack' function | Kim Alvefur | 2022-07-11 | 1 | -1/+1 |
* | | Merge 0.12->trunk | Kim Alvefur | 2022-07-08 | 2 | -3/+107 |
|\| |
|
| * | util.datamapper: Improve handling of schemas with non-obvious "type" | Kim Alvefur | 2022-07-08 | 1 | -3/+5 |
| * | util.jsonschema: Fix validation to not assume presence of "type" field | Kim Alvefur | 2022-07-08 | 1 | -0/+102 |
* | | tests: Remove special-casing of Lua 5.1 | Kim Alvefur | 2022-07-02 | 2 | -24/+22 |
* | | util.hashes: Add SHA3 bindings | Kim Alvefur | 2020-09-10 | 1 | -0/+15 |
* | | Merge 0.12->trunk | Kim Alvefur | 2022-05-08 | 1 | -0/+38 |
|\| |
|
| * | util.jsonpointer: Add basic tests | Kim Alvefur | 2022-05-08 | 1 | -0/+38 |
* | | Merge 0.12->trunk | Matthew Wild | 2022-04-25 | 1 | -1/+1 |
|\| |
|
| * | util.argparse: Revise 553c6204fe5b with a different approach | Matthew Wild | 2022-04-25 | 1 | -1/+1 |
* | | util.table: tests: Tests for table.move() | Matthew Wild | 2022-03-18 | 1 | -0/+11 |
* | | net.resolvers.service: Honour record 'weight' when picking SRV targets | Matthew Wild | 2022-03-17 | 1 | -0/+241 |
* | | util.poll: Expand stub tests | Kim Alvefur | 2022-03-17 | 1 | -3/+32 |
|/ |
|
* | Spelling: Fix various spelling mistakes (thanks timeless) | Kim Alvefur | 2022-03-07 | 2 | -5/+5 |
* | util.bitcompat: Add some simple tests | Matthew Wild | 2022-03-04 | 1 | -0/+27 |
* | net.stun: tests: Remove stray print() from debugging | Matthew Wild | 2022-03-04 | 1 | -3/+0 |
* | net.stun: Add tests for serialization/deserialization | Matthew Wild | 2022-03-04 | 1 | -0/+100 |
* | util.hex: Deprecate to/from in favour of encode/decode, for consistency! | Matthew Wild | 2022-03-04 | 2 | -20/+20 |
* | util.xml: Add an option to allow <?processing instructions?> | Kim Alvefur | 2022-02-04 | 1 | -0/+7 |
* | util.format: Skip control code escaping when doing full serialization | Kim Alvefur | 2022-01-27 | 1 | -2/+7 |
* | util.jid: Explicitly check for nil rather than falsy | Kim Alvefur | 2022-01-15 | 1 | -0/+11 |
* | util.xml: Do not allow doctypes, comments or processing instructions | Jonas Schäfer | 2022-01-10 | 1 | -1/+33 |
* | util.pubsub: Fix item store resize to "max" | Kim Alvefur | 2022-01-06 | 1 | -0/+20 |
* | util.stanza: Cover :find method in tests | Kim Alvefur | 2021-12-31 | 1 | -0/+12 |
* | util.stanza: Increase test coverage to cover validation errors | Kim Alvefur | 2021-12-31 | 1 | -0/+25 |
* | util_datamapper: Fix typo in unit tests | Kim Alvefur | 2021-12-29 | 1 | -1/+1 |
* | util.datamapper: Add support for $ref pointers | Kim Alvefur | 2021-12-29 | 1 | -1/+3 |
* | mod_tombstones: Add a very basic test case | Kim Alvefur | 2021-12-23 | 2 | -0/+41 |
* | mod_roster: pass correct username to roster-item-removed | Jonas Schäfer | 2021-12-22 | 1 | -0/+75 |
* | util.smqueue: Simplify compat table, fix dependent modules (thanks Martin) | Kim Alvefur | 2021-12-16 | 1 | -0/+26 |
* | util.smqueue: Abstract queue with acknowledgements and overflow | Kim Alvefur | 2021-12-14 | 1 | -0/+55 |
* | util.format: Ensure metatable __tostring results are also sanitized | Kim Alvefur | 2021-12-13 | 1 | -0/+16 |
* | util.format: Fix some formats expecting positive numbers in Lua 5.2 | Kim Alvefur | 2021-12-11 | 1 | -4/+4 |
* | util.format: ALL THE TESTS!!! | Kim Alvefur | 2021-12-11 | 1 | -0/+842 |
* | util.format: Also handle the %p format added in Lua 5.4 | Kim Alvefur | 2021-12-11 | 1 | -0/+9 |
* | util.format: Ensure sanitation of strings passed to wrong format | Kim Alvefur | 2021-12-11 | 1 | -0/+1 |
* | util.format: Escape invalid UTF-8 by passing trough serialization | Kim Alvefur | 2021-12-10 | 1 | -0/+4 |
* | MUC: Remove <{muc}x> tags in some errors | Kim Alvefur | 2021-12-08 | 2 | -4/+0 |