[1533] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

Re: [nelhage/barnowl] c5223b: Maintain instance when using shift-R

daemon@ATHENA.MIT.EDU (Alex Dehnert)
Thu Oct 29 18:17:42 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
X-Barracuda-Envelope-From: adehnert@mit.edu
Date: Sun, 05 Jul 2009 03:32:51 -0400
From: Alex Dehnert <adehnert@MIT.EDU>
To: barnowl-dev@mit.edu
In-Reply-To: <E1MNLfp-0004ld-9w@smtp.xc88.engineyard.com>

*sigh* Sorry about this, folks. I, uh, did something wrong at some 
point? Featuring, I think, forgetting that the branch I was on had 
unpushed commits, and not knowing about git rebase back in the day 
and/or git pulling wrongly...

Anyway... After a bit of help from others, I got the handful of useful 
commits pulled off without merge commits and did a git reset --hard, so 
the github repo should look okay again.

The upshot of this is that we have like two fewer spelling errors and 
some updated comments...

~~Alex

noreply@github.com wrote:
> Branch: refs/heads/master
> Home:   http://github.com/nelhage/barnowl
> 
> Commit: c5223b3653f4120e6a5d4eddfd604693f5f726a3
>     http://github.com/nelhage/barnowl/commit/c5223b3653f4120e6a5d4eddfd604693f5f726a3
> Author: Alexander W Dehnert <adehnert@mit.edu>
> Date:   2009-05-26 (Tue, 26 May 2009)
> 
> Changed paths:
>   M perlwrap.pm
> 
> Log Message:
> -----------
> Maintain instance when using shift-R on personals
> 
> This holds for all zephyr's on which is_private
> is true. I am unsure whether I think this should
> be is_personal instead.
> 
> 
> Commit: c720f76d0c15019078d3d72f030c2cd4eb8e1462
>     http://github.com/nelhage/barnowl/commit/c720f76d0c15019078d3d72f030c2cd4eb8e1462
> Author: Alexander W Dehnert <adehnert@mit.edu>
> Date:   2009-05-26 (Tue, 26 May 2009)
> 
> Changed paths:
>   M zephyr.c
> 
> Log Message:
> -----------
> Add <message,*,%me%> to default Barnowl subs.
> 
> Also adds support for default Barnowl subs and
> fixes the return value of owl_zephyr_loadsubs.
> 
> 
> Commit: a9bc52f4cc4bbfe8de24ac6a3cc8eff75b23a9b0
>     http://github.com/nelhage/barnowl/commit/a9bc52f4cc4bbfe8de24ac6a3cc8eff75b23a9b0
> Author: Alexander W Dehnert <adehnert@mit.edu>
> Date:   2009-05-26 (Tue, 26 May 2009)
> 
> Changed paths:
>   M zephyr.c
>   M zwrite.c
> 
> Log Message:
> -----------
> Send instanced pings and give useful error messages
> 
> Based on discussion on -c barnowl, switches
> 
> zwrite adehnert => ping
> zwrite adehnert -i test => no ping
> zwrite adehnert -c test => no ping
> 
> to
> 
> zwrite adehnert => ping
> zwrite adehnert -i test => ping
> zwrite adehnert -c test => no ping
> 
> Pings match the class & instance of the
> message they are associated with.
> 
> The error message when an instanced personal
> fails now includes the instance.
> 
> 
> Commit: 3f34ae20139a131b88d392a900566493938a94be
>     http://github.com/nelhage/barnowl/commit/3f34ae20139a131b88d392a900566493938a94be
> Author: Alex Dehnert <adehnert@mit.edu>
> Date:   2009-05-26 (Tue, 26 May 2009)
> 
> Changed paths:
>   M zephyr.c
> 
> Log Message:
> -----------
> Fix comments from d73e3af3
> 
> 
> Commit: 196eddbb3ade29542a497aba0cf45793d8cc09aa
>     http://github.com/nelhage/barnowl/commit/196eddbb3ade29542a497aba0cf45793d8cc09aa
> Author: Alex Dehnert <adehnert@mit.edu>
> Date:   2009-05-26 (Tue, 26 May 2009)
> 
> Log Message:
> -----------
> Merge branch 'instanced-personals'
> 
> 
> Commit: 945013396d302181d379b9871cecf53eb1537c2a
>     http://github.com/nelhage/barnowl/commit/945013396d302181d379b9871cecf53eb1537c2a
> Author: Alex Dehnert <adehnert@mit.edu>
> Date:   2009-05-26 (Tue, 26 May 2009)
> 
> Changed paths:
>   M functions.c
> 
> Log Message:
> -----------
> Fixing comments to reflect rename of owl_function_add_message to owl_global_messagequeue_addmsg
> 
> 
> Commit: f8411d7b494fc828d39b2e2f64e8e8da6340eb1b
>     http://github.com/nelhage/barnowl/commit/f8411d7b494fc828d39b2e2f64e8e8da6340eb1b
> Author: Alex Dehnert <adehnert@mit.edu>
> Date:   2009-05-26 (Tue, 26 May 2009)
> 
> Changed paths:
>   M zwrite.c
> 
> Log Message:
> -----------
> Copyediting
> 
> Fix spelling of entries, and and terminal space before the */
> 
> 
> Commit: 08142301dce86945b01ad831257a29a188b5feff
>     http://github.com/nelhage/barnowl/commit/08142301dce86945b01ad831257a29a188b5feff
> Author: Alex Dehnert <adehnert@mit.edu>
> Date:   2009-06-18 (Thu, 18 Jun 2009)
> 
> Changed paths:
>   M .gitignore
>   M Makefile.in
>   M barnowl
>   M configure.ac
>   M functions.c
>   M keys.c
>   M owl.c
>   M perl/lib/BarnOwl.pm
>   M perl/lib/BarnOwl/Hook.pm
>   M perl/lib/BarnOwl/Hooks.pm
>   M perl/lib/BarnOwl/Message.pm
>   M perl/lib/BarnOwl/Message/AIM.pm
>   M perl/lib/BarnOwl/Message/Admin.pm
>   M perl/lib/BarnOwl/Message/Generic.pm
>   M perl/lib/BarnOwl/Message/Loopback.pm
>   M perl/lib/BarnOwl/Message/Zephyr.pm
>   M perl/lib/BarnOwl/Style.pm
>   M perl/lib/BarnOwl/Style/Basic.pm
>   M perl/lib/BarnOwl/Style/Default.pm
>   M perl/lib/BarnOwl/Style/Legacy.pm
>   M perl/lib/BarnOwl/Style/OneLine.pm
>   M perl/lib/BarnOwl/Timer.pm
>   M perl/modules/IRC/lib/BarnOwl/Message/IRC.pm
>   M perl/modules/IRC/lib/BarnOwl/Module/IRC.pm
>   M perlconfig.c
>   M perlglue.xs
>   M perlwrap.pm
>   M scripts/locker-build
>   M select.c
>   M tester.c
> 
> Log Message:
> -----------
> Merge branch 'master' into copyediting
> 
> 
> Commit: 5fa39b03cab6ea29f3ea8bcc9024b12ede5ba8cb
>     http://github.com/nelhage/barnowl/commit/5fa39b03cab6ea29f3ea8bcc9024b12ede5ba8cb
> Author: Alex Dehnert <adehnert@mit.edu>
> Date:   2009-06-28 (Sun, 28 Jun 2009)
> 
> Changed paths:
>   M functions.c
> 
> Log Message:
> -----------
> Merge branch 'master' into copyediting
> 
> 
> Commit: 372ea689dcb87971f5468c54b84eb8ae496682b6
>     http://github.com/nelhage/barnowl/commit/372ea689dcb87971f5468c54b84eb8ae496682b6
> Author: Alex Dehnert <adehnert@mit.edu>
> Date:   2009-07-03 (Fri, 03 Jul 2009)
> 
> Changed paths:
>   M codelist.pl
>   M configure.ac
>   M functions.c
> 
> Log Message:
> -----------
> Merge branch 'master' into copyediting
> 
> 
> Commit: 62a04016c82b9001bb4bc9c5acc5a5c005895447
>     http://github.com/nelhage/barnowl/commit/62a04016c82b9001bb4bc9c5acc5a5c005895447
> Author: Alex Dehnert <adehnert@mit.edu>
> Date:   2009-07-04 (Sat, 04 Jul 2009)
> 
> Changed paths:
>   M functions.c
>   M help.c
> 
> Log Message:
> -----------
> Fix converstaion to conversation
> 
> 


home help back first fref pref prev next nref lref last post