applying new server definitions to storage backend
[quassel.git] / src / core /
2008-12-25 Marcus Eggenbergerapplying new server definitions to storage backend
2008-12-25 Marcus Eggenbergermigrating identities from QSettings to the storage...
2008-12-25 Marcus EggenbergerFinalizing changes to the identities interface -> break...
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-30 Marcus EggenbergerUncrapificating some queries... I must have been above...
2008-11-29 Marcus Eggenbergermissing files
2008-11-29 Marcus Eggenbergeradding new backlog requesters
2008-11-29 Marcus Eggenbergeradapting the backlogmanagers to the new storage api
2008-11-29 Marcus Eggenbergeradding new message requesters to the storage backend
2008-11-29 Marcus Eggenbergerinlining starge calls
2008-11-29 Marcus Eggenbergerminor api cleanup for requesting messages from backlog
2008-11-21 Marcus Eggenbergerthis should tackle sqlites issues with concurrent access
2008-11-21 Marcus Eggenbergerremoving debug output
2008-11-21 Marcus Eggenbergergetting rid of cached queries - they make no sense...
2008-11-21 Marcus Eggenbergerfirst version of lockless storage backend (WIP with...
2008-11-21 Marcus Eggenbergerremoving very old migration code
2008-11-21 Marcus Eggenbergerabstractsqlstorage api cleanup
2008-11-19 Marcus Eggenbergerno longer rerporting sucessfull opened server port...
2008-11-19 Marcus EggenbergerFixing BR #231 - show own quit in all channels
2008-11-15 Manuel NickschasLoad Qt's default translations if available, fixes...
2008-11-15 Manuel NickschasDisplay rather than clear the channel topic on /topic...
2008-11-15 Marcus Eggenbergerdefault aliases can now be restored via settingspage
2008-11-15 Marcus Eggenbergerfixing BR #297 - the core now really loads the default...
2008-11-03 Marcus Eggenbergermissing files...
2008-11-03 Marcus EggenbergerFixing BR #233 - redirecting chanservs welcome messages...
2008-11-02 Marcus EggenbergerFixing BR #335 - needs a core restart
2008-11-01 Marcus EggenbergerFixing BR #374 (hide marked as away messages when using...
2008-11-01 Marcus EggenbergerFixing BR #369 (handle onotice/omsg properly, add ...
2008-10-31 Marcus Eggenbergerfixing BR #297 and #309 improved default aliases
2008-10-31 Marcus Eggenbergerfixing BR #303 partially - introducing unban
2008-10-30 Marcus EggenbergerImproved debuging:
2008-10-28 Marcus Eggenbergerenabling away on detach
2008-10-28 Manuel NickschasFixing .arg().arg() in UserInputHandler, fixes BR #365
2008-10-25 Marcus EggenbergerNote to myself: QByteArray("\000") != QByteArray (1...
2008-10-25 Manuel NickschasCheck correct number of params for handle353(), thanks...
2008-10-25 Marcus EggenbergerImplementing ctcp level quoting and ctcp low level...
2008-10-21 Marcus Eggenbergerproperly identifying the internal/admin user
2008-10-21 Marcus EggenbergerMonolithic build features now zero setup configuration...
2008-10-21 Marcus Eggenbergerproperly handling disconnects - this might even fix...
2008-10-21 Marcus EggenbergerFirst working version of internal core connection.
2008-10-21 Marcus Eggenbergercore can now accept a signalproxy as a client
2008-10-21 Marcus Eggenbergeradapting to the new peer types
2008-10-04 Manuel NickschasRemove legacy core/client protocol version checks
2008-10-04 Manuel NickschasRedesign genversion and make only main.cpp depend on it
2008-10-04 Marcus Eggenbergerfixing crash when handling numeric reply 331 (RPL_NOTOP...
2008-09-30 Marcus Eggenbergeradding Message::Self flag to /me style messages
2008-09-26 Manuel NickschasInit SQL resource
2008-09-26 Manuel NickschasMajor redesign of the build system. Also allow icons...
2008-09-22 Manuel NickschasDon't start a core in CoreApplication's dtor... fixes...
2008-09-19 Daniel Albersfix uptime calculation when client and core are in...
2008-09-18 Manuel NickschasFinally sanitizificat0red the mess and #ifdef hell...
2008-09-05 Marcus Eggenbergerexplicitly listening on IPv4 even if IPv6 is available
2008-09-02 Manuel NickschasExplicitly provide MOC_DEFINES, use HAVE_SSL instead...
2008-09-02 Manuel NickschasMake compile on MSVC again... that thing doesn't know...
2008-09-01 Marcus EggenbergerMerge branch 'master' of git@git.quassel-irc.org:quassel
2008-09-01 Manuel NickschasVarious buildsystem improvements:
2008-08-22 Marcus EggenbergerFixing BR #256
2008-08-18 Manuel NickschasIgnore whitespace in join handler (cf. Bug #290)
2008-08-17 Manuel NickschasIntroducing Network::requestSetNetworkInfo() to simplif...
2008-08-17 Manuel NickschasUse SyncableObject::requestUpdate() for updating Identities
2008-08-11 Marcus Eggenbergerthe alias engine can now expand nicks to their hostnames
2008-08-10 Marcus EggenbergerFixing BR #199 introduce /back as alias for unaway
2008-08-10 Daniel Albers/j and /join only prepend # when channel names start...
2008-08-10 Marcus Eggenbergerfixing BR #264 (core crash after join)
2008-08-10 Marcus EggenbergerRevert "fixing BR #264 (core crash after join)"
2008-08-10 Marcus Eggenbergerfixing BR #264 (core crash after join)
2008-08-08 Marcus Eggenbergerremoving deprecated core user settings
2008-07-30 Sebastian GothRemoved some whitespaces..
2008-07-30 Sebastian GothActivate logging for quasselcore.
2008-07-28 Marcus Eggenbergerminor fix
2008-07-28 Marcus Eggenbergertwo leading slashes are now treated as a regular messag...
2008-07-27 Marcus Eggenbergercommands containing multiple slashes are no longer...
2008-07-24 Marcus Eggenbergerimproving the channel lists. errors are redirected...
2008-07-23 Marcus Eggenbergerfixing BR #207 - you can now disconnect from an IRC...
2008-07-22 Marcus Eggenbergeradded and to predefined alias variables. (needs core...
2008-07-22 Marcus Eggenbergerremoving hardcoded aliases from userinputhandler. some...
2008-07-22 Marcus Eggenbergerjussi01: can you spell aliases?
2008-07-21 Marcus Eggenbergerfixing gcc warning and removing redundand includes
2008-07-21 Marcus Eggenbergerstop pinging the server after disconnect... oops
2008-07-21 Marcus Eggenbergeradding server lag indicator to the network tooltip
2008-07-21 Marcus Eggenbergeradding protocol version to core startup output and...
2008-07-16 Sebastian GothActivate cliparser and adapt old global variables to it.
2008-07-16 Marcus Eggenbergerfirst version of core info dialog
2008-07-14 Marcus Eggenbergerfixing a bug in core.cpp (yet another crash on exit)
2008-07-12 Marcus EggenbergerMerge branch 'network-sync'
2008-07-11 Marcus Eggenbergernetwork specific whois fields are now cought in a nice...
2008-07-11 Marcus EggenbergerFixing BR #216 (failing prefix detection)
2008-07-11 Marcus Eggenbergerfixing other part of BR #208 (setting own away message)
2008-07-10 Marcus Eggenbergerfixing output issues with IPv6 host addresses
2008-07-08 Manuel Nickschasdebug--
2008-07-08 Manuel NickschasImprove (hopefully fix) OpenSSL recognition
2008-07-08 Marcus Eggenbergercore should fallback to v4 if v6 isn't available
2008-07-08 Marcus Eggenbergermake the core listen on ipv6 interfaces too (thanks...
2008-07-06 Manuel NickschasFix protocol version check
2008-07-06 Manuel NickschasFix protocol version check
2008-07-06 Marcus Eggenbergerfixing corecrash on exit when non-authed clients were...
2008-07-01 Manuel NickschasBye-bye qmake
2008-06-30 Manuel NickschasMake warnings a little easier to understand
next