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 (Expand)Author
2021-07-28FIX(server): Always bind to both IPv6 and IPv4 by defaultWGH
2021-07-11FIX(server): Tray icon not shown on WindowsRobert Adam
2021-06-20FIX(server): Also INSERT queried valueRobert Adam
2021-06-20REVERT: "FIX(server): Value queried but not used in DB insertion"Robert Adam
2021-06-17FIX(server): Missing lock in Ice-call setACLRobert Adam
2021-06-17FIX(server): Value queried but not used in DB insertionRobert Adam
2021-06-15FIX(client): Ambiguity in plugin installerRobert Adam
2021-06-11FIX(server): uiSession being used before assignmentRobert Adam
2021-06-07REFAC: Turn MumbleVersion into namespaceRobert Adam
2021-05-31BUILD(cmake): Rename server to mumble-serverRobert Adam
2021-05-26FIX(server, unix): DB corruption due to missing locksRobert Adam
2021-05-16FORMAT: Run clang-format 10 on all source filesRobert Adam
2021-05-16FIX(server): ChannelListener IDs colliding across VServersRobert Adam
2021-04-16FORMAT: Run clang-format 10 on all source filesRobert Adam
2021-04-16FEAT(client): Plugin frameworkRobert Adam
2021-04-13Merge PR #4922: MAINT: Update copyright notice to 2021 (Part II)Robert Adam
2021-04-11CHANGE(server): Allow spaces in username by defaultRobert Adam
2021-04-11CHANGE(server): Untrimmed usernames considered invalidRobert Adam
2021-04-11CHANGE(server): Always trim usernamesRobert Adam
2021-04-09MAINT: Update copyright notice to 2021 (Part II)Robert
2021-04-06FIX(server): Fix undefined behvior on Linux hostsRobert Adam
2021-04-03FIX: Replace RAND_bytes with CryptographicRandom::fillBufferTredwellGit
2021-03-28Merge PR #4885: REFAC(server): Replace non-standard u_char with uint8_tDavide Beatrici
2021-03-27REFAC(server): Replace non-standard u_char with uint8_tLorenz Brun
2021-03-27FIX(Server): Prevent multiple Sessions with ID 0qamodi
2021-03-06BUILD(cmake): Always define _USE_MATH_DEFINESRobert Adam
2021-03-06REFAC: Make sure all macros are #undef'd againRobert Adam
2021-03-03FIX(server): Ctrl-C leaves UDP port open.Terry Geng
2021-03-03Merge pull request #4809: FEAT(server, ice): Ability to broadcast welcome textRobert Adam
2021-03-03Merge pull request #4817: FIX(Server): Unauthenticated connections no longer ...Robert Adam
2021-03-02FEAT(server, ice): Ability to broadcast welcome textRobert Adam
2021-03-02FIX(Server): Unauthenticated connections no longer add to user countLucas Toole
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2021-02-28Merge pull request #4794: FEAT(server): Remove broadcast of new welcometext w...Robert Adam
2021-02-27FIX(ice): Use the encoded array size to construct the base64 stringJosh Robson Chase
2021-02-26FEAT(server): Remove broadcast of new welcometext when changing via Ice.KetchupBomb
2021-02-23FIX(server): Don't pass unneeded values to OSInfo, rely on the ones it providesDavide Beatrici
2021-01-21DOCS: fixed typosfreddii
2021-01-18FIX(server): Make max bandwidth the highest supportedTredwellGit
2021-01-14FIX(server): Older clients not being warned about ChannelListenerRobert Adam
2021-01-10FEAT(installer): Add support for snapshot buildsNik Reist
2021-01-06BUILD(versioning): Make use of the 4th part (build/tweak) of the versionDavide Beatrici
2020-12-23FIX(client, server): Load native mDNS/DNS-SD symbols at runtimeDavide Beatrici
2020-12-15Merge pull request #4574: REFAC(installer-msi) Simplify WiX component installRobert Adam
2020-12-12REFAC(installer-msi) Simplify WiX component installNik Reist
2020-12-08FIX(server): Prevent listeners from hearing all shoutsRobert Adam
2020-10-24Merge pull request #4503: BUILD(cmake): Revamp install pathsRobert Adam
2020-10-24BUILD(cmake): Revamp install pathsRobert
2020-10-24BUILD(cmake): Fix gRPC not being foundRobert
2020-10-23FORMAT(server): Add braces around foreach-loops and if-bodiesJannis Achstetter