Skip to content
  • Daniel Vrátil's avatar
    Make AkonadiServer QObject, manage multiple QLocalServers for different purposes · 0e478e2b
    Daniel Vrátil authored
    This creates so called CommandServer and NotificationServer, both
    QLocalServer listening using named pipes (this is a move away from
    a socket file to avoid having multiple files).
    
    Each new connection on CommandServer makes AkonadiServer to instantiate
    new Connection object as normally. For NotificationServer each new
    connection is handed over to NotificationManager, which will deal with
    it.
    0e478e2b