| .. |
|
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
|
Calm down p3netmgr at least when internet connection is not available
|
2019-09-29 17:59:32 +02:00 |
|
rsdht.h
|
Use safer rstime_t instead of time_t
|
2018-10-07 13:07:06 +02:00 |
|
rsdisc.h
|
Gossip discovery refinement
|
2019-05-03 16:54:16 +02:00 |
|
rsevents.h
|
Keep 10 extra unassigned slots for event types
|
2020-04-14 12:24:58 +02:00 |
|
rsexpr.h
|
Use safer rstime_t instead of time_t
|
2018-10-07 13:07:06 +02:00 |
|
rsfiles.h
|
Solve non compatible 32/64bit file handle API
|
2020-04-14 12:26:21 +02:00 |
|
rsflags.h
|
Fix memory management and deprecated removal from serialization
|
2020-04-14 12:17:01 +02:00 |
|
rsgossipdiscovery.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 |
|
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
|
Fix JSON API breakage introduced in cf7a77e512
|
2020-04-14 12:24:57 +02:00 |
|
rsgxscircles.h
|
added circle invite notifications
|
2020-04-28 21:39:38 +02:00 |
|
rsgxscommon.h
|
Merge pull request #1826 from csoler/v0.6-FT4
|
2020-03-13 14:37:53 +01:00 |
|
rsgxsdistsync.h
|
fixed missing licenses in libretroshare
|
2018-11-11 14:24:47 +01:00 |
|
rsgxsflags.h
|
Implement GXS forum reasonable JSON API
|
2019-08-01 11:37:37 +02:00 |
|
rsgxsforums.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 |
|
rsgxsiface.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 |
|
rsgxsifacehelper.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 |
|
rsgxsifacetypes.h
|
Fix JSON API compilation after rebasing on master
|
2020-04-20 15:52:20 +02: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 distant chat settings
|
2019-10-14 02:29:20 +02:00 |
|
rsidentity.h
|
Fix Android compilation after rebase on master
|
2020-04-14 12:24:57 +02:00 |
|
rsids.h
|
Fix typo in PGP fingerprint type
|
2019-05-03 16:17:11 +02:00 |
|
rsiface.h
|
Fix forward declarations class struct missmatch
|
2018-10-03 19:07:46 +02:00 |
|
rsinit.h
|
GitlabCI fix some tests
|
2020-04-08 12:10:06 +02:00 |
|
rsjsonapi.h
|
Fix mail in rsjsonapi.h copyright header
|
2020-04-14 12:17:03 +02:00 |
|
rsmsgs.h
|
Improve documentation
|
2020-04-23 20:07:18 +00:00 |
|
rsnotify.h
|
added circle invite notifications
|
2020-04-28 21:39:38 +02:00 |
|
rspeers.h
|
Expose pgpIdFromFingerprint to JSON API
|
2020-04-14 12:17:04 +02: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
|
created a specific GxsEvent for Group Statistics changes and handle it in the GUI for all friends at once every 2 min at most
|
2020-04-11 20:52:35 +02:00 |
|
rsreputations.h
|
sendMail check if recipients are known
|
2019-10-26 01:22:51 +02:00 |
|
rsrtt.h
|
fixed license in retroshare/
|
2018-05-28 22:28:51 +02:00 |
|
rsservicecontrol.h
|
Remove a bunch of deadcode
|
2019-05-03 16:55:57 +02:00 |
|
rsstatus.h
|
Use safer rstime_t instead of time_t
|
2018-10-07 13:07:06 +02: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
|
Solve non compatible 32/64bit file handle API
|
2020-04-14 12:26:21 +02:00 |
|
rsversion.h
|
Print libretroshare version on init
|
2020-01-07 01:18:29 +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
|
Fixup PulseAddDialog and underlying datatypes
|
2020-04-11 12:55:04 +10:00 |