Add option to include read messages in chat monitor
[quassel.git] / src /
2014-02-18 Adam HarwoodAdd option to include read messages in chat monitor
2014-02-18 Awad MackieAdd option for chat monitor to look in the backlog
2014-02-18 Pete BeardmoreAdd option to enable linewrap mode
2014-02-18 Chris Le SueurAdd CoreFeatures guard for hiding inactive networks
2014-02-18 Chris Le SueurAdd a setting to hide inactive networks in buffer views
2014-02-17 Manuel NickschasPeerFactory is not a QObject
2014-02-17 Manuel NickschasEnable the DataStream protocol by default
2014-02-17 Manuel NickschasImplement streaming compression support
2014-02-17 Manuel NickschasAdd miniz, a drop-in replacement for (parts of) zlib
2014-02-16 Manuel NickschasHook the Compressor into RemotePeer
2014-02-16 Manuel NickschasIntroduce basic (not-yet-compressing) implementation...
2014-02-16 Manuel NickschasMove all socket handling into RemotePeer
2014-02-15 Manuel NickschasDon't select the DataStream protocol by default for now
2014-02-15 Manuel NickschasRemove the STORED attribute from Q_PROPERTY declarations
2014-02-15 Manuel NickschasOutput the chosen protocol type on connect
2014-02-15 Manuel NickschasDataStreamPeer: Optimize IrcUsersAndChannels init data
2014-02-15 Manuel NickschasDataStreamPeer: Optimize the InitData message
2014-02-15 Manuel NickschasDataStreamPeer: Optimize message serialization format
2014-02-15 Manuel NickschasDataStreamPeer: Send QDateTime instead of QTime in...
2014-02-15 Manuel NickschasDataStreamPeer: Use UTF-8 QByteArrays instead of QStrin...
2014-02-15 Manuel NickschasDataStreamPeer: Remove per-message compression
2014-02-15 Manuel NickschasDataStreamPeer: Remove obsolete stuff
2014-02-15 Manuel NickschasIntroduce the DataStreamProtocol
2014-02-15 Manuel NickschasMake LegacyPeer::writeSocketData() private
2014-01-29 Manuel NickschasThere won't ever be a Qt 4.9...
2014-01-29 Manuel NickschasMake CTCP PING report the correct millisecond round...
2014-01-29 Bas PapeUse milliseconds for CTCP PING
2014-01-23 Manuel NickschasUse PeerFactory instead of creating LegacyPeer directly
2014-01-23 Manuel NickschasHave the PeerFactory provide the list of supported...
2014-01-23 Manuel NickschasMore typedef, less typing
2014-01-23 Manuel NickschasImplement protocol detection
2014-01-23 Manuel NickschasAllow overriding of socket handling methods
2014-01-23 Manuel NickschasAdd PeerFactory
2014-01-23 Manuel NickschasLet RemotePeer(s) tell their protocol type and features
2014-01-23 Manuel NickschasHandle the readyRead() signal in RemotePeer instead...
2014-01-22 Manuel NickschasUpdate AboutDlg
2014-01-22 Michael KedzierskiChange ifdefs around Main ToolBar fix to target mac...
2014-01-22 Michael KedzierskiSave Main ToolBar state when not built against KDE...
2014-01-19 Manuel NickschasFix signedness
2014-01-19 Manuel NickschasRemove unused
2014-01-19 Manuel NickschasFix header guard
2014-01-18 Manuel NickschasEncapsulate socket state in AuthHandler, properly handl...
2014-01-14 Manuel NickschasUpdate AboutDlg
2014-01-14 Chris H (Shade ... Implement issue #1219: Update the marker line when...
2014-01-13 Manuel NickschasSocket options require Qt 4.6+
2014-01-13 Daniel Albersset SO_KEEPALIVE on client sockets
2014-01-13 Michael MarleyImprove reliability of SSL connections
2014-01-13 Manuel NickschasUse a different icon for web search
2014-01-13 Chris H (Shade ... Search the web with selected text.
2014-01-01 Manuel NickschasHappy New Year!
2014-01-01 Manuel NickschasMake DCC support opt-in for now
2014-01-01 Manuel NickschasRemove unused slots
2014-01-01 Manuel NickschasFirst working version of DCC Receive
2014-01-01 Manuel NickschasMainWin should get a ClientTransfer pointer
2014-01-01 Manuel NickschasRefactor the transfer stuff
2014-01-01 Manuel NickschasAdd handler for DCC-SEND
2014-01-01 Manuel NickschasAdd a very rudimentary UI for accepting a transfer
2014-01-01 Manuel NickschasMake the Transfer::accept() and ::reject() machinery...
2014-01-01 Manuel NickschasAdd missing accessors to TransferManager
2014-01-01 Manuel NickschasTransfer needs a nick attribute
2014-01-01 Manuel NickschasDelete the TransferManager on disconnect
2014-01-01 Manuel NickschasMake the PeerPtr trick work with sync calls as well
2013-12-26 Manuel NickschasBasic infrastructure for file transfers
2013-12-26 Manuel NickschasAllow peer-specific sending and receiving of remote...
2013-12-22 Manuel NickschasFix fullscreen mode
2013-12-22 Patrick von Rethcode style
2013-12-22 Patrick von Rethremoved debug output
2013-12-22 Patrick von Rethcode style in snore backend, and a more user friendly...
2013-12-18 Martin SandsmarkFix notifications when minimized. 50/head
2013-11-28 Manuel NickschasMake sys includes POSIX-compliant
2013-11-25 Daniel Albersmark string untranslatable
2013-11-24 Manuel NickschasUpdate AboutDlg
2013-11-24 Manuel NickschasAdd separator after "Copy Selection" context menu
2013-11-24 Manuel NickschasFix context menu not being restored properly
2013-11-24 Jerome LeclancheAdd the "Copy Selection" context menu item after checki...
2013-11-24 Marcus EggenbergerMake sure that clients can't access buffers belonging...
2013-11-23 Manuel NickschasFix grammar bug in ChatViewSettings
2013-11-21 Manuel NickschasAdd disconnection reasons
2013-11-21 Manuel NickschasDon't crash after displaying a connection error popup
2013-11-19 Patrick von Rethfixed crash with systray backend
2013-11-19 Patrick von Rethclean apply of the whole snore patches
2013-11-19 Manuel NickschasAdd QUrl include for Phonon
2013-11-19 Michael MarleyAdd core commandline option to require SSL for client...
2013-11-19 Michael MarleyAdd function in bufferinfo.cpp to report if chat messag...
2013-11-19 Michael MarleyEnable the ping timeout as soon as the connection to...
2013-11-19 Manuel NickschasAvoid Phonon's deprecation warnings
2013-11-19 Manuel NickschasFix the Phonon notification backend not playing any...
2013-11-19 Manuel NickschasFix expression in IrcEvent::create()
2013-11-19 Manuel NickschasRename settingspages.inc to settingspages.cmake
2013-11-14 Manuel NickschasFix datatypes in the legacy handshake
2013-11-12 Manuel NickschasFix flushing of sockets, causing random sync errors
2013-11-07 Manuel NickschasSessionState needs to be a registered meta type
2013-11-07 Manuel NickschasAlways send disconnected() on socket errors
2013-11-07 Manuel NickschasAbstract away the protocol handshake code
2013-11-07 Manuel NickschasAdd handshake message types to protocol.h
2013-11-07 Manuel NickschasMake protocol messages structs instead of classes
2013-11-07 Manuel NickschasFix build without SSL
2013-10-16 Florent CastelliSanitize topic message 40/head
2013-10-10 Marcus EggenbergerFixing security vulnerability with Qt 4.8.5+ and Postgr...
2013-10-10 Manuel NickschasFix warnings found by Clang
next