Wed, 15 Jun 2022 11:37:09 +0100 util.session: Add role management methods
Matthew Wild <mwild1@gmail.com> [Wed, 15 Jun 2022 11:37:09 +0100] rev 12644
util.session: Add role management methods
Fri, 19 Aug 2022 14:24:31 +0200 net.connect: Clear TODO for Happy Eyeballs / RFC 8305, close #1246
Kim Alvefur <zash@zash.se> [Fri, 19 Aug 2022 14:24:31 +0200] rev 12643
net.connect: Clear TODO for Happy Eyeballs / RFC 8305, close #1246 Gotta have the DOAP references!
Thu, 18 Aug 2022 15:43:16 +0100 Merge 0.12->trunk
Matthew Wild <mwild1@gmail.com> [Thu, 18 Aug 2022 15:43:16 +0100] rev 12642
Merge 0.12->trunk
Mon, 15 Aug 2022 18:56:22 +0200 mod_admin_shell: Switch names for user role management commands 0.12
Kim Alvefur <zash@zash.se> [Mon, 15 Aug 2022 18:56:22 +0200] rev 12641
mod_admin_shell: Switch names for user role management commands user:roles() does not convey that this is the mutating command, it should have been called setroles from the start but wasn't due to lack of foresight. This has to accidentally removing roles when wanting to show them.
Wed, 17 Aug 2022 19:04:30 +0200 util.stanza: Add method for extracting a single attribute value
Kim Alvefur <zash@zash.se> [Wed, 17 Aug 2022 19:04:30 +0200] rev 12640
util.stanza: Add method for extracting a single attribute value Sometimes you only care about a single attribute, but the child tag itself may be optional, leading to needing `tag and tag.attr.foo` or `stanza:find("tag@foo")`. The `:find()` method is fairly complex, so avoiding it for this kind of simpler use case is a win.
Mon, 15 Aug 2022 16:35:14 +0200 mod_time: Remove obsolete XEP-0090 support
Kim Alvefur <zash@zash.se> [Mon, 15 Aug 2022 16:35:14 +0200] rev 12639
mod_time: Remove obsolete XEP-0090 support Deprecated even before Prosody even started, obsolete for over a decade.
Wed, 17 Aug 2022 18:41:35 +0200 util.datetime: Update Teal interface description
Kim Alvefur <zash@zash.se> [Wed, 17 Aug 2022 18:41:35 +0200] rev 12638
util.datetime: Update Teal interface description Integers were required before, now any number should work.
Wed, 17 Aug 2022 18:07:31 +0200 util.datetime: Remove a line
Kim Alvefur <zash@zash.se> [Wed, 17 Aug 2022 18:07:31 +0200] rev 12637
util.datetime: Remove a line No idea why the locals were declared on a line by itself. Perhaps line length considerations? But saving 6 characters in width by adding a whole line with 47 characters seems excessive. This is still within the 150 character limit set by .luacheckrc
Sun, 14 Aug 2022 17:47:13 +0200 mod_time: Return sub-second precision timestamps
Kim Alvefur <zash@zash.se> [Sun, 14 Aug 2022 17:47:13 +0200] rev 12636
mod_time: Return sub-second precision timestamps Because why not? Who even has this module enabled?
Sun, 14 Aug 2022 17:29:39 +0200 mod_storage_sql: Drop archive timestamp precision pending schema update
Kim Alvefur <zash@zash.se> [Sun, 14 Aug 2022 17:29:39 +0200] rev 12635
mod_storage_sql: Drop archive timestamp precision pending schema update The "when" column is an INTEGER which will probably be unhappy about storing higher precision timestamps, so we keep the older behavior for now.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 tip