Davide Beatrici
db74c1ab8e
Merge PR #36 : Fix function comments based on best practices from Effective Go
2019-03-12 21:54:44 +01:00
CodeLingo Bot
eb02aadf56
Fix function comments based on best practices from Effective Go
...
Signed-off-by: CodeLingo Bot <bot@codelingo.io>
2019-03-11 00:56:12 +00:00
Davide Beatrici
503d18a608
Merge PR #35 : Reduce Docker image footprint
2019-01-31 05:22:16 +01:00
Grim Kriegor
8183c8f2f1
Docker: reduce image footprint
2019-01-31 01:16:44 +00:00
Davide Beatrici
511c440e0d
Merge PR #34 : Docker support
2019-01-30 04:03:53 +01:00
Grim Kriegor
cb666fc9e0
Docker: add arm32v6 Dockerfile
2019-01-30 02:28:55 +00:00
Grim Kriegor
6877e5f5c9
Docker: fix README wording and newline escaping
2019-01-30 02:21:13 +00:00
Grim Kriegor
89a19acd5a
Docker: add initial support
2019-01-30 02:00:49 +00:00
Ian Bishop
41f8b391e4
Merge PR #29 : Fix failing tests on Go 1.10
2018-09-01 14:05:57 -05:00
Mikkel Krautz
cb1d3db727
Merge pull request #18 : WebSocket support
2018-02-09 22:21:52 +01:00
rubenseyer
1d0ca25f5a
Websockets support
2018-02-09 20:59:09 +01:00
rubenseyer
19d8d352da
RegisterClient: missing !
2018-02-05 10:38:04 +01:00
Mikkel Krautz
07c0eeaa84
Merge PR #15 : Improve startup error messages.
2018-01-31 21:07:58 +01:00
Mikkel Krautz
6c363016b4
Merge PR #19 : .travis.yml: bump Go version to 1.9.
2018-01-20 13:13:21 +01:00
Mikkel Krautz
64611464a6
.travis.yml: bump Go version to 1.9.
2018-01-20 13:06:21 +01:00
Mikkel Krautz
ff93fc4868
Merge PR #17 : freezer_windows: make ReplaceFile call fall back to os.Rename.
2018-01-13 21:42:17 +01:00
Mikkel Krautz
9922dab5fd
freezer_windows: make ReplaceFile call fall back to os.Rename.
...
ReplaceFile fails because dst does not yet exist.
To remedy this, we fall back to os.Rename, which makes
everything work as it should.
2018-01-13 21:36:53 +01:00
Mikkel Krautz
f53f5b7e00
Merge PR #16 : Use %USERPROFILE% instead of $HOME on Windows for Grumble's default data dir.
2018-01-13 21:35:54 +01:00
Mikkel Krautz
bf6c6d57cc
Use %USERPROFILE% instead of $HOME on Windows for Grumble's default data dir.
...
This also changes Grumble to use ".grumble" on Windows. Previously, it
preferred the non-hidden "grumble" on Windows. Unfortunately, that now
clashes with my grumble Git checkout, so let's make it consistent across
platforms.
2018-01-13 20:51:25 +01:00
Mikkel Krautz
ebd34224a5
Improve startup error messages.
...
This ensures that our log messages include the path to the
directory/file that caused the error.
2018-01-13 20:32:48 +01:00
Mikkel Krautz
e8bd4207b4
Merge PR #14 : update public server registration URL
2018-01-04 14:10:49 +01:00
Tim Cooper
916cda8ea6
update public server registration URL
2018-01-04 08:51:35 -04:00
Mikkel Krautz
578721ab74
Merge pull request #11 from mkrautz/fix-cryptstate-typos
...
Fix a few typos in pkg/cryptstate.
2016-10-15 19:24:28 +02:00
Mikkel Krautz
cac5952847
Fix a few typos in pkg/cryptstate.
...
Thanks to @GEverding for mentioning this in mumble-voip/grumble#9
2016-10-15 19:22:00 +02:00
Mikkel Krautz
defccdcdf9
Merge pull request #12 from mkrautz/cryptstate-drop-null-cryptomode
...
pkg/cryptstate: remove NULL crypto mode.
2016-10-15 19:21:38 +02:00
Mikkel Krautz
b871d9c092
pkg/cryptstate: remove NULL crypto mode.
...
It's not too sensible to have a NULL mode in the first place,
and the CryptState code expects non-0 IVs and keys.
Drop it.
2016-10-15 19:18:08 +02:00
Mikkel Krautz
4388e682ab
Add Travis CI and AppVeyor build status badges to README.md.
2016-10-15 17:19:24 +02:00
Mikkel Krautz
dc1f0c34ee
Add appveyor.yml for AppVeyor builds.
2016-10-15 17:11:05 +02:00
Mikkel Krautz
65b6e9138d
.travis.yml: also build main binary in Travis CI build.
2016-10-15 10:41:59 +02:00
Mikkel Krautz
bdb2cdbc35
Add .travis.yml for Travis CI.
2016-10-15 10:38:20 +02:00
Mikkel Krautz
22cbda7f03
Add project status to README.md.
2016-05-05 15:40:57 +02:00
Mikkel Krautz
8725526782
Rename README.markdown to README.md.
2016-05-05 15:38:04 +02:00
Mikkel Krautz
88deff86f5
AUTHORS: add Tim Cooper.
2016-05-01 17:30:32 +02:00
Mikkel Krautz
ed37ea33e1
Add message to pkg/mumbleproto/generate_main.go about crypto_modes field.
2016-03-29 01:35:39 +02:00
Tim Cooper
123c287eb7
use go generate over Makefile
2016-03-27 19:27:23 -03:00
Tim Cooper
37f8d62319
sync Mumble.proto
2016-03-27 14:07:12 -03:00
Tim Cooper
9d091cc32a
fix proto sync script
2016-03-27 14:06:07 -03:00
Mikkel Krautz
4d656053e4
Fix typo in replacefile_stub.go.
...
It's errOnlyWindows, not errOnlyOnWindows.
2016-03-27 18:29:46 +02:00
Tim Cooper
20eba760e5
go fmt
2016-03-25 22:05:23 -03:00
Tim Cooper
083163daf9
use updated import paths for proto, nacl
2016-03-25 22:04:43 -03:00
Tim Cooper
00ed0498aa
update golang URL
2016-03-25 21:56:51 -03:00
Mikkel Krautz
ef533d8f2b
grumble: move grumble cmd to 'cmd/grumble' instead of the source tree root.
2014-04-15 14:31:42 +02:00
Mikkel Krautz
8302bb2b08
Migrate from mumbleapp.com to mumble.info.
2014-04-15 14:13:00 +02:00
Mikkel Krautz
48765ff1e8
grumble, pkg/*: get rid of makefiles.
2013-05-25 17:13:26 +02:00
Mikkel Krautz
c4e05027f8
grumble: add Debugf print method to Client and Server.
2013-05-25 13:14:53 +02:00
Mikkel Krautz
e6d4e0c453
grumble: fix cryptstate resync issues (and simplify Server.handleUdpPacket()).
2013-05-23 23:31:47 +02:00
Mikkel Krautz
e72c8852d2
grumble: remove accidental peer certificate debugging.
2013-02-09 21:56:09 +01:00
Mikkel Krautz
f287fedb33
pkg/blobstore: use correct Open signature in tests.
2013-02-09 21:39:27 +01:00
Mikkel Krautz
3ef203a83f
grumble, pkg/acl: move ACL handling to the acl package.
2013-02-09 21:33:32 +01:00
Mikkel Krautz
3dc3b25f57
pkg/blobstore: modernize the blobstore package.
2013-02-04 23:36:45 +01:00