135 Commits

Author SHA1 Message Date
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
84a07edf07 commits to the database, added accounts and created_time 2020-10-26 02:48:52 +00:00
f460900f41 writes to database, delays based on message type 2020-10-25 23:44:55 +00:00
305432e58a added missing 'go' directive 2020-10-23 02:40:22 +00:00
2a4d1c8dad good time to save 2020-10-23 02:10:35 +00:00