[licq-im/licq] 22157f: licq: Save users.conf when making a user permanent

GitHub <[email protected]> Sat, 25 Feb 2012 02:17:43 -0800
Newsgroups gmane.network.licq.cvs
Message-ID <[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/licq-im/licq
  Commit: 22157f8dad1c26ecb94ead335509730668cdf54f
      https://github.com/licq-im/licq/commit/22157f8dad1c26ecb94ead335509730668cdf54f
  Author: Anders Olofsson <[email protected]>
  Date:   2012-02-25 (Sat, 25 Feb 2012)

  Changed paths:
    M licq/doc/CHANGELOG
  M licq/src/contactlist/usermanager.cpp

  Log Message:
  -----------
  licq: Save users.conf when making a user permanent


  Commit: e7e66472e48c45b32ca20bbce9e66373a6112e62
      https://github.com/licq-im/licq/commit/e7e66472e48c45b32ca20bbce9e66373a6112e62
  Author: Anders Olofsson <[email protected]>
  Date:   2012-02-25 (Sat, 25 Feb 2012)

  Changed paths:
    M licq/doc/CHANGELOG
  M licq/src/contactlist/usermanager.cpp

  Log Message:
  -----------
  Merge branch '1.6-stable'


  Commit: 22d3975a588a8393a411ab6afb08b0ffe42bb41c
      https://github.com/licq-im/licq/commit/22d3975a588a8393a411ab6afb08b0ffe42bb41c
  Author: Anders Olofsson <[email protected]>
  Date:   2012-02-25 (Sat, 25 Feb 2012)

  Changed paths:
    M licq/src/contactlist/owner.cpp
  M licq/src/contactlist/usermanager.cpp
  M licq/src/daemon.cpp
  M licq/src/daemon.h
  M licq/src/licq.cpp
  M licq/src/oneventmanager.cpp
  M licq/src/statistics.cpp

  Log Message:
  -----------
  licq: Share a single licq.conf instance

Loading licq.conf from disk once for every class that needs some
parameters from it is inefficient. The access is mutexed since writes
during runtime could be triggered from calls in plugin threads.


  Commit: ba80811daefd226fcf6da9a548f3cdcd0a07f3ac
      https://github.com/licq-im/licq/commit/ba80811daefd226fcf6da9a548f3cdcd0a07f3ac
  Author: Anders Olofsson <[email protected]>
  Date:   2012-02-25 (Sat, 25 Feb 2012)

  Changed paths:
    M licq/include/licq/plugin/plugin.h
  M licq/include/licq/plugin/pluginmanager.h
  M licq/src/fifo.cpp
  M licq/src/plugin/pluginmanager.cpp
  M licq/src/plugin/pluginmanager.h
  M licq/src/plugin/tests/plugintest.cpp
  M qt4-gui/src/dialogs/plugindlg.cpp

  Log Message:
  -----------
  api: Call plugin shutdown via ProtocolManager

This will allow the ProtocolManager to perform additional checks and
actions when a plugin is unloaded.


  Commit: b7e91586c3ebfb9b4d917d76478a0990a20a9ad1
      https://github.com/licq-im/licq/commit/b7e91586c3ebfb9b4d917d76478a0990a20a9ad1
  Author: Anders Olofsson <[email protected]>
  Date:   2012-02-25 (Sat, 25 Feb 2012)

  Changed paths:
    M licq/src/contactlist/usermanager.cpp
  M licq/src/contactlist/usermanager.h
  M licq/src/plugin/pluginmanager.cpp

  Log Message:
  -----------
  icq: Don't unload protocol if online

Unloading a protocol when owner is online might leave owner and users
in weird states.


  Commit: 8e7ce6276ca4b9b9340d473a7015dee382f099f3
      https://github.com/licq-im/licq/commit/8e7ce6276ca4b9b9340d473a7015dee382f099f3
  Author: Anders Olofsson <[email protected]>
  Date:   2012-02-25 (Sat, 25 Feb 2012)

  Changed paths:
    M console/src/console.cpp
  M licq/include/licq/pluginsignal.h
  M licq/src/plugin/pluginmanager.cpp
  M qt4-gui/src/core/mainwin.cpp
  M qt4-gui/src/core/signalmanager.cpp
  M qt4-gui/src/core/signalmanager.h
  M qt4-gui/src/dialogs/ownermanagerdlg.cpp
  M qt4-gui/src/dialogs/plugindlg.cpp

  Log Message:
  -----------
  api: Signal plugins when protocol is unloaded


Compare: https://github.com/licq-im/licq/compare/550b632...8e7ce62