Commit Graph

22 Commits (ad7133c53c67c90ac1188f8d950eb97dc8709ff2)

Author SHA1 Message Date
ansuz f7bd3bdc23 don't pin falsey document ids
ansuz 471a9a33ac take note of a minor error with pin RPCs
ansuz bd3e18d1a8 only cache a user's pinned channels if there are no errors when loading them
ansuz bef18a9320 hotfix
ansuz cb53bd1c15 lint compliance
ansuz 14feef1757 calculate pin list checksums in a worker
ansuz 70a0d4efb4 move more database reads into the database worker
ansuz 4ba36a9173 load user pins in the database worker
ansuz 90899aa2f4 start reviewing and removing XXX notes
ansuz 2a9780abcf lint compliance
ansuz 81c7416095 lint compliance
ansuz 1230057970 disable IS_PAD_PINNED
ansuz 32d769447a begin standardizing our method of streaming lines from files
ansuz 021a6b361f remove a bogus XXX note
ansuz 38c1700173 Respond to pinning RPCs as soon as possible
(instead of waiting until you've read an unbounded number
of pin logs while queries back up in memory)

Also replace instances of 'publicKey' with 'safeKey' or 'unsafeKey'
to clearly and correctly indicate their format.
ansuz 3dc789cbca replace pinned.js with low-profile streaming implementation
ansuz 1231cacef1 remove XXX
ansuz 802034616c centralize historykeeper-rpc interaction in rpc methods
ansuz bde17a62a1 continue refactoring rpc
ansuz fa525817ba fix broken removePins RPC
ansuz c765362744 move more rpc functionality into modules
ansuz c93b39c094 separate more rpc functionality into pinning and core submodules