379 Commits (630b6d4b22d8e71dbcd8a23f2c19f1957009fd19)

Author SHA1 Message Date
Kegan Dougal efe04d7917 Keep doing the Inviter hack when joining rooms so non-ops can kick the bot they invited 9 years ago
Kegan Dougal e94ab0d18e And log when we stop 9 years ago
Kegan Dougal 9708e6351b Stop syncing on nil errors 9 years ago
Kegan Dougal 60429f32b3 Bug fixes 9 years ago
Kegan Dougal b98e878227 Use gomatrix 9 years ago
Kegan Dougal 7522ddf1a4 Explain why no ParseURL 9 years ago
Kegan Dougal c4e98238d8 uniq prior to length checks for accuracy 9 years ago
Kegan Dougal 1722871345 Don't use gofeed.ParseURL 9 years ago
Kegan Dougal 332b451d77 Redo how recent GUIDs are calculated 9 years ago
Kegan Dougal d128ed2626 Add more logging for RSS feeds 9 years ago
Kegan Dougal 677b556376 Return an error so it is logged 9 years ago
Kegan Dougal 66fb3253f7 Treat RSS feeds with 0 items as errors 9 years ago
Kegan Dougal 729d004ad0 Use Giphy's translate API for better accuracy 9 years ago
Kegan Dougal aec58233d9 s/assign/assignments/ 9 years ago
Kegan Dougal 4d918673c0 Break apart 'issues' and 'pull_request' events 9 years ago
Kegan Dougal 683d36b5c5 Review comments 9 years ago
Kegan Dougal a9899557c5 Fix #72: Support smart quotes 9 years ago
Kegan Dougal 7a382c8120 Add failing command parse tests 9 years ago
Kegan Dougal 8ec37a4cf9 Add a dedicated testutils package 9 years ago
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 4a3431efbb Fix #59 : Make pling commands case-insensitive 9 years ago
Kegan Dougal 14f49f2fde Use a text formatter which logs as key=val instead of JSON 9 years ago
Kegan Dougal 07574c1f0d Actually shorten the commit SHA 9 years ago
Kegan Dougal 2d61f5f186 Fix build 9 years ago
Kegan Dougal 45d167736d Purposefully break build 9 years ago
Kegan Dougal 61c3110cfe Fix travis-ci duration parsing 9 years ago
Kegan Dougal db5683d6f5 HACK: Have private/public fields for the webhook URL 9 years ago
Kegan Dougal 6ee73d5c49 lower_case_and_underscores webhook_url 9 years ago
Kegan Dougal 9b55ba9963 Travis: Join rooms on Register() 9 years ago
Kegan Dougal 1d23f6bd94 Actually use the default and enable travisci service 9 years ago
Kegan Dougal be52bdedf1 Clarify docs 9 years ago
Kegan Dougal 7f8c36ba89 Add a few more tests 9 years ago
Kegan Dougal 3a8b4a6aca Add working test and implement template parsing 9 years ago
Kegan Dougal 4825c5c4ef Begin to add Travis-CI Service tests 9 years ago
Kegan Dougal 5bf126473e Verify incoming Travis-CI webhook requests 9 years ago
Kegan Dougal 6d297f63ad Process Travis webhook events 9 years ago
Kegan Dougal 2b3cbba2e6 Begin to flesh out the Travis-CI service 9 years ago
Kegan Dougal ff8b4c41d0 Add stub travis-ci service 9 years ago
Kegan Dougal 0b26e6330a Add Guggy tests 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 be3b4bc22c Mention 'syncing client' 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 41f73214ef Add default implementations for ServiceType(), ServiceID() and ServiceUserID() 9 years ago
Kegan Dougal 3e21e02171 Remove Plugin. Replace with Commands() and Expansions() 9 years ago