Commit Graph

  • e39eea50c2 Remove type aliases for ContactStatus Dirkjan Ochtman 2021-12-13 17:16:06 +0100
  • d26ed0943d Reinstate contact module as a separate file Dirkjan Ochtman 2021-12-09 12:38:42 +0100
  • 040996f59a Move domain-related types from common to domain Dirkjan Ochtman 2021-12-09 12:37:04 +0100
  • 66dfb2b9c9 Remove unused type Dirkjan Ochtman 2021-12-09 12:27:59 +0100
  • 26d084fa70 Reinstate domain module as a separate file Dirkjan Ochtman 2021-12-09 12:26:22 +0100
  • b8e47fce4b exDate should always be optional Nick Rempel 2021-12-09 18:28:29 -0800
  • 62645eec96 Minimize configuration interface API Dirkjan Ochtman 2021-12-13 17:06:48 +0100
  • 375a151851 Use PathBuf type to clarify usage of paths Dirkjan Ochtman 2021-12-13 16:47:14 +0100
  • 79c69dfd1f Privatize EppConnection type Dirkjan Ochtman 2021-12-13 16:39:10 +0100
  • 7772b302af Add shutdown() method in EppClient interface Dirkjan Ochtman 2021-12-13 16:35:50 +0100
  • 0ac766e848 Rename registry module to connection Dirkjan Ochtman 2021-12-13 16:31:51 +0100
  • 4f111fa8fe Make connection setup a part of EppConnection interface Dirkjan Ochtman 2021-12-13 16:31:06 +0100
  • d8287ca11d exDate should always be optional Nick Rempel 2021-12-09 18:28:29 -0800
  • f517076f18 Minimize configuration interface API Dirkjan Ochtman 2021-12-13 17:06:48 +0100
  • b5e60eaebf Use PathBuf type to clarify usage of paths Dirkjan Ochtman 2021-12-13 16:47:14 +0100
  • 11569f0fb1 Privatize EppConnection type Dirkjan Ochtman 2021-12-13 16:39:10 +0100
  • 22cdc5a7f8 Add shutdown() method in EppClient interface Dirkjan Ochtman 2021-12-13 16:35:50 +0100
  • adae044940 Rename registry module to connection Dirkjan Ochtman 2021-12-13 16:31:51 +0100
  • 41acd6fd0b Make connection setup a part of EppConnection interface Dirkjan Ochtman 2021-12-13 16:31:06 +0100
  • 6695a20a18 Remove now unnecessary workspace Dirkjan Ochtman 2021-12-09 12:19:36 +0100
  • 6478cff2e0 Drop ElementName trait and macros crate Dirkjan Ochtman 2021-12-09 12:18:38 +0100
  • 99f90f3c08 Complete Transaction impl coverage for NameStore extension Nicholas Rempel 2021-12-07 10:19:05 -0800
  • 8490eefc59 Distribute serialization tests over command modules Dirkjan Ochtman 2021-12-07 10:32:06 +0100
  • cf44a81991 Distribute deserialization tests over command modules Dirkjan Ochtman 2021-12-07 10:04:57 +0100
  • d34c94ee9f Make Transaction trait more flexible Dirkjan Ochtman 2021-12-09 10:17:00 +0100
  • 38d4391e43 Remove overly duplicative doctests Dirkjan Ochtman 2021-12-07 09:27:13 +0100
  • 50c21a7037 Rename EppRequest to Transaction Dirkjan Ochtman 2021-12-06 16:25:11 +0100
  • 8af394c975 Remove now unnecessary workspace Dirkjan Ochtman 2021-12-09 12:19:36 +0100
  • e67ee201b1 Drop ElementName trait and macros crate Dirkjan Ochtman 2021-12-09 12:18:38 +0100
  • c6e8b4d32a Complete Transaction impl coverage for NameStore extension Nicholas Rempel 2021-12-07 10:19:05 -0800
  • 0120d2312a Distribute serialization tests over command modules Dirkjan Ochtman 2021-12-07 10:32:06 +0100
  • c74e1cfef6 Distribute deserialization tests over command modules Dirkjan Ochtman 2021-12-07 10:04:57 +0100
  • 6774f36683 Make Transaction trait more flexible Dirkjan Ochtman 2021-12-09 10:17:00 +0100
  • 23e9056b27 Remove overly duplicative doctests Dirkjan Ochtman 2021-12-07 09:27:13 +0100
  • 4b17a7eb1c Rename EppRequest to Transaction Dirkjan Ochtman 2021-12-06 16:25:11 +0100
  • 7039fdb7d6 Move rgp module back into extensions/rgp.rs Dirkjan Ochtman 2021-12-09 09:57:37 +0100
  • ce30f1599f Use different type wrappers instead of single EppObject Dirkjan Ochtman 2021-12-08 16:38:58 +0100
  • 23410b6645 Move rgp module back into extensions/rgp.rs Dirkjan Ochtman 2021-12-09 09:57:37 +0100
  • 2f0d8838df Use different type wrappers instead of single EppObject Dirkjan Ochtman 2021-12-08 16:38:58 +0100
  • 57d60807d8 Switch from log to tracing Dirkjan Ochtman 2021-12-08 09:43:32 +0100
  • 34ee9de0ec Use explicit imports for log macros Dirkjan Ochtman 2021-12-07 11:02:29 +0100
  • 9c694a450a Remove unused dependency env_logger Dirkjan Ochtman 2021-12-07 11:01:45 +0100
  • 81b3274d71 Switch from log to tracing Dirkjan Ochtman 2021-12-08 09:43:32 +0100
  • d7963a80cc Use explicit imports for log macros Dirkjan Ochtman 2021-12-07 11:02:29 +0100
  • 164d286905 Remove unused dependency env_logger Dirkjan Ochtman 2021-12-07 11:01:45 +0100
  • 6427c2aef9 Move (de)serialization into EppObject methods Dirkjan Ochtman 2021-12-07 11:47:46 +0100
  • b5b17e5b3f Inline rgp module Dirkjan Ochtman 2021-12-07 10:59:51 +0100
  • 6d1c749b67 Use full definitions for all transfer response models Nicholas Rempel 2021-12-02 17:05:28 -0800
  • 31a69cac9a Inline rgp module Dirkjan Ochtman 2021-12-07 10:59:51 +0100
  • 7579446b2e Use full definitions for all transfer response models Nicholas Rempel 2021-12-02 17:05:28 -0800
  • a4d6cf1c57 Make transfer exDate optional Nicholas Rempel 2021-12-03 10:26:34 -0800
  • fe47e27c99 Allow transfer request without period Nicholas Rempel 2021-12-02 15:41:31 -0800
  • 26579600d0 rgp:infData should allow multiple rgp:rgpStatus Nicholas Rempel 2021-12-03 10:43:07 -0800
  • 5261a733be Update DomainInfo mapping to reflect RFC Nicholas Rempel 2021-12-01 16:10:53 -0800
  • c32410f999 Make transfer exDate optional Nicholas Rempel 2021-12-03 10:26:34 -0800
  • d855e7ecf7 Allow transfer request without period Nicholas Rempel 2021-12-02 15:41:31 -0800
  • dba21914b3 rgp:infData should allow multiple rgp:rgpStatus Nicholas Rempel 2021-12-03 10:43:07 -0800
  • 85fab631d5 Update DomainInfo mapping to reflect RFC Nicholas Rempel 2021-12-01 16:10:53 -0800
  • 9b6522b8b2 fix doctest in consolidate.rs fix-consolidate-doc-test Ritesh Chitlangi 2021-12-04 02:38:09 +0800
  • a620fc6598 Add tests for consolidate extension Nicholas Rempel 2021-12-01 09:56:21 -0800
  • 9e0627dcc5 Add consolidate extension model Nicholas Rempel 2021-12-01 09:56:16 -0800
  • cf446f58c7 Update Login::new to take ownership of Option ext_uris Nicholas Rempel 2021-12-03 10:07:36 -0800
  • 0b42579484 Remove credentials from Client and Connection and remove login, logout, and generate_client_tr_id Nicholas Rempel 2021-11-30 15:39:54 -0800
  • 4fd4dcdf1a Add tests for consolidate extension Nicholas Rempel 2021-12-01 09:56:21 -0800
  • b1b2760ed8 Add consolidate extension model Nicholas Rempel 2021-12-01 09:56:16 -0800
  • 58470d89e1 Update Login::new to take ownership of Option ext_uris Nicholas Rempel 2021-12-03 10:07:36 -0800
  • 95b8b22c82 Remove credentials from Client and Connection and remove login, logout, and generate_client_tr_id Nicholas Rempel 2021-11-30 15:39:54 -0800
  • c9135754e5 Fix poll model Nicholas Rempel 2021-12-02 16:00:18 -0800
  • edb2a2627d Remove Hello and Greeting type aliases Dirkjan Ochtman 2021-12-02 14:40:59 +0100
  • 140f6830a9 Rename CommandWithExtension to Command Dirkjan Ochtman 2021-12-02 14:18:21 +0100
  • 8f43800a3d Remove unused Command type Dirkjan Ochtman 2021-12-02 14:17:25 +0100
  • 34828032ac Remove unnecessary type alias Dirkjan Ochtman 2021-12-02 14:16:03 +0100
  • 37feb5c2c4 Remove EppObject wrapper where unnecessary Dirkjan Ochtman 2021-12-02 14:13:42 +0100
  • 627b7d3e23 Rename ResponseWithExtension to just Response Dirkjan Ochtman 2021-12-02 13:52:42 +0100
  • 340cc9c90a Remove Command prefix from Response types Dirkjan Ochtman 2021-12-02 13:47:14 +0100
  • 91070576cd Remove EppCommandResponseError alias Dirkjan Ochtman 2021-12-02 13:42:56 +0100
  • f6ec331227 Remove unused CommandResponse alias Dirkjan Ochtman 2021-12-02 13:42:49 +0100
  • 0a0e6ac9d5 Add tests for namestore extension object Nicholas Rempel 2021-11-26 14:21:38 -0800
  • 2e0165a839 Add namestore extension model Nicholas Rempel 2021-12-02 10:28:37 -0800
  • 02cb2c1c26 Move rgp test xml into extensions directory Nicholas Rempel 2021-11-26 14:21:38 -0800
  • f3e8447c0d Move rgp into extensions directory Nicholas Rempel 2021-11-26 14:21:38 -0800
  • cecc8e6e0c Fix poll model Nicholas Rempel 2021-12-02 16:00:18 -0800
  • 9d54deeb01 Update NameStore response type to support multiple variants Nicholas Rempel 2021-12-02 13:08:25 -0800
  • 1e18523aab Update DomainInfo mapping to reflect RFC Nicholas Rempel 2021-12-01 16:10:53 -0800
  • 37e9070e86 Add tests for consolidate extension Nicholas Rempel 2021-12-01 09:56:21 -0800
  • 7ee59eeee9 Add consolidate extension model Nicholas Rempel 2021-12-01 09:56:16 -0800
  • fd8d073b72 Add tests for namestore extension object Nicholas Rempel 2021-11-26 14:21:38 -0800
  • 91526e7fb9 Add namestore extension model Nicholas Rempel 2021-12-02 10:28:37 -0800
  • 7ad38189b6 Move rgp test xml into extensions directory Nicholas Rempel 2021-11-26 14:21:38 -0800
  • 4b137f6a18 Move rgp into extensions directory Nicholas Rempel 2021-11-26 14:21:38 -0800
  • ebe28f78e8 fix doc test status-enum Ritesh Chitlangi 2021-12-03 01:34:51 +0800
  • 794c4c6a7a fmt and clippy fix Ritesh Chitlangi 2021-12-03 01:32:04 +0800
  • 33f47dbe68 ser/de for contact status enum Ritesh Chitlangi 2021-12-03 01:26:34 +0800
  • cdbb843d1c Remove Hello and Greeting type aliases Dirkjan Ochtman 2021-12-02 14:40:59 +0100
  • d8515807a1 Rename CommandWithExtension to Command Dirkjan Ochtman 2021-12-02 14:18:21 +0100
  • f747a4987e Remove unused Command type Dirkjan Ochtman 2021-12-02 14:17:25 +0100
  • f23e34ecae Remove unnecessary type alias Dirkjan Ochtman 2021-12-02 14:16:03 +0100
  • 76e9a9f253 Remove EppObject wrapper where unnecessary Dirkjan Ochtman 2021-12-02 14:13:42 +0100
  • c35dc28016 Rename ResponseWithExtension to just Response Dirkjan Ochtman 2021-12-02 13:52:42 +0100
  • f7ab2fc1e2 Remove Command prefix from Response types Dirkjan Ochtman 2021-12-02 13:47:14 +0100