ellipticcurv3
01bb599f56
Amend: put `.string()` back
...
I have no idea why it disappeared
5 years ago
ellipticcurv3
3821891898
Made the dev flag actually usable
...
With this commit it is possible to set the dev flag to true, which will allow you to send and receive chat messages in dev channels only. You can use this to test kbtui without being disruptive.
5 years ago
Gregory Rudolph
9a71d50ab7
Remove unused import
5 years ago
Gregory Rudolph
db08278780
Remove auto-RAMRAPE and instead have it triggered on command
5 years ago
Gregory Rudolph
cd79a10528
Fix ReplaceAll so that standard repo go can compile
5 years ago
Gregory Rudolph
a5f017de45
Merge pull request #48 from C0DK/show-follow
...
Show follow
5 years ago
Gregory Rudolph
5c5ebc1d45
Merge branch 'dev' into show-follow
5 years ago
Gregory Rudolph
3d353b33e8
Merge pull request #49 from C0DK/fix-formatting-shit
...
minor formatting fixes
5 years ago
Casper Weiss Bang
023f22a1ea
More User Info
...
Added:
- `/inspect` (`/id`)
- `/follow`
- `/unfollow`
5 years ago
Casper Weiss Bang
bc7ef238de
minor formatting fixes
5 years ago
Gregory Rudolph
e91506d319
Merge branch 'dev' of https://github.com/rudi9719/kbtui into dev
5 years ago
Gregory Rudolph
dc67abb1a3
Merge pull request #45 from C0DK/format-fixes
...
Revised some styling elements
5 years ago
Casper Weiss Bang
1d95fea9f3
Revised some styling elements
...
- Colored block codes in a whole block
- Colored quotes
- Fixed a few bugs
5 years ago
Gregory Rudolph
74da5c530e
Merge pull request #43 from Rudi9719/Rudi9719-ebuild
...
Rudi9719 ebuild
5 years ago
Gregory Rudolph
430c427487
Delete go.sum
5 years ago
Gregory Rudolph
d02dd317a5
Delete go.mod
5 years ago
Gregory Rudolph
90d336988e
Merge pull request #41 from Rudi9719/dev
...
Dev
5 years ago
Gregory Rudolph
69b5442ac9
Merge pull request #39 from haukened/fix-list-populate
...
Fix list populate
5 years ago
David Haukeness
27261223f0
updated populateChat() to call populateList() to mark chat messages as read when joining a channel or refreshing the chat
5 years ago
Gregory Rudolph
aa01e9cb40
Fix <code> tag formatting to show code properly
5 years ago
David Haukeness
e4784e4fb2
updated function names
5 years ago
David Haukeness
80896e5323
Merge remote-tracking branch 'upstream/dev' into feature-scrolling
5 years ago
David Haukeness
e1c8890721
updated to not scroll past the bottom of the chat
5 years ago
Gregory Rudolph
4ac523e7f7
Merge pull request #36 from haukened/dev
...
Adding `/exec` functionality
5 years ago
David Haukeness
37dc6b8d4f
added autoScrollView() on joining channel
5 years ago
David Haukeness
60c5302aec
added scrolling functionality
5 years ago
David Haukeness
bf0c271d2a
updated to use instead of
5 years ago
David Haukeness
5e6e97d7f6
updated to have lastChat var and new keybinding for CTRL+z
5 years ago
David Haukeness
4a7818c79e
updated to fill in lastChat
5 years ago
David Haukeness
f890a6e56c
added initial cmdExec
5 years ago
David Haukeness
e60f65d59c
updated to remove old emoji and add execcmd
5 years ago
Gregory Rudolph
938d6c855c
Merge pull request #34 from haukened/dev
...
Unicode Emoji Support
5 years ago
David Haukeness
549e9f8ad6
removed UNICODE_EMOJI_SUPPORT var in favor of new config schema
5 years ago
David Haukeness
a03b5ff630
updated to use new config variable
5 years ago
David Haukeness
e67b0e4265
resolving merge conflicts
5 years ago
David Haukeness
d74ac7b1e1
re-adding config file at community request
5 years ago
Gregory 'Rudi' Rudolph
e1f0314b87
Merge branch 'fix/go-modules' of https://github.com/Tjzabel/kbtui into dev
5 years ago
Gregory 'Rudi' Rudolph
384d0cfd9c
Merge branch 'tab-fix-01' of https://github.com/haukened/kbtui into dev
5 years ago
Gregory 'Rudi' Rudolph
33551d9c8b
Merge branch 'ColorsAndConfigCleanup' of keybase://team/kbtui.dev.dxb/kbtui into dev
5 years ago
Sam
876668d3aa
Use github.com/pelletier/go-toml instead of github.com/BurntSushi/toml
5 years ago
Sam
05afd348d0
Load default config first, so missing values remain default
5 years ago
Sam
a8e0ed17b9
Add unicode_emojis flag to config
5 years ago
Sam
99922c2582
Update config to be more uniform
5 years ago
David Haukeness
0812c57a6a
added travis to gitignore
5 years ago
David Haukeness
8c0e6211aa
set error message back to the way it was. was trying a change to track an error
5 years ago
David Haukeness
de5f7da139
fixed error where unicode emojis were missing
5 years ago
David Haukeness
2fb6bb0bc0
added emoji unicode and resolution support
5 years ago
David Haukeness
4cc825860e
added emoji config file support
5 years ago
David Haukeness
1e6e34fbc5
removed config file, added to gitignore
5 years ago
David Haukeness
de05697c89
reverting main.go to upstream
5 years ago