RetroShare/libretroshare/src/gxs
Gioacchino Mazzurco 3a26ccf6a5
Implement deep indexing for files through Xapian
ATM it support extracting metadata only from OGG files.
The system has been designed to be easly extensible to more file formats
  registering more indexer functions which just need to extract metadata
  from a certain type of file and feed it to Xapian.
The system has been integrated into existent file search system to
  through generric search requests and results, it keep a good level of
  retro-compatibility due to some tricks.
The indexing system is released under AGPLv3  so when libretroshare is compiled
  with deep search enabled AGPLv3 must be honored instead of LGPLv3-or-later.
Cleaned up the debian copyright file using non-deprecated license
  code-names.
2019-10-26 15:57:38 +02:00
..
gxssecurity.cc license fix in pqi 2018-05-28 22:03:39 +02:00
gxssecurity.h license fix in pqi 2018-05-28 22:03:39 +02:00
gxstokenqueue.cc Safer rsGxsChannel API 2018-11-09 12:41:08 +01:00
gxstokenqueue.h Safer rsGxsChannel API 2018-11-09 12:41:08 +01:00
rsdataservice.cc Avoid crash when subscribeToChannel is fed with invaled channel id 2019-09-28 00:12:56 +02:00
rsdataservice.h RsGxsDataAccess filtered getters do not return all messages if none matches 2018-11-09 23:46:21 +01:00
rsgds.h Fix implicitly-declared operator= warnings 2019-10-04 17:28:50 +02:00
rsgenexchange.cc Add support for GxsChanges as RsEvents 2019-05-03 16:57:38 +02:00
rsgenexchange.h Add support for GxsChanges as RsEvents 2019-05-03 16:57:38 +02:00
rsgixs.h sendMail check if recipients are known 2019-10-26 01:22:51 +02:00
rsgroups.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
rsgxs.h license fix in pqi 2018-05-28 22:03:39 +02:00
rsgxsdata.cc license fix in pqi 2018-05-28 22:03:39 +02:00
rsgxsdata.h Use safer rstime_t instead of time_t 2018-10-07 13:07:06 +02:00
rsgxsdataaccess.cc Avoid crash when subscribeToChannel is fed with invaled channel id 2019-09-28 00:12:56 +02:00
rsgxsdataaccess.h Use safer rstime_t instead of time_t 2018-10-07 13:07:06 +02:00
rsgxsnetservice.cc Implement deep indexing for files through Xapian 2019-10-26 15:57:38 +02:00
rsgxsnetservice.h Use safer rstime_t instead of time_t 2018-10-07 13:07:06 +02:00
rsgxsnettunnel.cc fixed retroshare.project email in licenses 2018-11-11 20:42:48 +01:00
rsgxsnettunnel.h fixed retroshare.project email in licenses 2018-11-11 20:42:48 +01:00
rsgxsnetutils.cc Safer rsids API 2019-05-02 09:55:53 +02:00
rsgxsnetutils.h Use safer rstime_t instead of time_t 2018-10-07 13:07:06 +02:00
rsgxsrequesttypes.cc license fix in pqi 2018-05-28 22:03:39 +02:00
rsgxsrequesttypes.h Merge branch 'master' into jsonapi 2018-07-23 13:44:01 +02:00
rsgxsutil.cc Implement deep indexing for files through Xapian 2019-10-26 15:57:38 +02:00
rsgxsutil.h Implement deep indexing for files through Xapian 2019-10-26 15:57:38 +02:00
rsnxs.h Refactor RsReputations for compatibility with JSON API 2019-02-15 15:29:36 -03:00
rsnxsobserver.h fixed merge with upstream/master 2018-07-19 23:22:24 +02:00
UseCases.txt added more virtual methods to network exchange service 2012-04-01 21:10:55 +00:00