[GH-ISSUE #325] IRC handler #110

Closed
opened 2026-03-04 02:12:16 +03:00 by kerem · 3 comments
Owner

Originally created by @sagikazarmark on GitHub (Feb 19, 2014).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/325

I just saw (and set up) that Travis CI can send messages about builds to an IRC channel. Wondering that monolog could do the same.

Originally created by @sagikazarmark on GitHub (Feb 19, 2014). Original GitHub issue: https://github.com/Seldaek/monolog/issues/325 I just saw (and set up) that Travis CI can send messages about builds to an IRC channel. Wondering that monolog could do the same.
kerem closed this issue 2026-03-04 02:12:17 +03:00
Author
Owner

@sagikazarmark commented on GitHub (Feb 20, 2014):

I just realised that it is really a long blocking event, since the client has to wait until IRC server let's it in the channel. Maybe this idea is not as good as I thought earlier.

<!-- gh-comment-id:35602762 --> @sagikazarmark commented on GitHub (Feb 20, 2014): I just realised that it is really a long blocking event, since the client has to wait until IRC server let's it in the channel. Maybe this idea is not as good as I thought earlier.
Author
Owner

@Seldaek commented on GitHub (Feb 20, 2014):

Between the fact that IRC is not generally built for speed and that the protocol can be a bit complex, I'd rather not have this in monolog itself. It'd be better to have a third party service that keeps a connection open to the IRC server and that can be notified by monolog with a simple one-shot request, like the HipChatHandler and others do. That said I don't want to stop you, you could still build it as a third-party package that can be used together with monolog.

<!-- gh-comment-id:35608025 --> @Seldaek commented on GitHub (Feb 20, 2014): Between the fact that IRC is not generally built for speed and that the protocol can be a bit complex, I'd rather not have this in monolog itself. It'd be better to have a third party service that keeps a connection open to the IRC server and that can be notified by monolog with a simple one-shot request, like the HipChatHandler and others do. That said I don't want to stop you, you could still build it as a third-party package that can be used together with monolog.
Author
Owner

@sagikazarmark commented on GitHub (Feb 20, 2014):

I ended up with the same idea. ;)

<!-- gh-comment-id:35608267 --> @sagikazarmark commented on GitHub (Feb 20, 2014): I ended up with the same idea. ;)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/monolog#110
No description provided.