PORTAGE_ELOG_JABBERFROM="tsurukikun@dashjr.org:N7F7MpTuaMS7h6Wcu3omdEoTa" the password should be filtered out -.-
We have a regex that does something like this in portage.fetch(): writemsg_stdout(_(">>> Downloading '%s'\n") % \ re.sub(r'//(.+):.+@(.+)/',r'//\1:*password*@\2/', loc))
This is also true for overlay URL's, if you are lazy like me and insert passwords there to avoid typing them every time you sync. e.g., sync-uri: https://user:myverysecretpassword@example.com/hg/personal-overlay