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
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
2014-10-03Review and refactor of PBKDF2 support patch.Stefan Hacker
2014-10-03Add PBKDF2 support to Murmur.tkmorris
2014-07-17Add "forceExternalAuth" config option to Murmurmain()
2014-07-14Adjust method comment to match usageKissaki
2013-06-29Userlist improvements: Use QDateTime.Kissaki
2013-06-29Userlist Improvements: Use RPC callbacks as well.Kissaki
2013-06-23UserList improvementsZuko
2013-06-05use qFatal instead of exceptionKissaki
2013-06-05Implement copy constructors, minor cleaningKissaki
2012-05-31Murmur: Generate a random SuperUser password for new serversBenjamin Jemlich
2012-03-12Murmur: Add workaround for databases that contain channel_info rows for chann...Benjamin Jemlich
2012-02-26Misc fixesBenjamin Jemlich
2012-02-24Unified spelling of of writable (s/writeable/writable)Patrick Matthäi
2012-01-15Mark Server::log as constBenjamin Jemlich
2011-11-09Fix include guards and PCH includesBenjamin Jemlich
2011-10-23Fix ghost disconnect removing permissions (#3423985)Benjamin Jemlich
2011-04-24Added option -wipelogs to clear logs in DB.Jamie Fraser
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2011-01-24Work around timestamp update for mysqlThorvald Natvig
2011-01-23Fix ID of new server if all servers deletedThorvald Natvig
2011-01-09Indent, changelog, submodule and language updateThorvald Natvig