Changeset f1a71c8
- Timestamp:
- Aug 28, 2013, 6:36:07 PM (11 years ago)
- Parents:
- ca1fb26a (diff), 441fd42 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r1b17f50 r441fd42 321 321 * Support --program-{prefix,suffix,transform}. -nelhage 322 322 * Send instanced pings and give useful error messages -adehnert 323 * Add <message,*,%me%> to default Barn owl subs. -adehnert323 * Add <message,*,%me%> to default BarnOwl subs. -adehnert 324 324 * Maintain instance when using shift-R on personals -adehnert 325 325 * Improve handling of outgoing instanced personals -adehnert -
owl.c
rca1fb26a r441fd42 36 36 void usage(FILE *file) 37 37 { 38 fprintf(file, "Barn owl version %s\n", version);38 fprintf(file, "BarnOwl version %s\n", version); 39 39 fprintf(file, "Usage: barnowl [-n] [-d] [-D] [-v] [-h] [-c <configfile>] [-s <confdir>] [-t <ttyname>]\n"); 40 40 fprintf(file, " -n,--no-subs don't load zephyr subscriptions\n"); 41 41 fprintf(file, " -d,--debug enable debugging\n"); 42 fprintf(file, " -v,--version print the Barn owl version number and exit\n");42 fprintf(file, " -v,--version print the BarnOwl version number and exit\n"); 43 43 fprintf(file, " -h,--help print this help message\n"); 44 44 fprintf(file, " -s,--config-dir specify an alternate config dir (default ~/.owl)\n"); -
perl/modules/Facebook/README
rf4037cf r441fd42 14 14 15 15 This token will persist across BarnOwls until you change your 16 Facebook password or you revoke permissions for Barn owl at:16 Facebook password or you revoke permissions for BarnOwl at: 17 17 http://www.facebook.com/settings/?tab=applications&app_id=235537266461636 18 18 19 (3) Start receiving wall updates in Barn owl!19 (3) Start receiving wall updates in BarnOwl! 20 20 You can post updates with the ":facebook" command. 21 21 -
zephyr.c
r80d7b44 r441fd42 152 152 ret_sd = owl_zephyr_loaddefaultsubs(); 153 153 154 /* load Barn owl default subscriptions */154 /* load BarnOwl default subscriptions */ 155 155 ret_bd = owl_zephyr_loadbarnowldefaultsubs(); 156 156 … … 354 354 } 355 355 356 /* Load default Barn owl subscriptions356 /* Load default BarnOwl subscriptions 357 357 * 358 358 * Returns 0 on success. … … 363 363 #ifdef HAVE_LIBZEPHYR 364 364 ZSubscription_t *subs; 365 int subSize = 10; /* Max Barn owl default subs we allow */365 int subSize = 10; /* Max BarnOwl default subs we allow */ 366 366 int count, ret; 367 367
Note: See TracChangeset
for help on using the changeset viewer.