| .. |
|
rsbanlist.h
|
Added a notify in SecurityIpItem when the ip address was added to the whitelist.
|
2015-06-03 15:14:26 +00:00 |
|
rsconfig.h
|
Set Operating Mode in RsInit::InitRetroShare so noGUI could use it.
|
2017-07-17 15:40:14 +02:00 |
|
rsdht.h
|
Fixed Windows compile
|
2015-05-27 11:53:08 +00:00 |
|
rsdisc.h
|
|
|
|
rsexpr.h
|
using additional const ref in rsexpr.h
|
2018-04-22 17:14:08 +02:00 |
|
rsfiles.h
|
Extend a bit filesharing JSON API v2
|
2018-05-17 16:46:34 +02:00 |
|
rsflags.h
|
converted RsMsgItems to new serialization. Added format and flag members to RsSerialiser and used the later to handle signature and config serialization techniques
|
2017-04-23 22:40:26 +02:00 |
|
rsgrouter.h
|
removed the possibility of GXS groups to keep track of post origin before release, as it is too intrusive as compared to the benefits
|
2016-07-25 14:56:55 -04:00 |
|
rsgxschannels.h
|
Fix CppCheck in rsgxschannels.h
|
2017-11-06 22:20:44 +01:00 |
|
rsgxscircles.h
|
Add Circle Feed Item.
|
2017-06-11 16:16:41 +02:00 |
|
rsgxscommon.h
|
Extend libresapi with minimal support for channels
|
2018-03-28 16:41:05 +02:00 |
|
rsgxsflags.h
|
added documentation of flags in GXS msg authentication policy
|
2017-01-01 17:50:09 +01:00 |
|
rsgxsforums.h
|
Fix CppCheck in rsgxsforums.h
|
2017-11-06 22:20:44 +01:00 |
|
rsgxsiface.h
|
changed std::vector into std::set in notification system, hence removing lots of std::find(std::vector::begin(),std::vector::end(),T), causing quadratic costs in multiple places.
|
2018-06-21 15:46:59 +02:00 |
|
rsgxsifacehelper.h
|
added display of warning for non forwarded posts
|
2016-12-26 15:59:53 +01:00 |
|
rsgxsifacetypes.h
|
changed std::vector into std::set in notification system, hence removing lots of std::find(std::vector::begin(),std::vector::end(),T), causing quadratic costs in multiple places.
|
2018-06-21 15:46:59 +02:00 |
|
rsgxsservice.h
|
changed std::vector into std::set in notification system, hence removing lots of std::find(std::vector::begin(),std::vector::end(),T), causing quadratic costs in multiple places.
|
2018-06-21 15:46:59 +02:00 |
|
rsgxstrans.h
|
moved metadata info to members of OutgoingRecord, so that the un-serialized meta is not lost when saved. Ensured backward compatibility when reloading old items.
|
2017-06-06 00:15:06 +02:00 |
|
rsgxstunnel.h
|
always pass data accept test in distant chat when we are on the client side of the tunnel
|
2016-04-10 21:09:47 -04:00 |
|
rshistory.h
|
simplification of the chat interface to libretroshare using a single unified class for chat IDs. Used a common chat widget for all chats including broadcast. Opens the way to having plugins send/recv chat messages. Patch from Electron.
|
2014-12-29 21:41:05 +00:00 |
|
rsidentity.h
|
Better usage of type traits
|
2018-01-27 17:57:33 +01:00 |
|
rsids.h
|
added sha256 calculation functions, and non backward compatible SSL Id computation code to active later (0.7)
|
2017-11-15 23:24:43 +01:00 |
|
rsiface.h
|
p3GxsMails queues persistents accross RS sessions
|
2017-02-26 00:46:02 +01:00 |
|
rsinit.h
|
Add I2P BOB support to libretroashare and RetroShare GUI
|
2017-05-24 19:40:01 +02:00 |
|
rsmsgs.h
|
Clean some garbage from the code
|
2017-07-13 13:00:32 +02:00 |
|
rsnotify.h
|
Fix Ask Password in new window if wrong in StartDialog.
|
2017-07-30 14:11:34 +02:00 |
|
rspeers.h
|
Share additional addresses via RsCertificate
|
2018-03-03 00:08:56 +01:00 |
|
rsphoto.h
|
Fix CppChecker in rsphoto.h
|
2017-11-06 22:20:44 +01:00 |
|
rsplugin.h
|
added a new method rs_malloc that checks its arguments and prints a stacktrace on error/weird call. Changed the code everywhere to use this instead of malloc. Removed some mallocs and replaced with RsTemporaryMemory
|
2016-01-12 21:10:11 -05:00 |
|
rsposted.h
|
Fix CppCheck in rsposted.h
|
2017-11-06 22:20:44 +01:00 |
|
rspostedVEG.h
|
|
|
|
rsreputations.h
|
made RsReputation::overallReputationLevel() to also return the identity ownership flags so that we dont need to rely on async calls to p3IdService to get them
|
2017-02-06 23:46:01 +01:00 |
|
rsrtt.h
|
Add Friend Time Offset news feed.
|
2017-04-27 16:42:25 +02:00 |
|
rsservicecontrol.h
|
Fix CppCheck in rsservicecontrol.h
|
2017-11-06 22:20:44 +01:00 |
|
rsstatus.h
|
|
|
|
rstokenservice.h
|
Improve deprecation of RS_TOKREQ_ANSTYPE_*
|
2018-06-07 14:57:31 +02:00 |
|
rsturtle.h
|
added limiter in number of responses forwarded back by turtle search, which should avoid bursts of bandwidth for popular requests
|
2018-02-17 23:37:25 +01:00 |
|
rstypes.h
|
Merge branch 'json_experiments'
|
2018-04-27 18:17:09 +02:00 |
|
rsversion.h
|
switched version to 0.6.4
|
2018-02-19 21:49:06 +01:00 |
|
rsversion.in
|
fixed version number problem
|
2018-02-25 17:53:42 +01:00 |
|
rswiki.h
|
|
|
|
rswire.h
|
Fix CppCheck in rswire.h
|
2017-11-06 22:20:44 +01:00 |