fixed a bug that could crash the core on exit
[quassel.git] / src / common /
2008-05-30 Marcus EggenbergerMerging -r 859:865 branches/0.2/ with trunk
2008-05-26 Marcus EggenbergerMerging branches/0.2/@r859 with trunk
2008-05-23 Marcus EggenbergerMerging branches/0.2/@r857 with trunk
2008-05-09 Manuel NickschasMoving branches/0.3 to trunk
2008-05-08 Manuel Nickschasreadability++
2008-05-08 Manuel NickschasMerging r812:820 from trunk to branches/0.3.
2008-05-07 Manuel NickschasMake the new style engine compile and maybe even work...
2008-05-05 Marcus Eggenbergermaking MSVC happy. Who would have thought that QMetaObj...
2008-04-25 Manuel NickschasMessage flags are now consistently used as Message...
2008-04-25 Manuel NickschasChecking in WiP on the MessageModel. More cleanly separ...
2008-04-18 Manuel Nickschass,--sputdev,--debug,g
2008-04-14 Manuel NickschasMerging r732:745 from trunk into branches/0.3. Forwardp...
2008-04-14 Marcus Eggenbergersome boundary checks (prevents erroneous/bad clients...
2008-04-13 Marcus Eggenbergerremoving debug output
2008-04-13 Manuel NickschasMerging r730:732 from trunk to branches/0.3. Forwardpor...
2008-04-13 Manuel NickschasMerging r726:730 from trunk to branches/0.3. This forwa... 0.3.0-pre
2008-04-13 Marcus EggenbergerIntroducing the all-new all-fancy bufferviews.
2008-04-12 Alexander von RentelnAdded some new ircServerHandlers
2008-04-10 Manuel NickschasRemoving the new chatwidget and other cruft from trunk...
2008-04-08 Alexander von RentelnBR#138: prettifyed the whois output of the core
2008-04-05 Marcus Eggenbergerfixing Quassel data dir for windows boxes
2008-04-05 Marcus Eggenbergeradded a warning if quassel is unable to create it's...
2008-04-02 Manuel NickschasChange headerguard to make quassel compile with MinGW.
2008-04-02 Manuel NickschasPimping the build system to not crap out when parallel...
2008-04-01 Marcus Eggenbergermade quassel compile with gcc-4.3 or who-knows-what...
2008-04-01 Marcus EggenbergerMade the client disconnection more verbose. And some...
2008-03-30 Marcus EggenbergerImplemented SSL support for client <-> core connection.
2008-03-27 Marcus EggenbergerFixing BR #128 (Nicklist state not saved correctly...
2008-03-24 Marcus Eggenberger- fixed crashes caused by return types of init methods...
2008-03-18 Manuel NickschasMake server/network encoding configurable
2008-03-16 Marcus EggenbergerLots of new internal stuff (breaking protocol):
2008-03-12 Alexander von RentelnBR #117:
2008-03-11 Marcus EggenbergerClosing BR #126
2008-03-10 Marcus EggenbergerPurdificationings of the TopicWidget (no more colore...
2008-03-09 Marcus Eggenbergerswitching from timestamps to msgid regarding lastseen...
2008-03-08 Manuel NickschasMake MsgId work properly with QVariant
2008-03-07 Manuel NickschasUsed the trip back from CeBIT to prepare everything...
2008-03-02 Marcus Eggenbergerfixed case sensitivity issue with channel sync
2008-03-02 Marcus EggenbergerAaaaand here comes another protocol break! :)
2008-03-01 Marcus EggenbergerFixed newly introduced renaming bug
2008-03-01 Marcus EggenbergerYet another protocol break (I warned you...).
2008-03-01 UnknownDisplay nickname with notices. Backported this to alpha...
2008-03-01 Marcus EggenbergerBreaking protocol with alpha2.... and it won't be the...
2008-03-01 Manuel NickschasDisplay notices correctly. Fixes BR #124.
2008-02-29 Marcus EggenbergerIf a SyncableObject is renamed before it's initialized...
2008-02-21 Manuel NickschasPreparing for the core session state being stored in...
2008-02-21 Manuel NickschasFix nasty bug that made the client sometimes crash...
2008-02-20 Marcus Eggenbergerfixed crashes when invalid data is received by the...
2008-02-20 Manuel NickschasThis should fix duplicate messages that would occur...
2008-02-19 Manuel NickschasCore now remembers the channels you've joined if a...
2008-02-19 Marcus EggenbergerQuery buffers are now automatically renamed on nickchanges.
2008-02-19 Manuel NickschasNow activity sync should work... and yes, I did acciden...
2008-02-19 Marcus EggenbergerbufferSyncer checks now for valid BufferIds
2008-02-18 Marcus Eggenbergerfix for minor issues with the buffer removal
2008-02-18 Marcus Eggenbergeradded core and client handlers for buffer removal
2008-02-18 Manuel NickschasFinally here: the long awaited auto reconnect! Your...
2008-02-18 Manuel NickschasStop core from crashing when exiting while clients...
2008-02-18 Manuel NickschasBuffer activity levels are now synced between clients...
2008-02-17 Manuel NickschasCorrectly handle the recent NetworkInfo extension....
2008-02-13 Manuel NickschasMore improvements to encoding handling. There is now...
2008-02-13 Manuel NickschasExtended NetworkInfo again to prepare for even more...
2008-02-13 Manuel NickschasEncodings are now honored for both sending and receivin...
2008-02-12 Manuel NickschasAll network settings can now be edited/stored properly...
2008-02-12 Manuel NickschasNetworks can now be removed even when they're connected.
2008-02-12 Marcus Eggenberger- MessageTypes are now binary exclusive which allows...
2008-02-10 Marcus Eggenberger- Highlights are now determined in Client::checkForHigh...
2008-02-09 Manuel NickschasMark highlighted messages with a subtly different backg...
2008-02-05 Marcus Eggenbergertweaking the SignalProxy resulted in some casualties...
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 Eggenbergerfixed a bug in IrcChannel. Upgrade is strongly advised...
2008-02-03 Manuel NickschasSwitched client-side account data to using AccountId...
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-03 Manuel NickschasAdded a container dialog for stand-alone settingspages...
2008-02-02 Marcus Eggenberger- Fixed the inconsitency bug lately introduced. Adding...
2008-02-02 Manuel NickschasTrying to workaroundinate a weird bug with connection...
2008-02-01 Manuel NickschasThis is it, the long-awaited huge commit with the new...
2008-02-01 Marcus Eggenbergerfixed some debug messages in the SignalProxy
2008-01-31 Marcus Eggenbergerfixed a bug in the SignalProxy
2008-01-31 Alexander von Rentelnadded more user info in the user tool tip
2008-01-31 Alexander von Rentelnadded ircserverhandler for whois, who and whowas
2008-01-30 Marcus EggenbergerSignalProxy will no longer attempt to deliver data...
2008-01-29 Manuel NickschasSyncing my current state, Network settings still not...
2008-01-23 Manuel NickschasCommitting my local state. Mostly still invisible part...
2008-01-21 Marcus Eggenbergermade the signalproxy compile with MSVC
2008-01-21 Manuel NickschasSend updatedRemotely() signal after initialization...
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 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 NickschasThis is the long-awaited monster commit, bringing you...
2008-01-12 Marcus EggenbergerFeatures come and features go...
2008-01-09 Manuel NickschasAs preparation for revamping the whole networking stuff...
2008-01-09 Manuel NickschasFinally! The new identities plus a nice shiny settingsp...
next