quassel.git
2014-09-14 Mattia BasagliaUse correct nick on 001 RPL_WELCOME
2014-09-14 otihFix Bug #1293: --syslog option writes to emergency...
2014-09-14 otihFix Bug #1293: --syslog option writes to emergency...
2014-09-14 Sebastian MeyerChecking for single char line endings
2014-07-24 Bas PapeDo not update activity for hidden message types
2014-07-24 Manuel NickschasFix support for CMake < 3
2014-07-24 Manuel NickschasSilence deprecation warnings from CMake 3.0+
2014-05-09 Manuel NickschasFix build on KDE
2014-05-05 Manuel NickschasFix tab completion on exotic platforms
2014-05-05 Manuel NickschasUpdate ChangeLog
2014-05-05 Manuel NickschasDon't actually build miniz if we have zlib
2014-05-05 Manuel NickschasFix crash with KDE network detection
2014-03-25 Manuel NickschasBump version.inc for release 0.10.0
2014-03-25 Manuel NickschasUpdate ChangeLog
2014-03-25 Daniel AlbersUpdate quassel.pot
2014-03-25 Daniel AlbersUpdate translations from Transifex
2014-03-25 Manuel NickschasUse the raster rendering engine by default on OSX
2014-03-25 Manuel NickschasDisable backlog in chatmonitor by default
2014-03-20 David ‘Bombe... Only create the regular expression for content/sender...
2014-03-16 Manuel NickschasRevert rudimentary DCC support for the 0.10 release
2014-03-16 Manuel NickschasBump version.inc for release 0.10-rc1
2014-03-16 Manuel NickschasYet another inxi version bump
2014-03-15 Manuel NickschasUpdate ChangeLog
2014-03-14 Manuel NickschasBump inxi version to 2.1.1
2014-03-14 Manuel NickschasFix round-robin for networks that support it
2014-03-14 Manuel NickschasDon't always add a colon to custom commands
2014-03-14 Manuel NickschasMerge pull request #62 from Express50/issue_1243
2014-03-09 Express50Fix URL regex 62/head
2014-03-04 Daniel Albersadd context menu action to reset chat column widths
2014-03-04 Daniel Albersmake highlight rules case-insensitive by default
2014-03-02 Manuel NickschasSimplify clean-up-on-network-disconnect handling
2014-03-01 Manuel NickschasDon't crash on very long inputs
2014-02-27 Manuel NickschasFix reconnection logic in the client
2014-02-26 Michael MarleyUse autonegotiation to choose an SSL protocol. 61/head
2014-02-25 Patrick von... Use Snore only if building without KDE
2014-02-24 Michael MarleyAllow for clients to negotiate whether compression...
2014-02-21 Daniel Albersupdate quassel.pot
2014-02-21 Daniel Albersadapt translations to previous change
2014-02-21 Daniel Albersmove © years out of translatable text in aboutDlg
2014-02-21 Daniel Albersremove old static versionLabel text
2014-02-19 Manuel NickschasSilence yet another warning
2014-02-19 Manuel NickschasFix -Wundef warning
2014-02-19 Manuel NickschasUse system zlib if available
2014-02-19 Manuel NickschasSilence one more warning in miniz.c
2014-02-18 Daniel Albersupdate quassel.pot
2014-02-18 Daniel AlbersUpdate translations from Transifex
2014-02-18 Daniel Albersi18n: add some statistics to commit messages
2014-02-18 Manuel NickschasBump version.inc for release 0.10-beta1
2014-02-18 Manuel NickschasUpdate ChangeLog
2014-02-18 Manuel NickschasUpdate AboutDlg
2014-02-18 Chris HUse a unicode string instead of the escaped version.
2014-02-18 Deniz TürkogluDisable webpreview to avoid user interactaction
2014-02-18 Patrick von... Use new snore api and a bug fix
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 NickschasFix CFLAGS for miniz
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
next