reger
f45945cada
increase use of header const for custom "EXT" header
8 years ago
Michael Peter Christen
c716648c78
enhanced json encoding of strings
8 years ago
orbiter
78c9d31388
fix for bad json
10 years ago
Michael Peter Christen
8098a86f1d
ipv6 fix for api /yacy/seedlist.[json|xml], multiple IPs are now
...
attached to the seed info. API clients must be adopted. Documentation
will be fixed in
http://www.yacy-websuche.de/wiki/index.php/Dev:APIseedlist
Also added a new retrieval option for seeds, they can now be retrieved
by their name with the get parameter name=<name>
10 years ago
Michael Peter Christen
0bfc69b29b
more ipv6 bugfixes
10 years ago
Michael Peter Christen
b93ea4e2a6
Added the option to retrieve only the own seed or a seleceted seed
...
(selected by peer-hash) in the /yacy/seedlist.[json/xml] api.
Added also a xml-version of the servlet.
The own seed can be retrieved i.e. with
http://localhost:8090/yacy/seedlist.xml?my=
http://localhost:8090/yacy/seedlist.json?my=
and any other peer can be selected with
http://localhost:8090/yacy/seedlist.xml?id= <peerhash>
http://localhost:8090/yacy/seedlist.json?id= <peerhash>
10 years ago
orbiter
b9c1a61814
added a peername=<peername> property in the seedlist API
11 years ago
Michael Peter Christen
09412ea3a4
counting search requests in solr interface
11 years ago
Michael Peter Christen
67e7dc0cc6
added more properties to seedlist servlet
11 years ago
Michael Peter Christen
caa20d63d9
fixed seedlist (hash was missing)
11 years ago
orbiter
b7f1e5af51
added new servlet which generates the same file as the principal peers
...
upload to a bootstrap position
you can call it either with
http://localhost:8090/yacy/seedlist.html
or to generate json (or jsonp) with
http://localhost:8090/yacy/seedlist.json
http://localhost:8090/yacy/seedlist.json?callback=seedlist
11 years ago