MainWin should get a ClientTransfer pointer
[quassel.git] / src /
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
2013-10-10 Manuel NickschasRemove unused field from QssParser
2013-10-10 Bas PapeRespond to CTCP PING even if it had no parameter.
2013-10-10 Bas PapeAdd some numerics to the 'Just display' list.
2013-10-10 Bas PapeUse the old way of finding translations for OSX.
2013-10-10 Bas PapeRemove CoreBasicHandler::displayMsg without type.
2013-10-10 Bas PapeIndicate whether a key is set for the buffer.
2013-10-10 Bas PapeDo not allow keyx to be used on channels.
2013-10-10 Bas PapePrepend the mode of operation to showkey's output.
2013-10-10 Bas PapeRemove unused cipher map.
2013-10-10 Bas PapeProperly detect CBC in key negotiation.
2013-10-10 Bas PapeDon't respond to key exchange requests in channels
2013-10-10 Bas PapeStrip formatting when looking up the clickable.
2013-10-10 J-P Nurmitypes.h: add missing include
2013-05-16 Alf GaidaNever use the expressions "allows to", "helps to",...
2013-05-16 Bas PapeShow a message when failing to load the key file 17/head
2013-05-16 Bas PapeOnly show warning about QCA on user input.
2013-05-16 Bas PapeFix replacing Horizontal Tab with the unicode char
2013-04-16 Manuel NickschasFinally fix reconnection logic
2013-04-16 Manuel NickschasUpdate about dialog once again for new translations
2013-04-09 Manuel NickschasUpdate "About" dialog
2013-04-09 Manuel NickschasChange date/time formats
2013-04-09 Manuel NickschasBuild against Qt 4.6 again
2013-04-09 Manuel NickschasFix missing #include
2013-04-08 Manuel NickschasSimplify and fix (re)connection logic
2013-04-07 Manuel NickschasFix lag display
2013-04-07 Manuel NickschasFix building with Qt 4.7
2013-03-27 Manuel NickschasBuild against Qt 4.7 again
2013-03-06 Manuel NickschasFix virtual overloads
2013-03-06 Bas PapeMake sure target for displayMsg is not null
2013-03-06 Manuel NickschasDon't crash if no audio file for Phonon is set
2013-03-06 Bas PapeAdd notification backend to support DockManagers
2013-03-06 Bas PapeSet minimum (the special value) timeout to 0
2013-03-06 Jason LynchFix duplication/dropping of messages in certain instances.
2013-03-06 Bas PapeOptionally start minimized to tray
2013-02-28 Manuel NickschasRelicense SystemTray and LegacySystemTray under LGPL 2+
2013-02-20 Manuel Nickschassuperfluous_includes--
2013-02-20 Manuel NickschasMutate SignalProxy::AbstractPeer into a separate class...
2013-02-20 Manuel NickschasUnused--
2013-02-20 Manuel NickschasTrim the last parameter except for PRIVMSG and NOTICE
2013-02-20 Manuel NickschasHandle NAMREPLY with trailing whitespace
2013-02-20 Manuel NickschasUse lowercase headers for Phonon
2013-02-19 Bas PapeSet key and cert for the temp identity manually
2013-02-19 Manuel NickschasMerge pull request #7 from Tucos/bug-640
2013-02-19 Manuel NickschasMerge pull request #6 from Tucos/genversion
2013-02-19 Manuel NickschasMerge pull request #1 from sandsmark/master
2013-02-19 Manuel NickschasMerge pull request #5 from Tucos/feat-keyx
2013-02-19 martin sandsmarkfix the misplaced & in the private stuff as well 1/head
2013-02-19 martin sandsmarkfix the last misplaced &
2013-02-19 martin sandsmarkconsistency++
2013-02-19 Manuel NickschasMerge pull request #2 from sandsmark/wii
2013-02-19 Bas PapeLet quassel honour locale language settings
2013-02-19 David SansomeShow OS X notification center notifications
2013-02-19 Bas PapeDon't display control characters
next