-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no date in "changed:" attribute should autofill a date #242
Comments
Is there any more to the format of the changed: line? Is it always (For non-override cases we wouldn't actually care which date format they used - we'll only get the e-mail address from their entry and then add our own date.) |
excellent question. comments are legal in this context, so we can have:
as input, which could result in:
|
These are the proposed release notes, if you can confirm this behaviour to be correct, I can create 4.0.4:
|
When an object is submitted to the IRRd instance, the convention in version 2 and 3 was that if you'd leave out the date in the
changed:
attribute, the IRRd instance fills in the date. So submitting an object on July 1st 2019 likechanged: job@ntt.net
would autocomplete intochanged: job@ntt.net 20190701
in the database.It is possible there is no documentation about this feature.
There also was a bug, on that note, I'd like to propose that people can't 'back date' objects. The previous IRRd versions would gladly accept
changed: job@ntt.net 17840101
. So, if people fill in no date, or any date, the IRRd should just store today's date.Unless the
override:
is used, than the IRRd should either autocomplete to today's date, or accept the value that was submitted.The text was updated successfully, but these errors were encountered: