make topicWidget capable of unsetting the topic
[quassel.git] / src / common / network.cpp
2009-08-24 Marcus Eggenbergersmall fixes
2009-08-24 Marcus EggenbergerFitting the SyncableObjects to the new Style
2009-01-20 Manuel NickschasGet rid of the old path finding methods in util.cpp
2009-01-13 Manuel NickschasMove handling of networks.ini from NetworksSettingsPage...
2009-01-12 Manuel NickschasYearly copyright bump :)
2008-12-25 Marcus EggenbergerAdding proxy support to the core
2008-12-25 Marcus EggenbergerMerging NetworkConnection into CoreNetwork.
2008-12-02 Marcus EggenbergerFixing BR #315: Nicks missing from nick lists
2008-11-14 Marcus Eggenbergerfixing a bug that caused the client to request init...
2008-11-06 Marcus Eggenbergerfixing dupe channels / users in the client
2008-11-03 Marcus EggenbergerFixing BR #233 - redirecting chanservs welcome messages...
2008-11-01 Marcus EggenbergerFixing BR #374 (hide marked as away messages when using...
2008-09-27 Manuel NickschasWe require cmake-2.6 now. Also LINGUAS should work...
2008-08-10 Marcus EggenbergerFixed a bug where the client would not initialize chann...
2008-07-29 Marcus Eggenbergerfixing object identifier for IrcChannel which was curru...
2008-07-21 Marcus Eggenbergeradding server lag indicator to the network tooltip
2008-07-14 Marcus Eggenbergeruse default prefix if the server doesn't send a valid...
2008-07-12 Marcus EggenbergerRevert "this should hopefully fix the dreaded BR #140...
2008-07-12 Marcus EggenbergerMerge branch 'network-sync'
2008-07-11 Marcus Eggenbergerthis should hopefully fix the dreaded BR #140 (sync...
2008-07-06 Marcus EggenbergerThis branch introduces a new sync method which should...
2008-07-06 Marcus Eggenbergerreverting some very work-in-progress / play around...
2008-07-03 Marcus Eggenbergerurls are now properly identified if the topic is scrolled
2008-06-23 Marcus EggenbergerFixed a bug where disconnecting from a net might make...
2008-06-18 Marcus Eggenbergerfixing BR #100 and #187
2008-06-17 Manuel NickschasMerge branch 'cmake'
2008-06-15 Manuel NickschasMerge branch 'cmake'
2008-06-09 Marcus Eggenbergersometimes I hate git... forgot stupid -a for git commit
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 EggenbergerYet another protocol break (I warned you...).
2008-03-01 Marcus EggenbergerBreaking protocol with alpha2.... and it won't be the...
2008-02-21 Manuel NickschasPreparing for the core session state being stored in...
2008-02-19 Manuel NickschasCore now remembers the channels you've joined if a...
2008-02-18 Manuel NickschasFinally here: the long awaited auto reconnect! Your...
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-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-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-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-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-17 Manuel NickschasThis is the long-awaited monster commit, bringing you...
2008-01-09 Manuel NickschasAs preparation for revamping the whole networking stuff...