quassel.git
2016-01-02 Pierre SchweitzerUse prefix operators when possible for non-primitive...
2016-01-02 Andrew BrownWrite out warning when a user login fails
2016-01-02 Bas PapePreserve white-space in the input history.
2016-01-02 Bas PapeStore the channel keys in CoreNetwork again
2016-01-02 Bas PapeDisable checkbox if no DockManager is present
2016-01-02 Bas PapeRemove forward declarations in multilineedit.h
2016-01-02 Bas PapeRemove the tabcompletion space at end of text
2016-01-02 Petr BenaFixed english in ircchannel.cpp
2016-01-02 Petr BenaClean up
2016-01-02 Armin KFix build with Qt-5.5
2016-01-02 Michael MarleyKeep _wantReconnect set to true by default instead...
2016-01-02 Jason JoyceAdding tag file to the ignore list.
2016-01-02 DeizRespect WITH_WEBKIT when defining HAVE_WEBKIT
2016-01-02 Jason JoyceAdding the build folder to the ignore file.
2016-01-02 jjoyceAdding a gitignore file.
2016-01-02 jjoycePython PEP8 cleanup of macosx_makebundle.py
2016-01-02 jjoycePython PEP8 cleanup of macos_DeployApp.py
2016-01-02 Michael MarleyFix SQL errors caused by sender insertion from multiple...
2016-01-02 Daniel SchaalAdd cmdline options for SSL certificate/key paths.
2016-01-02 Alf GaidaFix read GIT_HEAD and GIT_DESCRIBE from environment
2016-01-02 Michael MarleyCall socketDisconnected() from socketStateChanged()
2015-04-23 Manuel NickschasBump version for release 0.12.2
2015-04-23 Manuel NickschasUpdate ChangeLog
2015-04-23 Manuel NickschasMove config file migration after QCoreApplication insta...
2015-04-23 Michael MarleyExecute initDbSession() on DB reconnects
2015-04-21 Manuel NickschasBump version for release 0.12.1
2015-04-21 Manuel NickschasUpdate ChangeLog
2015-04-21 Michael MarleySet the PostgreSQL session timezone to 'UTC'
2015-04-15 Manuel NickschasBump version for release 0.12.0
2015-04-15 Manuel NickschasUpdate ChangeLog
2015-04-15 Manuel NickschasOutput the CMake version during configuration
2015-04-15 Patrick von... Use the Qca-qt5 import target if available
2015-04-15 Manuel NickschasMerge pull request #121 from mamarley/unusedcipherfix
2015-04-09 Manuel NickschasMerge pull request #120 from mamarley/dbcreatefix
2015-04-06 Michael MarleyFix compiler warning when compiling without QCA support 121/head
2015-04-06 Michael MarleyUpdate the schema creation DDL for the new password... 120/head
2015-03-25 Daniel AlbersFix typo in PasswordChangeDlg failure message
2015-03-25 Daniel AlbersUpdate translations from Transifex
2015-03-25 Daniel AlbersUpdate quassel.pot
2015-03-25 Lasse LiehuThese two settings keys shouldn't be translated
2015-03-11 Manuel NickschasMerge pull request #118 from mamarley/randomfix
2015-03-11 Michael MarleyFix FTBFS on certain older libstdc++ versions. 118/head
2015-03-11 Manuel NickschasBump version for release 0.12-rc1
2015-03-11 Manuel NickschasUpdate ChangeLog
2015-03-11 Manuel NickschasMerge pull request #116 from mamarley/splitfix2
2015-03-11 Chris HMove websearch from botton of context menu to underneat...
2015-03-11 Manuel NickschasMerge pull request #117 from mamarley/oldcoresslconfig
2015-03-11 Manuel NickschasMerge pull request #111 from mamarley/nosslloopback
2015-03-11 Manuel NickschasMerge pull request #110 from mamarley/passhash
2015-03-11 Manuel NickschasProvide a proper dialog for changing the core password
2015-03-11 Manuel NickschasMake PeerPtr work for RPC calls
2015-03-09 Manuel NickschasAdd missing dependency to KWidgetsAddons
2015-03-09 Michael MarleyAdd back the SSL protocol selection dialog box for... 117/head
2015-03-04 Michael MarleyDon't require SSL for loopback connections with --requi... 111/head
2015-03-03 Michael MarleyAdd support for SHA2-512 hash on Qt4 builds 110/head
2015-02-27 Michael MarleyImprove the message-splitting algorithm for PRIVMSG... 116/head
2015-02-18 Manuel NickschasBump version for release 0.12-beta1
2015-02-18 Manuel NickschasUpdate INSTALL
2015-02-18 Manuel NickschasUpdate ChangeLog
2015-02-18 Manuel NickschasUpdate AboutData
2015-02-18 Kimmo HuomanAllows merging buffers over networks
2015-02-18 Manuel NickschasMerge pull request #107 from siduction-upstream/master
2015-02-18 Chris HollandToggle hiding of Join/Part/Quits with a single button
2015-02-17 Alf GaidaSet GIT_HEAD and GIT_DESCRIBE via environmental variables 107/head
2015-02-17 Pierre-Hugues... Add "/print" command
2015-02-17 Manuel NickschasChange location and behavior of the Password Change...
2015-02-16 Michael MarleyHide or disable the Change Password option when appropriate
2015-02-16 Martin T. H... Implement password changing from client.
2015-02-16 Manuel NickschasMigrate KDE-specific settings from KDE4 to KF5
2015-02-16 Manuel NickschasPort remaining stuff in MainWin to KF5
2015-02-16 Manuel NickschasFix shortcut saving on KDE, and use the system dialog...
2015-02-15 Manuel NickschasUse KNotifications if Frameworks integration is enabled
2015-02-12 Manuel NickschasAdapt custom stylesheet path to new default install...
2015-02-11 Manuel NickschasWork around weirdly broken MOCs
2015-02-08 Manuel NickschasUse KMainWindow if KF5 integration is enabled.
2015-02-08 Manuel NickschasMove KAboutData initialization before app initialization
2015-02-08 Manuel NickschasAdd comment regarding the removal of X11 hacks to Graph...
2015-02-08 Manuel NickschasRequire CMake 2.8.12 for KDE Frameworks integration
2015-02-08 Manuel NickschasMake the AboutDlg layout slightly prettier
2015-02-08 Manuel NickschasImprove data path handling
2015-02-08 Manuel NickschasAdd missing index.theme to the bundled Oxygen icon...
2015-02-08 Michael MarleyConvert the Storage::HashVersion names to CamelCase
2015-02-08 Michael MarleyAdd support for a salted SHA2-512 hash
2015-02-08 Michael MarleyAdd support for password hash versioning
2015-02-07 Manuel NickschasMerge pull request #97 from Bombe/focus-host-input
2015-02-07 Manuel NickschasMerge pull request #104 from mamarley/disconnectdesyncfix
2015-02-07 Manuel NickschasRemove dead assignments
2015-02-07 Manuel NickschasRemove unneeded conditionals
2015-02-07 Manuel NickschasSimplify session thread handling in Core
2015-02-07 Manuel NickschasReplace assertion by condition
2015-02-06 Manuel NickschasRemove support for obsolete Qt versions
2015-02-06 Manuel NickschasRemove support for network detection via Solid
2015-02-06 Manuel NickschasFilter -ansi from CMAKE_CXX_FLAGS
2015-02-05 Manuel NickschasAdd Yaohan Chen to AboutData
2015-02-05 Manuel NickschasMerge pull request #108 from hagabaka/master
2015-02-05 Manuel NickschasDisable Clang for building against Qt4 in the CI
2015-02-05 Manuel NickschasMerge pull request #102 from mamarley/qcaqt5
2015-02-05 Yaohan ChenAdd Qt-based connection detection 108/head
2015-02-05 Manuel NickschasMerge pull request #105 from merlin1991/qdatastream
2015-02-04 Manuel NickschasSimplify the handling of the contributor list in AboutDlg
next