# # patch "ChangeLog" # from [074a757e880cb857b6283d600a6f7fe93bca95f6] # to [f8efaa043712e3731b8e54d68380b684eb1b7ccb] # # patch "commands.cc" # from [e0c430d4aa93ebd2880ad8699e1c9dc2db20dbfd] # to [b5528455d426bb0c337f39f491cbf287a0df87ab] # =============================================== --- ChangeLog 074a757e880cb857b6283d600a6f7fe93bca95f6 +++ ChangeLog f8efaa043712e3731b8e54d68380b684eb1b7ccb @@ -1,5 +1,10 @@ 2005-08-07 Nathaniel Smith + * commands.cc (pull): Clarify what the "doing anonymous pull" + message means and what you might do about it. + +2005-08-07 Nathaniel Smith + * monotone.texi (Network Service, Hooks): Document get_netsync_read_permitted as getting a nil value on anonymous connects. =============================================== --- commands.cc e0c430d4aa93ebd2880ad8699e1c9dc2db20dbfd +++ commands.cc b5528455d426bb0c337f39f491cbf287a0df87ab @@ -2073,7 +2073,7 @@ process_netsync_args(name, args, addr, include_pattern, exclude_pattern, true, app); if (app.signing_key() == "") - W(F("doing anonymous pull\n")); + P(F("doing anonymous pull; use -kKEYNAME if you need authentication\n")); run_netsync_protocol(client_voice, sink_role, addr, include_pattern, exclude_pattern, app);