Commit Graph

7 Commits

Author SHA1 Message Date
Etoh 5895caf3aa
Add Korean to language docs 2023-03-14 20:47:35 +00:00
Etoh 0f589093ed
Initial Finnish translation (#561)
* Add initial Finnish translation (credit: LINUX-SAUNA)
* Improvements by Mikaela (#563)
2023-03-14 20:41:33 +00:00
Etoh c144b2440d
Add languages to docs 2022-09-30 13:59:18 +01:00
Irides 5b93aeb20e
Correct persistance argument type (#496)
The current documentation specifies directories, likely as a result of the original design before use of a database, but the arguments expect files. This simply clarifies the documentation to match the code itself.
2022-01-13 00:50:30 +00:00
Etoh c0e8652c8c
Re-work room persistence (#487)
* Initial server-side room persistence implementation (#434)

* Added room permanence option to server

* Fixed error if roomsDirPath is None

* Sanitized filenames

* Delete room file on empty playlist

* Fixed position not saving when leaving and seeking, and position not loading after a restart

* Decoupled permanence check

* Added --rooms-timer option that limits the max lifespan of persistent rooms

* Assigned filename to variable to deduplicate calculation

* Freed up room when loading unwanted room from file

Co-authored-by: Assistant <assistant.moetron@gmail.com>

* Use sqlite for persistent/permanent rooms (#434)

* Add -temp rooms and persistent room notices

* Use system loanguage for servers

* Make room temp check case-insensitive

* Improve temp room check

* Fix controlled rooms

* Refactor how non-macOS/frozen initialLanguage is fixed

* Fix persistent room list

* Don't send dummy users to new console clients (#434)

* Allow hiding of empty persistent rooms (#434)

* List current rooms in join list

Co-authored-by: Assistant <assistant.moetron@gmail.com>
2021-12-09 16:23:57 +00:00
Assistant 148198b212
Added room permanence option to server (#434) 2021-11-29 21:53:09 +00:00
daniel-123 e9f7ba9687 Add manpages courtesy of Bruno Kleinert #387 2021-03-07 22:06:12 +01:00