Performlist is back and working!
[quassel.git] / src / core /
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...
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...
2008-01-08 Manuel Nickschas_Almost_ finished the identity dialog (which is still...
2008-01-08 Marcus EggenbergerWe now have back a real BufferModel. It's basically...
2008-01-07 Marcus EggenbergerSQL-Queries are now stored in a resource. The bashscript
2008-01-07 Manuel NickschasSignalProxy now only allows syncing for classes derived...
2008-01-07 Manuel NickschasCommitting a lot of identity stuff which is still disabled.
2008-01-06 Manuel NickschasChanged the new layout of the settings files around...
2008-01-05 Manuel NickschasFix license headers: Quassel IRC Team -> Quassel Projec...
2008-01-05 Manuel NickschasRevamped a lot of the settings stuff. This should fix...
2008-01-05 Manuel NickschasCommitting a whole bunch of Identity-related stuff...
2008-01-02 Manuel NickschasVarious smaller stuff, some parts of the new identity... 0.2.0-pre
2008-01-02 Marcus Eggenberger- Implemented IrcServerHandler::handleMode(). In the...
2008-01-01 Marcus EggenbergerSince we're going for one grand unified model to store...
2007-12-26 Manuel NickschasSay hello to the first settings page in our shiny new...
2007-12-25 Manuel NickschasMy X-Mas present to you: partially working encodings...
2007-12-21 Manuel NickschasThe Quassel Core now remembers on exit which networks...
2007-12-09 Marcus EggenbergerFixed a bug in the multiuser environment
2007-12-09 Marcus EggenbergerPrevent server from crashing, while trying to connect...
2007-11-30 Manuel NickschasMore polishing of QuasselTopia, and getting rid of...
2007-11-29 Manuel NickschasMaking Quassel slowly ready for its first release...
2007-11-29 Manuel NickschasThis should fix a bug resulting in a crash, when a...
2007-11-27 Manuel NickschasMake Quassel less crashy (yeah, case sensitivity in...
2007-11-26 Manuel NickschasSome cosmetic corrections and some minor work on the...
2007-11-22 Manuel NickschasFinishing the switch to types.h and the resulting cleanup.
2007-11-13 Marcus EggenbergerFinaly got rid of the synchronizers, making Quassel...
2007-11-10 Marcus EggenbergerFixed a bug in SqliteStorage::setup() which could cause...
2007-11-05 Marco GeniseOk, the long awaited config wizard is here (at least...
2007-11-05 Marcus Eggenberger(no commit message)
2007-11-04 Marcus EggenbergerThis Update is like 90% bugfixes.
2007-11-03 Marcus Eggenberger- New SignalProxy which is kinda sorta based on the...
2007-10-30 Manuel NickschasAdding work-in-progress for the new QGraphicsScene...
2007-10-29 Marcus EggenbergerIRC disconnects are now handled properly
2007-10-28 Marcus EggenbergerA warning message is now displayed when your nickname...
2007-10-24 Manuel NickschasWe now have a current svn snapshot of libqxt in our...
2007-10-21 Marcus Eggenbergerfixed bug in handleNick() where the determination whete...
2007-10-20 Marcus EggenbergerFixed (at least I guess so) where a connect to a networ...
2007-10-20 Marcus Eggenbergerimplemented a quick workaround for new quassel users...
2007-10-19 Manuel Nickschascmake--
2007-10-18 Marcus EggenbergerOk this is the major rework of quassel we've all been...
2007-10-09 Manuel NickschasPreliminary check-in of qmake-based build system. This...
2007-10-09 Marcus EggenbergerAdded uint networkId() to BufferIds.
2007-10-04 Manuel NickschasMake Message a proper class rather than a struct (i...
2007-10-01 Manuel NickschasCommitting my current state just in case. Mostly work...
2007-09-22 Marcus EggenbergerAdded getNetworkId(UserId user, const QString &network...
2007-09-06 Manuel NickschasYay! QuasselTopia has a working core connection dialog...
2007-08-31 Manuel NickschasFirst check-in of the Qtopia build system. See qtopia...
2007-08-29 Manuel Nickschasclean++
2007-08-29 Manuel NickschasYES! We finally have dynamic signals between Core and...
2007-08-07 Manuel NickschasRemoved broken autoconnect (for networks) -- how are...
next