Storing a livestream with StreamName and StreamURL is now supported. This builds upon the updated Streams configuration structure introduced in this ticket.
Rework livestream schema to support StreamName and StreamURL (Ticket 15)
The XML schema of the configuration file has been updated. The former Iptv node has been replaced by a new Streams structure with additional sub-nodes. This change enables support for multiple live streams per user and allows non-registered users to store multiple live streams locally.
Update configuration schema: replace IPTV with Streams (Ticket 15)
Replacement of IPTV frame with Live Streams frame in progress. Intermediate commit (Ticket 15)
Redesign Live Streams Feature and User-Defined Stream Buttons
Work on the Live Streams feature has started.
Fix async dispatch race and stale session handling.
Redesign Live Streams Feature and User-Defined Stream Buttons
Änderung Nickname
Nickname changes are now applied immediately to all open chats. The server updates the user lists of all affected chat sessions accordingly.
Ensure nickname changes are propagated to all open chats (Ticket 12)
Update Tomcat dependencies from 10.1.44 to 10.1.52 in Maven POMs (Ticket 14)
Änderung Nickname
The reported issue could be reproduced. Work on a fix will proceed.
Update Apache Tomcat from 10.1.44 to 10.1.52
Work on this ticket has been taken over. Status updated to Accepted.
Update Apache Tomcat from 10.1.44 to 10.1.52
update all POM files to version -----> 260501-PRE1
Clone from 260206
Release <----- 260206
Update TB_CONFIG table structure and SQL statements
Database structure changes for TB_CONFIG (removal of MAIL_SMTP_USER, MAIL_SMTP_HOST, and MAIL_SMTP_PORT) have been applied and released. Ticket closed.
Private chat is cleared after changing account color settings
Issue resolved. Private chats do not maintain message history by design to ensure user privacy. Changing account color settings previously triggered a chat reload mechanism that cleared private chat content. Color updates are now applied directly to visible messages in private chats without reloading message history. Ticket closed.
Fix resource leak by closing JAX-RS Response with try-with-resources
Fix private chat color update: do not reload history, apply colors directly to visible messages (Ticket 13)
Root cause identified. Private chats intentionally have no message history to preserve user privacy. When account color settings were changed, the client cleared all open chats and reloaded messages via HISTORYMESSAGE to re-apply colors to existing messages. This mechanism is valid for persistent chat types but must not be applied to private chats, as they have no history by design. The fix ensures that HISTORYMESSAGE is no longer invoked for private chats. Instead, color changes are applied directly...
Private chat is cleared after changing account color settings
Thank you for the detailed steps. I can now reproduce the issue. This behavior occurs only in private 1:1 chats. Private chats are temporary by design and their messages are cleared when the session state changes. Updating account color settings currently triggers such a state change, which causes the chat content to be cleared. Other chat types (e.g. meeting rooms or group chats) are not affected. The issue is valid and will be handled accordingly.
Start JavaComm Tool - Windows Version Open Chat -> 1:1 privatechat Select chatpartner and open a chat box Write a message and click send Open Account -> Edit Change Forground Color or Background Color and press "Save & Close" You get a messagebox called Account Data -> Your data has been saved Go back to chat -> It is cleared. The message you wrote before is deleted Hopefully this is detailed enough. If you have any questions, please call me directly.
Änderung Nickname
This ticket will be addressed in the next prerelease (260501). Status updated accordingly.
Add Rede NGT to channel lineup
Rede NGT has been added to the channel lineup. Ticket closed.
Integrate Rede NGT into TV channel list.
I was unable to reproduce the reported issue. Please provide a clear, step-by-step description of what you did, including: Which chat or room you were in Which messages were present What exact changes you made in your account settings What you observed immediately after Without these details, I cannot investigate the problem. If no further information is provided, this ticket may be closed.
If you change the text color in your account settings during an existing chat, the entire chat will be cleared.
Smooth IPTV Channel Switching
Upgrade Jersey Libraries from 3.1.9 to 3.1.11
Refactor client auto-updater to SwingWorker for SourceForge-based updates
Replace 01TV with BFMTV in channel lineup
Chat wird geleert bei Änderung der Kontofarben
The current ticket description is insufficient to reproduce the issue. Please provide detailed steps, including which chat, which colors were changed, and the exact behavior observed. Status has been set to Pending until further information is provided.
Chat wird geleert bei Änderung der Kontofarben
The current ticket description is insufficient to reproduce the issue. Please provide detailed steps, including which chat, which colors were changed, and the exact behavior observed. Status has been set to Pending until further information is provided.
Integrate VideoLAN 3.0.23 into Windows version
Integration of VideoLAN 3.0.23 into the Windows version completed. Ticket closed.
Chat wird geleert bei Änderung der Kontofarben
Release branch
see screenshots
Änderung Nickname
Add Rede NGT to channel lineup
Work has started on adding the Rede NGT TV channel.
Use CopyOnWriteArrayList for listener management to ensure thread safety.
Avoid sending messages via stale WebSocket session references
Add Rede NGT to channel lineup
Internal rewrite of keepalive implementation; no functional changes.
NullPointerException in screen sharing when presenter disconnects
NullPointerException in screen sharing when no image is received has been handled. Ticket closed.
Fix NPE when image is not received (Ticket #7)
NullPointerException in screen sharing when presenter disconnects
Work has started on investigating and fixing the screen sharing NullPointerException. Status updated to Accepted.
Update VideoLAN from 3.0.21 to 3.0.23 (vendor update)
Integrate VideoLAN 3.0.23 into Windows version
DLLs have been updated. Testing is currently in progress. Status set to Pending.
Integrate VideoLAN 3.0.23 into Windows version
Work has started on integrating VideoLAN 3.0.23 into the Windows version. Status updated to Accepted.
Internal changes to readRoomfilter and writeRoomfilter web services
Internal changes to readRoomfilter and writeRoomfilter web services have been implemented. Ticket closed.
Applied internal changes to readRoomfilter and writeRoomfilter web services (Ticket 6)
Change mail server configuration handling in Admin GUI
Finalize Admin GUI changes for mail configuration handling.
Completed Admin GUI mail configuration changes (Ticket 9)
Adjust MPL 2.0 license header (Exhibit B, no text changes)
Update TB_CONFIG table structure and SQL statements
Database changes have been implemented. Ticket remains Pending until release.
Removed columns MAIL_SMTP_USER, MAIL_SMTP_HOST, and MAIL_SMTP_PORT from TB_CONFIG (Ticket 8)
Intermediate changes affecting Ticket 6, Ticket 8, and Ticket 9
Integrate VideoLAN 3.0.23 into Windows version
Change mail server configuration handling in Admin GUI
Update TB_CONFIG table structure and SQL statements
Internal changes to readRoomfilter and writeRoomfilter web services
Room filter add/remove functionality is available via the web services. Ticket #6 remains open pending further work.
Internal code changes in readRoomfilter and writeRoomfilter services (Ticket #6).
Internal changes to readRoomfilter and writeRoomfilter web services
Work has started on implementing the described changes. Status updated to Accepted.
NullPointerException in screen sharing when presenter disconnects
Internal changes to readRoomfilter and writeRoomfilter web services
Align all Maven module versions to 260206.
Align all Maven module versions to 260206.
Clone from 260206-PRE5
Release_Overview