Make the style engine fix a little less obscure by copying the string explicitely...
[quassel.git] / src / core /
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.
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-01 Alexander von Rentelnbeautyfied the code in userinputhandler::handlectcp
2008-02-01 Alexander von Rentelnadded ctcp handler to userinputhandler
2008-02-01 Manuel NickschassessionData--
2008-02-01 Manuel NickschasThis is it, the long-awaited huge commit with the new...
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 Eggenbergerenabled quassel to join +k channels
2008-01-29 Manuel NickschasHopefully this makes older clients work with the curren...
2008-01-29 Manuel NickschasSyncing my current state, Network settings still not...
2008-01-29 Marcus Eggenbergerremoved a no longer needed debug message... damn scared...
2008-01-29 Marcus Eggenbergermade Highlighting work (needs core restart)
2008-01-28 Alexander von RentelnAdded BanHandler.
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-24 Alexander von RentelnAdded commands: who, whois and whowas.
2008-01-22 Marcus EggenbergerQuassel takes now care of your erroneus nicks as long...
2008-01-22 Marcus EggenbergerFixed the empty line bug when handling CTCP messages...
2008-01-20 Marcus Eggenbergerclosing BR #57 - handle empty messages properly
2008-01-20 Manuel NickschasBringing back session save/restore. Old state won't...
2008-01-19 Manuel NickschasChanged QVariant::fromValue() to qVariantFromValue...
2008-01-19 Manuel NickschasFinally! All *Id types are now first-class types rather...
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-13 Marcus Eggenberger- Improved the speed of IrcServerHandler (and other...
next