RetroShare/retroshare-gui/src/gui/settings
drbob ac6f0fcfe4 --- Merging r4718 through r4752 from branches/v0.5-dhtmods
Added ZeroConf for OSX.
Changes for Relay Support.

Summary of Changes:
libbitdht
----------
 * added Relay Flags to bdNode::setNodeDhtMode()
 * added dropRelayServers() / pingRelayServers() functions for mode switches
 * added utility function:  bdFriendList::findPeersWithFlags()
 * added utility function:  bdSpace::clean_node_flags(uint32_t flags)
 * added RelayMode to ConnectManager.
 * added failedConnection callback when in Server Mode.
 * added incomplete udpproxylayer code. (not compiled)

libretroshare
-------------
 * added Configuration to p3BitDht for storing Relay Settings. (bit Hackish!)
 * added RelayHandler & getRelayReceiver() - to outsource some Relay functions.
 * + RelayHandler_InstallRelayConnection() & RelayHandler_LogFailedProxyAttempt()
 * added RelayServer, Mode and RelayAllowance to external DHT interface.
 * added p3PeerMgr::getGpgId() for ZeroConf usage.
 * updated parts of pqiassist virtual interfaces.
 * added Bandwidth storage to udprelay.
 * modified the way Relay Slots are allocated to match GUI interface.
 * ZeroConf now working on OSX.
 * added ZeroConf to OSX compilation.
 * extended rsDht interface to expose Relay configuration.

retroshare-gui
--------------
 * added Relay configuration panel.




