Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Releases: envato-archive/lumberg

Add get_nameserver_config to Lumberg::Whm::Dns

01 Nov 02:15
Compare
Choose a tag to compare

Raise WhmConnectionError for non-JSON cPanel Responses

17 May 17:46
Compare
Choose a tag to compare

We bumped the major version because now Lumberg will raise WhmConnectionError if it encounters a non-JSON response from cPanel. Previously Lumberg would have raised a JSON::ParserError.

  • Handle all non-JSON cpanel responses [#107]

Raise WhmConnectionError when cPanel API is unavailable

22 Sep 16:01
Compare
Choose a tag to compare
  • Raises a WHMConnectionError when the cPanel API is unavailable [#103]

Improved Connection Handling

12 Aug 17:50
Compare
Choose a tag to compare

The connection behavior has changed. Now, if a connection failure or timeout occurs, Lumberg::WhmConnectionError will be raised instead of Lumberg::WhmArgumentError.

  • Resolve host first and raise connection error for a failure. [#102]

2.0.1 Include host name in 'Missing WHM hash' exceptions

02 Jul 11:57
Compare
Choose a tag to compare

Modifies the message for the exception Lumberg::WhmArgumentError so that the hostname is included.

Version 2.0.0

20 Jan 15:56
Compare
Choose a tag to compare

Lots of new API support and other updates! We are now only targeting cPanel 11.4x and up. Support has been added for Ruby 2.2.0 and 2.1.x. Ruby 1.8 and below are no longer supported.

Notable updates:

  • Add support to cPanel/WHM transfers. [#92, #93, #94, #95]
  • Gets the IP address for a given name server [#87]
  • Add support for Email::passwdpop [#85]
  • Adds support for Email::setdefaultaddress [#82]
  • Get server disk usage [#81]
  • List and edit standardized hooks [#76]
  • Generate certificate signing requests through Whostmgr [#67]
  • Implement fetch_ssl_vhosts [#66]
  • Fix Zlib::BufError [#64]
  • Remove certificate data [#62]
  • Run Whostmgr scripts [#60]
  • Option to remove/delete SSL Certificates [#59]
  • Adds support for Cpanel's FTP [#55] and PasswdStrength [#51] modules.
  • Pass (almost) same options when creating certificate signing requests [#50]

Add support to cPanel/WHM transfers.

19 Jan 15:55
Compare
Choose a tag to compare
Pre-release
  • Add WHM calls used by TransferTool. [#92]
  • Add transfer_tool to Lumberg::Whm::Server. [#93]
  • Fix error filename. [#94]
  • Set local user only if needed. [#95]

Accept-Encoding: deflate Header

07 Jan 16:28
Compare
Choose a tag to compare
Pre-release

Add Accept-Encoding: deflate header [#83]

Lookup Nameserver IP

04 Aug 20:39
Compare
Choose a tag to compare
Lookup Nameserver IP Pre-release
Pre-release
  • Gets the IP address for a given name server [#87]

Add support for Email::passwdpop

24 Jul 12:42
Compare
Choose a tag to compare
Pre-release

Add support for Email::passwdpop [#85]