Re: [prosody-dev] Submitting new third party modules

2015-05-11 Thread Kim Alvefur
On 2015-05-11 03:54, Hugo Osvaldo Barrera wrote:
> Also on this topic, any plans on where prosody will be hosted in future?

Prosody will be hosted at http://hg.prosody.im/

-- 
Regards,
Kim "Zash" Alvefur

-- 
You received this message because you are subscribed to the Google Groups 
"prosody-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prosody-dev+unsubscr...@googlegroups.com.
To post to this group, send email to prosody-dev@googlegroups.com.
Visit this group at http://groups.google.com/group/prosody-dev.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: OpenPGP digital signature


Re: [prosody-dev] Submitting new third party modules

2015-05-10 Thread Hugo Osvaldo Barrera
On 2015-04-28 18:48, Rob Hoelz wrote:
> Hi everyone,
> 
> With the pending shutdown of Google Code, I have noticed that 
> prosody-modules has moved to hg.prosody.im.  What is the way for developers 
> to submit new modules for Prosody going forward?  Will some developers be 
> granted push access to hg.prosody.im, or should we go with the "create a 
> clone and send a mail with a link" model?
> 
> Assuming the latter for now, I have created a copy of the prosody-modules 
> repository at https://bitbucket.org/hoelzro/prosody-modules, with a small 
> module I wrote for setting Prosody's process name (mod_proctitle), if 
> anyone is interested in such a module.
> 
> -Rob

Also on this topic, any plans on where prosody will be hosted in future?

I'd like to chime in and mention GitLab, which is open source, and offers free
hosting for FLOSS projects too (which aligns with prosody's ideas, AFAIK).

-- 
Hugo Osvaldo Barrera
A: Because we read from top to bottom, left to right.
Q: Why should I start my reply below the quoted text?

-- 
You received this message because you are subscribed to the Google Groups 
"prosody-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prosody-dev+unsubscr...@googlegroups.com.
To post to this group, send email to prosody-dev@googlegroups.com.
Visit this group at http://groups.google.com/group/prosody-dev.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: PGP signature


Re: [prosody-dev] Submitting new third party modules

2015-04-30 Thread Rob Hoelz
On Thu, 30 Apr 2015 11:20:31 +0600
"Vadim A. Misbakh-Soloviov"  wrote:

> By the way, talking on module itself.
> 
> I don't think tha way you did it is better than just putting the same 
> somewhere around pposix.c (or to use wrapper, as suggested in the
> issue Matthew provided).
> 
> Moreover, the way using wrapper can some kind help with graceful
> restart and, maybe, with clustering ;)
> 

I agree that this functionality may be better served in a custom
launcher program or something; I just wanted the functionality now,
because I'm impatient =)

-- 
You received this message because you are subscribed to the Google Groups 
"prosody-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prosody-dev+unsubscr...@googlegroups.com.
To post to this group, send email to prosody-dev@googlegroups.com.
Visit this group at http://groups.google.com/group/prosody-dev.
For more options, visit https://groups.google.com/d/optout.


Re: [prosody-dev] Submitting new third party modules

2015-04-29 Thread Vadim A. Misbakh-Soloviov
By the way, talking on module itself.

I don't think tha way you did it is better than just putting the same 
somewhere around pposix.c (or to use wrapper, as suggested in the issue 
Matthew provided).

Moreover, the way using wrapper can some kind help with graceful restart and, 
maybe, with clustering ;)

-- 
Best regards,
mva

-- 
You received this message because you are subscribed to the Google Groups 
"prosody-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prosody-dev+unsubscr...@googlegroups.com.
To post to this group, send email to prosody-dev@googlegroups.com.
Visit this group at http://groups.google.com/group/prosody-dev.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


Re: [prosody-dev] Submitting new third party modules

2015-04-29 Thread Kim Alvefur
On 2015-04-29 13:30, Matthew Wild wrote:
> The prosody-modules on hg.prosody.im is a read-only mirror, and we've
> had that for a long time (before the announcement from Google).

Since 2013 (if timestamps are to be believed)!

--
Kim "Zash" Alvefur

-- 
You received this message because you are subscribed to the Google Groups 
"prosody-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prosody-dev+unsubscr...@googlegroups.com.
To post to this group, send email to prosody-dev@googlegroups.com.
Visit this group at http://groups.google.com/group/prosody-dev.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: OpenPGP digital signature


Re: [prosody-dev] Submitting new third party modules

2015-04-29 Thread Matthew Wild
Hi Rob,

On 29 April 2015 at 02:48, Rob Hoelz  wrote:
> Hi everyone,
>
> With the pending shutdown of Google Code, I have noticed that
> prosody-modules has moved to hg.prosody.im.  What is the way for developers
> to submit new modules for Prosody going forward?  Will some developers be
> granted push access to hg.prosody.im, or should we go with the "create a
> clone and send a mail with a link" model?

For now, please continue to push to Google Code as before. The
shutdown is some months away yet, and we'll announce the plan for
moving forward soon.

The prosody-modules on hg.prosody.im is a read-only mirror, and we've
had that for a long time (before the announcement from Google). If you
want to clone the repository to a server, it's fine to use this (and
then you won't have to change it later).

> Assuming the latter for now, I have created a copy of the prosody-modules
> repository at https://bitbucket.org/hoelzro/prosody-modules, with a small
> module I wrote for setting Prosody's process name (mod_proctitle), if anyone
> is interested in such a module.

Oh, that's really nice. We've had an open issue about that for a
looong time: https://prosody.im/bugs/89

Regards,
Matthew

-- 
You received this message because you are subscribed to the Google Groups 
"prosody-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prosody-dev+unsubscr...@googlegroups.com.
To post to this group, send email to prosody-dev@googlegroups.com.
Visit this group at http://groups.google.com/group/prosody-dev.
For more options, visit https://groups.google.com/d/optout.


Re: [prosody-dev] Submitting new third party modules

2015-04-28 Thread Vadim A. Misbakh-Soloviov
> What is the way for developers
> to submit new modules for Prosody going forward?  Will some developers be
> granted push access to hg.prosody.im, or should we go with the "create a
> clone and send a mail with a link" model?

I'd double the question. I thought about it just yesterday ;)

-- 
Best regards,
mva

-- 
You received this message because you are subscribed to the Google Groups 
"prosody-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prosody-dev+unsubscr...@googlegroups.com.
To post to this group, send email to prosody-dev@googlegroups.com.
Visit this group at http://groups.google.com/group/prosody-dev.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


[prosody-dev] Submitting new third party modules

2015-04-28 Thread Rob Hoelz
Hi everyone,

With the pending shutdown of Google Code, I have noticed that 
prosody-modules has moved to hg.prosody.im.  What is the way for developers 
to submit new modules for Prosody going forward?  Will some developers be 
granted push access to hg.prosody.im, or should we go with the "create a 
clone and send a mail with a link" model?

Assuming the latter for now, I have created a copy of the prosody-modules 
repository at https://bitbucket.org/hoelzro/prosody-modules, with a small 
module I wrote for setting Prosody's process name (mod_proctitle), if 
anyone is interested in such a module.

-Rob

-- 
You received this message because you are subscribed to the Google Groups 
"prosody-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prosody-dev+unsubscr...@googlegroups.com.
To post to this group, send email to prosody-dev@googlegroups.com.
Visit this group at http://groups.google.com/group/prosody-dev.
For more options, visit https://groups.google.com/d/optout.