Nice, I've always wanted to make one of these myself
1.7's encryption seems working, yay! I'll start trying 1.7 auth tomorrow. I wonder if the old way (http only) still works...
Yay! Awesome on both parts!
I need to make a commit of multiple files. I tried with Github windows app, but it gives me an errow when clicking sync. What git client (easy to use) would you recommend? Any tutorial? (I always used web interface, sorry)
I believe the GitHub app is the easiest to use of any such tools. I personally use msysgit, which is half-commandline, half-braindead-UI, for the regular work, and TortoiseGit for the visual merging of conflicts.
msysgit:
http://msysgit.github.io/
TortoiseGit:
http://code.google.com/p/tortoisegit/
Maybe if you wrote the error it gives you, we could help you out. Usually the problem is that before you finish writing your changes, someone else makes other changes, so you need to download and merge theirs first, then push yours.
So the old auth method (http) still works, even for 1.7.2 clients. That's good news, this means that we can again set our servers to Authenticate=1.
I\m using
SourceTree, and I like it very much. (Also, I use Mercurial for my own projects, and sourcetree can deal with both)
I got it working, there were sync errors.
I'm setting up the Gallery server and, man, so much work, so many problems! We've got to improve this.
- In the very default setup the player's don't get the core.build permission.
- When setting up groups, mis-spelling any group name doesn't produce an error and the player has no permissions whatsoever
- The webadmin keeps overwriting my config file
I've created issues for all of these, and will continue until I have the server working.