214 Commits

Author SHA1 Message Date
a50916eb36 using the same http client, adding it to running instances
some web work
lost track of what's going on and I'm not accountable to anyone...so screw it
2020-12-16 02:41:45 +00:00
3d196ccf41 Added multiple post handlers + exiting the main goroutine 2020-12-14 23:09:51 +00:00
8aff111336 intermediate parsing web received 2020-12-14 21:50:31 +00:00
4d5d3a8a2b port http starting message 2020-12-13 23:33:38 +00:00
fd56285e71 Added capture type to engine 2020-12-13 08:26:50 +00:00
7286af9c79 updating client with capture type 2020-12-13 08:25:58 +00:00
01725debbb moving startctl down 2020-12-13 07:39:35 +00:00
69d940f64b Reusing oauth client information 2020-12-13 07:38:03 +00:00
9e2af34c15 building database connection string from config file 2020-12-12 05:50:43 +00:00
10013323ef renaming stuff 2020-12-12 03:04:03 +00:00
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