fixed schema version for newly created SQLite backends
[quassel.git] / version.inc
2008-02-06 Marcus EggenbergerTabcompletion works again (broke it in last REV). Acts...
2008-02-06 Marcus Eggenbergermade the check for lineseperators OS independent
2008-02-06 Marcus Eggenbergerpasting multiple lines at once into the InputLine is...
2008-02-05 Marcus Eggenbergermade keybindings persistent (per client)
2008-02-05 Marcus Eggenbergermade the inputline ignore less keys (only number in...
2008-02-05 Marcus Eggenbergerfixed a bug in the auto upgrade routine of the abstract...
2008-02-05 Alexander von Rentelnimproved minimize to tray behavior with win versions...
2008-02-05 Marcus Eggenbergermade highlight trigger only on normal messages, notices...
2008-02-05 Marcus Eggenbergertweaking the SignalProxy resulted in some casualties...
2008-02-05 Marcus Eggenbergerfixed a bug in UserInputHandler::handleMsg()
2008-02-05 Marcus EggenbergerThe Client sends now a heartbeat to the server once...
2008-02-05 Marcus Eggenbergerfixed inconsistency issues. Upgrade and Distclean is...
2008-02-04 Marcus Eggenbergerfixed a major bug introduced in r456 (segfault on core...
2008-02-04 Marcus EggenbergerNotices are now again displayed in the server buffer.
2008-02-04 Marcus EggenbergerYou can now jump to buffers with the keyboard. Select...
2008-02-04 Marcus Eggenbergerfixed a bug in IrcChannel. Upgrade is strongly advised...
2008-02-04 Marcus EggenbergerQuassl shows now activity from the backlog aswell.
2008-02-03 Manuel NickschasSwitched client-side account data to using AccountId...
2008-02-03 Marcus Eggenbergerthe nickselector should now react properly to any relev...
2008-02-03 Alexander von Rentelnenabled query in user context menu - now that the query...
2008-02-03 Manuel NickschasAdded some new attributes to NetworkInfo. Note that...
2008-02-03 Marcus EggenbergerMore Code Cleanup
2008-02-03 Marcus EggenbergerCode cleanup. Distclean advised
2008-02-03 Alexander von Rentelnchanged the behavior of RPL_AWAY server messages:
2008-02-02 Manuel NickschasMake the network actions disappear again :p
2008-02-02 Marcus EggenbergerStopped Quassel from Segfaulting on 2nd+ connect to...
2008-02-02 Marcus Eggenbergerfixed the backlog replay issue. DISTCLEAN IS MANDATORY
2008-02-02 Marcus EggenbergerBacklogdata is now made persistent every 10 minutes.
2008-02-02 Marcus Eggenberger- Fixed the inconsitency bug lately introduced. Adding...
2008-02-02 Manuel NickschasThis hopefully fixes the occasional segfault when exiti...
2008-02-02 Manuel NickschasTrying to workaroundinate a weird bug with connection...
2008-02-01 Alexander von Rentelnbeautyfied the code in userinputhandler::handlectcp
2008-02-01 Manuel NickschasTemporarily disabled add/remove networks because of...
2008-02-01 Alexander von Rentelnadded ctcp handler to userinputhandler
2008-02-01 Manuel NickschassessionData--
2008-02-01 Marcus Eggenbergerfixed some debug messages in the SignalProxy
2008-01-31 Marcus Eggenbergersome minor improvements to the NetworkModel and added...
2008-01-31 Marcus Eggenbergerusers who are away are now greyed out in the nickview
2008-01-30 Marcus EggenbergerSignalProxy will no longer attempt to deliver data...
2008-01-30 Marcus Eggenbergerthe following assert should no longer trigger: ASSERT...
2008-01-30 Marcus Eggenbergerhacked (it's really not pretty) the chatwidget to make...
2008-01-30 Marcus Eggenberger- implemented on request a chat monitor: a simple buffe...
2008-01-29 Marcus Eggenberger- Network Connection state is now reflected in the...
2008-01-29 Manuel NickschasHopefully this makes older clients work with the curren...
2008-01-29 Marcus Eggenbergerremoved yet another stupid debug condition (this time...
2008-01-29 Marcus Eggenbergerremoved a no longer needed debug message... damn scared...
2008-01-29 Marcus Eggenbergerdebug build for adam
2008-01-29 Marcus Eggenbergermade Highlighting work (needs core restart)
2008-01-29 Marcus EggenbergerReenabled Activity levels
2008-01-28 Marcus Eggenbergermade the handlers for ERR_ERRONEUSNICKNAME and ERR_NICK...
2008-01-28 Marcus EggenbergerSmall improvement to the SQLite Storage engine.
2008-01-28 Marcus Eggenbergerreplaced Client::fakeInput() with Client::userInpt...
2008-01-28 Marcus Eggenberger- Made BufferId, NetworkId and BufferInfo available...
2008-01-28 Marcus EggenbergerRework of the TreeModel. This should finaliy *knock...
2008-01-26 Marcus EggenbergerHaha! The Inputline is now a seperate dock! Sput: I...
2008-01-26 Marcus EggenbergerFixed inconsitency bug in the NetworkModel. (thanks...
2008-01-23 Marcus EggenbergerBufferModell::currentChanged() is history. If you need...
2008-01-23 Marcus Eggenbergerimplemented TreeModel::setData() which haven't been...
2008-01-22 Marcus EggenbergerQuassel takes now care of your erroneus nicks as long...
2008-01-22 Marcus Eggenberger- BufferWidget behaves now like a view
2008-01-22 Marcus EggenbergerFixed the empty line bug when handling CTCP messages...
2008-01-21 Marcus Eggenbergerfixed a bug with where nicks where not shown in the...
2008-01-21 Marcus Eggenbergermade the signalproxy compile with MSVC
2008-01-20 Marcus Eggenbergerclosing BR #57 - handle empty messages properly
2008-01-20 Marcus Eggenbergermade the NickSelector at least show your current nick
2008-01-20 Marcus Eggenbergermade the SignalProxy aware of default arguments
2008-01-20 Marcus Eggenbergerbugfixinating
2008-01-20 Manuel NickschasBringing back session save/restore. Old state won't...
2008-01-19 Marcus EggenbergerFixing Issues with the NetworkModel. Though the perform...
2008-01-19 Manuel NickschasFinally! All *Id types are now first-class types rather...
2008-01-19 Marcus EggenbergerIntroducing SignalProxy NG! We're no longer using
2008-01-18 Manuel Nickschasuint -> NetworkId, uint -> BufferId almost everywhere...
2008-01-17 Manuel NickschasUpdating the new version.inc (DO keep this current...
2008-01-17 Manuel NickschasThis is the long-awaited monster commit, bringing you...