From: Art Cancro Date: Thu, 22 Feb 2024 21:28:00 +0000 (-0500) Subject: Updated the text client command set help X-Git-Tag: v999~37 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=ff8b822cefb034b780dc3c8b1f2c679191a168d9 Updated the text client command set help --- diff --git a/textclient/citadel.c b/textclient/citadel.c index a2875ef70..ba1be6cb3 100644 --- a/textclient/citadel.c +++ b/textclient/citadel.c @@ -2,13 +2,7 @@ // // Copyright (c) 1987-2022 by the citadel.org team // -// This program is open source software. Use, duplication, and/or -// disclosure is subject to the GNU General Purpose License version 3. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This program is open source software. Use, duplication, or disclosure is subject to the GNU General Public License version 3. #include "textclient.h" diff --git a/textclient/citadel_ipc.c b/textclient/citadel_ipc.c index 1a5164d7f..3b3cb4593 100644 --- a/textclient/citadel_ipc.c +++ b/textclient/citadel_ipc.c @@ -1,12 +1,6 @@ // Copyright (c) 1987-2022 by the citadel.org team // -// This program is open source software. Use, duplication, and/or -// disclosure is subject to the GNU General Purpose License version 3. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This program is open source software. Use, duplication, or disclosure is subject to the GNU General Public License version 3. #include "textclient.h" diff --git a/textclient/client_chat.c b/textclient/client_chat.c index 0ce8d9243..2469e5bc3 100644 --- a/textclient/client_chat.c +++ b/textclient/client_chat.c @@ -2,13 +2,7 @@ // // Copyright (c) 1987-2016 by the citadel.org team // -// This program is open source software. Use, duplication, and/or -// disclosure is subject to the GNU General Purpose License version 3. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This program is open source software. Use, duplication, or disclosure is subject to the GNU General Public License version 3. #include "textclient.h" diff --git a/textclient/client_passwords.c b/textclient/client_passwords.c index d2992bee0..21b0906c7 100644 --- a/textclient/client_passwords.c +++ b/textclient/client_passwords.c @@ -1,10 +1,8 @@ -// Functions which allow the client to remember usernames and passwords for -// various sites. +// Functions which allow the client to remember usernames and passwords for various sites. // // Copyright (c) 1987-2023 by the citadel.org team // -// This program is open source software. Use, duplication, and/or -// disclosure is subject to the GNU General Purpose License version 3. +// This program is open source software. Use, duplication, or disclosure is subject to the GNU General Public License version 3. #include "textclient.h" diff --git a/textclient/commands.c b/textclient/commands.c index cf3576d87..c241f014d 100644 --- a/textclient/commands.c +++ b/textclient/commands.c @@ -1,19 +1,11 @@ -// This file contains functions which implement parts of the -// text-mode user interface. +// This file contains functions which implement parts of the text-mode user interface. // -// Copyright (c) 1987-2022 by the citadel.org team +// Copyright (c) 1987-2024 by the citadel.org team // -// This program is open source software. Use, duplication, and/or -// disclosure is subject to the GNU General Purpose License version 3. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This program is open source software. Use, duplication, or disclosure is subject to the GNU General Public License version 3. #include "textclient.h" - // The help "files" are now just an embedded set of Very Long Strings. helpnames[] is // an array of "file names" and helptexts[] is the "content". @@ -42,11 +34,14 @@ char *helptexts[] = { " G Goto next room which has UNREAD messages.\n" " H Help. Same as '?'\n" " I Reads the Information file for this room.\n" + " J Jump to any named room (same as <.G>oto)\n" " K List of Known rooms.\n" " L Reads the last five messages in the room.\n" + " M Go to your private Mail room\n" " N Reads all new messages in the room.\n" " O Reads all old messages, backwards.\n" " P Page another user (send an instant message)\n" + " Q Quiet mode on/off (disables receiving instant messages)\n" " R Reads all messages in the room, in reverse order.\n" " S Skips current room without making its messages old.\n" " T Terminate (logout)\n" @@ -342,9 +337,6 @@ char *helptexts[] = { " you can specify a partial match\n" "\n" " <.> ead extfile formatted File 'download' commands.\n" - " <.> ead file using modem \n" - " <.> ead file using modem \n" - " <.> ead file using modem \n" " <.> ead ile unformatted \n" " <.> ead irectory \n" "\n" diff --git a/textclient/ipc_c_tcp.c b/textclient/ipc_c_tcp.c index 0a448c97d..9124cf943 100644 --- a/textclient/ipc_c_tcp.c +++ b/textclient/ipc_c_tcp.c @@ -2,14 +2,7 @@ // // Copyright (c) 1987-2018 by the citadel.org team // -// This program is open source software. Use, duplication, and/or -// disclosure is subject to the GNU General Purpose License version 3. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. - +// This program is open source software. Use, duplication, or disclosure is subject to the GNU General Public License version 3. #include "textclient.h" diff --git a/textclient/messages.c b/textclient/messages.c index 9f7d43172..343d2064f 100644 --- a/textclient/messages.c +++ b/textclient/messages.c @@ -6,13 +6,7 @@ // // Copyright (c) 1987-2022 by the citadel.org team // -// This program is open source software. Use, duplication, and/or -// disclosure is subject to the GNU General Purpose License version 3. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This program is open source software. Use, duplication, or disclosure is subject to the GNU General Public License version 3. #include "textclient.h" diff --git a/textclient/rooms.c b/textclient/rooms.c index 5e4d2c4f3..81ece7f72 100644 --- a/textclient/rooms.c +++ b/textclient/rooms.c @@ -2,8 +2,7 @@ // // Copyright (c) 1987-2023 by the citadel.org team // -// This program is open source software. Use, duplication, or disclosure -// is subject to the terms of the GNU General Public License, version 3. +// This program is open source software. Use, duplication, or disclosure is subject to the GNU General Public License version 3. #include "textclient.h" diff --git a/textclient/routines.c b/textclient/routines.c index 7db33c0b3..ab9254eb4 100644 --- a/textclient/routines.c +++ b/textclient/routines.c @@ -2,13 +2,7 @@ // // Copyright (c) 1987-2016 by the citadel.org team // -// This program is open source software. Use, duplication, and/or -// disclosure is subject to the GNU General Purpose License version 3. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This program is open source software. Use, duplication, or disclosure is subject to the GNU General Public License version 3. #include "textclient.h" diff --git a/textclient/routines2.c b/textclient/routines2.c index 10bd06404..de1f2db1f 100644 --- a/textclient/routines2.c +++ b/textclient/routines2.c @@ -2,13 +2,7 @@ // // Copyright (c) 1987-2017 by the citadel.org team // -// This program is open source software. Use, duplication, and/or -// disclosure is subject to the GNU General Purpose License version 3. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This program is open source software. Use, duplication, or disclosure is subject to the GNU General Public License version 3. #include "textclient.h" diff --git a/textclient/screen.c b/textclient/screen.c index ea4fc5d9e..30cf3d9bb 100644 --- a/textclient/screen.c +++ b/textclient/screen.c @@ -2,13 +2,7 @@ // // Copyright (c) 1987-2021 by the citadel.org team // -// This program is open source software. Use, duplication, and/or -// disclosure is subject to the GNU General Purpose License version 3. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This program is open source software. Use, duplication, or disclosure is subject to the GNU General Public License version 3. #include "textclient.h" diff --git a/textclient/textclient.h b/textclient/textclient.h index 9039b0321..abb00838f 100644 --- a/textclient/textclient.h +++ b/textclient/textclient.h @@ -1,7 +1,7 @@ // Copyright (c) 1987-2024 by the citadel.org team // // This program is open source software. Use, duplication, or disclosure -// is subject to the GNU General Purpose License version 3. +// is subject to the GNU General Public License version 3. #define UDS "_UDS_" #define DEFAULT_HOST "localhost" diff --git a/textclient/tuiconfig.c b/textclient/tuiconfig.c index cdb7872aa..28a10ed15 100644 --- a/textclient/tuiconfig.c +++ b/textclient/tuiconfig.c @@ -2,13 +2,7 @@ // // Copyright (c) 1987-2022 by the citadel.org team // -// This program is open source software. Use, duplication, and/or -// disclosure is subject to the GNU General Purpose License version 3. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This program is open source software. Use, duplication, or disclosure is subject to the GNU General Public License version 3. #include "textclient.h"