1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-31 00:48:21 +01:00
phorge-phorge/src/infrastructure/daemon/bot
epriestley a22bea2a74 Apply lint rules to Phabricator
Summary: Mostly applies a new call spacing rule; also a few things that have slipped through via pull requests and such

Test Plan: `find src/ -type f -name '*.php' | xargs -n16 arc lint --output summary --apply-patches`

Reviewers: chad

Reviewed By: chad

CC: aran

Differential Revision: https://secure.phabricator.com/D5002
2013-02-19 13:33:10 -08:00
..
adapter Add "serviceName" and "serviceType" to bot and chat logger 2013-02-18 07:50:41 -08:00
handler Apply lint rules to Phabricator 2013-02-19 13:33:10 -08:00
target Formalize targets (users and channel) into objects 2013-02-14 05:13:38 -08:00
PhabricatorBot.php Add "serviceName" and "serviceType" to bot and chat logger 2013-02-18 07:50:41 -08:00
PhabricatorBotMessage.php Formalize targets (users and channel) into objects 2013-02-14 05:13:38 -08:00
PhabricatorIRCBot.php First pass at decoupling Phabricator bot behavior from the protocol it's running on, this pulls the connection, reading, and writing functionalities out of the bot itself and into the adapter. 2013-02-05 18:46:54 -08:00