-
34a927d426
show keyboard shortcuts in /help output
master
Username
2026-02-24 10:28:54 +01:00
-
0591b91f53
add /register command for server registration
Username
2026-02-24 10:23:44 +01:00
-
41f69052b5
add readline shortcuts to textbox (ctrl+w, ctrl+u, ctrl+k)
Username
2026-02-24 10:02:09 +01:00
-
c95736b632
suppress cgo compiler warnings in build output
Username
2026-02-24 10:00:40 +01:00
-
7ea5814c03
fix staticcheck S1005: remove unnecessary blank identifier
Username
2026-02-24 09:56:44 +01:00
-
f190e073ba
add tab completion for slash commands
Username
2026-02-24 09:54:07 +01:00
-
72d549eade
fix: clear self-mute when undeafening
Username
2026-02-24 09:43:33 +01:00
-
06eb85ee35
add text commands: /quit /exit /deafen /clear /help
Username
2026-02-24 09:42:07 +01:00
-
147c8a774d
add deafen toggle (F1) and move voice toggle to F4
Username
2026-02-24 09:36:56 +01:00
-
5552874cd9
update README with all command-line options
Username
2026-02-24 09:26:02 +01:00
-
6d3146270d
add configurable tree pane width and message logging
Username
2026-02-24 09:25:41 +01:00
-
fc1aaf354b
add debug logging flag
Username
2026-02-24 09:25:20 +01:00
-
bbd809c73f
default to standard mumble port when not specified
Username
2026-02-24 09:16:19 +01:00
-
9e1b398ff0
fix: pin x/term and x/sys for go 1.19 compatibility
Username
2026-02-24 09:13:22 +01:00
-
9084dbd328
update README with build and password instructions
Username
2026-02-24 09:07:20 +01:00
-
a99f29794c
bound textbox input to prevent unbounded memory growth
Username
2026-02-24 09:07:00 +01:00
-
b855103587
add Makefile with build/install targets
Username
2026-02-24 09:06:55 +01:00
-
347751bde2
add .gitignore
Username
2026-02-24 09:06:50 +01:00
-
4946931e37
add secure password input via env var and stdin prompt
Username
2026-02-24 09:06:46 +01:00
-
26a7c7dfab
fix nil dereference in ui.Active()
Username
2026-02-24 09:06:42 +01:00
-
47f824dc39
add go module definition
Username
2026-02-24 09:06:37 +01:00
-
ae15ac7054
add default key bindings to README
Tim Cooper
2018-05-08 18:16:06 -03:00
-
8462240181
add installation instructions
Tim Cooper
2018-05-08 18:11:01 -03:00
-
4b86035511
move barnard main package to package root
Tim Cooper
2018-05-08 18:00:30 -03:00
-
429825587b
relicense as GPLv2
Tim Cooper
2018-05-08 17:57:17 -03:00
-
fb8b980c62
remove .gitignore
Tim Cooper
2018-02-11 11:06:40 -04:00
-
2f885c7dfb
change Mumble link to HTTPS
Tim Cooper
2018-02-11 11:05:38 -04:00
-
e63f8f98b8
update import path
Tim Cooper
2016-12-24 13:21:10 -04:00
-
c15344203a
added server password support as command line arguement (#13)
Scott Register
2016-05-30 11:35:30 -07:00
-
4d141b6131
update due to gumble API changes
Tim Cooper
2016-04-23 11:14:41 -03:00
-
95c3fc469b
change license, update gumbleopenal package name
Tim Cooper
2015-12-12 09:17:04 -04:00
-
242aed8f00
fix broken audio
Tim Cooper
2015-07-01 09:39:31 -03:00
-
5055ccf1ae
update due to gumble changes
Tim Cooper
2015-05-23 21:40:53 -03:00
-
9718e42a88
update due to gumble changes
Tim Cooper
2015-05-20 11:41:18 -03:00
-
1fe7ae356e
prevent openal errors from breaking UI
Tim Cooper
2015-04-24 10:26:26 -03:00
-
b56133e033
update due to gumble API changes
Tim Cooper
2015-02-11 12:07:29 -04:00
-
e336d47fc5
use gumbleutil.AutoBitrate
Tim Cooper
2015-01-22 08:53:59 -04:00
-
ca79c8ade8
fix gumble API change
Tim Cooper
2015-01-10 21:59:54 -04:00
-
497db88dcb
code formatting
Tim Cooper
2014-12-22 20:37:36 -04:00
-
686fb79e8f
fix disconnect reason string
Tim Cooper
2014-12-22 20:36:45 -04:00
-
4b7555adbd
update due to gumble API changes
Tim Cooper
2014-12-10 10:03:45 -04:00
-
cd99188e8a
fix tree items not being highlighted when active
Tim Cooper
2014-12-09 16:04:25 -04:00
-
91247c27e7
fix tree items possibly getting the wrong foreground or background
Tim Cooper
2014-12-09 15:27:08 -04:00
-
b65aa544b3
uiterm: remove TreeFunc, TreeListener types
Tim Cooper
2014-12-06 22:40:50 -04:00
-
c885441d8e
removed unneeded calls to Ui.Refresh
Tim Cooper
2014-12-06 22:38:40 -04:00
-
0019ea7cb8
uiterm: call uiDraw methods when View properties change
Tim Cooper
2014-12-06 22:34:32 -04:00
-
634e28f2d3
uiterm: add prevention of doing possibly unneeded screen flushes
Tim Cooper
2014-12-06 22:30:16 -04:00
-
54584f8e30
uiterm: change Ui.Active to return View name
Tim Cooper
2014-12-06 22:15:04 -04:00
-
00c1d9b928
uiterm: prefix View methods with ui
Tim Cooper
2014-12-06 22:12:33 -04:00
-
e026b662ce
uiterm: remove LayoutFunc, remove InputFunc type
Tim Cooper
2014-12-06 22:07:51 -04:00
-
64cdb10ffc
uiterm: split Ui.SetView into Ui.Add, Ui.SetBounds
Tim Cooper
2014-12-06 22:06:13 -04:00
-
9b0214d112
uiterm: remove *Ui argument from View methods
Tim Cooper
2014-12-06 21:55:33 -04:00
-
dc4b3a3662
uiterm: make View interface methods private
Tim Cooper
2014-12-06 21:48:11 -04:00
-
04ea502802
fix due to gumble API change
Tim Cooper
2014-12-05 10:13:12 -04:00
-
58cf9f6d8a
fix due to gumble API changes
Tim Cooper
2014-12-05 07:58:11 -04:00
-
38cc34b756
update license
Tim Cooper
2014-12-04 17:24:01 -04:00
-
1c9ce4f777
add license
Tim Cooper
2014-12-04 17:23:22 -04:00
-
50d0a0a788
add screenshot to README
Tim Cooper
2014-12-04 17:11:30 -04:00
-
562dec1e35
initial commit
Tim Cooper
2014-12-04 17:08:26 -04:00