Tue, 21 Mar 2017 04:26:00 +0100 mod_mam_muc: Add stanza-id tags (updates to XEP-0313 v0.6)
Kim Alvefur <zash@zash.se> [Tue, 21 Mar 2017 04:26:00 +0100] rev 2631
mod_mam_muc: Add stanza-id tags (updates to XEP-0313 v0.6)
Tue, 21 Mar 2017 04:18:23 +0100 mod_mam_muc: Shorten some lines [luacheck]
Kim Alvefur <zash@zash.se> [Tue, 21 Mar 2017 04:18:23 +0100] rev 2630
mod_mam_muc: Shorten some lines [luacheck]
Sat, 18 Mar 2017 00:20:04 +0100 mod_cloud_notify: Fixed error in push deduplication
tmolitor <thilo@eightysoft.de> [Sat, 18 Mar 2017 00:20:04 +0100] rev 2629
mod_cloud_notify: Fixed error in push deduplication Make handling of node ids and push_identifiers more error resilient. Also add some better debug output.
Wed, 15 Mar 2017 16:24:03 +0100 mod_smacks: Prevent ack loop on misbehaving clients
tmolitor <thilo@eightysoft.de> [Wed, 15 Mar 2017 16:24:03 +0100] rev 2628
mod_smacks: Prevent ack loop on misbehaving clients
Wed, 15 Mar 2017 16:21:55 +0100 mod_smacks: Made module more error resistant
tmolitor <thilo@eightysoft.de> [Wed, 15 Mar 2017 16:21:55 +0100] rev 2627
mod_smacks: Made module more error resistant
Wed, 15 Mar 2017 09:01:50 +0000 mod_http_roster_admin: remove unused requires
JC Brand <jc@opkode.com> [Wed, 15 Mar 2017 09:01:50 +0000] rev 2626
mod_http_roster_admin: remove unused requires
Wed, 15 Mar 2017 08:53:30 +0000 mod_http_roster_admin: No need to manually purge.
JC Brand <jc@opkode.com> [Wed, 15 Mar 2017 08:53:30 +0000] rev 2625
mod_http_roster_admin: No need to manually purge. mod_storage_memory now has the `auto_purge_enabled` option which does the job.
Tue, 14 Mar 2017 17:46:51 +0000 mod_storage_memory: Add support for clearing a user's data when they log out
Matthew Wild <mwild1@gmail.com> [Tue, 14 Mar 2017 17:46:51 +0000] rev 2624
mod_storage_memory: Add support for clearing a user's data when they log out
Tue, 14 Mar 2017 12:59:41 +0000 mod_storage_memory: Add :purge() method to all store types
Matthew Wild <mwild1@gmail.com> [Tue, 14 Mar 2017 12:59:41 +0000] rev 2623
mod_storage_memory: Add :purge() method to all store types
Fri, 10 Mar 2017 10:36:17 +0000 mod_firewall: Add some more comments
Matthew Wild <mwild1@gmail.com> [Fri, 10 Mar 2017 10:36:17 +0000] rev 2622
mod_firewall: Add some more comments
Tue, 14 Mar 2017 12:35:56 +0000 Purge the roster from RAM when the user logs off.
JC Brand <jc@opkode.com> [Tue, 14 Mar 2017 12:35:56 +0000] rev 2621
Purge the roster from RAM when the user logs off. Also.. the `download` flag was being checked for, but never set, causing the roster to be fetched even if it was cached.
Tue, 14 Mar 2017 04:20:02 +0100 mod_invite: Split long line [luacheck]
Kim Alvefur <zash@zash.se> [Tue, 14 Mar 2017 04:20:02 +0100] rev 2620
mod_invite: Split long line [luacheck]
Tue, 14 Mar 2017 04:19:51 +0100 mod_invite: Trim trailing whitespace [luacheck]
Kim Alvefur <zash@zash.se> [Tue, 14 Mar 2017 04:19:51 +0100] rev 2619
mod_invite: Trim trailing whitespace [luacheck]
Tue, 14 Mar 2017 04:19:26 +0100 mod_invite: Remove unused arguments [luacheck]
Kim Alvefur <zash@zash.se> [Tue, 14 Mar 2017 04:19:26 +0100] rev 2618
mod_invite: Remove unused arguments [luacheck]
Tue, 14 Mar 2017 04:19:06 +0100 mod_invite: Remove unused inport [luacheck]
Kim Alvefur <zash@zash.se> [Tue, 14 Mar 2017 04:19:06 +0100] rev 2617
mod_invite: Remove unused inport [luacheck]
Tue, 14 Mar 2017 00:19:59 +0100 luacheckrc: Add the module:http_url API provided by mod_http to known globals
Kim Alvefur <zash@zash.se> [Tue, 14 Mar 2017 00:19:59 +0100] rev 2616
luacheckrc: Add the module:http_url API provided by mod_http to known globals
Mon, 13 Mar 2017 01:11:55 +0100 mod_cloud_notify: Correct link to implementation details
tmolitor <thilo@eightysoft.de> [Mon, 13 Mar 2017 01:11:55 +0100] rev 2615
mod_cloud_notify: Correct link to implementation details
Sun, 12 Mar 2017 18:20:22 +0100 misc: Add an example upstart config
Kim Alvefur <zash@zash.se> [Sun, 12 Mar 2017 18:20:22 +0100] rev 2614
misc: Add an example upstart config
Sat, 11 Mar 2017 01:42:45 +0100 mod_cloud_notify: Respect Daniel's business rules and remove endpoints on error
tmolitor <thilo@eightysoft.de> [Sat, 11 Mar 2017 01:42:45 +0100] rev 2613
mod_cloud_notify: Respect Daniel's business rules and remove endpoints on error Daniel's business rules can be found here: https://mail.jabber.org/pipermail/standards/2016-February/030925.html All implementation changes are documented in depth in the file business_rules.markdown
Sat, 11 Mar 2017 01:37:28 +0100 mod_smacks: Add resumed session to event "smacks-hibernation-end"
tmolitor <thilo@eightysoft.de> [Sat, 11 Mar 2017 01:37:28 +0100] rev 2612
mod_smacks: Add resumed session to event "smacks-hibernation-end" Older versions of this event only have the "intermediate" session in event.session (the one used to resume the existing session), but not the resumed one. This adds event.resumed which contains the resumed one alongside to event.session.
Fri, 10 Mar 2017 10:19:05 +0000 mod_http_upload: Return 201 on successful PUT (as per XEP-0363 and RFC 2616) (Thanks Flow)
Matthew Wild <mwild1@gmail.com> [Fri, 10 Mar 2017 10:19:05 +0000] rev 2611
mod_http_upload: Return 201 on successful PUT (as per XEP-0363 and RFC 2616) (Thanks Flow)
Fri, 10 Mar 2017 01:32:53 +0100 mod_csi_battery_saver: CSI module to save battery on mobile devices, based on mod_csi_pump
tmolitor <thilo@eightysoft.de> [Fri, 10 Mar 2017 01:32:53 +0100] rev 2610
mod_csi_battery_saver: CSI module to save battery on mobile devices, based on mod_csi_pump
Mon, 06 Mar 2017 15:39:47 +0000 mod_firewall: spam-blocking.pfw: Allow groupchat messages and presence to offline full JIDs
Matthew Wild <mwild1@gmail.com> [Mon, 06 Mar 2017 15:39:47 +0000] rev 2609
mod_firewall: spam-blocking.pfw: Allow groupchat messages and presence to offline full JIDs
Mon, 06 Mar 2017 01:05:38 +0100 luacheckrc: Whitelist methods that can be set on the module API instance
Kim Alvefur <zash@zash.se> [Mon, 06 Mar 2017 01:05:38 +0100] rev 2608
luacheckrc: Whitelist methods that can be set on the module API instance
Mon, 06 Mar 2017 01:04:53 +0100 luacheckrc: More module API fields
Kim Alvefur <zash@zash.se> [Mon, 06 Mar 2017 01:04:53 +0100] rev 2607
luacheckrc: More module API fields
Mon, 06 Mar 2017 00:53:01 +0100 mod_storage_xmlarchive: Rename variable, we can afford to use the full word 'session'
Kim Alvefur <zash@zash.se> [Mon, 06 Mar 2017 00:53:01 +0100] rev 2606
mod_storage_xmlarchive: Rename variable, we can afford to use the full word 'session'
Mon, 06 Mar 2017 00:52:27 +0100 mod_storage_xmlarchive: Move XML callback table into a variable to break long line [luacheck]
Kim Alvefur <zash@zash.se> [Mon, 06 Mar 2017 00:52:27 +0100] rev 2605
mod_storage_xmlarchive: Move XML callback table into a variable to break long line [luacheck]
Mon, 06 Mar 2017 00:51:28 +0100 mod_storage_xmlarchive: Break long line [luacheck]
Kim Alvefur <zash@zash.se> [Mon, 06 Mar 2017 00:51:28 +0100] rev 2604
mod_storage_xmlarchive: Break long line [luacheck]
Mon, 06 Mar 2017 00:46:07 +0100 mod_presence_dedup/README: Fix weird spelling of Alpha
Kim Alvefur <zash@zash.se> [Mon, 06 Mar 2017 00:46:07 +0100] rev 2603
mod_presence_dedup/README: Fix weird spelling of Alpha
Mon, 06 Mar 2017 00:43:22 +0100 luacheckrc: List module instance fields
Kim Alvefur <zash@zash.se> [Mon, 06 Mar 2017 00:43:22 +0100] rev 2602
luacheckrc: List module instance fields
Mon, 06 Mar 2017 00:43:06 +0100 luacheckrc: List all module API methods (reqires luacheck 1.19)
Kim Alvefur <zash@zash.se> [Mon, 06 Mar 2017 00:43:06 +0100] rev 2601
luacheckrc: List all module API methods (reqires luacheck 1.19)
Sun, 05 Mar 2017 20:23:53 +0100 Implement XEP-0198 revision 1.5.2 and limit number of hibernated sessions per user
tmolitor <thilo@eightysoft.de> [Sun, 05 Mar 2017 20:23:53 +0100] rev 2600
Implement XEP-0198 revision 1.5.2 and limit number of hibernated sessions per user Revision 1.5.2 allows sending h-values on resumes that fail due to hibernation timeout and to send out a smacks ack directly before the stream close tag. I also made the used timers stoppable even for prosody 0.10 and below, this makes the smacks-ack-delayed event more useful.
Sat, 04 Mar 2017 19:52:41 +0100 mod_storage_xmlarchive: Assume offset to be zero if not included (thanks pep.)
Kim Alvefur <zash@zash.se> [Sat, 04 Mar 2017 19:52:41 +0100] rev 2599
mod_storage_xmlarchive: Assume offset to be zero if not included (thanks pep.)
Fri, 03 Mar 2017 12:31:15 +0000 mod_firewall: Add and document CROSSING GROUPS condition
Matthew Wild <mwild1@gmail.com> [Fri, 03 Mar 2017 12:31:15 +0000] rev 2598
mod_firewall: Add and document CROSSING GROUPS condition
Wed, 01 Mar 2017 20:34:17 +0100 mod_http_muc_log: Fix prev/next date finding
Kim Alvefur <zash@zash.se> [Wed, 01 Mar 2017 20:34:17 +0100] rev 2597
mod_http_muc_log: Fix prev/next date finding
Wed, 01 Mar 2017 20:33:58 +0100 mod_http_muc_log: Rename loop variable to avoid name clash
Kim Alvefur <zash@zash.se> [Wed, 01 Mar 2017 20:33:58 +0100] rev 2596
mod_http_muc_log: Rename loop variable to avoid name clash
Wed, 01 Mar 2017 20:31:08 +0100 mod_http_muc_log: Move scope of variables into loop
Kim Alvefur <zash@zash.se> [Wed, 01 Mar 2017 20:31:08 +0100] rev 2595
mod_http_muc_log: Move scope of variables into loop
Wed, 01 Mar 2017 20:29:40 +0100 mod_http_muc_log: Add some comments
Kim Alvefur <zash@zash.se> [Wed, 01 Mar 2017 20:29:40 +0100] rev 2594
mod_http_muc_log: Add some comments
Wed, 01 Mar 2017 20:29:07 +0100 mod_http_muc_log/README: Add some text about the HTML template
Kim Alvefur <zash@zash.se> [Wed, 01 Mar 2017 20:29:07 +0100] rev 2593
mod_http_muc_log/README: Add some text about the HTML template
Tue, 28 Feb 2017 17:04:30 +0100 mod_muc_block_pm: Prevent unaffiliated users from sending private messages in MUC
Kim Alvefur <zash@zash.se> [Tue, 28 Feb 2017 17:04:30 +0100] rev 2592
mod_muc_block_pm: Prevent unaffiliated users from sending private messages in MUC
Sun, 26 Feb 2017 11:29:10 +0000 mod_firewall: Remove unused variable assignment
Matthew Wild <mwild1@gmail.com> [Sun, 26 Feb 2017 11:29:10 +0000] rev 2591
mod_firewall: Remove unused variable assignment
Sun, 26 Feb 2017 11:28:56 +0000 mod_firewall: Support filters for normalizing items before checking for them in lists
Matthew Wild <mwild1@gmail.com> [Sun, 26 Feb 2017 11:28:56 +0000] rev 2590
mod_firewall: Support filters for normalizing items before checking for them in lists
Sun, 26 Feb 2017 09:58:07 +0000 mod_firewall: Add 'test' subcommand to read stanzas from stdin and test them against rules
Matthew Wild <mwild1@gmail.com> [Sun, 26 Feb 2017 09:58:07 +0000] rev 2589
mod_firewall: Add 'test' subcommand to read stanzas from stdin and test them against rules
Sun, 26 Feb 2017 09:50:16 +0000 mod_firewall: Remove ambiguity from tokens dep parameter
Matthew Wild <mwild1@gmail.com> [Sun, 26 Feb 2017 09:50:16 +0000] rev 2588
mod_firewall: Remove ambiguity from tokens dep parameter
Sun, 26 Feb 2017 09:49:42 +0000 mod_firewall: Fix for including the same dependency with different parameters
Matthew Wild <mwild1@gmail.com> [Sun, 26 Feb 2017 09:49:42 +0000] rev 2587
mod_firewall: Fix for including the same dependency with different parameters
Sat, 25 Feb 2017 18:38:26 +0000 mod_firewall: Fix compilation error if TYPE/KIND had no parameter
Matthew Wild <mwild1@gmail.com> [Sat, 25 Feb 2017 18:38:26 +0000] rev 2586
mod_firewall: Fix compilation error if TYPE/KIND had no parameter
Sat, 25 Feb 2017 18:36:21 +0000 mod_firewall: Fix syntax error in generated code with some route modification actions
Matthew Wild <mwild1@gmail.com> [Sat, 25 Feb 2017 18:36:21 +0000] rev 2585
mod_firewall: Fix syntax error in generated code with some route modification actions
Sat, 25 Feb 2017 17:05:40 +0000 mod_firewall: Compatibility fix for 0.9 (no module:unhook())
Matthew Wild <mwild1@gmail.com> [Sat, 25 Feb 2017 17:05:40 +0000] rev 2584
mod_firewall: Compatibility fix for 0.9 (no module:unhook())
Sat, 25 Feb 2017 16:55:02 +0000 mod_firewall: Add some comments
Matthew Wild <mwild1@gmail.com> [Sat, 25 Feb 2017 16:55:02 +0000] rev 2583
mod_firewall: Add some comments
Sat, 25 Feb 2017 16:54:52 +0000 mod_firewall: Various improvements allowing dynamic load/reload/unload of scripts
Matthew Wild <mwild1@gmail.com> [Sat, 25 Feb 2017 16:54:52 +0000] rev 2582
mod_firewall: Various improvements allowing dynamic load/reload/unload of scripts
Sat, 25 Feb 2017 16:53:45 +0000 mod_firewall: TO/FROM ADMIN OF: Fix string quoting
Matthew Wild <mwild1@gmail.com> [Sat, 25 Feb 2017 16:53:45 +0000] rev 2581
mod_firewall: TO/FROM ADMIN OF: Fix string quoting
Sat, 25 Feb 2017 15:48:20 +0000 mod_firewall: README: Document TO/FROM ADMIN, FORWARD, TO SELF and TO FULL JID
Matthew Wild <mwild1@gmail.com> [Sat, 25 Feb 2017 15:48:20 +0000] rev 2580
mod_firewall: README: Document TO/FROM ADMIN, FORWARD, TO SELF and TO FULL JID
Sat, 25 Feb 2017 15:47:22 +0000 mod_firewall: Fix TO/FROM ADMIN to use current (module) host
Matthew Wild <mwild1@gmail.com> [Sat, 25 Feb 2017 15:47:22 +0000] rev 2579
mod_firewall: Fix TO/FROM ADMIN to use current (module) host
Sat, 25 Feb 2017 15:46:27 +0000 mod_firewall: Factor out script loading
Matthew Wild <mwild1@gmail.com> [Sat, 25 Feb 2017 15:46:27 +0000] rev 2578
mod_firewall: Factor out script loading
Sat, 25 Feb 2017 15:46:01 +0000 mod_firewall: Fix meta functions with to/from that weren't JID-based
Matthew Wild <mwild1@gmail.com> [Sat, 25 Feb 2017 15:46:01 +0000] rev 2577
mod_firewall: Fix meta functions with to/from that weren't JID-based
Fri, 24 Feb 2017 17:21:46 +0000 mod_firewall: Add spam-strip-xhtml.pfw
Matthew Wild <mwild1@gmail.com> [Fri, 24 Feb 2017 17:21:46 +0000] rev 2576
mod_firewall: Add spam-strip-xhtml.pfw
Fri, 24 Feb 2017 15:58:37 +0000 mod_firewall: spam-blocking.pfw: More comments for documentation
Matthew Wild <mwild1@gmail.com> [Fri, 24 Feb 2017 15:58:37 +0000] rev 2575
mod_firewall: spam-blocking.pfw: More comments for documentation
Fri, 24 Feb 2017 16:41:48 +0100 mod_saslname: Declare module Stable since it does one simple thing very well
Kim Alvefur <zash@zash.se> [Fri, 24 Feb 2017 16:41:48 +0100] rev 2574
mod_saslname: Declare module Stable since it does one simple thing very well
Fri, 24 Feb 2017 16:41:32 +0100 mod_saslname/README: Expand description
Kim Alvefur <zash@zash.se> [Fri, 24 Feb 2017 16:41:32 +0100] rev 2573
mod_saslname/README: Expand description
Fri, 24 Feb 2017 16:41:09 +0100 mod_saslname/README: Update for XEP title change
Kim Alvefur <zash@zash.se> [Fri, 24 Feb 2017 16:41:09 +0100] rev 2572
mod_saslname/README: Update for XEP title change
Fri, 24 Feb 2017 14:19:41 +0000 mod_firewall: spam-blocking.pfw: Add more extension points
Matthew Wild <mwild1@gmail.com> [Fri, 24 Feb 2017 14:19:41 +0000] rev 2571
mod_firewall: spam-blocking.pfw: Add more extension points
Fri, 24 Feb 2017 14:10:42 +0000 mod_firewall: spam-blocking.pfw: Remove debug logging
Matthew Wild <mwild1@gmail.com> [Fri, 24 Feb 2017 14:10:42 +0000] rev 2570
mod_firewall: spam-blocking.pfw: Remove debug logging
Fri, 24 Feb 2017 12:13:17 +0000 spam-blocking.pfw: Much improvement
Matthew Wild <mwild1@gmail.com> [Fri, 24 Feb 2017 12:13:17 +0000] rev 2569
spam-blocking.pfw: Much improvement
Fri, 24 Feb 2017 09:51:43 +0000 mod_firewall: SUBSCRIBED: Only check roster if 'to' address has a nodepart (fixes traceback)
Matthew Wild <mwild1@gmail.com> [Fri, 24 Feb 2017 09:51:43 +0000] rev 2568
mod_firewall: SUBSCRIBED: Only check roster if 'to' address has a nodepart (fixes traceback)
Fri, 24 Feb 2017 09:50:49 +0000 mod_firewall: TO SELF: Use raw stanza.attr.to directly, as 'to' defaults to bare JID if nil
Matthew Wild <mwild1@gmail.com> [Fri, 24 Feb 2017 09:50:49 +0000] rev 2567
mod_firewall: TO SELF: Use raw stanza.attr.to directly, as 'to' defaults to bare JID if nil
Fri, 24 Feb 2017 09:49:30 +0000 mod_firewall: Rename variables to avoid shadowing #luacheck
Matthew Wild <mwild1@gmail.com> [Fri, 24 Feb 2017 09:49:30 +0000] rev 2566
mod_firewall: Rename variables to avoid shadowing #luacheck
Fri, 24 Feb 2017 09:49:09 +0000 mod_firewall: Accept backslash escapes in definitions
Matthew Wild <mwild1@gmail.com> [Fri, 24 Feb 2017 09:49:09 +0000] rev 2565
mod_firewall: Accept backslash escapes in definitions
Fri, 24 Feb 2017 09:48:45 +0000 mod_firewall: Fix compilation error when last action modifies stanza route
Matthew Wild <mwild1@gmail.com> [Fri, 24 Feb 2017 09:48:45 +0000] rev 2564
mod_firewall: Fix compilation error when last action modifies stanza route
Fri, 24 Feb 2017 09:48:16 +0000 mod_firewall: Document PASS, RETURN and DEFAULT
Matthew Wild <mwild1@gmail.com> [Fri, 24 Feb 2017 09:48:16 +0000] rev 2563
mod_firewall: Document PASS, RETURN and DEFAULT
Fri, 24 Feb 2017 09:38:20 +0000 mod_firewall: Make PASS bubble up through all chains, and add DEFAULT and RETURN
Matthew Wild <mwild1@gmail.com> [Fri, 24 Feb 2017 09:38:20 +0000] rev 2562
mod_firewall: Make PASS bubble up through all chains, and add DEFAULT and RETURN
Thu, 23 Feb 2017 14:26:19 +0000 mod_firewall: spam-blocking.pfw: Allow unsubscribe/unsubscribed presence
Matthew Wild <mwild1@gmail.com> [Thu, 23 Feb 2017 14:26:19 +0000] rev 2561
mod_firewall: spam-blocking.pfw: Allow unsubscribe/unsubscribed presence
Thu, 23 Feb 2017 14:14:38 +0000 mod_firewall: spam-blocking.pfw, initial anti-spam ruleset
Matthew Wild <mwild1@gmail.com> [Thu, 23 Feb 2017 14:14:38 +0000] rev 2560
mod_firewall: spam-blocking.pfw, initial anti-spam ruleset
Thu, 23 Feb 2017 14:13:57 +0000 mod_firewall: Add TO FULL JID
Matthew Wild <mwild1@gmail.com> [Thu, 23 Feb 2017 14:13:57 +0000] rev 2559
mod_firewall: Add TO FULL JID
Thu, 23 Feb 2017 14:11:31 +0000 mod_firewall: Fix everything wrong with SENT_DIRECTED_PRESENCE_TO_SENDER
Matthew Wild <mwild1@gmail.com> [Thu, 23 Feb 2017 14:11:31 +0000] rev 2558
mod_firewall: Fix everything wrong with SENT_DIRECTED_PRESENCE_TO_SENDER
Thu, 23 Feb 2017 14:06:48 +0000 mod_firewall: Add TO/FROM ADMIN
Matthew Wild <mwild1@gmail.com> [Thu, 23 Feb 2017 14:06:48 +0000] rev 2557
mod_firewall: Add TO/FROM ADMIN
Thu, 23 Feb 2017 14:05:39 +0000 mod_firewall: Support expressions in TO/FROM EXACTLY
Matthew Wild <mwild1@gmail.com> [Thu, 23 Feb 2017 14:05:39 +0000] rev 2556
mod_firewall: Support expressions in TO/FROM EXACTLY
Thu, 23 Feb 2017 14:01:12 +0000 mod_firewall: Fix FORWARD to send from current module's host
Matthew Wild <mwild1@gmail.com> [Thu, 23 Feb 2017 14:01:12 +0000] rev 2555
mod_firewall: Fix FORWARD to send from current module's host
Thu, 23 Feb 2017 14:00:43 +0000 mod_firewall: Allow backslash escapes in definitions
Matthew Wild <mwild1@gmail.com> [Thu, 23 Feb 2017 14:00:43 +0000] rev 2554
mod_firewall: Allow backslash escapes in definitions
Thu, 23 Feb 2017 14:00:26 +0000 mod_firewall: Pass 'module' object to chain handlers
Matthew Wild <mwild1@gmail.com> [Thu, 23 Feb 2017 14:00:26 +0000] rev 2553
mod_firewall: Pass 'module' object to chain handlers
Thu, 23 Feb 2017 13:58:30 +0000 mod_firewall: Add 'current_host' variable/dependency
Matthew Wild <mwild1@gmail.com> [Thu, 23 Feb 2017 13:58:30 +0000] rev 2552
mod_firewall: Add 'current_host' variable/dependency
Thu, 23 Feb 2017 13:58:13 +0000 mod_firewall: Add metaq(), like meta() but takes an unquoted string
Matthew Wild <mwild1@gmail.com> [Thu, 23 Feb 2017 13:58:13 +0000] rev 2551
mod_firewall: Add metaq(), like meta() but takes an unquoted string
Thu, 23 Feb 2017 13:57:48 +0000 mod_firewall: Add stripslashes() function
Matthew Wild <mwild1@gmail.com> [Thu, 23 Feb 2017 13:57:48 +0000] rev 2550
mod_firewall: Add stripslashes() function
Tue, 21 Feb 2017 22:41:58 +0000 mod_firewall: Add and document COUNT condition
Matthew Wild <mwild1@gmail.com> [Tue, 21 Feb 2017 22:41:58 +0000] rev 2549
mod_firewall: Add and document COUNT condition
Tue, 21 Feb 2017 22:41:40 +0000 mod_firewall: Add it(erators) and it_count dependencies
Matthew Wild <mwild1@gmail.com> [Tue, 21 Feb 2017 22:41:40 +0000] rev 2548
mod_firewall: Add it(erators) and it_count dependencies
Tue, 21 Feb 2017 22:41:08 +0000 mod_firewall: Do patterns properly, instead of cheating
Matthew Wild <mwild1@gmail.com> [Tue, 21 Feb 2017 22:41:08 +0000] rev 2547
mod_firewall: Do patterns properly, instead of cheating
Tue, 21 Feb 2017 22:40:31 +0000 mod_firewall: Fix FORWARD action to include a 'from' address and depend on core_post_stanza
Matthew Wild <mwild1@gmail.com> [Tue, 21 Feb 2017 22:40:31 +0000] rev 2546
mod_firewall: Fix FORWARD action to include a 'from' address and depend on core_post_stanza
Tue, 21 Feb 2017 13:37:44 +0000 mod_firewall: Add FORWARD action (XEP-0297)
Matthew Wild <mwild1@gmail.com> [Tue, 21 Feb 2017 13:37:44 +0000] rev 2545
mod_firewall: Add FORWARD action (XEP-0297)
Tue, 21 Feb 2017 10:39:00 +0000 mod_firewall: Update README for latest changes
Matthew Wild <mwild1@gmail.com> [Tue, 21 Feb 2017 10:39:00 +0000] rev 2544
mod_firewall: Update README for latest changes
Tue, 21 Feb 2017 10:38:14 +0000 mod_firewall: Allow using spaces instead of underscores in actions, as well as conditions
Matthew Wild <mwild1@gmail.com> [Tue, 21 Feb 2017 10:38:14 +0000] rev 2543
mod_firewall: Allow using spaces instead of underscores in actions, as well as conditions
Tue, 21 Feb 2017 10:37:53 +0000 mod_firewall: Reinstate the ability to set a default for stanza expressions
Matthew Wild <mwild1@gmail.com> [Tue, 21 Feb 2017 10:37:53 +0000] rev 2542
mod_firewall: Reinstate the ability to set a default for stanza expressions
Tue, 21 Feb 2017 10:37:10 +0000 mod_firewall: Make parameter to 'IN ROSTER' optional
Matthew Wild <mwild1@gmail.com> [Tue, 21 Feb 2017 10:37:10 +0000] rev 2541
mod_firewall: Make parameter to 'IN ROSTER' optional
Mon, 20 Feb 2017 13:13:54 +0000 mod_firewall: Improve debug logging for LIST file backend
Matthew Wild <mwild1@gmail.com> [Mon, 20 Feb 2017 13:13:54 +0000] rev 2540
mod_firewall: Improve debug logging for LIST file backend
Mon, 20 Feb 2017 13:13:28 +0000 mod_firewall: Fix file backend init code
Matthew Wild <mwild1@gmail.com> [Mon, 20 Feb 2017 13:13:28 +0000] rev 2539
mod_firewall: Fix file backend init code
Mon, 20 Feb 2017 13:12:51 +0000 mod_firewall: Fix SCAN to pass correct variable to scan_list()
Matthew Wild <mwild1@gmail.com> [Mon, 20 Feb 2017 13:12:51 +0000] rev 2538
mod_firewall: Fix SCAN to pass correct variable to scan_list()
Mon, 20 Feb 2017 13:12:30 +0000 mod_firewall: Fix scan_list() syntax error in generated code
Matthew Wild <mwild1@gmail.com> [Mon, 20 Feb 2017 13:12:30 +0000] rev 2537
mod_firewall: Fix scan_list() syntax error in generated code
Mon, 20 Feb 2017 10:59:29 +0000 mod_firewall: Add 'file' backend for lists (read-only atm)
Matthew Wild <mwild1@gmail.com> [Mon, 20 Feb 2017 10:59:29 +0000] rev 2536
mod_firewall: Add 'file' backend for lists (read-only atm)
Mon, 20 Feb 2017 09:47:58 +0000 mod_firewall: Add 'ADD TO' action for adding to lists
Matthew Wild <mwild1@gmail.com> [Mon, 20 Feb 2017 09:47:58 +0000] rev 2535
mod_firewall: Add 'ADD TO' action for adding to lists
Mon, 20 Feb 2017 09:47:40 +0000 mod_firewall: Add dummy add/remove methods for HTTP lists
Matthew Wild <mwild1@gmail.com> [Mon, 20 Feb 2017 09:47:40 +0000] rev 2534
mod_firewall: Add dummy add/remove methods for HTTP lists
Mon, 20 Feb 2017 09:32:48 +0000 mod_firewall: Add 'SENT DIRECTED PRESENCE TO SENDER?'
Matthew Wild <mwild1@gmail.com> [Mon, 20 Feb 2017 09:32:48 +0000] rev 2533
mod_firewall: Add 'SENT DIRECTED PRESENCE TO SENDER?'
Mon, 20 Feb 2017 09:31:30 +0000 mod_firewall: Add SEARCH, PATTERN definitions and SCAN condition to check tokenized stanza:find() against a list
Matthew Wild <mwild1@gmail.com> [Mon, 20 Feb 2017 09:31:30 +0000] rev 2532
mod_firewall: Add SEARCH, PATTERN definitions and SCAN condition to check tokenized stanza:find() against a list
Mon, 20 Feb 2017 09:29:38 +0000 mod_firewall: Code formatting
Matthew Wild <mwild1@gmail.com> [Mon, 20 Feb 2017 09:29:38 +0000] rev 2531
mod_firewall: Code formatting
Mon, 20 Feb 2017 09:29:25 +0000 mod_firewall: Fix pattern
Matthew Wild <mwild1@gmail.com> [Mon, 20 Feb 2017 09:29:25 +0000] rev 2530
mod_firewall: Fix pattern
Mon, 20 Feb 2017 09:29:09 +0000 mod_firewall: Fix for deps dynamically including deps
Matthew Wild <mwild1@gmail.com> [Mon, 20 Feb 2017 09:29:09 +0000] rev 2529
mod_firewall: Fix for deps dynamically including deps
Mon, 20 Feb 2017 09:28:35 +0000 mod_firewall: More meta() enhancements
Matthew Wild <mwild1@gmail.com> [Mon, 20 Feb 2017 09:28:35 +0000] rev 2528
mod_firewall: More meta() enhancements
Mon, 20 Feb 2017 09:26:27 +0000 mod_firewall: Also handle HTTPS for lists
Matthew Wild <mwild1@gmail.com> [Mon, 20 Feb 2017 09:26:27 +0000] rev 2527
mod_firewall: Also handle HTTPS for lists
Mon, 20 Feb 2017 09:26:16 +0000 mod_firewall: Improve HTTP polling logic
Matthew Wild <mwild1@gmail.com> [Mon, 20 Feb 2017 09:26:16 +0000] rev 2526
mod_firewall: Improve HTTP polling logic
Sun, 19 Feb 2017 22:24:21 +0000 mod_firewall: Fix CHECK LIST syntax check
Matthew Wild <mwild1@gmail.com> [Sun, 19 Feb 2017 22:24:21 +0000] rev 2525
mod_firewall: Fix CHECK LIST syntax check
Sun, 19 Feb 2017 21:10:26 +0000 mod_firewall: Initial support for lists, in-memory and HTTP
Matthew Wild <mwild1@gmail.com> [Sun, 19 Feb 2017 21:10:26 +0000] rev 2524
mod_firewall: Initial support for lists, in-memory and HTTP
Sun, 19 Feb 2017 21:08:30 +0000 mod_firewall: Update functions that use meta() to allow functions with deps inside expressions
Matthew Wild <mwild1@gmail.com> [Sun, 19 Feb 2017 21:08:30 +0000] rev 2523
mod_firewall: Update functions that use meta() to allow functions with deps inside expressions
Sun, 19 Feb 2017 21:06:57 +0000 mod_firewall: More meta! Allow simple functions to be applied to $<> expressions
Matthew Wild <mwild1@gmail.com> [Sun, 19 Feb 2017 21:06:57 +0000] rev 2522
mod_firewall: More meta! Allow simple functions to be applied to $<> expressions
Sun, 19 Feb 2017 21:06:08 +0000 mod_firewall: Fix circular dependency check
Matthew Wild <mwild1@gmail.com> [Sun, 19 Feb 2017 21:06:08 +0000] rev 2521
mod_firewall: Fix circular dependency check
Mon, 20 Feb 2017 01:59:33 +0100 mod_mam: Add support for XEP-0313 v0.6
Kim Alvefur <zash@zash.se> [Mon, 20 Feb 2017 01:59:33 +0100] rev 2520
mod_mam: Add support for XEP-0313 v0.6
Mon, 20 Feb 2017 01:58:00 +0100 mod_mam: Fix to expect archive id as first return value from archive:append
Kim Alvefur <zash@zash.se> [Mon, 20 Feb 2017 01:58:00 +0100] rev 2519
mod_mam: Fix to expect archive id as first return value from archive:append
Mon, 20 Feb 2017 01:47:44 +0100 mod_storage_xmlarchive: Raise error instead of warning if there's ever more than one stanza in a chunk (this indicates some kind of corruption)
Kim Alvefur <zash@zash.se> [Mon, 20 Feb 2017 01:47:44 +0100] rev 2518
mod_storage_xmlarchive: Raise error instead of warning if there's ever more than one stanza in a chunk (this indicates some kind of corruption)
Mon, 20 Feb 2017 00:09:45 +0100 mod_mam: Add comments
Kim Alvefur <zash@zash.se> [Mon, 20 Feb 2017 00:09:45 +0100] rev 2517
mod_mam: Add comments
Mon, 20 Feb 2017 00:48:31 +0100 mod_mam: Normalize whitespace
Kim Alvefur <zash@zash.se> [Mon, 20 Feb 2017 00:48:31 +0100] rev 2516
mod_mam: Normalize whitespace
Mon, 20 Feb 2017 00:09:13 +0100 mod_mam: Bring hints processing in line with 0.10 version
Kim Alvefur <zash@zash.se> [Mon, 20 Feb 2017 00:09:13 +0100] rev 2515
mod_mam: Bring hints processing in line with 0.10 version
Mon, 20 Feb 2017 00:07:59 +0100 mod_mam: Make the store configurable to ease move to 0.10 version
Kim Alvefur <zash@zash.se> [Mon, 20 Feb 2017 00:07:59 +0100] rev 2514
mod_mam: Make the store configurable to ease move to 0.10 version
Mon, 20 Feb 2017 00:06:28 +0100 mod_mam: Add annotations [luacheck]
Kim Alvefur <zash@zash.se> [Mon, 20 Feb 2017 00:06:28 +0100] rev 2513
mod_mam: Add annotations [luacheck]
Mon, 20 Feb 2017 00:05:48 +0100 mod_mam/fallback_archive: Remove unused variables
Kim Alvefur <zash@zash.se> [Mon, 20 Feb 2017 00:05:48 +0100] rev 2512
mod_mam/fallback_archive: Remove unused variables
(0) -1000 -120 +120 +1000 +3000 tip