204 Commits

Author SHA1 Message Date
f1e298e3af Adding git ignore file 2020-12-12 02:58:49 +00:00
abc199b9ac added streaming for mastodon
streaming authentication does not refresh yet...
oh, and migrated development from freebsd to linux
2020-12-11 17:20:44 +00:00
e68ef2a0f2 how did I not earlier commit the Makefile? 2020-12-08 12:34:37 -05:00
1d4d5dd78a renamed main.go to fedilogue.go 2020-12-07 15:49:05 -05:00
a3644cce8f changed url to uri 2020-12-07 15:47:44 -05:00
f7dd23bc55 normalizing additions + light reorg 2020-12-06 18:05:17 -05:00
7f293b9dd3 removed comments 2020-12-06 00:16:04 -05:00
52fd7bb7cb adding oauth file, need to get better at this 2020-12-06 00:01:53 -05:00
0342844a52 partial implemented host banning 2020-12-05 23:59:32 -05:00
a4fa8a48c8 added authentication 2020-12-05 23:47:12 -05:00
f9a2e86627 added config option for tor 2020-12-04 14:19:26 -05:00
d474d98f84 Gets the settings, whoopsie on the order of commits 2020-12-03 17:26:38 -05:00
003de16e2b checking for crawling boolean 2020-12-03 17:23:52 -05:00
d57dd47c56 config modification example 2020-12-02 21:18:36 -05:00
9106d6e22c adding json configuration template 2020-12-02 18:56:25 -05:00
279e2e7441 minor stuff 2020-11-30 19:50:21 -05:00
911c30b409 more stability and retries
changed min_id to since_id due to bug in mastodon
2020-11-28 11:42:31 -05:00
53279ff649 intermediate commit, node type determination, working on time format
lots of crashing
2020-11-25 18:24:56 -05:00
a81c61d5dc removed cruft 2020-11-24 21:19:39 -05:00
97bef269b8 restructuring and cleanup 2020-11-24 21:02:37 -05:00
58d63dea93 added web receiving scaffolding
changed pprof port to 7777
added received_at post column
2020-11-24 00:00:04 -05:00
25489fd8b1 finally adding a license, gplv3
going with a free license, which tend to produce less hard forks
2020-11-22 11:56:59 -05:00
27cc6a5d9a alternate way to check server + authorization failure checks 2020-11-19 00:38:40 -05:00
69a555a144 formatting issue 2020-11-18 19:38:08 -05:00
4cead30ea5 missed a lock 2020-11-18 12:53:25 -05:00
ad893eaec9 client instance add response message 2020-11-18 10:31:09 -05:00
5807616992 removed some cruft 2020-11-17 22:35:59 -05:00
a54c241970 timing + client updates 2020-11-17 19:57:39 -05:00
ab8e0182bb blood sweat and tears later, memory leak is gone
restructured how the engine works
some communication is through a shared object, perhaps I will revisit
this problem in the future. Until then, this is stable and works...
2020-11-17 18:28:59 -05:00
94334b710b memory issues galore 2020-11-16 00:10:33 -05:00
aab707eab0 trying to fix memory leak... 2020-11-15 00:12:25 -05:00
4c51cd861a basic linting 2020-11-13 20:13:13 -05:00
8a12f277b1 oh yeah, go can do that multiple file thing 2020-11-10 21:53:46 -05:00
3ae62454db Logging + skipping blank accounts 2020-11-01 01:30:20 -05:00
79a27dbc4b Deleted dead code 2020-11-01 01:00:51 -05:00
a13b29d957 mostly formatting 2020-11-01 01:59:32 -04:00
bef25c73f5 adding lastrun timestamp to status information 2020-10-31 05:51:39 +00:00
4050e336c3 Removed Poll channel, merged into InstanceReport channel
Found a bug where the main routine was sending to a channel it also
read from. If full, this resulted in the main channel blocking
Added pperf, removed Peer "hunting" code
2020-10-31 04:24:53 +00:00
1d71e8217a client variable names 2020-10-30 19:50:45 +00:00
75654fb4c1 more client glue
accidently left in the debugging printfs but eh
2020-10-30 17:16:28 +00:00
afb17f51eb added client structure functionality 2020-10-30 05:10:04 +00:00
4222cb97e0 renamed column name, removed html encoding in normalization field 2020-10-29 23:49:38 +00:00
97a8cbf578 renamed database 2020-10-29 15:25:29 +00:00
9c2f2c8a0d updated tables, hashing and polling time 2020-10-29 15:06:45 +00:00
5ce495b81c Crawler works 2020-10-29 03:08:30 +00:00
d5a20f836e why didn't it just rename the file? eh 2020-10-28 22:15:11 +00:00
d2f982c5d1 Modified insert query for accounts
Accounts/Posts are now relational
2020-10-28 20:49:11 +00:00
471b011dc0 Check nodeinfo for instance type 2020-10-28 03:56:24 +00:00
afadc4dc39 Added Peer hunting, but I might remove it or make it an option 2020-10-27 04:35:01 +00:00
18f01cc960 changed function name 2020-10-26 06:27:44 +00:00