63 Commits (314db5f6c7380ab269c1f55f2b388387736bfbeb)

Author SHA1 Message Date
Kegan Dougal 314db5f6c7 Fix #105 : Mention which label was added/removed 9 years ago
Kegan Dougal 085d3ecfd0 Allow '.' in owner/repo strings 9 years ago
Kegan Dougal a1fa5c3cac Add realm documentation 9 years ago
Kegan Dougal 6d65f77062 Use the right service type 9 years ago
Kegan Dougal 7580d93042 400 if a service which needs a syncing client is configured without one 9 years ago
Kegan Dougal a06ac2d3be Make it clear that these are example requests 9 years ago
Kegan Dougal 209af79efe Add example configs for each service 9 years ago
Kegan Dougal f0cd6be741 Remove docs from the README and link to the godoc instead 9 years ago
Kegan Dougal 3fec1c6fa5 Add docs for all the remaining services and convert them to use NewDefaultService 9 years ago
Kegan Dougal 3e21e02171 Remove Plugin. Replace with Commands() and Expansions() 9 years ago
Kegan Dougal 08d4db20bf Fix panic if github is down 9 years ago
Kegan Dougal 65963cd93f Add stub RSS Service. Add DefaultService. Add Poller interface. 9 years ago
Kegan Dougal 73ea8a705d Improve !github create parsing 9 years ago
Kegan Dougal 267890503f Delete webhook services when there are no webhooks left 9 years ago
Kegan Dougal 8c6445183c Warn rather than Error 9 years ago
Kegan Dougal b5e0665c64 Allow github webhooks to be explicitly removed 9 years ago
Kegan Dougal aea0e3a104 Split up github service into 2 services 9 years ago
Kegan Dougal 6f2d9dc72c Add giphy integration 9 years ago
Kegan Dougal d100d8ddd4 Don't share the matchingGroups array across multiple functions because that's insane 9 years ago
Kegan Dougal 95d8f86fa4 Combine together short and long form regexp matching to avoid expanding twice on long form 9 years ago
Kegan Dougal 8b44f3658c Support bot options and implement github bot options for default repos 9 years ago
Kegan Dougal 15dc39dedc Add an inviter key when joining rooms 9 years ago
Kegan Dougal 4772d10cbd Join webhook rooms on Register() 9 years ago
Kegan Dougal b32cb06b74 Delete webhooks when receive webhook events for no known repository 9 years ago
Kegan Dougal 26a17ab3d6 Mutex-guard services with the same ID being modified concurrently 9 years ago
Kegan Dougal 0f60be3ffc Create delta webhooks in GithubService.Register() 9 years ago
Kegan Dougal 5ac36551a6 Block comment on Github Register() to explain semantics and edge cases 9 years ago
Kegan Dougal 569587aa6b Log for nonsensical configs 9 years ago
Kegan Dougal 0ad4fc6135 Add TODO to parse the rest of the config to make sure no webhook config was supplied 9 years ago
Kegan Dougal 699b003c15 Client ID is optional when creating Github services 9 years ago
Kegan Dougal 97a292c65f Change how Services are notified for incoming !commands and expansions 9 years ago
Kegan Dougal b45afac270 Add flags to control if the GH Service should handle expansions/commands 9 years ago
Kegan Dougal 479055748c Log what the clients send us for debugging purposes 9 years ago
Kegan Dougal cacdc632a4 More logging 9 years ago
Kegan Dougal 4d9574e6da More logging 9 years ago
Kegan Dougal ec9e462eab Linting 9 years ago
Kegan Dougal 17824f74dc Don't spam github with webhook creation requests which uses up our request rate limits 9 years ago
Kegan Dougal 8e6955efd5 Base64 encode the service ID in the webhook path 9 years ago
Kegan Dougal 928a243ad2 Change Expansion.Expand to include matching groups rather than just the match 9 years ago
Kegan Dougal 34eca3984f List possible GH repos on /getSession 9 years ago
Kegan Dougal 44abae4977 Make StarterLink a property of the AuthRealm 9 years ago
Kegan Dougal 5bccd52190 Add StarterLink as a field to the Github Service config 9 years ago
Kegan Dougal 0dd4d357ce Bring out expand/cmd into stand-alone functions 9 years ago
Kegan Dougal 32ebe92535 Pass in the webhook endpoint URL for each service 9 years ago
Kegan Dougal cc0325f4ff Explain what the ping event does 9 years ago
Kegan Dougal 4b41bfb484 Add TODO for order of operations 9 years ago
Kegan Dougal 28f26e61dd Formatting 9 years ago
Kegan Dougal 33b5abb84b Add Service.PostRegister(oldService) and implement GH webhook creation 9 years ago
Kegan Dougal d8cce6367f Change github service config format to include owner/repo filtering on webhooks 9 years ago
Kegan Dougal b89c3ef776 Length check the ownerRepo array 9 years ago