RetroShare/libretroshare/src/rsserver
csoler 630824aa1b Updated the notification system. Main changes are:
- the notification system is now a service, p3Notify, that is a public RsNotify.
- RsNotify does nothing except providing a registration system for new notify clients.
- Clients should derive a notify client from the NotifyClient class and register it to rsNotify
- all registered clients get all notifications, so only derive the needed methods. This should allow 
  plugins to get notifications as well.
- updated the code to call RsServer::notify()->[notification method] from inside libretroshare
- pqiNotify has been removed.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6996 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-07 22:51:22 +00:00
..
Makefile Various stuff. FAQ has 0 zero stuff inside, we don't use git, and matched lowercase filenames. Also, a few formatting fixes in the .pro file in libretroshare. 2010-02-08 21:34:40 +00:00
p3discovery.cc Removed std::stringstream. 2012-04-19 22:10:00 +00:00
p3discovery.h Added new statusbar widget about pending discovery informations. 2011-01-07 16:56:57 +00:00
p3face-config.cc Changed order of the shutdown to fix a crash of the WebUI plugin. 2014-01-02 17:13:41 +00:00
p3face-msgs.cc Removed std::stringstream. 2012-04-19 22:10:00 +00:00
p3face-server.cc Updated the notification system. Main changes are: 2014-01-07 22:51:22 +00:00
p3face.h Updated the notification system. Main changes are: 2014-01-07 22:51:22 +00:00
p3history.cc - added history parameters for chat lobbies 2013-09-27 21:18:44 +00:00
p3history.h - added history parameters for chat lobbies 2013-09-27 21:18:44 +00:00
p3msgs.cc Added new action "Load images always for this message" to image blocking. 2013-09-24 20:19:21 +00:00
p3msgs.h Added new action "Load images always for this message" to image blocking. 2013-09-24 20:19:21 +00:00
p3peers.cc fixed display of correct IP for connected friends. Only the external IP was shown previously. Port is not shown because it is random and could be misleading. Needs full recompilation 2013-11-30 13:48:39 +00:00
p3peers.h improved error handling, and ensures that keyring is always kept consistent 2013-05-31 19:16:04 +00:00
p3photo.cc Addition of improvements to photo service - can now add local photos - but these are not shared over the network yet. 2008-03-17 13:51:04 +00:00
p3photo.h This intimidating patch renames libretroshare/src/rsiface/ to 2010-08-06 09:40:23 +00:00
p3rank.cc * Improvements to Link Cloud Service. You can now vote anonymously on a Link, 2008-05-13 15:41:40 +00:00
p3rank.h This intimidating patch renames libretroshare/src/rsiface/ to 2010-08-06 09:40:23 +00:00
p3serverconfig.cc - Removed RsIface, and moved configuration options to RsServerConfig (rsconfig.h) 2013-08-21 21:36:33 +00:00
p3serverconfig.h * Added second (temporary) switch to turtle. 2012-11-25 22:49:00 +00:00
p3status.cc Extracted a new widget ChatWidget for the basic chat handling from the PopupChatDialog and use it in ChatLobbyDialog too. 2012-01-17 20:36:36 +00:00
p3status.h Extracted a new widget ChatWidget for the basic chat handling from the PopupChatDialog and use it in ChatLobbyDialog too. 2012-01-17 20:36:36 +00:00
rsinit.cc Updated the notification system. Main changes are: 2014-01-07 22:51:22 +00:00
rsloginhandler.cc patch from Stefan Sperling to allow compilation on OpenBSD 2013-08-25 21:06:29 +00:00
rsloginhandler.h Cleaned the login code: 2011-02-01 23:27:53 +00:00
rstypes.cc Removed std::stringstream. 2012-04-19 22:10:00 +00:00