Skip to content

Releases: hickey/meshchat

v2.12.0

03 Mar 04:54
Compare
Choose a tag to compare

2.12.0 (2024-03-03)

There is a lot of behind the scenes work that has gone into this release which took longer than expected to work everything out and functioning. The MeshChat web interface is becoming more event driven so the performance should be improving. This will also enable easier feature development in the future.

The big change starting with this version is that any settings that are needed to be changed for an installation of MeshChat need to be put in the meshchat_local.lua file which is located in the cgi-bin directory. When you upgrade to v2.12.0 your existing meshchatconfig.lua will be copied to meshchat_local.lua and modified (a few variables need to be removed). Any of the settings in meshchatconfig.lua can be overridden in meshchat_local.lua. The good news is that meshchat_local.lua will not be modified when you upgrade to a new version. So you will not have to go and update settings after doing an upgrade.

The latest documentation can be found at https://hickey.github.io/meshchat. This is an ongoing process to get better documentation posted so please be patient or submit a Feature Request issue if you find something not being addressed.

Features

  • add message class abstracting message handling (#23) (28d1759)
  • Add support for meshchat_local.lua (#47) (b51bb16)
  • allow admin to set default channel (#19) (d90fc33)
  • Set send channel when channel filter changed (f26130b)

Bug Fixes

  • recover code lost from bad merges (9ad1637)
  • remove duplicate config definitions (57d2766)
  • Set caller to unknown_caller for notified functions (7856502)
  • set epoch in send_message API even if not specified (bfadccb)

v2.11.2

02 Mar 18:19
Compare
Choose a tag to compare

2.11.2 (2024-03-02)

Bug Fixes

  • recover code lost from bad merges (05c8dff)
  • remove duplicate config definitions (53dd0c6)

v2.11.1

02 Mar 16:12
Compare
Choose a tag to compare

2.11.1 (2024-03-02)

Bug Fixes

  • remove duplicate config definitions (#46) (a6cb468)

v2.11.0

01 Mar 06:21
Compare
Choose a tag to compare

2.11.0 (2024-03-01)

Features

  • allow admin to set default channel (#19) (a1374f0)
  • Add documentation (#44)
  • Add message class abstracting message handling (#23)
  • Set send channel when channel filter changed

Bug fixes

  • Discover zone name from /etc/config.mesh (#36)
  • set epoch in send_message API even if not specified

Full Changelog: v2.10.0...v2.11.0