v3.1.0

lhl/voicechat2v3.1.0Jul 11, 2023by kgretzky

AI Summary

Networking configuration is enhanced to allow separation of listening and external IP addresses. Cookie capture logic is refined to handle session cookies more robustly without requiring specific modifiers.

Key Highlights

  • Separate configuration for listening and external IPv4 addresses
  • Automatic capture of session cookies without `:always` modifier
  • Fix for truncated custom token values in captured data

New Features

  • Listening IP and external IP separation
  • Session cookie capture improvements
  • Fixed custom token display

Full Release Notes

- Feature: Listening IP and external IP can now be separated with `config ipv4 bind <bind_ipv4_addr>` and `config ipv4 external <external_ipv4_addr>` to help with properly setting up networking.
- Fixed: Session cookies (cookies with no expiry date set) are now correctly captured every time. There is no need to specify `:always` key modifier for `auth_tokens` to capture them.
- Fixed: Captured custom tokens are now displayed properly and values are not truncated.