@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Allow IPv6

Test Plan:
/people/logs/
Search for `2620:0:1cfe:`.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, jungejason

Differential Revision: https://secure.phabricator.com/D2089

vrana 58857647 67e10e60

+3
+3
resources/sql/patches/125.ipv6.sql
··· 1 + ALTER TABLE `phabricator_user`.`user_log` 2 + -- 45 is length of "0000:0000:0000:0000:0000:0000:255.255.255.255". 3 + MODIFY `remoteAddr` varchar(45) COLLATE 'utf8_general_ci' NOT NULL;