[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pear-cvs
Subject:    [PEAR-CVS] [pear2/Net_RouterOS] a342af: Create issue_template.md
From:       Vasil Rangelov <noreply () github ! com>
Date:       2019-07-02 17:31:56
Message-ID: pear2/Net_RouterOS/push/refs/heads/develop/2b3da3-4bc628 () github ! com
[Download RAW message or body]

  Branch: refs/heads/develop
  Home:   https://github.com/pear2/Net_RouterOS
  Commit: a342af82454dcb84779494f112f6b55a7f9c4274
      https://github.com/pear2/Net_RouterOS/commit/a342af82454dcb84779494f112f6b55a7f9c4274
  Author: Vasil Rangelov <boen.robot@gmail.com>
  Date:   2017-12-31 (Sun, 31 Dec 2017)

  Changed paths:
    A .github/issue_template.md

  Log Message:
  -----------
  Create issue_template.md


  Commit: d362b60e7f0e539dc2fba424faf60f68ab945b9a
      https://github.com/pear2/Net_RouterOS/commit/d362b60e7f0e539dc2fba424faf60f68ab945b9a
  Author: Vasil Rangelov <boen.robot@gmail.com>
  Date:   2018-01-15 (Mon, 15 Jan 2018)

  Changed paths:
    M src/PEAR2/Net/RouterOS/Communicator.php

  Log Message:
  -----------
  Moved the actual sending of a word in a separate private method called \
Communicator::_sendWord().


  Commit: e12adff8ed1061320100dce7b903c3d13fef25eb
      https://github.com/pear2/Net_RouterOS/commit/e12adff8ed1061320100dce7b903c3d13fef25eb
  Author: Vasil Rangelov <boen.robot@gmail.com>
  Date:   2018-01-20 (Sat, 20 Jan 2018)

  Changed paths:
    A RELEASE-1.0.0b7
    M src/PEAR2/Net/RouterOS/Util.php

  Log Message:
  -----------
  Util::get() and Util::find() no longer treat numeric arguments as numbers, but \
instead treat them as literals to pass to the router. This means that names that \
resemble numbers can now be targeted;

Util::find() no longer processes comma separated lists recursively. Instead, they are \
included in the result after a normalization. This means that items with names that \
are also the names of callbacks can be targeted by simply adding a "," at the end of \
the name.


  Commit: f5e9b7cd16aedb376b4244c80d764660865d8c5d
      https://github.com/pear2/Net_RouterOS/commit/f5e9b7cd16aedb376b4244c80d764660865d8c5d
  Author: Vasil Rangelov <boen.robot@gmail.com>
  Date:   2018-01-20 (Sat, 20 Jan 2018)

  Changed paths:
    A LICENSE
    M composer.json

  Log Message:
  -----------
  Added a LICENSE file to satisfy GitHub, and fixed composer.json to use \
"LGPL-2.1-only" instead of just "LGPL-2.1" to satisfy packagist.org.


  Commit: a83d502c6537638a1917b440f961721eb7c9df34
      https://github.com/pear2/Net_RouterOS/commit/a83d502c6537638a1917b440f961721eb7c9df34
  Author: Vasil Rangelov <boen.robot@gmail.com>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    M data/roscon.xml
    M scripts/roscon.php
    M src/PEAR2/Net/RouterOS/Communicator.php
    M src/PEAR2/Net/RouterOS/Util.php
    M tests/Misc/ConnectionlessTest.php
    M tests/phpunit.xml

  Log Message:
  -----------
  Added "--ciphers" and "--fingerprint" options to roscon;

Fixed Util::find() when using multiple numbers in a call, or using three consecutive \
commas (which would previously be normalized to two instead of one).

Changed the default context adjustments Communicator does when a context is not \
provided to an encrypted connection: The verify_peer and verify_peer_name settings \
are set to false if there's no cafile or capath on any level, and set to true \
otherwise. ADH is still set only if the "ciphers" option is not set, or is set to \
"DEFAULT". This allows users to use a certificate without providing a context, and do \
so consistently regardless of PHP version - just set the cafile or capath in either \
php.ini or with stream_context_set_default(), and you're ready.


  Commit: 80ecde837555090de3775a6c983c6cdcac2f6ac5
      https://github.com/pear2/Net_RouterOS/commit/80ecde837555090de3775a6c983c6cdcac2f6ac5
  Author: Vasil Rangelov <boen.robot@gmail.com>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    M data/roscon.xml
    M scripts/roscon.php

  Log Message:
  -----------
  Tweaked roscon help docs and made it so it captures the cert only if the \
fingerprint is going to be displayed later on.


  Commit: 842f127da54b77849e307033b9d8438a5424a833
      https://github.com/pear2/Net_RouterOS/commit/842f127da54b77849e307033b9d8438a5424a833
  Author: Vasil Rangelov <boen.robot@gmail.com>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    M scripts/roscon.php
    M src/PEAR2/Net/RouterOS/Message.php
    M src/PEAR2/Net/RouterOS/Request.php

  Log Message:
  -----------
  Fixed a few scrutinizer-ci issues (that are fixable with doc and CS fixes alone).


  Commit: fd2b7d31de9a32833e86026065f4c72d65c75d5a
      https://github.com/pear2/Net_RouterOS/commit/fd2b7d31de9a32833e86026065f4c72d65c75d5a
  Author: Vasil Rangelov <boen.robot@gmail.com>
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  Changed paths:
    M composer.json
    M stub.php

  Log Message:
  -----------
  Tweaked composer.json to accurately describe the dev dependencies;

Fixed a scrutinizer-ci warning in stub.php.


  Commit: b0fdf41a95bbe3755f61799cab3c9c6886fd876a
      https://github.com/pear2/Net_RouterOS/commit/b0fdf41a95bbe3755f61799cab3c9c6886fd876a
  Author: Vasil Rangelov <boen.robot@gmail.com>
  Date:   2018-01-30 (Tue, 30 Jan 2018)

  Changed paths:
    M data/roscon.xml
    M scripts/roscon.php
    M src/PEAR2/Net/RouterOS/Communicator.php

  Log Message:
  -----------
  Changed Communicator's encrypted connections to check all locations from \
openssl_get_cert_locations(), falling back to ADH only if that function is not \
available or none of the locations exist;

Made Roscon accept an empty string at the "--ca" option, at which point it will \
enable verify_peer without adding a cafile/capath context option, thus using the \
system defaults.


  Commit: b990b03b26a61091bfcf1d9a75d1e8eb7586378e
      https://github.com/pear2/Net_RouterOS/commit/b990b03b26a61091bfcf1d9a75d1e8eb7586378e
  Author: Vasil Rangelov <boen.robot@gmail.com>
  Date:   2018-06-03 (Sun, 03 Jun 2018)

  Changed paths:
    M .gitattributes
    M .gitignore
    M README.md
    A phpcs.xml
    M scripts/roscon
    M scripts/roscon.php
    M src/PEAR2/Net/RouterOS/Client.php
    M src/PEAR2/Net/RouterOS/Query.php
    M src/PEAR2/Net/RouterOS/Request.php
    M src/PEAR2/Net/RouterOS/Response.php
    M src/PEAR2/Net/RouterOS/ResponseCollection.php
    M src/PEAR2/Net/RouterOS/Script.php
    M src/PEAR2/Net/RouterOS/Util.php
    M stub.php

  Log Message:
  -----------
  Added a phpcs.xml and made according CS fixes;

Added export substitution git attribute, and generalized export-ignore to only \
include what should be included, rather than excluding what shouldn't.


  Commit: 166c090f3a517f1b97ef9d01c13697948c648fe4
      https://github.com/pear2/Net_RouterOS/commit/166c090f3a517f1b97ef9d01c13697948c648fe4
  Author: Lukáš Sieber <info@lukas-sieber.cz>
  Date:   2018-09-16 (Sun, 16 Sep 2018)

  Changed paths:
    M src/PEAR2/Net/RouterOS/Client.php

  Log Message:
  -----------
  Login to version >= 6.43


  Commit: 30afd90bc011bd8734b93e2cda6bd59bc3f70da8
      https://github.com/pear2/Net_RouterOS/commit/30afd90bc011bd8734b93e2cda6bd59bc3f70da8
  Author: Vasil Rangelov <boen.robot@gmail.com>
  Date:   2018-09-16 (Sun, 16 Sep 2018)

  Changed paths:
    M src/PEAR2/Net/RouterOS/Client.php

  Log Message:
  -----------
  Merge pull request #42 from sieberlukas/develop

Login to version >= 6.43


  Commit: b92eb671ea6f3f70d91f767616e3ac22b4fe24a5
      https://github.com/pear2/Net_RouterOS/commit/b92eb671ea6f3f70d91f767616e3ac22b4fe24a5
  Author: Vasil Rangelov <boen.robot@gmail.com>
  Date:   2018-10-04 (Thu, 04 Oct 2018)

  Changed paths:
    M RELEASE-1.0.0b7
    M src/PEAR2/Net/RouterOS/Message.php
    M src/PEAR2/Net/RouterOS/Query.php
    M src/PEAR2/Net/RouterOS/Request.php
    M src/PEAR2/Net/RouterOS/Response.php
    M src/PEAR2/Net/RouterOS/ResponseCollection.php
    M tests/bootstrap.php

  Log Message:
  -----------
  Added __debugInfo() to Message, Request, Response and Query, and \
ResponseCollection;

ResponseCollection::toArray() now accepts a bit mask of its new constants, enabling \
optional serialization of the Response objects inside;

The bootstrap.php's resolve function now resolves unknown hosts to "0.0.0.0", which \
allows for the unconnected tests to run normally.


  Commit: 1b7cb47349f7654cc78acb2f076684f6f20a94d9
      https://github.com/pear2/Net_RouterOS/commit/1b7cb47349f7654cc78acb2f076684f6f20a94d9
  Author: Vasil Rangelov <boen.robot@gmail.com>
  Date:   2018-10-09 (Tue, 09 Oct 2018)

  Changed paths:
    M src/PEAR2/Net/RouterOS/RouterErrorException.php
    M src/PEAR2/Net/RouterOS/Util.php

  Log Message:
  -----------
  Util::get() now throws a RouterErrorException with the new code \
CODE_GET_LOOKUP_ERROR when a Query is passed as the value for $number, and that query \
has no matches.


  Commit: da5a42d62339018a27578371351eb81a41a32005
      https://github.com/pear2/Net_RouterOS/commit/da5a42d62339018a27578371351eb81a41a32005
  Author: Vasil Rangelov <boen.robot@gmail.com>
  Date:   2019-04-09 (Tue, 09 Apr 2019)

  Changed paths:
    M RELEASE-1.0.0b7

  Log Message:
  -----------
  Update RELEASE-1.0.0b7


  Commit: 4bc628f40d7a33347a7562ad9ff2efd443fcb079
      https://github.com/pear2/Net_RouterOS/commit/4bc628f40d7a33347a7562ad9ff2efd443fcb079
  Author: Vasil Rangelov <boen.robot@gmail.com>
  Date:   2019-07-02 (Tue, 02 Jul 2019)

  Changed paths:
    M tests/Client/Safe.php
    M tests/Client/Unsafe.php
    M tests/Communicator/Safe.php
    M tests/Communicator/Unsafe.php
    M tests/Misc/Connection.php
    M tests/Misc/ConnectionlessTest.php
    M tests/Util/Safe.php
    M tests/Util/Unsafe.php
    M tests/bootstrap.php
    A tests/phpunit.polyfill.php

  Log Message:
  -----------
  Made PHPUnit cross compatible between PHPUnit versions by adding a polyfill for \
older PHPUnit versions.


Compare: https://github.com/pear2/Net_RouterOS/compare/2b3da3c71905...4bc628f40d7a

--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic