fixing a bug where quit messages from different networks were shown if the user has...
[quassel.git] / src / core /
2008-06-07 Manuel NickschasIntroduce new format for version.inc.
2008-06-07 Manuel NickschasLook for OpenSSL.
2008-06-06 Manuel NickschasSay hello (again) to CMake!
2008-06-05 Marcus EggenbergerQuassel now uses proper default messages for part,...
2008-06-04 Marcus EggenbergerSay hello to compression!
2008-06-04 Marcus Eggenbergerfixed a bug that could crash the core on exit
2008-05-27 Alexander von Renteln#BR39 - long messages will now be divided in several...
2008-05-26 Marcus EggenbergerMerging branches/0.2/@r859 with trunk
2008-05-22 Marcus EggenbergerMerging branches/0.2/@r849 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-05 Marcus EggenbergerMaking Quassel Core compile without SSL support
2008-05-03 Manuel NickschasMerging -r804:811 from trunk to branches/0.3.
2008-05-03 Manuel NickschasPorting autoWHO fix (r809) from branches/0.3 to trunk.
2008-05-03 Manuel NickschasFixing autoWHO.
2008-05-02 Marcus EggenbergerircServerHandler sanification
2008-04-29 Manuel NickschasMore WiP stuff for the MessageModel.
2008-04-27 Manuel Nickschasspelling++
2008-04-25 Manuel NickschasMessage flags are now consistently used as Message...
2008-04-16 Manuel NickschasMerging r732:766 from trunk to branches/0.3.
2008-04-15 Alexander von RentelnBR#132: implemented an anti-flood protection (details...
2008-04-15 Alexander von Rentelnchatline: highlightcolor is only loaded once in the...
2008-04-15 Manuel Nickschass/Q_ASSERT()/if()/g in CoreSession. Core shouldn't...
2008-04-15 Marcus Eggenbergerserverlists are now saved correctly for newly created...
2008-04-14 Manuel NickschasMerging r732:745 from trunk into branches/0.3. Forwardp...
2008-04-14 Manuel NickschasPrevent core from crashing if networks are removed...
2008-04-14 Alexander von Rentelnadded oper and kill handler
2008-04-14 Alexander von Rentelnban-handler implemented (now also available in the...
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-10 Marcus Eggenbergermade the ctcp handler recognize faulty ctcp actions
2008-04-08 Manuel NickschasSanitized AutoWho. Now rather than bulk-sending /WHO...
2008-04-08 Alexander von RentelnBR#138: prettifyed the whois output of the core
2008-04-08 Manuel Nickschasdebug_output++
2008-04-03 UnknownTrim incoming lines again, apparently allowing trailing...
2008-04-03 Manuel NickschasRemoving debug info from core, and don't remove trailin...
2008-04-02 Marcus Eggenbergerthis should keep the core from going berserk (which...
2008-04-02 Manuel NickschasPimping the build system to not crap out when parallel...
2008-04-01 Marcus EggenbergerMade the core connects faster
2008-04-01 Marcus Eggenbergerminor fixes
2008-04-01 Marcus EggenbergerMade the client disconnection more verbose. And some...
2008-03-31 Marcus EggenbergerQuassel _should_ now compile again if Qt doesn't provid...
2008-03-30 Marcus Eggenbergeradded missing files
2008-03-30 Marcus EggenbergerImplemented SSL support for client <-> core connection.
2008-03-29 Manuel NickschasAdding some debug output to NetworkConnection for the...
2008-03-27 Marcus EggenbergerFixing BR #128 (Nicklist state not saved correctly...
2008-03-18 Manuel NickschasMake server passwords work
2008-03-18 Marcus EggenbergerBacklog is dynamically called and replayed from the...
2008-03-16 Marcus EggenbergerLots of new internal stuff (breaking protocol):
2008-03-13 Manuel NickschasImplemented rudimentary SSL support for IRC connections.
2008-03-12 Alexander von RentelnBR #117:
2008-03-11 Unknownfixing upgrade script
2008-03-11 Marcus EggenbergerClosing BR #126
2008-03-09 Marcus Eggenbergerswitching from timestamps to msgid regarding lastseen...
2008-03-03 Marcus Eggenbergerfurther improved backlog replay speed
2008-03-02 Marcus Eggenbergerupdated sql.qrc
2008-03-02 Marcus Eggenbergerimproved backlog replay performance
2008-03-01 Marcus EggenbergerYet another protocol break (I warned you...).
2008-03-01 Marcus Eggenbergerfixed a bug where channels where always autojoined...
2008-02-27 Jonas Heesemake use of "use random server to connect"-setting...
2008-02-27 Marcus Eggenbergerfixed codec error in /me commands
2008-02-26 Manuel NickschasSome very small cosmetic fixes.
2008-02-22 Marcus Eggenbergerfixed bug: unable to setup SQLite storage
2008-02-22 Manuel NickschasThis should fix core crash on exit on some *cough*...
2008-02-21 Marcus Eggenbergerencore une fois... added missing sql queries :)
2008-02-21 Marcus Eggenbergermoved corestate (connected networks and joined channels...
2008-02-21 Marcus Eggenbergermigrated passwords from blob to strings (still hashed...
2008-02-21 Manuel NickschasPreparing for the core session state being stored in...
2008-02-20 Manuel NickschasPressing enter in the topic line now sets the channel...
2008-02-20 Manuel NickschasFinally we have solved the session restore problems...
2008-02-19 Manuel NickschasWe now send WHO every 60 seconds for all channels we...
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 Marcus Eggenbergerfixed handleMode()
2008-02-19 Marcus Eggenbergerfixed creation of buffer schema
2008-02-19 Manuel NickschasHm, storing core settings should probably not be uncomm...
2008-02-18 Marcus Eggenbergerfixed bug in ctcp parser
2008-02-18 Marcus Eggenbergeradded core and client handlers for buffer removal
2008-02-18 Manuel NickschasMade activity levels persistent.
2008-02-18 Marcus Eggenbergerremoved debug msg
2008-02-18 Marcus Eggenbergerfixed misdirected notices and privmsgs
2008-02-18 Manuel NickschasFinally here: the long awaited auto reconnect! Your...
2008-02-18 Marcus Eggenberger- All CTCP messages are now using proper charset en...
2008-02-18 Marcus Eggenbergerminor code cleanup
2008-02-18 Marcus Eggenbergerimplemented the core part for removing buffers permanently
2008-02-18 Marcus Eggenbergeradded missing queries
2008-02-18 Manuel NickschasStop core from crashing when exiting while clients...
2008-02-18 Manuel NickschasMake session restore join more than one channel per...
2008-02-18 Manuel NickschasBuffer activity levels are now synced between clients...
2008-02-14 Marcus Eggenbergeradded missing sql queries... OOPS
2008-02-14 Marcus EggenbergerChanged storage to store last seen dates of buffers...
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-13 Manuel NickschasAuto Identify works now. Also newly created networks...
2008-02-13 Manuel NickschasProvide sane defaults for new network settings options...
next