Athanasius
3b5d16c674
Relay: Full flake8/mypy pass
2022-08-18 15:17:59 +01:00
Athanasius
fe214583aa
Relay: Support --loglevel <level>
fully
...
There's no real logging in Relay yet, but this makes it support
switching level anyway.
2022-01-18 15:16:32 +00:00
Athanasius
1df2fb749b
Relay: Add missing from bottle import ..., request, ...
2021-07-02 17:07:46 +00:00
Athanasius
1e9edf94f7
Relay: app.-ise and CORS-ise
...
* Use the "make an explicit Bottle() and use it" change.
* Use app.route with OPTIONS in method= list.
* Remove extraneous setting of Access-Control-Allow-Origin header.
2021-07-02 17:02:53 +00:00
AnthorNet
b21bdf76e5
Merge pull request #90 from Marginal/tidy
...
Remove redundant editing of journal faction info and clean up duplicate detection code
2019-04-29 15:32:55 +02:00
AnthorNet
9484f4646a
Fix for UTF8 uploader
2019-04-29 15:31:10 +02:00
Jonathan Harris
be7fcc2c05
Remove redundant cleanup of journal faction info
...
Clean up duplicate detection code
2019-01-08 18:58:41 +00:00
AnthorNet
42127cb43a
Try High Water Mark on Relay
2018-12-14 11:58:38 +01:00
AnthorNet
a733ff22ed
Fix MyReputation deletion
2018-11-02 12:30:07 +01:00
AnthorNet
a8bf0b2f0b
Do not send faction reputation to listeners
2018-10-30 20:11:57 +01:00
Ian Norton
d74505fe35
Ensure that the uploaderID value is always unique for each uploader but is also unpredictable.
...
Also ensure that the unique uploaderID for each uploader changes every 12 hours
2018-03-07 22:52:55 +00:00
AnthorNet
d23a7dc722
Always hash uploaderID with private information
2018-01-30 07:31:23 +01:00
AnthorNet
a221ae13c3
Remove uploaderID from public relays to avoid real time tracking of user without consent
2018-01-27 09:37:26 +01:00
AnthorNet
32ed86da91
Fix duplicate message not copied
2018-01-05 16:35:57 +01:00
AnthorNet
dd65ba50d1
Temp fix
2018-01-05 15:10:53 +01:00
AnthorNet
6d3b593fd1
Fix json is not defined
2018-01-05 15:09:27 +01:00
AnthorNet
313120aa94
Implement tracking stats
2018-01-05 15:06:21 +01:00
Jonathan Harris
a959390ff7
Move SSL config to Settings
2017-07-03 12:31:20 +01:00
AnthorNet
3a396e87a9
Put RELAY IP/HOST into setting to be concordant with GATEWAY
2017-06-29 14:06:56 +02:00
AnthorNet
97ed7ad101
Add the new Gateway/Relay and make them act in HTTPS
2017-06-29 14:01:40 +02:00
AnthorNet
ceaac2be74
Fix PEP8
2015-06-05 16:43:59 +02:00
AnthorNet
2f72fe84fe
Moved _Core/_Conf to core/conf and some UTF8 fixes
2015-06-05 16:08:32 +02:00
AnthorNet
72f3f046d0
Removed spaces on empty lines
2015-06-05 15:23:46 +02:00
AnthorNet
58f47222f3
Added duplicate function
2015-05-08 17:55:25 +02:00
AnthorNet
c7187e90bd
Added topic in Gateway/Relay to allow filtering
2015-05-05 12:37:57 +02:00
AnthorNet
76954751c0
Fix missing _Core in relay
2015-05-04 13:26:33 +02:00
AnthorNet
a80994ae4a
Change conf directory name
2015-05-04 11:41:15 +02:00
James Muscat
976454c358
Extra stats: uptime and EDDN version.
2015-04-23 09:57:51 +01:00
James Muscat
3fc16cbb0a
Set CORS header to allow status page to read these values.
2015-04-15 15:00:39 +01:00
James Muscat
46292e3c30
Don't corrupt the commandline unless we're asked to.
...
The hacky approach caused problems with anything else trying to use
argparse (e.g. nosetests). This approach only tries to parse the
commandline if we need to e.g. within Relay/Gateway's main() function.
2015-04-14 14:30:26 +01:00
James Muscat
da426c1d89
Encapsulate settings as a class. Make a singleton available.
2015-04-14 00:30:22 +01:00
James Muscat
7d7f977cea
Rip out the old method of collecting stats in favour of the generic way.
2015-04-13 18:32:32 +01:00
James Muscat
7c146a14c4
Factor out common code into StatsCollector.
2015-04-13 18:04:33 +01:00
James Muscat
95e83333d7
Add a StatsCollector to the Relay too.
2015-04-13 18:00:24 +01:00
James Muscat
c2109d2866
pep8 fix.
2015-04-04 00:38:11 +01:00
James Muscat
bffa6b3a13
Heavily borrow EMDR code for a relay.
2014-11-15 14:46:31 +00:00