Changeset aecf3e6
- Timestamp:
- Oct 13, 2002, 11:45:32 PM (22 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- d309eb3
- Parents:
- a3ba748
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
raa2f6364 raecf3e6 7 7 The simple user format for "To:" is in effect again 8 8 Prettyed up the zwrite line for using 'reply' on a zaway 9 Added a workaround for a libzephyr bug that caused zwrites to fail 10 if zephyrs were sent just before and just after renewing tickets 9 11 10 12 1.2.6 -
zephyr.c
raa2f6364 raecf3e6 291 291 /* if it's an HMACK ignore it */ 292 292 if (retnotice->z_kind == HMACK) return; 293 293 294 294 if (retnotice->z_kind == SERVNAK) { 295 295 owl_function_makemsg("Authorization failure sending zephyr"); … … 310 310 if (strcasecmp(retnotice->z_class, "message")) { 311 311 owl_function_makemsg("Not logged in or not subscribing to class %s, instance %s", 312 312 retnotice->z_class, retnotice->z_class_inst); 313 313 } else { 314 314 tmp = short_zuser(retnotice->z_recipient); -
zwrite.c
rc01e477 raecf3e6 220 220 send_zephyr(z->opcode, z->zsig, z->class, z->inst, to, msg); 221 221 } 222 223 ZResetAuthentication(); 222 224 } 223 225
Note: See TracChangeset
for help on using the changeset viewer.