Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/hoaproject/Irc

The Hoa\Irc library.
https://github.com/hoaproject/Irc

Prepare 0.17.01.10.

dd602d1ecabf3ef487dbc43f80049c365ae96efa authored about 8 years ago
Quality: Happy new year!

ed48a5a42c78783a2c10fda18e0a5cc181079fcd authored about 8 years ago
Prepare 0.16.11.08.

618347b5dc1503433e15c0a7b229386c7fc3a35f authored over 8 years ago
Small fix on highlight

678133999c2ae133ff8068303e8ac98292fb3a5a authored over 8 years ago
Client: Handle all reply codes in range 400-599.

e42bef31461ea3e38a00a97e9828f36e7c34893f authored over 8 years ago
Documentation: New `README.md` file.

2b533885df00cd7635bc8d9cb3d04ef342667c5f authored over 8 years ago
Exception: Use the `Hoa\Irc\Codes` class.

ece6d3f8f1cc94967bbc1e8b502ddfba2fbda897 authored over 8 years ago
Codes: Introduce enumerator of well-known codes.

This class acts as an enumerator where variants represent well-known
error codes, based on RFC14...

137059af7781c944fcd941f1638dbf905e0e9814 authored over 8 years ago
Client: Handle all reply codes in range 400-599.

e4137a55f76f4117448c51e8bc260e2b5dc16674 authored over 8 years ago
Exception: Create `Hoa\Irc\Exception\ErrorReplies`.

An error in IRC is called an error reply. It is a range of 199 code,
from 400 to 599.

A mapping...

0939a2b9e1c185a8982ccfc5620b79dff0800da6 authored over 8 years ago
Socket: Introduce the `ircs://` scheme.

41859738db54f4fc4d8098dbd0d15ab4c28665ff authored over 8 years ago
Documentation: Use the `irc://` scheme.

ab380eb18ea54f64b2e73a50494cbd02d1bb67bb authored over 8 years ago
Documentation: Fix API documentation.

668b622a4caac830978b09208e60c80a4ba36c71 authored over 8 years ago
Add `ircs` secure transport wrapper.

Also allows to define `secure` status of the socket using the wrapper.

64e3a960ea2f0eed80118547e5a124ed5000c335 authored over 8 years ago
Documentation: Use HTTPS in `composer.json`.

7c70206feab0718fcd3c7cdc599f66b54842ae39 authored over 8 years ago
Documentation: Update support properties.

fa7006ab2bca7cef369e68f177d28764c4f47e51 authored over 8 years ago
Add `irc` transport wrapper.

A specific `Hoa\Irc\Socket` definition has been added which contains the transport factory metho...

2c02fe4efb0ba83d854269196d5229b9c7ae95bb authored over 8 years ago
Prepare 0.16.02.03.

af07944fa3dbbff860169a7ae132f8904f3caf8a authored about 9 years ago
Composer: Update `hoa/socket`.

f74dc090c36be55d475ed3fd7c7502fca99b98e6 authored about 9 years ago
Prepare 0.16.01.11.

4fdda8e3afb2c68b29c7eb72c2d073dbd6569ee3 authored about 9 years ago
Quality: Drop PHP5.4.

752ccef2d10e54bca76fb42ffcf25a0f68973bb9 authored about 9 years ago
Quality: Run devtools:cs.

e671f61a78a6bb05e63d80beb4bcc7dfd2a9dc5b authored about 9 years ago
Core: Remove `Hoa\Core`.

de62b50f6e1598f824b6086fdd42b29b630b5ab8 authored about 9 years ago
Consistency: Use `Hoa\Consistency`.

b2fb2b32962c32d0ecfcd01c1cf7aef689967731 authored about 9 years ago
Event: Use `Hoa\Event`.

The core is being splitted into several libraries. `Hoa\Event` is one of
them.

7f3b14bdc3f24af63e2a5a0a3308bd70f27b5c62 authored about 9 years ago
Exception: Use `Hoa\Exception`.

The core is being splitted into several libraries. `Hoa\Exception` is
one of them.

8bac1ec4c9f9ead244abf090242d75ff12974c3b authored about 9 years ago
Prepare 0.15.09.08.

