aboutsummaryrefslogtreecommitdiff
path: root/server.js
AgeCommit message (Collapse)Author
2020-01-19add namespace redirect (ex: http://bogbook.com/ev)Ev Bogue
2020-01-19comment out console logsEv Bogue
2020-01-19send latest five posts if the feed has many unsynced messages, render latest ↵Ev Bogue
in the client if we are not caught up
2020-01-17avoid closing connection before receiving diffEv Bogue
2020-01-11remove logEv Bogue
2020-01-11this seems to improve sync speedEv Bogue
2020-01-11remove console.logEv Bogue
2020-01-11accurately send the last few postsEv Bogue
2020-01-03remove more beacon stuffEv Bogue
2020-01-03rip out beaconsEv Bogue
2020-01-01try to fix adfiles errorEv Bogue
2020-01-01got to create the bogbook folder before the configEv Bogue
2020-01-01send random number of posts between 1 and 50, adjust client request speedEv Bogue
2019-12-31refactor gossip v 1.8.0Ev Bogue
2019-12-22make beacons go away with the heard button, also broadcast a heard to the pubEv Bogue
2019-12-21remove console.logEv Bogue
2019-12-21initial stab at private beaconsEv Bogue
2019-12-15adjust ad vs sync speedEv Bogue
2019-12-08move from ecstatic to koa, because ecstatic is deprecatedEv Bogue
2019-12-07break settings into own route and make it possible for guests to post ↵Ev Bogue
advertisements
2019-12-01generate an ad if there is not one alreadyEv Bogue
2019-11-26add an advertisement generator and send views to the clientEv Bogue
2019-11-24extract configuration options, and make it possible to run verboseEv Bogue
2019-11-24slow down ads a littleEv Bogue
2019-11-24serve ads if client feeds are up to dateEv Bogue
2019-11-23clean up and move all config and keys to a settings pageEv Bogue
2019-11-22bogbook @ 1.6.0 -- real-time bogbook and only send 25 posts at a timeEv Bogue
2019-11-17remove unused codeEv Bogue
2019-10-20comment out newer additions that are not quite ready for primetimeEv Bogue
2019-10-06this is not done yet, but pushing anywayEv Bogue
2019-09-13remove console.logEv Bogue
2019-09-10make sure .bogbook dir gets createdEv Bogue
2019-09-10get publickeys from pub servers if they do not existEv Bogue
2019-09-09move bogs folder into .bogbook so that data is not being stored in repoEv Bogue
2019-09-08remove more console.logsEv Bogue
2019-09-08clean up server.jsEv Bogue
2019-09-07clean upEv Bogue
2019-09-07and we have our first version of secure bogbook (sbb) working!Ev Bogue
2019-09-05half-way towards having secure bog transfer completed, just need diffsEv Bogue
2019-09-03first stab at secure bogbook (sbb)Ev Bogue
2019-07-23turns out we can avoid sending requester id to the serverEv Bogue
2019-05-14clean up server and show simpler logsEv Bogue
2019-05-02this seems to fix the bugEv Bogue
2019-04-25ok, I think this worksEv Bogue
2019-04-25this isnt quite working yet, but commiting anywayEv Bogue
2019-04-25minor changes to make sure the app loadsEv Bogue
2019-04-25major refactor -- new look and messages are stored as signatures - 1.3.0Ev Bogue
2019-04-19making some progress...Ev Bogue
2019-04-19major refactor -- only storing author, hash, and signatures on messages and ↵Ev Bogue
opening signed messages with nacl.sign.open
2019-04-101.1.0 -- refactor to store client data in browser with localforage.jsEv Bogue