Changes to the site this week:
- NEW: Member search now also searches moderator notes.
- BUGFIX: In some cases when we do a reverse DNS lookup on the IP address of a server sending us email, the Go DNS library would return a
server misbehaving
error, which we treated the same as not having a reverse DNS record, causing us to reject the incoming message. In those cases, we now repeat the lookup using an alternate DNS library. Specifically, China Mobile email servers seem to suffer from this.
- BUGFIX: For some queries, wiki search would return a blank second page.
- BUGFIX: For search queries with URL encoded characters, we would not properly decode them correctly on the subsequent search pages.
- API: Misc improvements to the documentation.
- API: Added "bad_request": "no space" errors to
/addphotos
, /updatephoto
and /addfiles
endpoints.
- CHANGE: Moderators now cannot change the role of Owners.
- CHANGE: Moderators now cannot change the subscription options of Owners.
- API: Added support for
extended=true
to the drafts API endpoints.
- API:
/updatemember
can now return: "bad_request": "moderators cannot change role of owners" is returned if a non-owner attempts to change the mod_status
field of an owner.
- API:
/updatemember
can now return: "bad_request": "moderators cannot make members owners" is returned if a non-owner attempts to make a member an owner.
- API:
/updatemember
can now return: "bad_request": "moderators cannot change owner subscription settings" is returned if a non-owner attempts to change an owner's subscription settings.
Have a good weekend everyone.
Mark