-
Notifications
You must be signed in to change notification settings - Fork 1
Globals
libretroshare uses lots of globals. Document them here.
Class for starting up and shutting down RS. Does very little else.
Has some Configuration Functionality which will eventually be moved to rsConfig.
Old Interface, Try not to use it externally. But probably required to get libretroshare running.
Requires calling lockData() and unlockData() before accessing data.
Main thing it is used for is some configuration options. This functionality will be moved to rsConfig.
callback from libRS for lots of things that happen.
Contains stack of messages for the GUI.
Things like:
-
system errors.
-
new messages / forum posts.
Important one. Peers and their configuration.
This is used for Messages, Chat and Global Chat.
Message History. (Should really be combined into rsMsgs).
Manage File Transfers.
Manage Channels.
Manage Forums.
Online status.
Statistics of file-sharing.
Web of Trust Info.
Dht details, mainly for debugging.
This will replace RsIface eventually. At the moment, only useful for extracting Network status.
Functional, but not working on all platforms.
Dont worry about it for now.
Todo.
Only test functionality at the moment.
not functional.
not functional.