Commit Graph

26 Commits

Author SHA1 Message Date
Nicholas Rempel 3978c426da Rename transact_new to transact 2021-12-02 15:48:37 +08:00
Nicholas Rempel 31fc61f4b0 Migrate commands to new API 2021-12-02 15:48:37 +08:00
Nicholas Rempel 80c0040cd9 Add EppRequest trait with related transact_new method 2021-12-02 15:48:37 +08:00
Nicholas Rempel 8de5984e38 Refactor Logout into logout.rs 2021-11-30 21:24:39 +08:00
Nicholas Rempel 2745e2b1ca Refactor Login into login.rs 2021-11-30 21:24:39 +08:00
Nicholas Rempel 76f2ca5b16 Refactor Hello/Greeting into hello.rs 2021-11-30 21:24:39 +08:00
Nicholas Rempel 5a480317e5 Refactor xml into root and disperse const values to relevant modules 2021-11-27 22:24:00 +08:00
Nicholas Rempel 8babf770c6 Refactor request and response into root 2021-11-27 22:24:00 +08:00
Nick Rempel c082a5e3bf Refactor domain check models 2021-11-27 22:24:00 +08:00
Ritesh Chitlangi c5e467b023 coupled socket shutdown with epp logout 2021-11-12 01:47:45 +08:00
Ritesh Chitlangi e07eba2de2 call to epp logout made explicit and Drop impl removed 2021-11-12 01:47:45 +08:00
Nicholas Rempel 5924b86cdd Update docs 2021-11-11 20:51:04 +08:00
Nicholas Rempel 445516e9e9 Revise config construction 2021-11-11 20:51:04 +08:00
Nicholas Rempel c5fc82491b Make clippy happy 2021-11-04 17:13:59 +08:00
Nicholas Rempel 42892e12a0 cargo fmt 2021-11-04 17:13:59 +08:00
Nicholas Rempel 4d4da1c52a cargo clippy --fix 2021-11-04 17:13:59 +08:00
Ritesh Chitlangi 1b4cf39c69 fixed comments for rustdoc 2021-07-27 03:27:18 +08:00
Ritesh Chitlangi eafbe4c647 added some response deserialization tests 2021-07-26 02:26:02 +08:00
Ritesh Chitlangi 198c92c40f added doc comments for request types 2021-07-25 22:34:01 +08:00
Ritesh Chitlangi 28f744ea26 WIP adding documentation 2021-07-25 04:15:59 +08:00
Ritesh Chitlangi c310e6f7b4 added serialization tests 2021-07-25 03:10:40 +08:00
Ritesh Chitlangi 5b4eb8509e added calls for host operations 2021-07-24 03:23:01 +08:00
Ritesh Chitlangi f4ee674161 added basic domain operations 2021-07-24 00:47:41 +08:00
Ritesh Chitlangi 5c9afa665b tested domain creation call 2021-07-23 14:07:40 +08:00
Ritesh Chitlangi 3ea096d62f premilinary error handling and code re-arrangement 2021-07-22 23:08:01 +08:00
Ritesh Chitlangi fca4e4b231 basic error handling for epp command errors 2021-07-22 22:01:46 +08:00