aboutsummaryrefslogtreecommitdiff
path: root/irc/quassel-core
Commit message (Collapse)AuthorAgeFilesLines
* irc/quassel*: update to 0.14-rc1 snapshot (+)Dima Panov2021-08-191-1/+3
| | | | | | Quassel 0.14-rc1 pre-release have full support for Qt 5.5+ While here, adopt port and add some KDE/KF5 integration options
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* irc/quassel and irc/quassel-core: Add PostgreSQL optionBen Woods2016-12-241-20/+4
| | | | | | | | | | | | | | | - Qt decides at run-time which SQL drivers are installed and only then allows running Quassel with those database backends. - Also reformat to minimise diff of irc/quassel-core (slave) from irc/quassel (master) as much as possible (per recommendation in the Porter's handbook). PR: 215026 Submitted by: Christian Schwarz <me@cschwarz.com> Approved by: adamw (mentor, implicit) Notes: svn path=/head/; revision=429306
* irc/quassel: split into two ports (client and server)Ben Woods2016-10-291-0/+28
irc/quassel-core provides the server back-end. irc/quassel provides the client front-end. irc/quassel can also be built with the MONO option enabled to also install the client and server combined into a single monolithic binary. Submitted by: Chris Rees <crees@physics.org> (in part) Approved by: adamw (mentor, implicit) Notes: svn path=/head/; revision=424921