modernize: Reformat ALL the source... again!
[quassel.git] / src / core /
2018-11-18 Manuel Nickschasmodernize: Reformat ALL the source... again!
2018-11-18 Manuel Nickschasmodernize: Remove old-style slot usage in NetworkModelC...
2018-11-18 Manuel Nickschasmodernize: Replace most remaining old-style connects...
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 std::make_unique
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 override instead of virtual
2018-11-18 Manuel Nickschasmodernize: Use nullptr
2018-11-18 Manuel Nickschassrc: Mark symbols to be exported where needed
2018-11-18 Manuel Nickschascommon: Simplify SyncableObject macros and usage
2018-11-18 Manuel Nickschascmake: Reorder slightly for consistency
2018-11-18 Manuel Nickschascmake: Link resources statically, and init locally
2018-11-18 Manuel Nickschascmake: Autogenerate most of the .qrc resource files
2018-11-18 Manuel Nickschascmake: Fix source-specific compile definitions
2018-11-18 Manuel Nickschascmake: Modernize cmake support for LDAP
2018-11-18 Manuel Nickschascmake: Set -DHAVE_UMASK only where it's needed
2018-11-18 Manuel Nickschascmake: Modernize build system
2018-11-18 Manuel Nickschascmake: Use official CMake config for QCA
2018-11-18 Manuel Nickschascommon: Initialize translations in Quassel::init()
2018-11-18 Manuel Nickschasqt4-b-gone: Reorganize the initialization sequence
2018-11-18 Manuel Nickschasqt4-b-gone: Remove all code supporting Qt < 5.5 and...
2018-11-18 Manuel Nickschascmake: Remove build system support for Qt4/KDE4
2018-11-01 Manuel Nickschascore: Avoid Clang warning for inconsistent override
2018-10-14 Manuel Nickschascommon: Don't use unsafe functions when handling POSIX...
2018-10-01 Manuel Nickschascore: Fix quitting from networks on shutdown
2018-10-01 Manuel Nickschascore: Allow clean shutdown of the core
2018-10-01 Manuel Nickschascore: Use the Singleton mixin for the Core instance
2018-10-01 Manuel Nickschascommon: Use the Singleton mixin for the Quassel instance
2018-09-16 Shane Synancore: Remove away-notify hack for non-spec server
2018-09-16 Shane Synancore: Clean up AutoWho comments, variable names
2018-09-13 Shane Synancore: Cancel nickname AutoWho on IrcUser quit
2018-09-13 Shane Synancore: AutoWhoX, only search nickname by nickname
2018-09-06 Manuel Nickschasclang-tidy: Don't make methods virtual for no reason...
2018-09-06 Manuel Nickschasclang-tidy: Add nullptr check
2018-09-06 Manuel Nickschasclang-tidy: Avoid potential memory leak in BufferViewMa...
2018-09-06 Manuel Nickschasclang-tidy: Reorder NetworkMO attributes to avoid exces...
2018-09-03 alturiakcipher.cpp: Default to CBC instead of ECB
2018-09-03 Shane Synancommon: Add "--debug-irc" to log raw IRC messages
2018-09-03 Shane Synancommon: Port remote nicks to NickHighlightMatcher
2018-09-03 Shane Synancommon: Port IgnoreListManager to ExpressionMatch
2018-08-28 Shane Synancore: Limit "User is away" to 1hr or when changed
2018-08-28 Shane Synancommon: Unify Date/Time formatting, UTC offset
2018-08-23 Manuel Nickschasqa: Remove [[clang::fallthrough]] annotations again
2018-08-23 Shane Synancore: Remove leftover getAuthUserName and SQL
2018-08-23 Manuel Nickschascore: Fix build without SSL
2018-08-22 Manuel Nickschasqa: Remove bogus self-assignment
2018-07-17 Manuel Nickschascore: Improve handling of core initialization errors
2018-07-17 Shane Synancore: Fix highlight nick config save/load
2018-07-15 Matt SchatzAttempt to improve the /LIST timeout for large lists
2018-07-12 Manuel Nickschaslogger: Refactor the logging framework
2018-06-20 Shane Synancommon: Make CommitDate Unix epoch, handle legacy
2018-06-19 Shane Synancore: Fix oidentd signal connection, cleanup
2018-06-19 Matt SchatzPrepend current nickname if buffer has no name
2018-06-18 Shane Synancore: Silence auto-PINGs with invalid timestamps
2018-06-18 Shane Synancore: Handle single-parameter PONG replies
2018-06-18 Manuel NickschasClean up the HighlightRuleManager a bit
2018-06-18 Janne KoschinskiRework sync protocol for highlight rules
2018-06-18 Manuel Nickschasidentd: Remove unneeded strict attribute
2018-06-18 Manuel Nickschasidentd: Ensure sockets are deleted when disconnected
2018-06-18 Manuel Nickschasidentd: Cleanup
2018-06-18 Jan Alexander Stef... identd: Return INVALID-PORT if the parsing fails
2018-06-18 Jan Alexander Stef... identd: Move response construction to Request
2018-06-18 Jan Alexander Stef... identd: Rework lowestSocketId handling
2018-06-18 Jan Alexander Stef... identd: Simplify responseAvailable via early return
2018-06-18 Jan Alexander Stef... identd: Flatten respond's if-else chain
2018-06-18 Jan Alexander Stef... identd: Avoid a maybe-uninitialized warning
2018-06-18 Jan Alexander Stef... identd: Turn !canReadLine into an early return
2018-06-18 Janne Koschinskiidentd: Implement --ident-port option
2018-06-18 Janne Koschinskiidentd: Implement blocking request queueing
2018-06-18 Janne Koschinskiidentd: Initial draft of integrated ident daemon
2018-06-17 Shane Synandocs: Move SQL schema to README.md, add more help
2018-06-06 Manuel Nickschasmono: Show a popup during database migration
2018-06-06 Manuel Nickschasmono: Run the internal core in a separate thread
2018-06-06 Manuel Nickschascore: Only load translations if running stand-alone
2018-06-06 Manuel Nickschascore: Properly parent QObject-derived attributes
2018-06-06 Manuel Nickschascore: Change signature of Core::syncTimer()
2018-06-06 Manuel Nickschascore: Use QCoreApplication::exit() instead of just...
2018-06-06 Manuel Nickschascore: Simplify core initialization logic
2018-06-06 Manuel Nickschascommon: Set umask in main() instead of Core::init()
2018-06-06 Manuel NickschasRemove ancient settings migration code
2018-06-06 Shane Synancore: Save schema version for intermediate steps
2018-06-06 Shane Synancore: Include timezone for CTCP TIME replies
2018-06-06 Shane SynanRename strict-ident, apply to non-identd response
2018-06-06 Janne KoschinskiAutomatically synchronize CoreInfo when on connect...
2018-05-23 Manuel Nickschascommon: Improve logger configuration
2018-05-23 Manuel Nickschascommon: Use override instead of virtual
2018-05-23 Shane Synancore: Migrate SQLite schema to MSec, warn of slow
2018-05-23 Michael MarleyIrcUser: Rename lastAwayMessage to lastAwayMessageTime
2018-05-23 Michael MarleyIrcUser: Use QDateTime for lastAwayMessage, not int
2018-05-23 Shane SynanFinish 64-bit time conversion, modify protocol
2018-05-23 Shane SynanChange Message::Flags/Type cast to Int, not UInt
2018-05-23 Shane Synancore: Fix 64-bit ID SQLite -> Postgres migration
2018-05-23 Michael MarleyUse 64-bit IDs for messages
2018-05-23 Janne Koschinskicore: Allow configuring DB/auth from environment
next