git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4753 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-06 15:33:51 +00:00
..
AddFileAssociationDialog.cpp Added new settings which will be replace soon as possible Preferences 2009-07-23 17:11:51 +00:00
AddFileAssociationDialog.h cleaned include files 2010-07-23 18:52:58 +00:00
AppearancePage.cpp Cleaned Creation Dialogs for Channels and Forums and updated german translation. 2010-09-13 15:11:20 +00:00
AppearancePage.h cleaned include files 2010-07-23 18:52:58 +00:00
AppearancePage.ui removed some unused layout 2010-10-08 00:05:13 +00:00
ChatPage.cpp added load/save of default nickname, plus some debugging 2011-12-26 22:43:54 +00:00
ChatPage.h Reworked settings dialog. 2011-06-15 00:40:07 +00:00
ChatPage.ui added load/save of default nickname, plus some debugging 2011-12-26 22:43:54 +00:00
configpage.cpp Removed unused parameter warnings in retroshare-gui. 2011-08-12 14:06:29 +00:00
configpage.h Reworked settings dialog. 2011-06-15 00:40:07 +00:00
CryptoPage.cpp Removed unused parameter warnings in retroshare-gui. 2011-08-12 14:06:29 +00:00
CryptoPage.h Reworked settings dialog. 2011-06-15 00:40:07 +00:00
CryptoPage.ui removed not used Export Button 2010-01-30 11:25:41 +00:00
DirectoriesPage.cpp Removed unused parameter warnings in retroshare-gui. 2011-08-12 14:06:29 +00:00
DirectoriesPage.h Reworked settings dialog. 2011-06-15 00:40:07 +00:00
DirectoriesPage.ui Reworked settings dialog. 2011-06-15 00:40:07 +00:00
FileAssociationsPage.cpp Removed unused parameter warnings in retroshare-gui. 2011-08-12 14:06:29 +00:00
FileAssociationsPage.h cleaned include files 2010-07-23 18:52:58 +00:00
ForumPage.cpp Removed unused parameter warnings in retroshare-gui. 2011-08-12 14:06:29 +00:00
ForumPage.h Reworked settings dialog. 2011-06-15 00:40:07 +00:00
ForumPage.ui New read status for forum messages. 2010-08-08 22:58:10 +00:00
GeneralPage.cpp Added check for administrator rights to add/remove the retroshare:// protocol. 2011-08-17 00:06:44 +00:00
GeneralPage.h Reworked settings dialog. 2011-06-15 00:40:07 +00:00
GeneralPage.ui Added check for administrator rights to add/remove the retroshare:// protocol. 2011-08-17 00:06:44 +00:00
MessagePage.cpp Removed unused parameter warnings in retroshare-gui. 2011-08-12 14:06:29 +00:00
MessagePage.h Reworked settings dialog. 2011-06-15 00:40:07 +00:00
MessagePage.ui Redesigned the MessagesDialog to open the message in a new tab or new window for reading. 2011-06-04 00:46:02 +00:00
NetworkPage.cpp Removed unused parameter warnings in retroshare-gui. 2011-08-12 14:06:29 +00:00
NetworkPage.h Reworked settings dialog. 2011-06-15 00:40:07 +00:00
NetworkPage.ui Added new settings which will be replace soon as possible Preferences 2009-07-23 17:11:51 +00:00
NewTag.cpp Removed unused parameter warnings in retroshare-gui. 2011-08-12 14:06:29 +00:00
NewTag.h Reworked settings dialog. 2011-06-15 00:40:07 +00:00
NewTag.ui Rework some translations. 2010-09-12 20:27:03 +00:00
NotifyPage.cpp Added a new checbox in the settings (NotifyPage) to enable/disable the new SecurityItem. It is enabled by default, but all existing users need to enable it. 2011-08-21 22:28:19 +00:00
NotifyPage.h Removed the single notify systray icon (combined icon) and combined it with the normal RetroShare systray icon. 2011-07-13 19:24:33 +00:00
NotifyPage.ui Added a new checbox in the settings (NotifyPage) to enable/disable the new SecurityItem. It is enabled by default, but all existing users need to enable it. 2011-08-21 22:28:19 +00:00
PluginItem.cpp Little design improvements for Plugin Item 2012-01-04 22:17:28 +00:00
PluginItem.h Little design improvements for Plugin Item 2012-01-04 22:17:28 +00:00
PluginItem.ui Little design improvements for Plugin Item 2012-01-04 22:17:28 +00:00
PluginsPage.cpp Added translation for plugins and added german language to LinksCloud. Recompile needed. 2011-11-17 21:17:24 +00:00
PluginsPage.h Improvement of the plugin system: 2011-07-05 20:29:07 +00:00
PluginsPage.ui Little design improvements for Plugin Item 2012-01-04 22:17:28 +00:00
RelayPage.cpp Added Relay Configuration Panel. 2011-12-20 02:09:27 +00:00
RelayPage.h Added Relay Configuration Panel. 2011-12-20 02:09:27 +00:00
RelayPage.ui Added Relay Configuration Panel. 2011-12-20 02:09:27 +00:00
rsettings.cpp Fixed some more utf8 issues with umlauts in the Windows user name. 2011-10-12 23:36:25 +00:00
rsettings.h profile wasn't saved on first start 2010-06-14 13:32:13 +00:00
rsettingswin.cpp Added Relay Configuration Panel. 2011-12-20 02:09:27 +00:00
rsettingswin.h Added Relay Configuration Panel. 2011-12-20 02:09:27 +00:00
RsharePeerSettings.cpp Fixed some more utf8 issues with umlauts in the Windows user name. 2011-10-12 23:36:25 +00:00
RsharePeerSettings.h Added a new image to the private chat window to set the window always on top. 2011-07-08 22:33:26 +00:00
rsharesettings.cpp fixed issue of loading the correct instance of RetroShare.conf when switching locations (Patch from AsamK #3423256) 2011-10-14 21:16:34 +00:00
rsharesettings.h fixed issue of loading the correct instance of RetroShare.conf when switching locations (Patch from AsamK #3423256) 2011-10-14 21:16:34 +00:00
ServerPage.cpp Removed unused parameter warnings in retroshare-gui. 2011-08-12 14:06:29 +00:00
ServerPage.h Reworked settings dialog. 2011-06-15 00:40:07 +00:00
ServerPage.ui set maximum port value to 65535 instead of old arbitrary value of 50000, and warned about system-reserved ports in server settings gui 2011-07-23 20:07:06 +00:00
settings.ui Added Relay Configuration Panel. 2011-12-20 02:09:27 +00:00
SoundPage.cpp Removed unused parameter warnings in retroshare-gui. 2011-08-12 14:06:29 +00:00
SoundPage.h Changed settings to local variable, no more as pointer on all classes. 2010-05-11 20:02:52 +00:00
SoundPage.ui Rework some translations. 2010-09-12 20:27:03 +00:00
TransferPage.cpp Reworked settings dialog. 2011-06-15 00:40:07 +00:00
TransferPage.h Removed unused parameter warnings in retroshare-gui. 2011-08-12 14:06:29 +00:00
TransferPage.ui fixed inaccurate text in transfer page 2011-09-26 21:00:25 +00:00