Ola Bini
6cddec04b5
Only send configuration updates if the channel exists
2020-03-25 19:54:32 +00:00
Davide Beatrici
bbb589fb37
Merge PR #46 : Set freezelog to nil after closing it
2019-12-20 23:54:39 +01:00
Davide Beatrici
cac44edebb
Merge PR #47 : Run go fmt and goimports on all files, to make them follow Golang standards
2019-12-20 23:54:11 +01:00
Ola Bini
76138f47fd
Run go fmt and goimports on all files, to make them follow Golang standards
2019-12-20 22:51:21 +00:00
Ola Bini
f8246ffbbc
Set freezelog to nil after closing it
2019-12-20 22:36:19 +00:00
Davide Beatrici
4eff63d3a1
Merge PR #45 : Don't close the TCP listener, only the TLS listener
2019-12-20 23:29:40 +01:00
Ola Bini
783bb5bf7b
Don't close the TCP listener, only the TLS listener
2019-12-20 22:25:55 +00:00
Davide Beatrici
4a90b31d8d
Merge PR #39 : Fix travis-ci build status image in README.md
2019-06-22 22:12:33 +02:00
mat
fead310820
Fix travis-ci build status image in README.md
...
Changed https://travis-ci.org/mumble-voip/grumble.svg?branch=master to https://travis-ci.com/mumble-voip/grumble.svg?branch=master .
2019-06-22 14:26:14 -04:00
Davide Beatrici
64f9b7ff30
Merge PR #38 : Fixed Windows GOPATH line
2019-06-04 23:26:55 +02:00
rasmus-z
cc1933758e
Fixed Windows GOPATH line
...
Added missing % to Windows GOPATH instructions.
2019-06-04 22:56:43 +02:00
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