Compare commits

...

14 Commits

Author SHA1 Message Date
Alexander eb691f4ab6 chose -> choose 2023-01-28 00:52:44 +00:00
Alexander 5a27f6161d include changed suggested by khuxkm on the PR 2023-01-27 11:37:13 +00:00
Alexander bcfd075ec1 minor text corrections, make a few things clearer
add a note to readme how to preview from a tilde server
2023-01-26 00:03:22 +00:00
Alexander e4cb28f141 Merge branch 'master' of tildegit.org:tildeverse/tilde.chat 2023-01-25 23:28:14 +00:00
Alexander bc53ed9220 formatting 2023-01-25 22:54:36 +00:00
Alexander d548e43c00 use irc.tilde.chat and ssl connection 2023-01-25 22:51:02 +00:00
Alexander 1644f446ce secure password 2023-01-25 21:32:51 +00:00
Alexander a13374385a note about settings 2023-01-25 21:12:10 +00:00
Alexander 27a5527fcc formatting 2023-01-25 20:05:19 +00:00
Alexander 03978df9d1 formatting 2023-01-25 20:04:23 +00:00
Alexander 0bba795b1c wiki link again 2023-01-25 20:03:19 +00:00
Alexander 16cd767e10 wiki link 2023-01-25 20:02:24 +00:00
Alexander 9f135e2e1e change to plain connection to avoid cert error 2023-01-25 19:59:55 +00:00
Alexander fd4acdaace add a quick start page for weechat on tilde machine 2023-01-25 19:51:52 +00:00
2 changed files with 13 additions and 7 deletions

View File

@ -30,6 +30,11 @@ php -S localhost:9000
this will run your site at http://localhost:9000/
if you are running the development server on your tilde account, you
will not be able to access it on (hostname):9000 because it only runs
on localhost, but you can create a tunnel with
ssh -L 9000:localhost:9000
to access from your localhost:9000 address
* edit as needed!

View File

@ -18,19 +18,20 @@ Start weechat on your linux shell and type the following commands:
/connect tilde
This will connect you to the irc network via a secure connection. The
username used is the same as your linux account, this is should be
unique, if it is not you will be called username1 or similar, then you
should chose another nickname. You do that by using the /nick command
username used is your linux account, this has to be unique, if someone
else registered your name already and is online you will be called
**username1** or similar, then you should choose another nickname. You
do that with
/nick newusername
(If you didn't chose a username that is unique in the tilde network,
(If you didn't choose a username that is unique in the tilde network,
you had kind of bad luck.)
## Register
You now can register your username using your tilde email address as
described here: [intro to nicks](nicks.html)
described here: [intro to nicks](nicks)
## Setting login credentials
@ -67,13 +68,13 @@ in /whois you can use
/set irc.server.tilde.realname "My real name"
You can join multiple channels with /j #channel or start private
conversatins with /msg nickname and navigate between the different
conversations with /msg nickname and navigate between the different
windows with Control-n and Control-p
To automatically connect to the tilde server on startup use
/set irc.server.tilde.autoconnect on
For more information about the program, see the
For more information about weechat, see the
[manual](https://weechat.org/files/doc/stable/weechat_user.en.html)