Added a commandline option to specify the datadir (the dir containing sqlite db and...
authorMarcus Eggenberger <egs@quassel-irc.org>
Fri, 1 Aug 2008 12:52:11 +0000 (14:52 +0200)
committerMarcus Eggenberger <egs@quassel-irc.org>
Fri, 1 Aug 2008 12:52:11 +0000 (14:52 +0200)
commit4831a16871344dc46a8ae9da4e9fd3125f87b785
tree8972f7dd3d8e55608eefa92ac70ce3e2868aaea7
parent693fafa0e9fd606bddbd3f3054d4f8c173b33291
Added a commandline option to specify the datadir (the dir containing sqlite db and cert) and changed default datadir for Mac OS
 - Mac OS X data dir is now ~/Library/Application Support/Quassel and no longer quassel
 - cli parser replaces now leading '~' with the homedir
src/common/cliparser.cpp
src/common/cliparser.h
src/common/main.cpp
src/common/util.cpp