Commit Graph

  • b73b45640c host: Fix /msg vs /reply message formatting v1.11-rc2 Andrey Petrov 2021-04-06 09:28:48 -04:00
  • 7a783d46af sshd, chat/message: Add more debug logging for close failures v1.11-rc1 Andrey Petrov 2021-04-05 11:06:44 -04:00
  • 3848014d41 main: Update host_test.go to pass vet, use errgroup Andrey Petrov 2021-03-26 12:49:08 -04:00
  • 3f81d84cf1 cmd/ssh-chat: Use x/term instead of howeyc/gopass, update prompt Andrey Petrov 2021-03-26 12:26:18 -04:00
  • 4840634434 go mod update Andrey Petrov 2021-03-26 12:17:55 -04:00
  • 61c4c68fa7
    Merge 293921480ba610bbc85c20446d35c6b8b8efb8bd into 8257ada10de9e1f515a91c93f63a53cbf855cf06 Erwan 2021-03-18 22:02:28 -04:00
  • 92af4dc5fa Added away users to output Akshay 2021-03-15 08:29:29 -07:00
  • 8257ada10d host: Factor out PM code, add away status Andrey Petrov 2021-03-15 11:07:52 -04:00
  • 9329227403 chat: /away tweaks Andrey Petrov 2021-03-15 10:23:33 -04:00
  • 0338cb824d chat: Added support for user away status, fixes #377 Akshay 2021-03-13 08:34:49 -08:00
  • 40c81e622b
    chat: Simplify /away command Andrey Petrov 2021-03-15 10:23:33 -04:00
  • c3b9883270 reverted changes made for /list Akshay 2021-03-14 09:21:22 -07:00
  • 87e897db37 Update away time to be time since marked away Akshay 2021-03-14 09:12:22 -07:00
  • d1092f349b added /away -> back message Akshay 2021-03-13 15:35:18 -08:00
  • 04307ddcc5 updated /away feature Akshay 2021-03-13 15:32:10 -08:00
  • 7cf8f131bf made away toggle status, like irc Akshay 2021-03-13 08:45:55 -08:00
  • 2e3b362e03 Added support for user status, fixes #377 Akshay 2021-03-13 08:34:49 -08:00
  • c8bfc34704
    Merge pull request #376 from medinae/reply-to-user-with-symbol-fix Andrey Petrov 2021-03-13 10:08:49 -05:00
  • ebbbc3b6d9 Fix ~ Reply to user with symbol returning Err user not found Abdelkader Bouadjadja 2021-03-13 14:56:36 +04:00
  • 3910fa233a
    Update command.go epicgoldenlife 2021-03-04 10:29:52 -05:00
  • d8183dd305
    Update bug_report.md Andrey Petrov 2021-02-06 09:33:28 -05:00
  • 37c3e52309
    Delete issue_template.md Andrey Petrov 2021-02-06 09:30:05 -05:00
  • 8eab0c9ead Update issue templates Andrey Petrov 2021-02-06 09:29:53 -05:00
  • 3ded13c13e
    Update README.md RoboticObsession 2021-01-31 17:24:44 +01:00
  • 1a00bd81f2 go mod update v1.10.1 Andrey Petrov 2020-11-11 15:44:24 -05:00
  • 5fb947fa6e
    Merge pull request #366 from Niwla23/dockerfiles Andrey Petrov 2020-10-29 09:48:30 -04:00
  • d42996c14b Add Dockerfile and docker-compose.yml Alwin Lohrie 2020-10-28 16:19:16 +01:00
  • e63114cb94 Added option to disable rate limiting takeshix 2020-10-21 11:26:17 +02:00
  • 4fe43746fe main: /rename should not complain when symbol is set and name is unchanged v1.10 Andrey Petrov 2020-08-03 14:13:51 -04:00
  • 7461ca8e39 chat/message: Use user.ID() names for mono bot theme Andrey Petrov 2020-08-03 13:57:11 -04:00
  • 53ae43fb1b /motd: Add reload functionality when msg is @ Andrey Petrov 2020-08-03 13:26:12 -04:00
  • 0c7f325499 motd.txt: Sync up the latest motd Andrey Petrov 2020-08-03 12:34:43 -04:00
  • 512d38d86f
    Update CODE_OF_CONDUCT.md Andrey Petrov 2020-08-03 12:32:03 -04:00
  • 5b2c6e7d8e
    README: Add CoC link Andrey Petrov 2020-08-03 11:51:56 -04:00
  • b2f0496695
    Update CODE_OF_CONDUCT.md Andrey Petrov 2020-08-03 11:48:40 -04:00
  • d1bd40775c
    Create CODE_OF_CONDUCT.md Andrey Petrov 2020-08-03 11:45:22 -04:00
  • 32a3860ea2
    Merge pull request #352 from shazow/sponsor-prefix Andrey Petrov 2020-08-03 11:43:17 -04:00
  • e0ab53500e
    Merge branch 'master' into sponsor-prefix Andrey Petrov 2020-08-03 11:41:19 -04:00
  • ab46dd9a98
    Merge pull request #356 from shazow/focus-cmd Andrey Petrov 2020-08-03 11:40:28 -04:00
  • aa78d0eb22 chat: Add /focus command focus-cmd Andrey Petrov 2020-08-03 11:32:55 -04:00
  • 8cd06e33b5 set: Add Interface, ZeroValue helper Andrey Petrov 2020-08-03 11:32:16 -04:00
  • a9b08a7b17 /whois: Add extra room info for admins Andrey Petrov 2020-07-30 13:10:41 -04:00
  • 987a2e870a chat/message: Set LastMsg during render of self public messages, fix sorting Andrey Petrov 2020-07-30 12:52:32 -04:00
  • 86b70a1fc7 chat: go fmt Andrey Petrov 2020-07-30 12:05:38 -04:00
  • fa8df8140d
    Merge pull request #355 from pavelz/my_name_last_autocomplete Andrey Petrov 2020-07-30 12:03:35 -04:00
  • 7822904afc
    chat/message: Fix RecentActiveUsers sort order Andrey Petrov 2020-07-30 12:02:07 -04:00
  • 5885f7fbdd updated tests, moved code closer to the caller. Pavel Zaitsev 2020-07-27 19:11:03 -04:00
  • e5374b7111 update, to fix tests. Pavel Zaitsev 2020-07-24 10:44:23 -04:00
  • 5ff2ea085b in autocomplete list moves your name to last item in the list of sorted current users Pavel Zaitsev 2020-07-24 10:16:29 -04:00
  • 208a6a4712
    Merge pull request #353 from pavelz/show_admin_status Andrey Petrov 2020-07-20 12:27:34 -04:00
  • 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 Pavel Zaitsev 2020-07-15 00:32:53 -04:00
  • d4a5299e1c
    Merge pull request #354 from lucash-diskkun/master2 Andrey Petrov 2020-07-16 13:29:38 -04:00
  • 09c8bbdd4c sorting nicks on /names and /list Lucas Hourahine 2020-07-16 13:25:14 -04:00
  • 5f201e0f20 now if both are ops it will be reflected in output of whois command Pavel Zaitsev 2020-07-07 23:24:25 -04:00
  • ced5767bbb main: Add symbol support Andrey Petrov 2020-06-24 13:53:24 -04:00
  • cb0bdc8e0e chat: Use user.ID() instead of user.Name() Andrey Petrov 2020-06-24 13:53:14 -04:00
  • 36843252b4 chat, main: Add /rename op command Andrey Petrov 2020-06-24 12:36:02 -04:00
  • 3c4d90cfc1
    Merge pull request #350 from shazow/shazow-patch-1 Andrey Petrov 2020-05-01 12:03:20 -04:00
  • 8f854130fa
    .github: Improve CI test step shazow-patch-1 Andrey Petrov 2020-05-01 11:50:16 -04:00
  • fb4be4b24d
    .github: Add github action for CI Andrey Petrov 2020-05-01 11:49:42 -04:00
  • 544f208473 chat: Fix ignore test, reduce flakeyness Andrey Petrov 2020-05-01 11:41:35 -04:00
  • fda705a2dc chat: Clean up ignore comparisons Andrey Petrov 2020-05-01 11:41:19 -04:00
  • 6fe0b40327 Ignored people still show up when they send private /msg Abdelkader Bouadjadja 2020-04-30 05:09:21 +04:00
  • fde04365ac Fix test comment Abdelkader Bouadjadja 2020-04-30 00:34:40 +04:00
  • 7169ee1240 Ignored people still show up when they /me emote Abdelkader Bouadjadja 2020-04-30 00:28:06 +04:00
  • 403bb5911b
    Merge pull request #347 from shazow/fix-key-parse Andrey Petrov 2020-04-20 15:36:38 -04:00
  • daad9ba07b main: Use x/crypto/ssh helpers for parsing passworded keys fix-key-parse Andrey Petrov 2020-04-20 15:34:42 -04:00
  • 5c71e9b242 go mod: Update, mostly for x/crypto Andrey Petrov 2020-04-20 15:34:28 -04:00
  • 6aa7a42083
    Merge pull request #343 from shazow/term-bot-nopty v1.9 Andrey Petrov 2020-04-17 12:28:27 -04:00
  • f113a130ae sshd: Terminal.Term() fallback to Env TERM Andrey Petrov 2020-04-17 12:22:31 -04:00
  • b9aa7a6a0c main: Sort flags, unhide --unsafe-passphrase for now Andrey Petrov 2020-04-16 12:56:15 -04:00
  • adef8d65a2
    Merge pull request #342 from shazow/unsafe-password Andrey Petrov 2020-04-16 12:46:32 -04:00
  • 99d303e196 main: Add extraHelp Andrey Petrov 2020-04-16 12:44:20 -04:00
  • 6e9705faf5 main: Clarify passphrase shenanigans Andrey Petrov 2020-04-16 12:32:12 -04:00
  • b1bce027ad main: Force passphrase auth even with pubkey auth Andrey Petrov 2020-04-16 11:30:13 -04:00
  • 3b8e644c9e
    Merge pull request #341 from shazow/term-bot Andrey Petrov 2020-04-16 11:07:06 -04:00
  • 77143ad1e6 main: Add --unsafe-passphrase Andrey Petrov 2020-04-15 14:19:28 -04:00
  • 096b548200
    Create FUNDING.yml Andrey Petrov 2020-04-14 11:13:33 -04:00
  • a3f41865fd main: Skip prompt, highlight, autocomplete in bot mode Andrey Petrov 2020-04-13 11:33:12 -04:00
  • 5055bbc859 sshd: Remove temporary "Connecting..." prompt Andrey Petrov 2020-04-13 11:32:38 -04:00
  • cce7defd5e main: Add TERM=bot handling for Host Andrey Petrov 2020-04-13 11:23:11 -04:00
  • 2076980aea chat/message: Add UserConfig.Echo Andrey Petrov 2020-04-13 11:22:53 -04:00
  • c0f9814ae1 chat: Disable broken TestIgnore test Andrey Petrov 2020-04-13 10:55:41 -04:00
  • fdfdcf96b7 main, sshd: Add comments and TODOs Andrey Petrov 2020-04-12 13:04:53 -04:00
  • fe84822f5d Get the term value Chris Miller 2020-01-10 01:18:32 +00:00
  • dd2fadd6c1 Apply env vars SSHCHAT_TIMESTAMP and SSHCHAT_THEME Chris Miller 2020-01-10 00:52:12 +00:00
  • c0a2f32bd4 Wait for shell Chris Miller 2020-01-10 00:37:51 +00:00
  • 5dfa194ec8
    Merge pull request #309 from shazow/req-env Andrey Petrov 2020-04-12 12:36:07 -04:00
  • 5bad08c340 sshd/terminal: gofmt Andrey Petrov 2020-04-01 20:40:56 -04:00
  • 2fb89142a5
    Merge pull request #339 from yumaokao/cjk-fullwidth Andrey Petrov 2020-04-01 20:37:43 -04:00
  • 8c7ea173ad sshd/terminal: Add fullwidth check for CJK in visualLength yumaokao 2020-03-21 19:57:39 +08:00
  • 80ddf1f43a
    Merge pull request #338 from 42wim/f-imports Andrey Petrov 2020-03-08 18:46:26 -04:00
  • d8f9bc9006 Remove import comment. Fixes #337 Wim 2020-03-08 23:32:02 +01:00
  • 6701cbcbf7
    sshd: Fix env error check req-env Andrey Petrov 2020-01-10 09:25:59 -05:00
  • 63f306f619 Get the term value Chris Miller 2020-01-10 01:18:32 +00:00
  • be2d9ffbab Apply env vars SSHCHAT_TIMESTAMP and SSHCHAT_THEME Chris Miller 2020-01-10 00:52:12 +00:00
  • 51d91394de Read env var Chris Miller 2020-01-10 00:49:47 +00:00
  • 9c16fca6c4 Wait for shell Chris Miller 2020-01-10 00:37:51 +00:00
  • 01e1c81882 sshd: Add Terminal.Env() Andrey Petrov 2019-03-24 13:41:33 -04:00
  • c8f7062c9b Command shouldn't look like chat message Chris Miller 2020-01-09 22:51:13 +00:00