164 Commits (kegan/cache-rss-feeds)

Author SHA1 Message Date
Kegan Dougal e088e11821 Swap to an LRU cache set to 20MB 8 years ago
Kegan Dougal b0eb284347 Add a caching HTTP client 8 years ago
Kegan Dougal fd54eb1a55 Move OnPoll into the Service method set 8 years ago
Kegan Dougal 7518ed1995 Fix NPE if oldService is nil 8 years ago
Kegan Dougal cd39219113 s/feedreader/rssbot/g 8 years ago
Kegan Dougal 185a7d5678 Rejig how feedreaders stores rooms to send updates to 8 years ago
Kegan Dougal 7b4448957b Review comments 8 years ago
Kegan Dougal 98e7533469 Send feed items in reverse-order for chronological times 8 years ago
Kegan Dougal d92a95ff4e Linting 8 years ago
Kegan Dougal 0b09fcd86d First working feed reader version 8 years ago
Kegan Dougal 2d6b3cd6e9 Flesh out the feedreader service 8 years ago
Kegan Dougal a5e515e118 Lint 8 years ago
Kegan Dougal 3e3f71ad92 s/rss/feedreader/ since it does atom feeds too. Add TODO 8 years ago
Kegan Dougal 825b3e74b3 Add github.com/mmcdole/gofeed - Make guggy use DefaultService 8 years ago
Kegan Dougal 4f91101809 Remove RSS for now 8 years ago
Kegan Dougal b0c3ecf598 TODO this so I don't make a huge PR 8 years ago
Kegan Dougal 331bdc703f Add ability to update/stop polling services 8 years ago
Kegan Dougal fe2ab0c8bd Get polling working 8 years ago
Luke Barnard 26814a5a53 Guggy: use query sentence as m.image .body 8 years ago
Luke Barnard 2719a3a077 Guggy Integration (#75) 8 years ago
Kegan Dougal 65963cd93f Add stub RSS Service. Add DefaultService. Add Poller interface. 8 years ago
Kegan Dougal 73ea8a705d Improve !github create parsing 8 years ago
Kegan Dougal 1fbb579212 Add /admin/removeAuthSession 8 years ago
Kegan Dougal 267890503f Delete webhook services when there are no webhooks left 8 years ago
Kegan Dougal ce2af7ed71 Add TODO marker 8 years ago
Kegan Dougal 68cb87be66 Do not process /sync responses for rooms the bot has just joined 8 years ago
Kegan Dougal 178ae79e29 Review comments 8 years ago
Kegan Dougal 41f5cdabaf Remove TODOs which are now done 8 years ago
Kegan Dougal b59d43b810 Add a `NextBatchStorer` interface to load/save next_batch tokens 8 years ago
Kegan Dougal 5f9a065d83 Persist next_batch tokens 8 years ago
Kegan Dougal bacc0eebb5 Return Authenticated:false rather than 404ing on missing sessions - it makes life much easier 8 years ago
Kegan Dougal 8fe15076e9 More useful input/output logging please for debugging 8 years ago
Kegan Dougal 8c6445183c Warn rather than Error 8 years ago
Kegan Dougal b5e0665c64 Allow github webhooks to be explicitly removed 8 years ago
Kegan Dougal 7bafa40708 Only Sync if told to do so 8 years ago
Kegan Dougal 314b63e900 Set the desired DisplayName for a client when it is being configured 8 years ago
Kegan Dougal aea0e3a104 Split up github service into 2 services 8 years ago
Kegan Dougal b2e301651b Be less excited about logging; use res.ContentLength 8 years ago
Kegan Dougal fcd4b5adc7 Comments 8 years ago
Kegan Dougal 6f2d9dc72c Add giphy integration 8 years ago
Kegan Dougal d100d8ddd4 Don't share the matchingGroups array across multiple functions because that's insane 8 years ago
Kegan Dougal 95d8f86fa4 Combine together short and long form regexp matching to avoid expanding twice on long form 8 years ago
Kegan Dougal 8b44f3658c Support bot options and implement github bot options for default repos 8 years ago
Kegan Dougal 15dc39dedc Add an inviter key when joining rooms 8 years ago
Kegan Dougal 0e5716da1a Add TODO explaining why the mutex storage is bad and what a better solution is 8 years ago
Kegan Dougal 4772d10cbd Join webhook rooms on Register() 8 years ago
Kegan Dougal b32cb06b74 Delete webhooks when receive webhook events for no known repository 8 years ago
Kegan Dougal 26a17ab3d6 Mutex-guard services with the same ID being modified concurrently 8 years ago
Kegan Dougal 0f60be3ffc Create delta webhooks in GithubService.Register() 8 years ago
Kegan Dougal 5ac36551a6 Block comment on Github Register() to explain semantics and edge cases 8 years ago