quassel.git
2019-08-28 Janne KoschinskiReplace usage of deprecated QDir::operator=
2019-08-28 Janne KoschinskiReplace deprecated QSqlError::number with ::nativeErrorCode
2019-08-28 Janne KoschinskiReplace deprecated QModelIndex::child with QAbstractIte...
2019-08-28 Janne KoschinskiReplace QSignalMapper with new-style lambda signals
2019-08-28 Janne KoschinskiReplace deprecated qSort with std::sort
2019-08-04 Jan Alexander... qtui: Set desktop file name
2019-08-04 Rafael Kitovercmake: fix build on MSYS2
2019-08-04 Kai Uwe BroulikCheck for KNotifications version
2019-08-04 Kai Uwe BroulikSet default action on notification
2019-08-04 Janne KoschinskiImplement a metrics daemon to expose Prometheus metrics
2019-08-04 Manuel Nickschastests: Fix include order
2019-08-02 Daniel AlbersMerge branch 'simplify-time-formatting' of https:/...
2019-08-02 Daniel AlbersMerge branch 'select-account-from-cli' of https://githu...
2019-08-02 Janne KoschinskiSimplify the time formatting used in formatDateTimeToISO 504/head
2019-07-26 Janne KoschinskiAllow selecting the core account to connect to from CLI 503/head
2019-05-31 Kai Uwe BroulikSend icon name instead of pixmap
2019-05-31 Kai Uwe BroulikAdd DesktopEntry to notifyrc
2019-05-31 Rafael Kitovercmake: Lower Boost dep version 1.56 -> 1.54
2019-05-31 Rafael Kitovercmake: Add ENABLE_SHARED option, default ON
2019-05-31 Ben RosserCore: in LDAP authenticator, don't try database auth...
2019-05-31 Ben RosserCore: only try local auth if a user has the "database...
2019-05-31 Shane Synantests: Verify ExpressionMatch test data won't OOB
2019-05-31 Shane Synantests: Verify ExpressionMatch with invalid regex
2019-05-30 Janne KoschinskiImplement IRCv3 Server-Time
2019-05-30 Janne KoschinskiCleanup allowing for tags to be available at later...
2019-05-30 Janne KoschinskiDon't server-encode twice
2019-05-30 Janne KoschinskiImprove debugging for new IRCv3 functionality
2019-05-30 Janne KoschinskiMinor cleanup of messages handling
2019-05-30 Janne KoschinskiCode cleanup
2019-05-30 Janne KoschinskiImplement IRCv3 tag parsing and sending
2019-02-14 Wolfgang Müllerlogger: export LogEntry symbols
2019-02-14 Shane Synanlogger: Dedup code, fix client Debug Log loglevel
2019-02-14 Wolfgang Müllerlogger: resolve program name using RunMode and BuildInfo
2019-02-14 Wolfgang Müllerlogger: resolve level string in msgWithTime
2019-02-14 Wolfgang Müllerlogger: Make output to syslog nicer
2019-02-14 phuzionUpdate Help>About Qt to use modern Qt logo and remove...
2019-02-13 Shane Synancore: Remove updateSQLResource.sh, cleanup docs
2019-02-13 Shane Synancore: Remove redundant updateSchemaVersion() call
2019-02-13 Shane Synancore: Display problem step if storage setup fails
2019-02-13 Shane Synancore: Track upgrade step within schema version
2019-02-13 Shane Synancommon: Don't add quotes to exit exceptions
2019-02-13 Shane Synanbuild: Add Boost 1.0 license for CMake script
2019-02-13 Janne KoschinskiFixes misalignment of buttons in inputwidget
2019-02-13 Janne KoschinskiFixes bug where nicklist was broken on first start
2019-02-13 Shane SynanApply suggested info change
2019-02-13 Janne KoschinskiAllow configuring listen address
2019-02-13 Janne KoschinskiProperly handle options if core has just now been confi...
2019-02-13 Janne KoschinskiMake the identd listen on all adresses
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
2018-12-13 Manuel Nickschascmake: Remove left-over debug message
2018-11-20 Manuel Nickschascmake: Add missing Boost dependency
2018-11-20 Manuel Nickschascmake: Create imported target for Boost, if it doesn...
2018-11-20 Manuel Nickschascmake: Fix OSX post-build if not all targets are requested
2018-11-19 Manuel Nickschasserializers: Fix quint16 deserialization, remove code...
2018-11-18 Manuel Nickschascmake: Allow to make compile warnings fatal
2018-11-18 Manuel Nickschasqa: Remove dead code
2018-11-18 Manuel Nickschasqa: Simplify main window activation logic
2018-11-18 Manuel Nickschasqa: Don't import whole Protocol namespace
2018-11-18 Manuel Nickschascmake: Increase warning level on MSVC
2018-11-18 Manuel Nickschascmake: Set proper install paths for Windows
2018-11-18 Manuel Nickschastravis: Add Ubuntu 18.10 "Cosmic" to the list of CI...
2018-11-18 Manuel Nickschascmake: Move version setup into a separate .cmake file
2018-11-18 Manuel Nickschascmake: Consolidate compile settings
2018-11-18 Manuel Nickschasfunchelpers: Provide overload for invoking a member...
2018-11-18 Manuel Nickschasfunchelpers: Support the invocation of non-void callables
2018-11-18 Manuel Nickschastravis: Use ctest to execute unit tests
2018-11-18 Manuel Nickschascleanup: Clean up BufferViewConfig
2018-11-18 Manuel Nickschastests: Extend SignalProxyTest to cover request/receive...
2018-11-18 Manuel Nickschassigproxy: Modernize RPC calls (remote signals)
2018-11-18 Manuel Nickschassigproxy: Actually rename SyncableObjects when requested
2018-11-18 Manuel Nickschastests: Check that sourcePeer() is set in SignalProxyTest
2018-11-18 Manuel Nickschasfunchelpers: Add a way to invoke a callable with a...
2018-11-18 Manuel Nickschasfunchelpers: Support traits for non-member functions
2018-11-18 Manuel Nickschastypes: Add STL-compliant Hash functor for Qt types
2018-11-18 Manuel Nickschastests: Add unit test for basic SignalProxy functionality
2018-11-18 Manuel Nickschastest: Add a spy type that waits for one or more signals
2018-11-18 Manuel Nickschastest: Add a way to mock peers for SignalProxy-related...
2018-11-18 Manuel Nickschastest: Add GTest printers for commonly used Qt types
2018-11-18 Manuel Nickschastest: Add InvocationSpy and ValueSpy helper classes
2018-11-18 Manuel Nickschastest: Introduce Quassel::Test::Global library
2018-11-18 Manuel Nickschasmodernize: Remove custom Quassel-specific log macros
2018-11-18 Manuel Nickschasmodernize: Remove Uncrustify config and script
2018-11-18 Manuel Nickschasmodernize: Reformat ALL the source... again!
2018-11-18 Manuel Nickschascmake: Add build-time dependency to Boost 1.56
2018-11-18 Manuel Nickschastravis: Reduce ccache size
2018-11-18 Manuel Nickschastests: Enable tests in Travis
2018-11-18 Manuel Nickschastests: Convert ExpressionMatchTests into a GTest-based...
2018-11-18 Manuel Nickschastest: Add build system support and a main function...
2018-11-18 Manuel Nickschastest: Bundle GTest/GMock 1.8.1 sources and provide...
2018-11-18 Manuel Nickschasmodernize: Require member function pointers for Setting...
2018-11-18 Manuel Nickschasmodernize: Remove old-style slot usage in NetworkModelC...
2018-11-18 Manuel Nickschasmodernize: Don't use apparent connect-by-name slots...
2018-11-18 Manuel Nickschasmodernize: Migrate action-related things to PMF connects
2018-11-18 Manuel Nickschasuisupport: Provide helpers for dealing with widget...
2018-11-18 Manuel Nickschascommon: Provide helper for getting member function...
2018-11-18 Manuel Nickschasmodernize: Replace most remaining old-style connects...
2018-11-18 Manuel Nickschascommon: Provide helper for resolving overloaded functio...
2018-11-18 Manuel Nickschasqtui: Fix initialization order after switching to PMF...
2018-11-18 Manuel Nickschasclazy: Convert many old-style connects into function...
2018-11-18 Manuel Nickschasmodernize: Use ranged-for loops in some obvious cases
next