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
2022-10-08FIX(server): Explicitly set parsed timestamps to UTC for rememberchanneldurationHartmnt
2022-09-12FEAT: Make channel listeners persistent on serverRobert Adam
2022-09-10FIX(server): Look for mumble-server* filesRobert Adam
2022-05-05FIX(server): Improve rememberchannelduration compare logicHartmnt
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-06-17FIX(server): Also INSERT queried valueRobert Adam
2021-06-17REVERT: "FIX(server): Value queried but not used in DB insertion"Robert Adam
2021-06-16FIX(server): Value queried but not used in DB insertionRobert Adam
2021-04-09MAINT: Update copyright notice to 2021 (Part II)Robert
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-07-17FIX(server): Reorder old table drops based on constraintsLartza
2020-07-08Merge pull request #4147: FEAT(server): Add rememberduration optionRobert Adam
2020-07-03FEAT(server): Add rememberduration optiondeluxghost
2020-07-02REFAC(server): replace NULL with nullptrPopkornium18
2020-06-05Merge pull request #4105: Use REPLACE instead of INSERTRobert Adam
2020-06-02src/murmur/ServerDB.cpp: Fix DB structure version not getting updated on tabl...Robert Adam
2020-05-29src/murmur/ServerDB: Make sure the Database uses proper encodingRobert Adam
2020-05-29src/murmur/ServerDB: Turned db version into static field & added some documen...Robert Adam
2020-05-27src/murmur/ServerDB.cpp: Use REPLACE instead of INSERTRobert Adam
2020-05-12src/murmur/ServerDB.cpp: fix sqlite version requirementdeluxghost
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-09-12Add missing includes for "no-pch" buildDavide Beatrici
2019-09-12Don't include PCH headers directlyDavide Beatrici
2019-04-03Fix transaction handling in Server::registerUserThomas Ross
2019-03-25Fix typos in ServerDB::loadOrSetupMetaPKBDF2IterationsCountAlexis Jeandeau
2019-03-25Remove unnecessary spaces in the logs when setting up the PBKDF2 iteration countAlexis Jeandeau
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-12-15Don't drop indices, this breaks the upgrade processLorenz Brun
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-04-21Added fix for murmur check for MySQL, SQLite, and Postgreslewisca04
2017-03-06ServerDB, Meta: add support for SQLite WAL.Mikkel Krautz
2017-03-02ServerDB: use PasswordGenerator class for generating initial SuperUser password.Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-11-14ServerDB: ensure 'id' is never uninitialized in Server::removeChannelDB().Mikkel Krautz
2016-08-31Replace checks for (not SQLite and not PostgreSQL) with checks for MySQL.Luke A Pitt
2016-08-31Whitespace fixes.Luke A Pitt
2016-08-31This commit removes the reconnection logic from ServerDB::query().Luke A Pitt
2016-08-31Use UPSERT for PostgreSQL, REPLACE INTO for other databases.Luke A Pitt
2016-08-31Minimum changes to make previously applied postgresql pacth work with current...Luke A Pitt
2016-08-31Indentation fix - Replace spaces with tabs.Luke A Pitt
2016-08-30Murmur now supports PostgreSQL. The PostgreSQL plugin for Qt 4 ('libqt4-sql-p...Arne Fenske
2016-06-24Implement correct write locking for addChannel/removeChannel/link/unlink.Mikkel Krautz
2016-05-22ServerDB.cpp: refactor code writing SuperUser password into DBFrank Engler
2016-05-22murmurd: command line argument "-disablesu" disables SuperUserFrank Engler
2016-05-10src/murmur: update to use LICENSE.header.Mikkel Krautz
2015-11-22Allow creating channel with a set maximum number of usersTim Cooper
2015-11-22Add per-channel user limitTim Cooper
2014-10-22Fix more coding guideline violations.Stefan Hacker
2014-10-21Fix issues found in review of PR #1422Stefan Hacker