summaryrefslogtreecommitdiffstats
path: root/src/server/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [*] Convert old C-Style castsSimon Rettberg2018-07-261-1/+1
| | | | | Primitive types now use type(x) instead of (type)x, pointers should use appropriate long versions
* [server] Init qrand before creating main window, so session id is randomSimon Rettberg2017-12-011-2/+1Star
|
* refactoring.Christian Klinger2016-09-301-27/+6Star
|
* astyle.Christian Klinger2016-09-291-2/+3
|
* added the --config=FILE parameter and got rid of the SETTINGS macro.Christian Klinger2016-09-261-12/+31
|
* removed USER_SETTINGS etc.Christian Klinger2016-09-121-20/+3Star
| | | | | | (this also changes filename of the crt ans rsa files, but this shouldn't be a problem. (formerly the name of those files depended on the name and location of the ini-files)
* added --manager-only (and removed the ipList-feature)Christian Klinger2016-05-191-8/+14
|
* [shared/server] define preferred styles and enable it if supportedJonathan Bauer2016-05-181-1/+9
|
* Remove heavy unreadable debug messages. Reintent.Manuel Schneider2014-09-031-41/+41
|
* Change system settings path. Change name of config fileManuel Schneider2014-09-031-4/+8
|
* New feature: Change or set tutor manually during session + URL of IP - ListBjörn Hagemeister2014-04-221-1/+10
| | | | of possible tutors, can be set in command line by starting server.
* Initial commitsr2013-02-041-0/+41