QssParser: Interpret "oblique" as italic
[quassel.git] / src / common /
2018-07-17 Shane Synancommon: Empty highlight name matches all messages
2018-07-17 Manuel Nickschascore: Improve handling of core initialization errors
2018-07-12 Shane Synancommon: Fix BufferViewConfig upgrade defaults
2018-07-12 Manuel Nickschaslogger: Refactor the logging framework
2018-07-10 Shane Synanclient: Fix settings upgrade missing some steps
2018-06-20 Manuel Nickschasquassel: Install signal handlers in init() rather than...
2018-06-20 Shane Synancommon: Make CommitDate Unix epoch, handle legacy
2018-06-19 Michael MarleyFix default port for integrated ident daemon
2018-06-19 Shane Synancommon: Use UTF-8 server encoding by default
2018-06-19 Shane Synanclient: Detect legacy CoreInfo, request on show
2018-06-18 Manuel NickschasClean up the HighlightRuleManager a bit
2018-06-18 Janne KoschinskiRework sync protocol for highlight rules
2018-06-18 Janne Koschinskiidentd: Implement --ident-port option
2018-06-18 Janne Koschinskiidentd: Initial draft of integrated ident daemon
2018-06-16 Ken MooreClean up High-DPI scaling options
2018-06-15 Manuel Nickschasicons: Add hicolor fallback for Qt < 5.5
2018-06-15 Manuel Nickschascmake: Clean up icon-related build options
2018-06-15 Manuel Nickschasicons: Reorganize icon directories
2018-06-06 Manuel Nickschasmono: Run the internal core in a separate thread
2018-06-06 Manuel Nickschascommon: Make InternalPeer (more) thread-safe
2018-06-06 Manuel Nickschascommon: Ensure the custom config path is stored as...
2018-06-06 Manuel Nickschascommon: Set umask in main() instead of Core::init()
2018-06-06 Shane Synancommon: Add '$i:identd', '*' for empty, tooltips
2018-06-06 Shane Synancommon: Sort user prefix channelmodes on add/set
2018-06-06 Shane SynanRename strict-ident, apply to non-identd response
2018-06-06 Michael MarleyFix crash caused by repeated kicks of an already-kicked...
2018-06-06 Janne KoschinskiAutomatically synchronize CoreInfo when on connect...
2018-06-06 Shane Synancommon: Apply RegEx, CS column to sender, channel
2018-06-06 Shane SynanReally use Remote Highlights for nick, not Local
2018-06-06 Shane Synancommon: Put scopeMatch in util, use in highlights
2018-06-06 Shane Synancommon: Add inverted scope match rules to ignores
2018-06-03 Manuel Nickschascommon: Notify if key was removed from settings
2018-05-23 Manuel Nickschascommon: Improve logger configuration
2018-05-23 Manuel Nickschascommon: Remove the lastAwayMessage Q_PROPERTY declaration
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 Michael MarleyUse 64-bit IDs for messages
2018-05-23 Janne Koschinskicore: Allow configuring DB/auth from environment
2018-05-23 Janne KoschinskiImplement type-filtered backlog fetching
2018-05-23 Janne KoschinskiImplement sender realname/avatarurl storage
2018-05-23 Janne Koschinskiprotocol: Implement 64-bit message timestamps
2018-05-23 Janne KoschinskiStore highlight status per buffer coreside
2018-05-17 Manuel Nickschascore: Avoid confusing log message when legacy client...
2018-05-07 Janne KoschinskiFixes the Highlight Rule Manager
2018-05-07 Michael MarleyAdd strict-oidentd mode
2018-05-07 Michael MarleyAdd support for Elliptic Curve keys for CertFP
2018-04-26 Janne KoschinskiFix support for extended features on Qt4
2018-04-23 Janne KoschinskiImplement custom deserializer to add our own sanity...
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2018-04-05 phuzionChange HTTP links to HTTPS for quassel-irc.org and...
2018-03-28 Svetlana TkachenkoSupport $i:account in aliases
2018-03-28 Svetlana TkachenkoSupport $i:ident in aliases
2018-03-28 Manuel Nickschascommon: Set sourcePeer() also for internal (mono) conne...
2018-03-26 Manuel Nickschascommon: Represent core/client features as string list...
2018-03-26 Manuel Nickschascommon: Make the Quassel class a proper singleton,...
2018-03-07 Michael MarleyUpdate stripFormatCodes() for additional formatting...
2018-03-01 Manuel Nickschasdcc: Disable DCC features until they're ready for publi...
2018-02-27 Janne KoschinskiTransmit feature flag for remote disconnecting with...
2018-02-27 Janne KoschinskiIntroduce feature flag for remote disconnecting
2018-02-04 Shane Synancommon: Fix typo in Network::capAvailable() docs
2018-02-04 Shane Synancore: Stop ratelimiting log spam with old client
2017-12-21 Manuel NickschasMinor cleanups
2017-12-21 Janne KoschinskiImplement UI and serialization logic for sender modes
2017-12-21 Janne KoschinskiReplace Protocol::Handler enum with enum class
2017-12-20 Manuel NickschasMinor cleanups for core-side highlight feature
2017-12-20 Janne KoschinskiStore the HighlightNickType as int instead of custom...
2017-12-20 Janne KoschinskiRedesign the core highlight settings page
2017-12-20 Janne KoschinskiImplement sender matching for highlight rules
2017-12-20 Janne KoschinskiImplement inverse highlight rules
2017-12-20 Janne KoschinskiFix an issue with QStringList being declared differentl...
2017-12-20 Janne KoschinskiImplement UI for core-side highlights
2017-12-20 Janne KoschinskiImplement core-side highlights
2017-12-20 Florent CastelliAdd 'twitch.tv/membership' capability for Twitch.tv
2017-12-19 Manuel NickschasDon't return const refs from methods
2017-12-19 Janne KoschinskiImplement changes requested in review
2017-12-19 Janne KoschinskiAdd a header that MSVC requires
2017-12-19 Janne KoschinskiImprovements to fix the build and for Doxygen
2017-12-19 Janne KoschinskiImplement a fallback for Qt4
2017-12-19 Janne KoschinskiMigrate password change RPC to the new target restricti...
2017-12-19 Janne KoschinskiImplement peer-specific signal sending
2017-12-19 Janne KoschinskiImplement a basic UI for showing connected clients
2017-12-19 Janne KoschinskiAdd initial implementation for showing and kicking...
2017-12-19 Manuel Nickschasqa: Add [[fallthrough]] annotations where appropriate
2017-12-19 Janne KoschinskiImplement changes requested in review
2017-12-19 Janne KoschinskiCorrectly remove buffers from the buffersyncer
2017-12-19 Janne KoschinskiImplement client UI integration, add feature flag ...
2017-12-19 Janne KoschinskiChange buffer activity iterator initialization
2017-12-19 Janne KoschinskiImplement buffer activity sync
2017-12-19 Janne KoschinskiUse Message::Types (which is QFlags<Message::Type>...
2017-09-04 Janne KoschinskiFix minor stylistic issues with the code 278/head
2017-09-04 Janne KoschinskiAdd comment requested by @digitalcircuit
2017-09-04 Janne KoschinskiImplement sender prefix storage in the database
2017-09-04 Shane Synancommon: Fix isChannelName crash on empty string
2017-09-03 Manuel Nickschascommon: Fix build with Qt4 and/or MSVC
2017-09-03 Manuel Nickschascommon: Make frequently called util methods more efficient
2017-05-27 Manuel Nickschascommon: Add Deferred{Unique|Shared}Ptr and helpers
2017-05-27 Ben RosserAuthenticator code cleanup as per review
2017-05-27 Ben RosserAdd --select-authenticator switch to core
2017-05-27 Ben RosserMake authenticator changes to protocol backwards-compatible
next