Skip to content

Commit 5403765

Browse files
committed
URI-5.30
- Add scp, ftps, ftpes, irc, ircs schemes (GH#16) (SineSwiper)
1 parent 85351de commit 5403765

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for URI
22

3-
{{$NEXT}}
3+
5.30 2024-10-08 21:18:35Z
44
- Add scp, ftps, ftpes, irc, ircs schemes (GH#16) (SineSwiper)
55

66
5.29 2024-09-05 16:09:30Z

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,9 @@ generic methods.
515515
generic and server methods. In addition, they provide two methods for
516516
accessing the userinfo sub-components: $uri->user and $uri->password.
517517

518+
It also supports accessing to the encryption mode ($uri->encrypt\_mode),
519+
which has its own defaults for _ftps_ and _ftpes_ URI schemes.
520+
518521
- **gopher**:
519522

520523
The _gopher_ URI scheme is specified in
@@ -565,6 +568,15 @@ generic methods.
565568
connections. Its syntax is the same as icap, including the same
566569
default port.
567570

571+
- **irc**:
572+
573+
The _irc_ URI scheme is specified in [draft-butcher-irc-url-04](https://datatracker.ietf.org/doc/html/draft-butcher-irc-url-04).
574+
The scheme is used to reference IRC servers and their resources.
575+
576+
`URI` objects belonging to the irc or ircs scheme support login
577+
methods, and the following IRC-specific ones: $uri->entity,
578+
$uri->flags, $uri->options.
579+
568580
- **ldap**:
569581

570582
The _ldap_ URI scheme is specified in RFC 2255. LDAP is the

0 commit comments

Comments
 (0)