| .. |
|
rsbanlist.h
|
Prepare RsBanList for JSON API support
|
2019-05-14 23:01:06 +02:00 |
|
rsbroadcastdiscovery.h
|
changed RsEvents so that it takes event types when registering handlers, which limits the number of handlers called for each event
|
2019-12-29 13:50:54 +01:00 |
|
rsconfig.h
|
convert RS_OPMODE to enum class
|
2020-02-10 19:51:09 +01:00 |
|
rsdht.h
|
fixed Cyrils remarks
|
2020-10-04 20:41:34 +02:00 |
|
rsdisc.h
|
Gossip discovery refinement
|
2019-05-03 16:54:16 +02:00 |
|
rsevents.h
|
added flags to invite system to unify the different variables and made sure the HomePage contains at least current IP (not fully tested)
|
2020-11-09 22:42:28 +01:00 |
|
rsexpr.h
|
|
|
|
rsfiles.h
|
added notification when new extra file is shared, so that shared files updates
|
2020-12-04 16:33:12 +01:00 |
|
rsflags.h
|
Merge remote-tracking branch 'RetroShare/master' into pr_rsconfig
|
2020-10-04 20:25:06 +02:00 |
|
rsgossipdiscovery.h
|
added event handling when peer discovery is received
|
2021-02-06 14:57:22 +01:00 |
|
rsgrouter.h
|
added queue for GRouter items that miss a signature key and auto-request of missing keys to friends when needed (simplified changes from PR~1697)
|
2020-01-04 20:39:43 +01:00 |
|
rsgxschannels.h
|
fixed channel UI so that comment label is only shown when a new comment is here
|
2021-01-12 22:31:59 +01:00 |
|
rsgxscircles.h
|
fixed crash due to using twice the same method name in p3gxscircles.h wiht json api header
|
2021-03-08 20:51:21 +01:00 |
|
rsgxscommon.h
|
fixed channel UI so that comment label is only shown when a new comment is here
|
2021-01-12 22:31:59 +01:00 |
|
rsgxsdistsync.h
|
fixed missing licenses in libretroshare
|
2018-11-11 14:24:47 +01:00 |
|
rsgxsflags.h
|
added auto-cleaning of unused forums, channels, posted. Works for all GXS groups if the correct method is supplied.
|
2020-11-22 21:45:21 +01:00 |
|
rsgxsforums.h
|
added proper notifications when a group is deleted
|
2020-11-25 23:35:20 +01:00 |
|
rsgxsiface.h
|
added infrastructure to track oingoing distant GXS group requests
|
2020-10-25 22:47:48 +01:00 |
|
rsgxsifacehelper.h
|
Fix broken line endings
|
2021-09-03 14:56:45 +02:00 |
|
rsgxsifacetypes.h
|
added last seen display info in circles to help debugging auto-cleaning of circles
|
2021-01-28 21:14:43 +01:00 |
|
rsgxsservice.h
|
moved GxsNotify classes to rsgxsnotify.h internal to gxs (not visible in API) since it is unused in GUI. Added event item in forum to handle moderator list changes
|
2020-04-26 23:35:37 +02:00 |
|
rsgxstrans.h
|
removed TokenQueue from GxsTransportStatistics
|
2020-04-04 22:00:52 +02:00 |
|
rsgxstunnel.h
|
Safer rsids API
|
2019-05-02 09:55:53 +02:00 |
|
rshistory.h
|
added json api description for the rest of RsHistory
|
2021-07-03 20:48:47 +02:00 |
|
rsidentity.h
|
Avoid JSON operations on RsGxsIdGroup::mPgpIdSign
|
2021-06-22 08:24:11 +02:00 |
|
rsids.h
|
made GxsNotify for messages with more granularity. Removed RsGxsCircleMsg class that was not used.
|
2020-05-03 23:20:13 +02:00 |
|
rsiface.h
|
|
|
|
rsinit.h
|
fixed bug when retroshare-service -U list is ran with no account
|
2021-02-20 09:32:57 +01:00 |
|
rsjsonapi.h
|
Improve API to create locations
|
2020-06-09 20:13:22 +02:00 |
|
rsmsgs.h
|
added bool return value to denyLobbyInvite() and marked overriding methods in p3msgs accordingly
|
2021-08-29 21:15:52 +02:00 |
|
rsnotify.h
|
finished cleaning GxsCircle Notifications
|
2020-05-02 15:09:32 +02:00 |
|
rspeers.h
|
fixed the status of signature vs. making friends, and fixed the deadlock when signing a certificate
|
2021-01-09 14:24:04 +01:00 |
|
rsphoto.h
|
Update photo/wire/wiki interfaces to support Blocking Group API.
|
2020-04-05 15:04:39 +10:00 |
|
rsplugin.h
|
Gossip discovery refinement
|
2019-05-03 16:54:16 +02:00 |
|
rsposted.h
|
fixed channel UI so that comment label is only shown when a new comment is here
|
2021-01-12 22:31:59 +01:00 |
|
rsreputations.h
|
sendMail check if recipients are known
|
2019-10-26 01:22:51 +02:00 |
|
rsrtt.h
|
|
|
|
rsservicecontrol.h
|
Remove a bunch of deadcode
|
2019-05-03 16:55:57 +02:00 |
|
rsstatus.h
|
Fix Friend List Status
|
2021-01-25 20:15:04 +01:00 |
|
rstokenservice.h
|
fixed up display of GroupStatisticsReq and moved priorities to RsTokReqOptions
|
2020-04-07 22:42:01 +02:00 |
|
rsturtle.h
|
Implement deep indexing for files through Xapian
|
2019-10-26 15:57:38 +02:00 |
|
rstypes.h
|
renamed "count" to "size" in DirDetails
|
2020-12-13 20:03:21 +01:00 |
|
rsversion.h
|
moved from 0.6.6-RC2 to 0.6.6
|
2021-02-28 20:02:57 +01:00 |
|
rswebui.h
|
Fix JSON API related files licensing based on talk with Cyril and FSFE suggestions
|
2019-11-29 19:46:46 +01:00 |
|
rswiki.h
|
Update photo/wire/wiki interfaces to support Blocking Group API.
|
2020-04-05 15:04:39 +10:00 |
|
rswire.h
|
[TheWire] update GroupPtrs
|
2020-08-07 18:12:06 +10:00 |