Re: [Haskell-cafe] Automating Hackage accounts

2013-06-13 Thread Alp Mestanogullari
Most of the issues raised here indeed are addressed in Hackage2 already, or are planned to be. Too few people working on it though. See the "Hackage mess" section in [1] for more info on Hackage2 and [2] to see the running instance. [1] http://alpmestan.com/2012/11/02/cabal-hackage-what-you-can-d

Re: [Haskell-cafe] Automating Hackage accounts

2013-06-13 Thread Jeremy Shaw
No idea, But if not, it should be trivial to add support. The two main issues would be getting an SSL certificate (if one does not already exist) and then making sure that the links do not hardcode the schema. So // hackage.haskell.org/foo instead of http://hackage.haskell.org/. Then the site can

Re: [Haskell-cafe] Automating Hackage accounts

2013-06-13 Thread Niklas Hambüchen
> I'm not quite sure what it would achieve, though. That if I want to upload something without my password going over in plain text, I can at least use the file upload form. ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/

Re: [Haskell-cafe] Automating Hackage accounts

2013-06-13 Thread Erik Hesselink
On Thu, Jun 13, 2013 at 4:48 PM, Niklas Hambüchen wrote: >> As for the user account creation and uploading packages you don't own, >> Hackage 2 (any day now) has fixes for both. > > Does Hackage 2 have SSL at least for the web interface? I think it should be possible to set that up by proxying th

Re: [Haskell-cafe] Automating Hackage accounts

2013-06-13 Thread Brandon Allbery
On Thu, Jun 13, 2013 at 10:48 AM, Niklas Hambüchen wrote: > > As for the user account creation and uploading packages you don't own, > > Hackage 2 (any day now) has fixes for both. > > Does Hackage 2 have SSL at least for the web interface? Doesn't look like it. :( -- brandon s allbery kf8nh

Re: [Haskell-cafe] Automating Hackage accounts

2013-06-13 Thread Niklas Hambüchen
> As for the user account creation and uploading packages you don't own, > Hackage 2 (any day now) has fixes for both. Does Hackage 2 have SSL at least for the web interface? ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/

Re: [Haskell-cafe] Automating Hackage accounts

2013-06-13 Thread Erik Hesselink
On Thu, Jun 13, 2013 at 4:22 PM, Tobias Dammers wrote: > On Thu, Jun 13, 2013 at 05:07:38PM +0300, Mihai Maruseac wrote: >> On Thu, Jun 13, 2013 at 5:02 PM, Tobias Dammers wrote: >> > On Thu, Jun 13, 2013 at 09:44:03AM -0400, Andrew Pennebaker wrote: >> >> Could we add an HTML form for creating n

Re: [Haskell-cafe] Automating Hackage accounts

2013-06-13 Thread Tobias Dammers
On Thu, Jun 13, 2013 at 05:07:38PM +0300, Mihai Maruseac wrote: > On Thu, Jun 13, 2013 at 5:02 PM, Tobias Dammers wrote: > > On Thu, Jun 13, 2013 at 09:44:03AM -0400, Andrew Pennebaker wrote: > >> Could we add an HTML form for creating new Hackage accounts? Right now, our > >> community is small e

Re: [Haskell-cafe] Automating Hackage accounts

2013-06-13 Thread Mihai Maruseac
On Thu, Jun 13, 2013 at 5:02 PM, Tobias Dammers wrote: > On Thu, Jun 13, 2013 at 09:44:03AM -0400, Andrew Pennebaker wrote: >> Could we add an HTML form for creating new Hackage accounts? Right now, our >> community is small enough that emailing r...@soi.city.ac.uk and waiting for >> a manual resp

Re: [Haskell-cafe] Automating Hackage accounts

2013-06-13 Thread Tobias Dammers
On Thu, Jun 13, 2013 at 09:44:03AM -0400, Andrew Pennebaker wrote: > Could we add an HTML form for creating new Hackage accounts? Right now, our > community is small enough that emailing r...@soi.city.ac.uk and waiting for > a manual response isn't too bad of a problem, but as we grow, it would be

[Haskell-cafe] Automating Hackage accounts

2013-06-13 Thread Andrew Pennebaker
Could we add an HTML form for creating new Hackage accounts? Right now, our community is small enough that emailing r...@soi.city.ac.uk and waiting for a manual response isn't too bad of a problem, but as we grow, it would be nice for these sorts of things to be handled by a server, like with RubyG