properly rewind oidentd config file
[quassel.git] / src / common / main.cpp
2012-02-13 Daniel Albersadd oidentd cli options to quasselcore
2012-01-21 Manuel NickschasFix and improve logging support
2012-01-20 Tomas ChvatalIntroduce possibility to use syslog.
2010-08-25 Daniel Albersmake quasselcore listen on IPv6 if available
2009-10-06 Daniel Albersreorganize crash handling
2009-08-06 Manuel NickschasAdd --qss parameter to load a custom stylesheet
2009-07-13 Manuel NickschasSet bugtracker address in KAboutData
2009-03-24 Marcus EggenbergerMerge branch 'bufferviewoverlay'
2009-03-18 Manuel NickschasDon't mention the database in --help for -c for the...
2009-03-13 Manuel NickschasAdd --version (-v) switch for non-KDEified Quassel
2009-03-12 Marcus Eggenbergeradding --change-userpass=<username> option to the core
2009-03-11 Marcus Eggenbergerfixes a bug where the data/config-dir option was not...
2009-03-11 Marcus Eggenbergerfixes #611 - quasselclient --help shows core options
2009-03-11 Marcus EggenbergerDropping --migrate-backend option and adding --add...
2009-03-03 Marcus Eggenbergerprettyficating the prompting for backend credentials
2009-03-03 Marcus Eggenbergermigration no longer eats memory
2009-02-19 Marcus Eggenbergerfixing images in webpreview when linked statically
2009-01-25 Manuel NickschasRevamping the build system (again...)
2009-01-20 Manuel NickschasProvide Quassel::configDirPath() and Quassel::findDataF...
2009-01-16 Joshua T CorbinAdd listen option.
2009-01-12 Manuel NickschasYearly copyright bump :)
2009-01-10 Manuel NickschasReworking CliParser to allow building quasselcore alway...
2009-01-04 Tomas ChvatalMake kde stuff speak in localized manner, also remove...
2008-12-26 Manuel NickschasSome more info for KAboutData
2008-12-26 Manuel NickschasFixes
2008-12-26 Manuel NickschasUse KCmdLineArgs, KApplication and KMainWindow
2008-12-26 Manuel NickschasEnable KDE support in the build system
2008-12-26 Manuel NickschasFix compile warnings, remove unneeded exception handlers
2008-10-04 Manuel NickschasRedesign genversion and make only main.cpp depend on it
2008-09-26 Manuel NickschasMajor redesign of the build system. Also allow icons...
2008-09-18 Manuel NickschasFinally sanitizificat0red the mess and #ifdef hell...
2008-09-18 Manuel Nickschascleanups (WiP)
2008-09-01 Marcus EggenbergerMerge branch 'master' of git@git.quassel-irc.org:quassel
2008-09-01 Manuel NickschasVarious buildsystem improvements:
2008-08-29 Marcus EggenbergerFixing BR #295 - Autobacktraces are limited to Linux...
2008-08-17 Marcus Eggenbergermake quassel compile in deploy mode again (mac os x...
2008-08-14 Marcus EggenbergerQuassel dumps now a human readable stacktrace to $...
2008-08-13 Jonas Heeseadded session management
2008-08-01 Marcus EggenbergerAdded a commandline option to specify the datadir ...
2008-07-30 Sebastian GothChanged default logging to stdout and some minor fixes.
2008-07-30 Sebastian GothActivate logging for quasselcore.
2008-07-19 Marcus Eggenbergerlanguage is now changable (settings -> appearance ...
2008-07-16 Sebastian GothAdopted --debugbufferswitches and --debugmodel to clipa...
2008-07-16 Sebastian GothActivate cliparser and adapt old global variables to it.
2008-06-21 Manuel NickschasUse qsrand initialization from Qt examples
2008-06-17 Manuel NickschasMerge branch 'cmake'
2008-06-17 Diego 'Flameeyes... Fix warnings about non-string-literals on printf()...
2008-06-15 Marcus EggenbergerMerge branch 'master' of git@git.quassel-irc.org:quassel
2008-06-15 Manuel NickschasMerge branch 'cmake'
2008-06-07 Manuel NickschasIntroduce new format for version.inc.
2008-05-09 Manuel NickschasMoving branches/0.3 to trunk
2008-04-18 Manuel Nickschass,--sputdev,--debug,g
2008-04-10 Manuel NickschasRemoving the new chatwidget and other cruft from trunk...
2008-03-18 Manuel NickschasMake server/network encoding configurable
2008-03-07 Manuel NickschasUsed the trip back from CeBIT to prepare everything...
2008-02-13 Manuel NickschasMore improvements to encoding handling. There is now...
2008-02-13 Manuel NickschasExtended NetworkInfo again to prepare for even more...
2008-02-12 Manuel NickschasAll network settings can now be edited/stored properly...
2008-02-03 Manuel NickschasAdded a container dialog for stand-alone settingspages...
2008-01-19 Manuel NickschasFinally! All *Id types are now first-class types rather...
2008-01-17 Manuel NickschasThis is the long-awaited monster commit, bringing you...
2008-01-09 Manuel NickschasFinally! The new identities plus a nice shiny settingsp...
2008-01-08 Manuel NickschasWho stole the ! from main.cpp?
2008-01-07 Manuel NickschasCommitting a lot of identity stuff which is still disabled.
2008-01-05 Manuel NickschasFix license headers: Quassel IRC Team -> Quassel Projec...
2008-01-05 Manuel NickschasRevamped a lot of the settings stuff. This should fix...
2008-01-05 Manuel NickschasCommitting a whole bunch of Identity-related stuff...
2008-01-02 Manuel NickschasVarious smaller stuff, some parts of the new identity... 0.2.0-pre
2008-01-01 Manuel Nickschas...actually commit the translation magic...
2007-12-21 Manuel NickschasThe Quassel Core now remembers on exit which networks...
2007-11-29 Manuel NickschasMaking Quassel slowly ready for its first release...
2007-11-22 Manuel NickschasFinishing the switch to types.h and the resulting cleanup.
2007-11-05 Marco GeniseOk, the long awaited config wizard is here (at least...
2007-10-24 Manuel Nickschasobsolete_crap--
2007-10-19 Manuel NickschasRenaming QtGui to QtUi, in order to not confuse build...
2007-10-18 Manuel NickschasNewest version of QuasselTopia, and some minor random...
2007-10-18 Marcus EggenbergerOk this is the major rework of quassel we've all been...
2007-10-09 Manuel NickschasAdded basic stuff for localization/internationalization...
2007-08-29 Manuel Nickschasclean++
2007-08-29 Manuel NickschasYES! We finally have dynamic signals between Core and...
2007-08-08 Manuel NickschasImplemented a signal handler to graceful shutdown Quass...
2007-08-07 Manuel NickschasYay! After months, distributed client/core operation...
2007-08-01 Manuel NickschasOK Folks, my first commit after quite a while, and...
2007-06-28 Manuel NickschasCleaning up the closet... or at least the code. Tried...
2007-06-27 Manuel NickschasFixed a problem where cmake apparently didn't get all...
2007-06-27 Manuel NickschasStill working on the authentification stuff. Technicall...
2007-06-25 Manuel NickschasFinished the fusion of the different main_* files,...