Changeset 9b3167b


Ignore:
Timestamp:
Oct 18, 2012, 6:19:45 PM (12 years ago)
Author:
Geoffrey Thomas <geofft@mit.edu>
Branches:
master, release-1.10
Children:
a902ebb, c748e8a
Parents:
290e2d0
Message:
zephyr: Replace outgoing default format with a small URL

We need the bytes, no modern client uses it, and it's inherently a
security vulnerability. For those clients that do use it, provide a link
to a page on the zephyr wiki that explains the issue.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zephyr.c

    r80bea5b r9b3167b  
    728728  if (!owl_zwrite_recip_is_personal(recipient) && *owl_global_get_zsender(&g))
    729729    notice.z_sender = zsender = long_zuser(owl_global_get_zsender(&g));
    730   notice.z_default_format=zstr("Class $class, Instance $instance:\nTo: @bold($recipient) at $time $date\nFrom: @bold{$1 <$sender>}\n\n$2");
     730  notice.z_default_format=zstr("http://zephyr.1ts.org/wiki/df");
    731731  if (opcode) notice.z_opcode=zstr(opcode);
    732732
Note: See TracChangeset for help on using the changeset viewer.