]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Command input processing now has centralized places for looking up notice, user/profi...
authorBrion Vibber <brion@pobox.com>
Mon, 8 Mar 2010 22:01:43 +0000 (14:01 -0800)
committerBrion Vibber <brion@pobox.com>
Tue, 9 Mar 2010 21:03:32 +0000 (13:03 -0800)
commit80a17387bfb32ec627a8df55eb902483dba1eb97
tree58c22375f2ec127cffd08092cf01f1def00e76f0
parent927a368d0e4c924ec8132ff054be311e17ded45e
Command input processing now has centralized places for looking up notice, user/profile, and group arguments.
OStatus plugin overrides these to allow using webfinger (user@example.com), profile URL (http://example.com/user) and bare profile URL (example.com/user) as arguments.
lib/command.php
plugins/OStatus/OStatusPlugin.php