Categories
Announcements Changes

Secondary DNS Updates

We’ve revamped the Secondary DNS section in the account control center and also added TSIG support for authenticating zone transfers.

According to our changelog this is the first time since 2008 that we’ve made a change to the Secondary DNS backend (how’s that for code stability), so while we’ve tested the TSIG changes to the best of our ability hopefully it doesn’t introduce some weird bug after all this time that breaks our streak.

Categories
Announcements Changes

Office Phone System Changes

We’ve made a couple modifications to our office phone system that we hope are improvements based on our experiences.

  • The “support” and “sales” options in the voice prompt menu are now using Asterisk call queues. It will keep you in queue for 5 minutes and then prompt to keep waiting or leave a message. It’s still relatively rare that we see multiple simultaneous calls, but the intent of switching to a call queue is to have callers to wait a bit for one of us to answer instead of being dropped directly to voicemail.
  • Time based routing. Our business office for non-critical operations is Pacific time zone daytime business hours. We don’t have someone here answering sales calls 24-hours a day and likely never will. General tech support also isn’t 24-hours since our customer base is pretty self sufficient and doesn’t call for help often, so we can’t justify 24-hour phone staffing at this time. (Although that could change in the future.) So to that end we’ve added time checks to play an “after hours” message and a reminder about the hotline for true emergencies.
  • The hotline is unchanged and continues to work as before, although we have updated the intro message. Our hotline system has been extremely successful in practice.

If any issues come up we’ll adjust and reevaluate as needed.

Categories
Announcements Changes

Webmail Upgrade: Roundcube 1.0.1

We’ve upgraded our Roundcube webmail option to its latest stable version: 1.0.1. All basic functionality has been verified, but if you encounter any issues please reload or clear your browser cache before reporting them to us.

Categories
Changes

New Actions for API “rmap” Method

We’ve added two new actions to the “rmap” API method:

  • global: Changes domain to use the global valid user table.
  • mode: Return the default action mode for a domain.

The API docs have been updated with the return values for the “mode” action.

Categories
Changes

IE11 and Whitelist Fixed

We’ve fixed a bug related to Internet Explorer 11 that would fail when trying to select filters to whitelist, preventing a whitelist entry from being added. Apparently we can’t use jQuery’s .on(‘click’) function and then expect to read the “checked” state from a button that was clicked. However it does work of .on(‘click’) is replaced with .change() then using .is(“:checked”) to see if it was selected/deselected.

These hooks were originally added based on customer feedback to provide a user interface element to indicate when a button was selected. There isn’t any functional dependency on jQuery – the forms will still submit if Javascript is disabled – but this also caused Internet Explored to fail to select the button completely even though it visually appeared selected. This issue only affected Internet Explorer on Windows.