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

7 Commits

Author SHA1 Message Date
Jordi Boggiano
d809f576bb Revert "Switch HipChatHandler to API v2", fixes #525
This reverts commit 01549ec4d0.
2015-03-09 09:57:01 +00:00
korchasa
01549ec4d0 Switch HipChatHandler to API v2 2015-02-03 20:39:09 +03:00
louis
2ae33f7382 bugfix: use custom hipchat server in buildHeader method 2014-12-30 11:31:36 +01:00
Jordi Boggiano
b738a6c04c CS fixes 2014-10-17 19:12:45 +01: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
f1af2c484a HipChatHandler: combine batch records and send as one 2013-10-16 10:27:55 +02: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