Abdelkader Bouadjadja
ebbbc3b6d9
Fix ~ Reply to user with symbol returning Err user not found
2021-03-13 14:56:36 +04:00
Andrey Petrov
d8183dd305
Update bug_report.md
2021-02-06 09:33:28 -05:00
Andrey Petrov
37c3e52309
Delete issue_template.md
2021-02-06 09:30:05 -05:00
Andrey Petrov
8eab0c9ead
Update issue templates
2021-02-06 09:29:53 -05:00
Andrey Petrov
1a00bd81f2
go mod update
v1.10.1
2020-11-11 15:44:24 -05:00
Andrey Petrov
5fb947fa6e
Merge pull request #366 from Niwla23/dockerfiles
...
Add Dockerfile and docker-compose.yml
2020-10-29 09:48:30 -04:00
Alwin Lohrie
d42996c14b
Add Dockerfile and docker-compose.yml
2020-10-28 16:19:16 +01:00
Andrey Petrov
4fe43746fe
main: /rename should not complain when symbol is set and name is unchanged
v1.10
2020-08-03 14:13:51 -04:00
Andrey Petrov
7461ca8e39
chat/message: Use user.ID() names for mono bot theme
2020-08-03 13:57:11 -04:00
Andrey Petrov
53ae43fb1b
/motd: Add reload functionality when msg is @
2020-08-03 13:26:12 -04:00
Andrey Petrov
0c7f325499
motd.txt: Sync up the latest motd
2020-08-03 12:34:43 -04:00
Andrey Petrov
512d38d86f
Update CODE_OF_CONDUCT.md
2020-08-03 12:32:03 -04:00
Andrey Petrov
5b2c6e7d8e
README: Add CoC link
2020-08-03 11:51:56 -04:00
Andrey Petrov
b2f0496695
Update CODE_OF_CONDUCT.md
2020-08-03 11:48:40 -04:00
Andrey Petrov
d1bd40775c
Create CODE_OF_CONDUCT.md
2020-08-03 11:45:22 -04:00
Andrey Petrov
32a3860ea2
Merge pull request #352 from shazow/sponsor-prefix
...
chat, main: Add /rename op command, optional symbol prefix
2020-08-03 11:43:17 -04:00
Andrey Petrov
e0ab53500e
Merge branch 'master' into sponsor-prefix
2020-08-03 11:41:19 -04:00
Andrey Petrov
ab46dd9a98
Merge pull request #356 from shazow/focus-cmd
...
/focus: Add command to only show messages from focused users
2020-08-03 11:40:28 -04:00
Andrey Petrov
aa78d0eb22
chat: Add /focus command
...
Only show messages from focused users
2020-08-03 11:32:55 -04:00
Andrey Petrov
8cd06e33b5
set: Add Interface, ZeroValue helper
2020-08-03 11:32:16 -04:00
Andrey Petrov
a9b08a7b17
/whois: Add extra room info for admins
...
Will need to add room context to non-admins eventually too
2020-07-30 13:10:41 -04:00
Andrey Petrov
987a2e870a
chat/message: Set LastMsg during render of self public messages, fix sorting
...
Also fixed chat tests
2020-07-30 12:52:32 -04:00
Andrey Petrov
86b70a1fc7
chat: go fmt
2020-07-30 12:05:38 -04:00
Andrey Petrov
fa8df8140d
Merge pull request #355 from pavelz/my_name_last_autocomplete
...
main: Autocomplete deprioritize own name
2020-07-30 12:03:35 -04:00
Andrey Petrov
7822904afc
chat/message: Fix RecentActiveUsers sort order
2020-07-30 12:02:07 -04:00
Pavel Zaitsev
5885f7fbdd
updated tests, moved code closer to the caller.
...
* addded condition for zero time on lastMsg.
* removed extra paramter in NamePrefix
* moved code from NamePrefix to completeName
* removed extra parameter in tests calling to NamePrefix
2020-07-29 18:23:34 -04:00
Pavel Zaitsev
e5374b7111
update, to fix tests.
2020-07-24 10:44:23 -04:00
Pavel Zaitsev
5ff2ea085b
in autocomplete list moves your name to last item in the list of sorted current users
2020-07-24 10:16:29 -04:00
Andrey Petrov
208a6a4712
Merge pull request #353 from pavelz/show_admin_status
...
/whois: Show op status for ops
2020-07-20 12:27:34 -04:00
Pavel Zaitsev
b6a8763f3b
updated in line with comments in PR
...
* reduce change footprint to parameter list
* moved Op flag display to last line as to not break bots
2020-07-16 20:57:48 -04:00
Andrey Petrov
d4a5299e1c
Merge pull request #354 from lucash-diskkun/master2
...
chat: Sort /names output
2020-07-16 13:29:38 -04:00
Lucas Hourahine
09c8bbdd4c
sorting nicks on /names and /list
2020-07-16 13:25:14 -04:00
Pavel Zaitsev
5f201e0f20
now if both are ops it will be reflected in output of whois command
2020-07-07 23:24:25 -04:00
Andrey Petrov
ced5767bbb
main: Add symbol support
2020-06-24 13:53:24 -04:00
Andrey Petrov
cb0bdc8e0e
chat: Use user.ID() instead of user.Name()
2020-06-24 13:53:14 -04:00
Andrey Petrov
36843252b4
chat, main: Add /rename op command
2020-06-24 12:36:02 -04:00
Andrey Petrov
3c4d90cfc1
Merge pull request #350 from shazow/shazow-patch-1
...
.github: Improve CI test step
2020-05-01 12:03:20 -04:00
Andrey Petrov
8f854130fa
.github: Improve CI test step
2020-05-01 11:50:16 -04:00
Andrey Petrov
fb4be4b24d
.github: Add github action for CI
2020-05-01 11:49:42 -04:00
Andrey Petrov
544f208473
chat: Fix ignore test, reduce flakeyness
2020-05-01 11:41:35 -04:00
Andrey Petrov
fda705a2dc
chat: Clean up ignore comparisons
2020-05-01 11:41:19 -04:00
Abdelkader Bouadjadja
6fe0b40327
Ignored people still show up when they send private /msg
2020-04-30 05:09:21 +04:00
Abdelkader Bouadjadja
fde04365ac
Fix test comment
2020-04-30 00:34:40 +04:00
Abdelkader Bouadjadja
7169ee1240
Ignored people still show up when they /me
emote
2020-04-30 00:28:06 +04:00
Andrey Petrov
403bb5911b
Merge pull request #347 from shazow/fix-key-parse
...
main: Use new x/crypto/ssh key parsing helpers
2020-04-20 15:36:38 -04:00
Andrey Petrov
daad9ba07b
main: Use x/crypto/ssh helpers for parsing passworded keys
2020-04-20 15:34:42 -04:00
Andrey Petrov
5c71e9b242
go mod: Update, mostly for x/crypto
2020-04-20 15:34:28 -04:00
Andrey Petrov
6aa7a42083
Merge pull request #343 from shazow/term-bot-nopty
...
sshd: Terminal.Term() fallback to Env TERM
v1.9
2020-04-17 12:28:27 -04:00
Andrey Petrov
f113a130ae
sshd: Terminal.Term() fallback to Env TERM
2020-04-17 12:22:31 -04:00
Andrey Petrov
b9aa7a6a0c
main: Sort flags, unhide --unsafe-passphrase for now
2020-04-16 12:56:15 -04:00