active and inactive networks are now expanded and collapsed properly
[quassel.git] / src / core /
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 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 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...
2008-02-13 Manuel NickschasPerformlist is back and working!
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-11 Marcus EggenbergerThe Networksettings are now stored purely in the Database.
2008-02-10 Marcus Eggenbergerdisplay only the nick in Notices if the sender is a...
2008-02-10 Marcus EggenbergerConversion to lowercase is no longer done by SQLite...
2008-02-08 Manuel NickschasPrevent the core from restoring its state if it is...
2008-02-08 Manuel NickschasFixing $FU in some server handlers. ircUser() does...
2008-02-08 Manuel NickschasThe Core Configuration Wizard is back! teH rul!
2008-02-06 Marcus Eggenbergerfixed schema version for newly created SQLite backends
2008-02-05 Alexander von Rentelnremoved context menu in quasselclient from the left...
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 Eggenbergerfixed a bug in UserInputHandler::handleMsg()
2008-02-05 Marcus Eggenbergerfixed inconsistency issues. Upgrade and Distclean is...
2008-02-05 Marcus Eggenbergerfixed the target buffers for queries
2008-02-04 Marcus EggenbergerNotices are now again displayed in the server buffer.
2008-02-03 Manuel NickschasMade CTCP VERSION reply more verbose. Set a more reason...
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 Marcus Eggenbergeradded a mutex lock in Core::bufferInfo()
2008-02-02 Marcus Eggenbergerfixed the backlog replay issue. DISTCLEAN IS MANDATORY
2008-02-02 Marcus EggenbergerBacklogdata is now made persistent every 10 minutes.
next