0
I Use This!
Inactive

Commits : Listings

Analyzed 1 minute ago. based on code collected about 10 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added gem dependency for libxml-ruby to gemspec; updated gemspec More... almost 14 years ago
Version bump to 1.4.0 More... almost 14 years ago
Replaced the REXML XML generator with LibXML for large speed improvements, also to render the XML according to RFC for some strange registries using mod_epp More... almost 14 years ago
Updated gemspec More... almost 14 years ago
Version bump to 1.3.2 More... almost 14 years ago
Removed dependency on active_support (not needed) and socket (included in Ruby); Added random creation of transaction ID for <login> and <logout> transactions; More... almost 14 years ago
Updated README More... almost 14 years ago
Made Epp::Server#login and Epp::Server#logout private methods, as they shouldn't be called outside of Epp::Server#request anyway; moved @socket and @connection to the Epp::Server#open_connection method again; bumped version with passing test suite More... almost 14 years ago
Added XML files to gemspec More... almost 14 years ago
Added complete test suite for Epp::Server and EppErrorResponse; removed old_server functionality until passing tests can be written for it; bumped to v1.3.0 More... almost 14 years ago
Version bump to 1.2.2 More... almost 14 years ago
Merge branch 'master' of github.com:ultraspeed/epp More... almost 14 years ago
Added gemspec, and updated gem to call 'active_support' instead of 'activesupport' More... almost 14 years ago
Version bump to 1.1.3 More... almost 14 years ago
Version bump to 1.2.1 More... about 14 years ago
Gem requires 'activesupport' gem, but is called as 'active_support' More... about 14 years ago
Updated to be compatible with Rails 3; updated README More... about 14 years ago
Version bump to 1.2.0 More... about 14 years ago
Added a debug log option, to show step-by-step action logs for debugging More... over 14 years ago
Version bump to 1.1.1 More... over 14 years ago
Updated login transaction ID; can't be blank More... over 14 years ago
Updated README More... over 14 years ago
Added ability to set custom services and extensions instead of using standard set of EPP services; added ability to set custom EPP version More... over 14 years ago
Version bump to 1.1.0 More... over 14 years ago
Version bump to 1.0.10 More... over 14 years ago
Added better test suite; bumped to 1.0.9; moved to Gemcutter More... over 14 years ago
Version bump to 1.0.9 More... over 14 years ago
Added response XML to the EppErrorResponse exception so we can use it to decipher what went wrong for vague error messages More... over 14 years ago
trying to get gem published More... almost 15 years ago
Added old_server and lang options, the library did not work with my apparently much older EPP server so I modified the library to get it working. My EPP server does not send epp packet size before the epp frame, so I manually check for the </epp> closing tag. Also made the language option user settable as the english default did not work for me. More... almost 15 years ago