Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-12 | [wip] nicknym source query implemented | Azul | |
Also changed Nickserver::Response to not include the status code. This may be okay for error responses but in most cases we want to have a parsable message and not some status code prepended to it. | |||
2016-08-29 | refactor: split up ResponseHandler | Azul | |
Now we have a Dispatcher and two ResponseHandlers that have the same interface. Moving towards a Chain of Responsibility pattern. |