Skip to content

Releases: hausgold/ejabberd-unread

Appropriate Action

06 Sep 09:35
b45660a
Compare
Choose a tag to compare
  • Migrated from Travis CI to Github Actions. (#6) @Jack12816

Custom Crack

17 Jul 03:21
22a9d93
Compare
Choose a tag to compare
  • Improved the MAM result manipulation to directly change the XML elements
    instead of using the XMPP parsed variant, this will keep user defined
    non-XMPP custom XML elements (stanzas) in place

Many Match

16 Jul 10:58
d28358a
Compare
Choose a tag to compare
  • Added a testing chat client to debug bugs and the implementation easily
  • Corrected the MAM result matching and made it more robust to varying element
    order

Composed Code

15 Jul 10:10
45912da
Compare
Choose a tag to compare
  • Do not remove the meta.user data from a MUC packet in order to not interfere
    with other modules (eg. mod_mam2sidekiq)

Fancy Funeral

15 Jul 07:57
cc3386a
Compare
Choose a tag to compare
  • Corrected a module boot up configuration bug, we just fall back to the
    original mod_read_markers
    solution

Rapid Replacement

14 Jul 12:45
5d847a4
Compare
Choose a tag to compare
  • Initial release of the ejabberd-unread (mod_unread) module
  • Implementation of the initial concept (IQ handler, database (SQL) backend)
  • Added a simple test suite to verify the functional state of the module