unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] erc: New response handler
@ 2011-04-23 23:53 Debarshi Ray
  2011-04-28  7:41 ` Debarshi Ray
  2011-05-08 20:51 ` Chong Yidong
  0 siblings, 2 replies; 6+ messages in thread
From: Debarshi Ray @ 2011-04-23 23:53 UTC (permalink / raw)
  To: Emacs Development Discussions

[-- Attachment #1: Type: text/plain, Size: 524 bytes --]

Here is a small patch to implement the 671 numeric, which is an extension of
RFC 2812 implemented by some IRC daemons. eg., http://ur1.ca/3khsr and
http://ur1.ca/3khrh

http://rishi.fedorapeople.org/gnu/0001-New-response-handler-for-671.patch

This numeric represents the RPL_WHOISSECURE message, which indicates whether
a user is using a secure connection or not.

Once the patch is deemed acceptable, I can send a Bazaar bundle as described in
http://www.emacswiki.org/emacs/BzrForEmacsCasualDevs

Happy hacking,
Debarshi

[-- Attachment #2: Type: application/pgp-signature, Size: 834 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] erc: New response handler
  2011-04-23 23:53 [PATCH] erc: New response handler Debarshi Ray
@ 2011-04-28  7:41 ` Debarshi Ray
  2011-04-28  7:50   ` Julien Danjou
  2011-05-08 20:51 ` Chong Yidong
  1 sibling, 1 reply; 6+ messages in thread
From: Debarshi Ray @ 2011-04-28  7:41 UTC (permalink / raw)
  To: Emacs Development Discussions

[-- Attachment #1: Type: text/plain, Size: 567 bytes --]

> Here is a small patch to implement the 671 numeric, which is an extension of
> RFC 2812 implemented by some IRC daemons. eg., http://ur1.ca/3khsr and
> http://ur1.ca/3khrh
> 
> http://rishi.fedorapeople.org/gnu/0001-New-response-handler-for-671.patch
> 
> This numeric represents the RPL_WHOISSECURE message, which indicates whether
> a user is using a secure connection or not.
> 
> Once the patch is deemed acceptable, I can send a Bazaar bundle as described
> in http://www.emacswiki.org/emacs/BzrForEmacsCasualDevs

Ping?

Happy hacking,
Debarshi

[-- Attachment #2: Type: application/pgp-signature, Size: 834 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] erc: New response handler
  2011-04-28  7:41 ` Debarshi Ray
@ 2011-04-28  7:50   ` Julien Danjou
  2011-04-29 13:30     ` Debarshi Ray
  0 siblings, 1 reply; 6+ messages in thread
From: Julien Danjou @ 2011-04-28  7:50 UTC (permalink / raw)
  To: Debarshi Ray; +Cc: Emacs Development Discussions

[-- Attachment #1: Type: text/plain, Size: 211 bytes --]

On Thu, Apr 28 2011, Debarshi Ray wrote:

> Ping?

Actually, you should report a bug with this patch attached. It's safer
to keep track of such things.

-- 
Julien Danjou
❱ http://julien.danjou.info

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] erc: New response handler
  2011-04-28  7:50   ` Julien Danjou
@ 2011-04-29 13:30     ` Debarshi Ray
  0 siblings, 0 replies; 6+ messages in thread
From: Debarshi Ray @ 2011-04-29 13:30 UTC (permalink / raw)
  To: Emacs Development Discussions

[-- Attachment #1: Type: text/plain, Size: 85 bytes --]

Filed as: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8584

Happy hacking,
Debarshi

[-- Attachment #2: Type: application/pgp-signature, Size: 834 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] erc: New response handler
  2011-04-23 23:53 [PATCH] erc: New response handler Debarshi Ray
  2011-04-28  7:41 ` Debarshi Ray
@ 2011-05-08 20:51 ` Chong Yidong
  2011-05-08 21:31   ` Michael Olson
  1 sibling, 1 reply; 6+ messages in thread
From: Chong Yidong @ 2011-05-08 20:51 UTC (permalink / raw)
  To: Michael Olson; +Cc: Debarshi Ray, Emacs Development Discussions

Debarshi Ray <rishi.is@lostca.se> writes:

> Here is a small patch to implement the 671 numeric, which is an extension of
> RFC 2812 implemented by some IRC daemons. eg., http://ur1.ca/3khsr and
> http://ur1.ca/3khrh
>
> http://rishi.fedorapeople.org/gnu/0001-New-response-handler-for-671.patch
>
> This numeric represents the RPL_WHOISSECURE message, which indicates whether
> a user is using a secure connection or not.
>
> Once the patch is deemed acceptable, I can send a Bazaar bundle as described in
> http://www.emacswiki.org/emacs/BzrForEmacsCasualDevs

Hi Michael,

Could you review this patch?  Thanks.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] erc: New response handler
  2011-05-08 20:51 ` Chong Yidong
@ 2011-05-08 21:31   ` Michael Olson
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Olson @ 2011-05-08 21:31 UTC (permalink / raw)
  To: Chong Yidong; +Cc: Debarshi Ray, Emacs Development Discussions

+1 from me

On Sun, May 8, 2011 at 1:51 PM, Chong Yidong <cyd@stupidchicken.com> wrote:
> Debarshi Ray <rishi.is@lostca.se> writes:
>
>> Here is a small patch to implement the 671 numeric, which is an extension of
>> RFC 2812 implemented by some IRC daemons. eg., http://ur1.ca/3khsr and
>> http://ur1.ca/3khrh
>>
>> http://rishi.fedorapeople.org/gnu/0001-New-response-handler-for-671.patch
>>
>> This numeric represents the RPL_WHOISSECURE message, which indicates whether
>> a user is using a secure connection or not.
>>
>> Once the patch is deemed acceptable, I can send a Bazaar bundle as described in
>> http://www.emacswiki.org/emacs/BzrForEmacsCasualDevs
>
> Hi Michael,
>
> Could you review this patch?  Thanks.
>



-- 
Michael Olson  |  http://mwolson.org/



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-05-08 21:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-23 23:53 [PATCH] erc: New response handler Debarshi Ray
2011-04-28  7:41 ` Debarshi Ray
2011-04-28  7:50   ` Julien Danjou
2011-04-29 13:30     ` Debarshi Ray
2011-05-08 20:51 ` Chong Yidong
2011-05-08 21:31   ` Michael Olson

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).