quassel.git
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
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... code style
2013-12-22 Patrick von... removed debug output
next