1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-24 07:42:40 +01:00
phorge-phorge/src/infrastructure/daemon
epriestley 0a8b0d1392 Merge IRCProtocolHandler into IRCAdapter
Summary:
Clearly silly to have a separate handler for this. I also made most of the protocol stuff direct writes so we don't need to ship them through handlers, and made the adapter ignore message it does not understand by default instead of sending them to IRC, and added PASTE "support".

We could still let handlers react to these messages by emitting them all as 'RAWIRC' or similar, but there's currently no need for that so I didn't bother.

Also fix an issue in D4924 with nickpass.

Test Plan: Had bot join IRC, talked to it.

Reviewers: indiefan

Reviewed By: indiefan

CC: aran

Differential Revision: https://secure.phabricator.com/D4925
2013-02-14 05:13:55 -08:00
..
bot Merge IRCProtocolHandler into IRCAdapter 2013-02-14 05:13:55 -08:00
control Delete license headers from files 2012-11-05 11:16:51 -08:00
storage Delete license headers from files 2012-11-05 11:16:51 -08:00
timeline Delete license headers from files 2012-11-05 11:16:51 -08:00
workers Fix double escaping in phutil_tag 2013-02-06 15:21:05 -08:00
PhabricatorDaemon.php Enable log discard modes for all scripts 2013-01-08 15:54:08 -08:00
PhabricatorDaemonControl.php Remove legacy support for 'phd repository-launch' and 'phd repository-launch-readonly' 2013-01-22 12:26:08 -08:00
PhabricatorGarbageCollectorDaemon.php Move GC into PHP and simplify it 2013-01-02 14:03:08 -08:00