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
2020-07-07CI(travis): Use proper URL for MXE-downloadsRobert Adam
2020-05-21scripts/murmur.ini: Document settings missing in example murmur.iniDaniel Lublin
(Backport of 7fde61f681653a9636a8afe1feb785d575776ad7 and changed to fit the 1.3.x branch)
2020-04-04scripts/travis-ci/before_install.bash: Check if package is installed before ↵Robert Adam
attempting to install using brew
2020-04-04Don't treat warnings as errors as we won't backport fixes regarding ↵Robert Adam
deprecated functions anyways. Thus these should not let the CI fail
2020-04-04scripts: Make sure CI reflects actual build status (see #3956)Robert Adam
2020-04-04scripts/azure-pipelines/install-environment.ps1: Increase the performance of ↵Robert Adam
the Invoke-WebRequest by disabling the 'progressbar'
2020-04-04scripts/azure-pipelines/install-environment.ps1: Surround Invoke-WebRequest ↵Robert Adam
with try/catch to display error message on failure
2019-08-30Azure Pipelines: store build environment in the proper directoryDavide Beatrici
Recent builds have failed because there is not enough space in `C:\` after installing the build environment, which we used to extract in `C:\MumbleBuild`. This commit changes the PowerShell scripts so that our environment directory (e.g. `MumbleBuild`) is created in the proper directory (Agent.ToolsDirectory's value, e.g. `D:\a\_tool\`) instead of `C:\`. `C:\MumbleBuild` is still required because our build environment's qmake expects its configuration files to be there (hardcoded). The environment installation script creates a symbolic link to solve the problem.
2019-07-26Travis CI: only execute SonarScan and AppImage builder when in our repositoryDavide Beatrici
2019-07-20Correct path to iconprobonopd
Should fix https://github.com/TheAssassin/AppImageLauncher/issues/209
2019-06-29Travis CI: add SonarCloud integration for static code analysisDavide Beatrici
[skip azurepipelines]
2019-06-10DEFINES+="MUMBLE_VERSION=${TRAVIS_COMMIT:0:7}"probonopd
Try to make the string shorter
2019-06-10DEFINES+="MUMBLE_VERSION=$TRAVIS_COMMIT"probonopd
https://github.com/mumble-voip/mumble/pull/3703#issuecomment-500264876
2019-06-09AppImageprobonopd
2019-04-05travis-ci: build installer in macOS buildDavide Beatrici
2019-04-03Azure Pipelines: add macOS buildDavide Beatrici
This should lower the overall CI completion time, because the macOS build seems to always take a while to start on Travis CI. The macOS build will be removed from Travis CI in a dedicated commit.
2019-03-10travis-ci: switch to Xenial for Qt 5 builds, improve matrix, update MXE mirrorDavide Beatrici
2019-01-25scripts/mklic.pl: remove license for icon not present anymoreDavide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2019-01-16Remove AppVeyor configurationDavide Beatrici
We now have Azure Pipelines for Windows builds.
2019-01-16Add Azure Pipelines for continuous integration (Windows)Davide Beatrici
Azure Pipelines offers many advantages over AppVeyor, with the biggest one being a maximum of 10 parallel builds for open-source projects, drastically reducing the builds completion time. A pipeline takes about the same time to build on the two CI infrastructures, however the caching feature is currently only available on AppVeyor, meaning that on Azure Pipelines the compressed environment is downloaded for each build consuming about 10 minutes. This means that we'll save at least 10 minutes per pipeline compared to AppVeyor once the feature is added to Azure Pipelines: https://github.com/Microsoft/azure-pipelines-tasks/issues/9190
2018-09-08Make Rate limiter configurable.MadMaurice
This adds messagelimit and messageburst to the configuration file murmur.ini as well as the ability to set these live. Though adjusting these live is entirely possible, they only take effect for new connections.
2018-07-03Add descriptive comment to release.plJan Klass
2018-07-03Fix incorrect status text in release.plJan Klass
2018-07-02Merge PR #3194: Third-party license updateDavide Beatrici
2018-07-02Travis CI: install "libjack-jackd2-dev" for Linux buildsDavide Beatrici
2018-06-16Merge PR #3405: travis-ci: unlink Python 2 files on MacOSDavide Beatrici
2018-06-15travis-ci: Fix MacOS build for new imagesDavide Beatrici
We install the protobuf package via brew, which depends on "python@2". The build image upgraded the installed "python", and now "python@2" conflicts with it when trying to create symlinks. We don’t use the symlinked "python" installed by default in the image, so we unlink it to allow the "python@2" package to be installed without conflict.
2018-06-14Introduce channelcountlimit to limit max channels per serverStefan Hacker
Having to many channels on a server can impact performance to the point of making the instance unusably slow. This can be a problem for hosters that allow their users unlimited channel creation. This patch introduces a new per-server configuration parameter channelcountlimit which can be used to configure a maximum number of channels that may be created on each of the virtual servers. Once the limit is reached channel creation will be rejected with permission denied. To allow a translated error message we have to bump the client version to 1.3.1 to be able to use a fallback message for older clients. As usual dbus, ice and grpc can ignore this limit. It is only enforced against clients.
2018-02-11scripts/mklic.pl, 3rdPartyLicenses: add libffi license.Mikkel Krautz
2018-02-11scripts/mklic.pl, 3rdPartyLicenses: add libdaemon license.Mikkel Krautz
2018-02-11scripts/mklic.pl, 3rdPartyLicenses: add libcap2 license.Mikkel Krautz
2018-02-11scripts/mklic.pl, 3rdPartyLicenses: add glib license.Mikkel Krautz
2018-02-11scripts/mklic.pl, 3rdPartyLicenses: add libfuse license.Mikkel Krautz
2018-02-11scripts/mklic.pl, 3rdPartyLicenses: add squashfuse license.Mikkel Krautz
2018-02-11scripts/mklic.pl, 3rdPartyLicenses: add AppImage runtime license.Mikkel Krautz
2018-02-11scripts/mklic.pl, 3rdPartyLicenses: add D-Bus license.Mikkel Krautz
2018-02-11scripts/mklic.pl, 3rdPartyLicenses: add Avahi license.Mikkel Krautz
2018-02-11scripts/mklic.pl, 3rdPartyLicenses: add XAR license.Mikkel Krautz
2018-02-11scripts/mklic.pl, 3rdPartyLicenses: add SQLite3 license.Mikkel Krautz
2018-02-11scripts/mklic.pl, 3rdPartyLicenses: add Qt license.Mikkel Krautz
2018-02-11scripts/mklic.pl, 3rdPartyLicenses: add PCRE license.Mikkel Krautz
2018-02-11scripts/mklic.pl, 3rdPartyLicenses: add mDNSResponder license.Mikkel Krautz
2018-02-11scripts/mklic.pl, 3rdPartyLicenses: add mcpp license.Mikkel Krautz
2018-02-11scripts/mklic.pl, 3rdPartyLicenses: add ZeroC Ice license.Mikkel Krautz
2018-02-11scripts/mklic.pl, 3rdPartyLicenses: add libjpeg-turbo license.Mikkel Krautz
2018-02-11scripts/mklic.pl, 3rdPartyLicenses: add libpng license.Mikkel Krautz
2018-02-11scripts/mklic.pl, 3rdPartyLicenses: add harfbuzz-ng license.Mikkel Krautz
2018-02-11scripts/mklic.pl, 3rdPartyLicenses: add freetype license.Mikkel Krautz
2018-02-11scripts/mklic.pl, 3rdPartyLicenses: add BerkeleyDB license.Mikkel Krautz