Changeset 413c910
- Timestamp:
- Jun 25, 2011, 2:15:22 AM (13 years ago)
- Children:
- d9fbfd8
- Parents:
- 8b293ea
- git-author:
- David Benjamin <davidben@mit.edu> (06/25/11 01:42:31)
- git-committer:
- David Benjamin <davidben@mit.edu> (06/25/11 02:15:22)
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/barnowl.1
rfa1b15b r413c910 1 1 .TH barnowl 1 "23 Jun 2008" 2 2 .SH NAME 3 barnowl \- tty based zephyr client3 BarnOwl \- tty based zephyr client 4 4 .SH SYNOPSIS 5 5 .B barnowl … … 33 33 34 34 Once BarnOwl is started, typing 'h' will display a help screen. 35 Typing \':\' enters command mode, allowing the user to type a barnowl35 Typing \':\' enters command mode, allowing the user to type a BarnOwl 36 36 command line. 37 37 38 38 .PP 39 39 .SH USE 40 The following command line options are avilable when running barnowl:40 The following command line options are avilable when running BarnOwl: 41 41 42 42 .B \-n … … 50 50 .IP 51 51 Specifiy an alternate config file for BarnOwl to use. By default, 52 barnowl uses ~/.barnowlconf if it exists, and ~/.owlconf otherwise.52 BarnOwl uses ~/.barnowlconf if it exists, and ~/.owlconf otherwise. 53 53 .LP 54 54 … … 66 66 .B \-v 67 67 .IP 68 Print the version number of barnowl and exit.68 Print the version number of BarnOwl and exit. 69 69 .LP 70 70 -
functions.c
r8b293ea r413c910 129 129 130 130 text="" 131 " barnowl version " OWL_VERSION_STRING "\n"131 "BarnOwl version " OWL_VERSION_STRING "\n" 132 132 "Copyright (c) 2006-2011 The BarnOwl Developers. All rights reserved.\n" 133 133 "Copyright (c) 2004 James Kretchmar. All rights reserved.\n" … … 1307 1307 { 1308 1308 owl_function_popless_text( 1309 "This is barnowl version " OWL_VERSION_STRING ".\n\n"1310 " barnowl is a fork of the Owl zephyr client, written and\n"1309 "This is BarnOwl version " OWL_VERSION_STRING ".\n\n" 1310 "BarnOwl is a fork of the Owl zephyr client, written and\n" 1311 1311 "maintained by Alejandro Sedeno and Nelson Elhage at the\n" 1312 1312 "Massachusetts Institute of Technology. \n" … … 1317 1317 "The name 'owl' was chosen in reference to the owls in the\n" 1318 1318 "Harry Potter novels, who are tasked with carrying messages\n" 1319 "between Witches and Wizards. The name ' barnowl' was chosen\n"1319 "between Witches and Wizards. The name 'BarnOwl' was chosen\n" 1320 1320 "because we feel our owls should live closer to our ponies.\n" 1321 1321 "\n" -
owl.c
r2244836 r413c910 89 89 break; 90 90 case 'v': 91 printf("This is barnowl version %s\n", OWL_VERSION_STRING);91 printf("This is BarnOwl version %s\n", OWL_VERSION_STRING); 92 92 exit(0); 93 93 case 'h': … … 584 584 owl_function_adminmsg("", 585 585 "-----------------------------------------------------------------------\n" 586 "Welcome to barnowl version " OWL_VERSION_STRING ".\n"586 "Welcome to BarnOwl version " OWL_VERSION_STRING ".\n" 587 587 "To see a quick introduction, type ':show quickstart'. \n" 588 588 "Press 'h' for on-line help. \n" -
owl_perl.h
r06adc25 r413c910 13 13 * * args - a code block responsible for pushing args (other than the object) 14 14 * * err - a string with a %s format specifier to log in case of error 15 * * fatalp - if true, perl errors terminate barnowl15 * * fatalp - if true, perl errors terminate BarnOwl 16 16 * * ret - a code block executed if the call succeeded 17 17 * -
perl/lib/BarnOwl.pm
rbcde7926 r413c910 52 52 The BarnOwl module contains the core of BarnOwl's perl 53 53 bindings. Source in this module is also run at startup to bootstrap 54 barnowl by defining things like the default style.54 BarnOwl by defining things like the default style. 55 55 56 56 =for NOTE … … 80 80 =head2 zephyr_getrealm 81 81 82 Returns the zephyr realm barnowl is running in82 Returns the zephyr realm BarnOwl is running in 83 83 84 84 =head2 zephyr_getsender 85 85 86 Returns the fully-qualified name of the zephyr sender barnowl is86 Returns the fully-qualified name of the zephyr sender BarnOwl is 87 87 running as, e.g. C<nelhage@ATHENA.MIT.EDU> 88 88 … … 239 239 =head2 create_style NAME OBJECT 240 240 241 Creates a new barnowl style with the given NAME defined by the given241 Creates a new BarnOwl style with the given NAME defined by the given 242 242 object. The object must have a C<description> method which returns a 243 243 string description of the style, and a and C<format_message> method -
perl/lib/BarnOwl/Hooks.pm
r3aa0522 r413c910 146 146 } 147 147 148 # These are the internal hooks called by the barnowl C code, which148 # These are the internal hooks called by the BarnOwl C code, which 149 149 # take care of dispatching to the appropriate perl hooks, and deal 150 150 # with compatibility by calling the old, fixed-name hooks. -
perl/lib/Module/Install/BarnOwl.pm
r3519d06 r413c910 8 8 =head1 DESCRIPTION 9 9 10 Module::Install::BarnOwl is a M::I module to help building barnowl10 Module::Install::BarnOwl is a M::I module to help building BarnOwl 11 11 modules, 12 12 … … 28 28 29 29 As well as make rules to generate Jabber.par, and to put some 30 additional barnowl-specific information into META.yml30 additional BarnOwl-specific information into META.yml 31 31 32 32 =cut -
perl/modules/IRC/lib/BarnOwl/Module/IRC.pm
r5c6d661 r413c910 10 10 =head1 DESCRIPTION 11 11 12 This module implements IRC support for barnowl.12 This module implements IRC support for BarnOwl. 13 13 14 14 =cut -
perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm
rc8d9f84 r413c910 10 10 =head1 DESCRIPTION 11 11 12 This module implements Jabber support for barnowl.12 This module implements Jabber support for BarnOwl. 13 13 14 14 =cut … … 36 36 if($IO::Socket::SSL::VERSION eq "0.97") { 37 37 BarnOwl::error("You are using IO::Socket:SSL 0.97, which \n" . 38 "contains bugs causing it not to work with barnowl's\n" .38 "contains bugs causing it not to work with BarnOwl's\n" . 39 39 "Jabber support. We recommend updating to the latest\n" . 40 40 "IO::Socket::SSL from CPAN. \n"); -
perl/modules/Jabber/lib/BarnOwl/Module/Jabber/ConnectionManager.pm
r2cca044 r413c910 8 8 =head1 DESCRIPTION 9 9 10 A class to keep track of all the active connection in the barnowl11 jabber module10 A class to keep track of all the active connection in the BarnOwl 11 Jabber module 12 12 13 13 =cut -
perl/modules/Twitter/README
r8c6e2c1 r413c910 118 118 the sender. Has no effect if poll_for_tweets is false. 119 119 120 * oauth_key, oauth_secret (strings, default barnowl's consumer credentials)120 * oauth_key, oauth_secret (strings, default BarnOwl's consumer credentials) 121 121 These are the OAuth consumer key and secret to use to negotiate an 122 122 OAuth connection to Twitter. These credentials must be enabled for -
perl/modules/Twitter/lib/BarnOwl/Module/Twitter.pm
rf6e1262 r413c910 193 193 194 194 sub poll_messages { 195 # If we are reloaded into a barnowl with the old195 # If we are reloaded into a BarnOwl with the old 196 196 # BarnOwl::Module::Twitter loaded, it still has a main loop hook 197 197 # that will call this function every second. If we just delete it, -
scripts/do-release
r74312ad r413c910 9 9 cat >&2 <<EOF 10 10 Usage: $0 [options] 11 Generate a barnowl release tarball.11 Generate a BarnOwl release tarball. 12 12 13 13 OPTIONS: … … 37 37 else 38 38 VERS=$(perl -ne 'print $1 if m{^AC_INIT\(\[[^\]]+\],\s*\[([^\]]+)\]}' configure.ac) \ 39 || die "Unable to parse barnowl version"39 || die "Unable to parse BarnOwl version" 40 40 fi 41 41 TAG=barnowl-$VERS -
util.c
rd427f08 r413c910 215 215 /* 216 216 * Appends 'tmpl' to 'buf', replacing any instances of '%q' with arguments from 217 * the varargs provided, quoting them to be safe for placing in a barnowl217 * the varargs provided, quoting them to be safe for placing in a BarnOwl 218 218 * command line. 219 219 */
Note: See TracChangeset
for help on using the changeset viewer.