1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-25 02:26:16 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
Jordi Boggiano
392ef35fd4 CS fixes 2014-03-23 20:50:26 +01:00
Jordi Boggiano
6cabe95f23 Allow changing the HipChat message format, fixes #318 2014-02-06 21:35:10 +01:00
Jordi Boggiano
4814e79f3f CS fixes and a BC nitpick 2014-02-06 13:42:34 +01:00
Leevi Graham
d37e916040 Add limit to batched records 2014-02-05 20:19:53 +11:00
Milos Levacic
67a908796b Add name length check to the HipChatHandler
As explained in its docblock, the validation function will fall back to
a simple strlen check if mb_strlen is not available. However, that very
specific case is not one that was deemed important to support, as anyone
using UTF-8 in their code, without having mbstring available will
probably have bigger problems to worry about.

Fixes #289
2013-12-24 21:15:02 +01:00
pkraeutli
685a91ba53 CS fix 2013-10-16 10:50:57 +02:00
pkraeutli
f1af2c484a HipChatHandler: combine batch records and send as one 2013-10-16 10:27:55 +02:00
Jordi Boggiano
4277c5db4a CS fixes 2013-07-29 00:08:51 +02:00
Rafael Dohms
690c82656b Fixing bad docblock. 2013-05-12 22:04:15 -05:00
Rafael Dohms
0f13a1a6bb HipChat Handler
Adds a handler that is capable of sending notices into HipChat, the team communication system provided by Atlassian.
This is based on the PushoverHandler and built on top of the socketHandler.

The needed configuration is described in the docblock of the HipChatHandler file.
2013-05-08 17:37:53 +02:00