quassel.git
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
2018-11-18 Manuel Nickschasmodernize: Use 'while(true)' instead of 'while(1)'
2018-11-18 Manuel Nickschasmodernize: Use std::make_unique
2018-11-18 Manuel Nickschasmodernize: Use C++ versions of system headers
2018-11-18 Manuel Nickschasmodernize: Use raw string literals instead of escaped...
2018-11-18 Manuel Nickschasmodernize: Use braced-init list when returning types
2018-11-18 Manuel Nickschasmodernize: Use auto where the type is clear from context
2018-11-18 Manuel Nickschasmodernize: Use '= default' instead of empty ctor/dtor...
2018-11-18 Manuel Nickschasmodernize: Prefer default member init over ctor init
2018-11-18 Manuel Nickschasmodernize: Pass arguments by value and move in constructors
2018-11-18 Manuel Nickschasmodernize: Use 'using' instead of 'typedef'
2018-11-18 Manuel Nickschasmodernize: Use override instead of virtual
2018-11-18 Manuel Nickschasmodernize: Use nullptr
2018-11-18 Manuel Nickschasclang-tidy: Mark several settingspage methods as final
2018-11-18 Manuel Nickschasclang-tidy: Don't call virtual methods from CoreAccount...
2018-11-18 Manuel Nickschascmake: Build shared libraries (DLLs) on Windows
2018-11-18 Manuel Nickschascmake: Make symbols hidden by default on GCC/Clang
2018-11-18 Manuel Nickschassrc: Mark symbols to be exported where needed
2018-11-18 Manuel Nickschascmake: Support generation of export headers
2018-11-18 Manuel Nickschassigproxy: Don't expose the thread_local '_current'...
2018-11-18 Manuel Nickschasuisupport: Let ClickableList inherit from std::vector...
2018-11-18 Manuel Nickschasqtui: Add debug dialog for showing the resource file...
2018-11-18 Manuel Nickschascommon: Simplify SyncableObject macros and usage
2018-11-18 Manuel Nickschasqa: Remove lots of superfluous semicolons
2018-11-18 Manuel Nickschascmake: Reorder slightly for consistency
2018-11-18 Manuel Nickschascmake: Link resources statically, and init locally
next