Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-25BUILD(server): allow users to specify the UID/GID for the murmur userPaulo Erichsen
the the docker image that is built by default uses murmur user to run the server. When users use bind mount volumes, the host system is expected to match the permissions (UID/GID) of the created murmur user or else they will get permission errors this change allows users who build the docker image to specify which user id and group id to be used in the docker image Closes #5634
2022-02-06DOCS: Fix typosluz paz
Found via `codespell -q 3 -S *.ts,./3rdparty,./3rdPartyLicenses -L aci,ba,crypted,datas,doubleclick,feld,hsi,ist,keypair,ro,unknwn` Includes misc. fixes to .github/ and cmake files
2022-01-23DOCS: General intro to Mumble's source codeRobert Adam
2022-01-11DOCS(client): Mention OpenBSD supportKlemens Nanni
OpenBSD has provided binary packages for years, both `mumble` and `murmurd` work. (I happen to currently maintain the audio/mumble port.)
2021-10-29DOCS(readme): Update Matrix linkRobert Adam
The previous link was referencing Riot, which was superseded by Element quite a while ago.
2021-09-13DOCS(readme): Removed IRC bannerRobert Adam
2021-09-09DOCS(Readme): Whitespace: Add blank line.Alfonso Montero
Co-authored-by: Davide Beatrici <github@davidebeatrici.dev>
2021-09-08DOCS(Readme): Add building Docker image from source.Alfonso Montero
2021-06-06DOCS: Document new plugin systemRobert Adam
2021-03-06MAINT: Add Weblate and translation notice to README.mdJan Klass
The Weblate free libre hosting requires us to mention them in the README. See also #4727
2021-02-19DOCS(readme): Highlight code as suchRobert Adam
2020-12-09MAINT: Link commit guidelines in READMERobert Adam
Fixes #4622
2020-10-12DOCS: Restructure and include build-documentationRobert
The existing `docs` directory was restructured a bit and the build documentation previously located at https://github.com/mumble-voip/mumble-releng-vcpkg was integrated into the main repository (after having received a good polish). In addition to that the needed scripts and port-files from the linked repository have now also been included in the main repo.
2020-10-08MAINT(docs): move and improve global shortcuts instructions and explanationDavide Beatrici
2020-10-06MAINT(readme): update supported platforms listDavide Beatrici
We don't support Windows XP anymore. A note is added about Vista as well, which may be supported but we don't know for sure. This commit also adds FreeBSD to the supported platforms list.
2020-08-22MAINT(readme): Removed reference to LGTMRobert Adam
2020-07-09MAINT(readme): Added info about reporting issuesRobert Adam
2020-07-09MAINT(readme): Add link to wikiRobert Adam
2020-07-08MAINT(readme): Reorganize READMERobert Adam
This re-organizes the README file by splitting it up by OS. Furthermore this commit has merged the contents of README.Linux into the main README file in order to have all in one place.
2020-07-08MAINT(readme): Drop "for gamers" from READMERobert Adam
2020-07-03MAINT(readme): Added launch instructions for LinuxRobert Adam
The README file was missing information on how to run Mumble on Linux. Fixes #4334
2020-04-04README.md: Turned Website URL into badge as wellRobert Adam
2020-04-04README.md: Added screenshotsRobert Adam
2020-03-03Deleted note about bandwidth usage from README(.md) filesRobert Adam
2019-11-13README.md: add Shield.io badgesDavide Beatrici
This commit also updates the website link.
2019-01-16README.md: add Azure Pipelines status badgeDavide Beatrici
2018-10-28corrected spellings and grammar for readabilityPrakhar Yadav
corrected minor spelling mistakes and grammar issues for better readability
2017-04-05Drop Speex from READMEJan Klass
2016-02-20Add README.md for GitHubTim Visée
Add a `README.md` file with Markdown styling for GitHub. This file is based on the original `README` file.