summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-11respond with 400 on invalid inputbugfix/400Azul
2017-02-21gitignore: bundle dirAzul
2017-01-17Restart nickserver automatically from systemdvarac
2017-01-16Add systemd service unit filevarac
2016-12-05bugfix: send empty json object on 404 rather than nilversion/0.9Azul
2016-12-02bugfix: remote nicknym is on port 6425Azul
2016-12-02Merge branch 'bugfix/couch-auth' into 'master' azul
2016-12-02debug: raise error on 401Azul
2016-12-02bugfix: use user:password@ prefix in http basic authAzul
2016-12-02cleanup: old empty adapters and testsAzul
2016-12-02Merge branch 'test/debug-failures' into 'master' azul
2016-11-30test: more meaningful error messages in case of failuresAzul
2016-10-17Merge branch 'release/0.9' into 'master' azul
2016-10-17Version 0.9.00.9.0Azul
2016-10-17Merge branch 'feature/log-requests-and-errors' into 'master' azul
2016-10-02doc: prepara CHANGES.md for 0.9.0Azul
2016-10-02minor: gitignore byebug_historyAzul
2016-10-02minor: include Gemfile.lockAzul
2016-10-02doc: add sequence diagrams for high level overviewAzul
2016-10-02silence Celluloid.logger in testsAzul
2016-09-30change default adapter to CelluloidHttpAzul
2016-09-30logger: log celluloid errors to default logAzul
2016-09-30minor: test: fix * interpreted as arg prefix warningAzul
2016-09-30logger: log to STDOUT when run in foregroundAzul
2016-09-30logging: use proper loggerAzul
2016-09-29use stderr for errorsAzul
2016-09-29skip tests with ConnectionErrorsAzul
2016-09-24log HTTP::ConnectionErrors, respond with json bodyAzul
2016-09-24use plain http.rb rather than celluloid i/oAzul
2016-09-24test: rename so no name is duplicatedAzul
2016-09-23basic logging and recovery from exceptions raisedAzul
2016-09-23test: some very basic functional testsAzul
2016-09-23Merge branch 'feature/deal-with-network-failures' into 'master' azul
2016-09-22return nil on 404 in hkp sourceAzul
2016-09-22hand on connection errors to dispatcher so it can handle itAzul
2016-09-22feature: 502 on ConnectionErrorsAzul
2016-09-21doc: explain the purpose of different integration testsAzul
2016-09-21feature: activate nicknym lookupAzul
2016-09-21rescue and track exceptions in handler chainAzul
2016-09-19refactor: separate handler chain from dispatcherAzul
2016-09-16gitignore: vendorAzul
2016-09-16deal with network issues in nicknym sourceAzul
2016-09-16Merge branch 'bugfix/load-error-in-bin' into 'master' azul
2016-09-16bugfix: load order issue in server, include testAzul
2016-09-16Merge branch 'feature/query-leap-servers' into 'master' azul
2016-09-16test: properly test nicknym source + fixesAzul
2016-09-12test: separate remote tests into own directoryAzul
2016-09-12test: first steps towards a remote nicknym testAzul
2016-09-12[wip] nicknym source query implementedAzul
2016-09-10refactor: remove global require in test_helperAzul