59 Commits

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