<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Justin, could you have a glance at the patched RemoteAdminPlugin.cs
    I posted in Mantis (
    <a class="moz-txt-link-freetext" href="http://www.opensimulator.org/mantis/view.php?id=5814">http://www.opensimulator.org/mantis/view.php?id=5814</a> )? I didnt test
    the code yet and there is still some cleaning up to do, also the
    summaries need updates...etc... <br>
    <br>
    For all RA function that check for regions I added a new  general
    function SceneContainsRegion(). For now all 5 found versions of
    region_id would pass through there and also the region_name is then
    available to all RA functions. I also added a log warning for those
    region_id parameter that will be deprecated.<br>
    <br>
    Advantage:<br>
    - less code<br>
    - common error warnings when region not found<br>
    - easier to remove deprecated region_id versions<br>
    - all RemoteAdmin functions checking scenes use parameters region_id
    <u>and</u> region_name.<br>
    <br>
    Disatvantage:<br>
    - a view RA function get a diffrent error message with the same
    meaning when the region is not found<br>
    <br>
    Before I create a patch, I would like to get some feedback if adding
    the new function is the right direction...<br>
    <br>
    NB: I finaly managed to update the RemoteAdmin wiki pages.<br>
    <br>
    Am 10.12.2011 01:46, schrieb Justin Clark-Casey:
    <blockquote cite="mid:4EE2ABEF.4090208@googlemail.com" type="cite">Deprecating
      the parameters in the wiki is a good idea.  6 months is a
      reasonable timeframe in my opinion.
      <br>
      <br>
      On 09/12/11 18:11, Argus wrote:
      <br>
      <blockquote type="cite">I also prefer the region_id. I will post a
        patch in mantis this weekend adding region_id were it was not
        used...
        <br>
        <br>
        Just wondering if one might deprecate the non region_id
        parameters in 6 months or so, giving everyone time to adapt. In
        <br>
        that case I would also add a notice to the code? As i am not a
        dev, i dont know what agreements there are on this
        <br>
        subject...
        <br>
        <br>
        <br>
        <br>
        Am 09.12.2011 01:17, schrieb Justin Clark-Casey:
        <br>
        <blockquote type="cite">In this case, it wouldn't be so hard to
          add the facility to take region_id as well as region_uuid (or
          vice versa).
          <br>
          Personally, I feel that region_id is better then region_uuid.
          <br>
          <br>
          Patches are welcome.
          <br>
          <br>
          On 08/12/11 21:53, Argus wrote:
          <br>
          <blockquote type="cite">You will find these kind of diffrences
            everywere in opensim, not only with region uuid. The problem
            is, that once its
            <br>
            implemented its not easy to change because someone will
            already have developed something that uses it exactly as it
            was
            <br>
            implemented.
            <br>
            <br>
            Am 08.12.2011 21:56, schrieb R. Gunther:
            <br>
            <blockquote type="cite">Hmm, i see its going deep. its also
              named regionid in the xml files.
              <br>
              Still regionid keeps confusing compared to region_uuid
              <br>
              <br>
              On 2011-12-08 21:18, R. Gunther wrote:
              <br>
              <blockquote type="cite">There are somethings not the same
                on the wiki remopte admin page.
                <br>
                On the remote admin page with many commands you see
                regionid others use region_uuid
                <br>
                It would be nice and more clear to use with all command
                the same line "region_uuid"
                <br>
                Or there must be a difference between region_uuid and
                regionid i dotn see.
                <br>
                _______________________________________________
                <br>
                Opensim-dev mailing list
                <br>
                <a class="moz-txt-link-abbreviated" href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a>
                <br>
                <a class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/opensim-dev">https://lists.berlios.de/mailman/listinfo/opensim-dev</a>
                <br>
                <br>
              </blockquote>
              <br>
              _______________________________________________
              <br>
              Opensim-dev mailing list
              <br>
              <a class="moz-txt-link-abbreviated" href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a>
              <br>
              <a class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/opensim-dev">https://lists.berlios.de/mailman/listinfo/opensim-dev</a>
              <br>
              <br>
            </blockquote>
            <br>
            _______________________________________________
            <br>
            Opensim-dev mailing list
            <br>
            <a class="moz-txt-link-abbreviated" href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a>
            <br>
            <a class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/opensim-dev">https://lists.berlios.de/mailman/listinfo/opensim-dev</a>
            <br>
            <br>
          </blockquote>
          <br>
          <br>
        </blockquote>
        <br>
        _______________________________________________
        <br>
        Opensim-dev mailing list
        <br>
        <a class="moz-txt-link-abbreviated" href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a>
        <br>
        <a class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/opensim-dev">https://lists.berlios.de/mailman/listinfo/opensim-dev</a>
        <br>
        <br>
      </blockquote>
      <br>
      <br>
    </blockquote>
    <br>
  </body>
</html>