-
Added Rob Loach.
-
* Added Support for Hamachi, fixes #61114 - Thanks to Rob Loach * No longer depends on CURL, fixes #92600 * Changed the default settings in onlinestatus.install: a. The Messengers Fieldset is now shown on the registration Page, per default. b. The default Image Path is now %module/images/%im-%status.png.
-
Fixed #66655: MSN status not working XFire is disabled, it does not work anymore.
-
removed onlinestatus.mysql, we dont't need it any more.
-
Replaced by onlinestatus.css
-
Added a Patch from Rob Loach to support Drupal 5: Loading the CSS with drupal_add_css() to conform with drupal 5. style.css has been renamed to onlinestatus.css Added an uninstall hook in onlinestatus.info
-
Merged the changes from trunk into the DRUPAL-4-7 tree. Added a more complete gettext template in po/onlinestatus.pot. Added a german translation
-
Added the GPL Terms to the Header.
-
A small update, the SQL code now reflects the onlinestatus.install file, i added a note that this file is usaly obsolete.
-
Fixed some typos (#92599) Fixed the Broken Link in the admin/setting Form (#65936) MSN and xfire status should work again (#66655) Better Code Documentation. Added a new function drupal_fetch_url() as preperation for Bug #92600, if somebody wants to remove the cURL code he can do this in ony one place. this function also logs connections timeouts with the drupal watchdog.