4affc80c576039b1f617f8b736ad95cbd3f05218 authored over 9 years ago
Add a `.gitignore` file.

4b954230e95e2edbdc182db6e6d48a696a65c1b1 authored over 9 years ago
Fire `error` event if nickname is already in use.

56bbdc270e87c89ea3ad4a2a2a709ed2b2b86533 authored over 9 years ago
Prepare 0.15.05.29.

99dae45354b98c006e0028434c8fbd39ebeb3e00 authored over 9 years ago
Move to PSR-1 and PSR-2.

3b16f6f5a1e6d6686336f259e28a51d4463a34fc authored over 9 years ago
Prepare 0.15.02.20.

df1a2a81adf972104aab8ac8dac1e4e14960cba6 authored almost 10 years ago
Add the CHANGELOG.md file.

9e79a53e7d335395b848504da555b4825e7238ad authored almost 10 years ago
Happy new year!

675e43e05213af84513076e2c2ed481803847705 authored about 10 years ago
Move to PSR-4.

9024ef75ae40ffdaaa138475980d951d02dfceb9 authored about 10 years ago
Remove from/import and update to PHP5.4.

f241e578e058bb69c6eed3a1325ea7b61b867e44 authored about 10 years ago
Add branch-alias

98a8337146c03bda85eba10e69a1da5412612a15 authored over 10 years ago
Drop PHP5.3.

21943a0680654995270444574b171891352d46ad authored over 10 years ago
Add the installation section.

8e60a9ede62798d76d2ed2b848103637a27d0025 authored over 10 years ago
Start Rüsh Release.

6111e96b8e65ba5aec31bd66d5cb1ef0d4f3c650 authored over 10 years ago
Fix a regex when parsing the nick sequence.

8e3fc871223d9bb6d6377d46b2cea1f1bb48357d authored almost 11 years ago
Fix a bug in the main PCRE.

Seems like in `[^$]`, the `$` does not mean “the end point” but just
“dollars”. Performances are...

dfdf1ec5ee88550c27e3807e81ecd9d808874709 authored almost 11 years ago
Add syntax highlighting.

4a8dfb6891fe28e5a668ac131d5d8502ba6eb6b9 authored almost 11 years ago
Write the `README.md` and add the state.

fe616fb9f6ff5f6997338b983deed6b293f8355e authored almost 11 years ago
Format code. #mania

e87f1c5dc3e2e334c492b774cdf73df921a6a537 authored about 11 years ago
Add `composer.json`.

469c4327223ee213087b42a3f75576990ffa8b66 authored about 11 years ago
Better support of multi-channels.

98c69b2c77d08e7031f8575928702adf28d630ec authored about 11 years ago
Add the `invite` listener.

Data attached to the listener are: `from`, `channel` and
`invitation_channel`.

3c0b74486ac37fbca50eb4666d0de042bd656e57 authored about 11 years ago
Support multi-lines message in the `say` method.

fba96e1ed5383cb359456721a8c3d181dbfb70f9 authored about 11 years ago
Remove extra spaces around the channel name.

342f536f5d15930a704f9013884f5c36d3ae598f authored about 11 years ago
Happy new year \o/.

52149a77f505d7bbf8a0c2d3b1c9c93e524ad2a9 authored about 11 years ago
Add the kick listener.

4952aac80a4520c582da75a9c93fbaa386e8e7a7 authored over 11 years ago
other-message receives parsed-line.

1c1462994d3a98548f4e606208dc25784b366a3c authored over 11 years ago
Add private-message and mention listeners.

6aa64a6e8efbcd9643a3e9762d69595dff8e6bb7 authored over 11 years ago
Clarify say() API (just change an argument name).

88d571cee2093c4dd3bba5c8314f77396164ae0c authored over 11 years ago
Add @jir4 in author and copyright.

12f42cdec778f57d29cd21ea9884cd673595f39e authored over 11 years ago
Fix some issues.

606ea0c54b4d39424de5c54d48b47c24510e8f9b authored almost 12 years ago
Early draft.

1ffb21eb55176c69f67cd97babbdbf72142b7226 authored almost 12 years ago
Prepare the Hoa\Irc repository

b2a8a504e8969e7ef4dbbf7b2b9bcbae47307ab9 authored almost 12 years ago