Changeset 1522e5d
- Timestamp:
- Nov 8, 2010, 4:01:44 PM (14 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- 9d21120
- Parents:
- cedbe9d
- git-author:
- Alejandro R. Sedeño <asedeno@mit.edu> (11/04/10 14:50:45)
- git-committer:
- Alejandro R. Sedeño <asedeno@mit.edu> (11/08/10 16:01:44)
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r13e2096 r1522e5d 1022 1022 "SEE ALSO: popless:search"), 1023 1023 1024 OWLCMD_ALIAS("webzephyr", "zwrite daemon.webzephyr -c webzephyr-i"),1024 OWLCMD_ALIAS("webzephyr", "zwrite " OWL_WEBZEPHYR_PRINCIPAL " -c " OWL_WEBZEPHYR_CLASS " -i"), 1025 1025 1026 1026 /* This line MUST be last! */ -
owl.h
rbad8ad3 r1522e5d 198 198 #define OWL_CMD_ALIAS_SUMMARY_PREFIX "command alias to: " 199 199 200 #define OWL_WEBZEPHYR_PRINCIPAL "daemon .webzephyr"200 #define OWL_WEBZEPHYR_PRINCIPAL "daemon/webzephyr.mit.edu" 201 201 #define OWL_WEBZEPHYR_CLASS "webzephyr" 202 202 #define OWL_WEBZEPHYR_OPCODE "webzephyr" -
perl/lib/BarnOwl/Message/Zephyr.pm
r892e897 r1522e5d 4 4 package BarnOwl::Message::Zephyr; 5 5 6 use constant WEBZEPHYR_PRINCIPAL => "daemon .webzephyr";6 use constant WEBZEPHYR_PRINCIPAL => "daemon/webzephyr.mit.edu"; 7 7 use constant WEBZEPHYR_CLASS => "webzephyr"; 8 8 use constant WEBZEPHYR_OPCODE => "webzephyr"; -
zephyr.c
r6ed3c2a r1522e5d 1229 1229 1230 1230 /* strip out the instance from a zsender's principal. Preserves the 1231 * realm if present. daemon .webzephyr is a special case. The1232 * caller must free the return1231 * realm if present. daemon/webzephyr.mit.edu is a special case. 1232 * The caller must free the return. 1233 1233 */ 1234 1234 char *owl_zephyr_smartstripped_user(const char *in)
Note: See TracChangeset
for help on using the changeset viewer.