From 29ffacdfe4f44cb100292a6a5accdb4772d0245f Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Thu, 21 Oct 2021 17:07:19 +0530 Subject: update irc --- irc.html | 36 +++++------------------------------- 1 file changed, 5 insertions(+), 31 deletions(-) diff --git a/irc.html b/irc.html index cbfed4d..0d2e332 100644 --- a/irc.html +++ b/irc.html @@ -75,11 +75,8 @@ Once you register your nick it becomes your account name. It is the name with wh You should enable SASL in your client. For clients like Hexchat the Username field needs to be populated with the name that you registered. -If your client doesn't support SASL, there are potential workarounds; -you may be able to script your client to authenticate to NickServ -automatically, with `/msg NickServ identify nickname password`. - -Ask in #help for support with this. +If your client doesn't support SASL, then update to a good client! +Or you can use PASS 3. What are the benefits of registering my nickname? @@ -92,34 +89,11 @@ as an "IRC bouncer" on your behalf. Specifically: c. Optionally, the server can keep you present on the server even if you have no connected clients. To enable this, use the following command: `/msg NickServ set always-on true` - d. You will be able to receive history playback (see below). - -You can also request a vhost in the channel #help (i.e., a fake hostname that will be displayed -in place of your cloaked IP-based hostname). - - -4. History Playback. - -1 If you set your client to `always-on` (see the previous section for details), you can set a "device ID" for each device you use. Oragono will then remember the last time your device was present on the server, and each time you sign on, it will attempt to replay exactly those messages you missed. -2 You can set the SASL Username as `nick@phone` or `nick@laptop` while connecting. This allows you to fetch history based on your "DeviceID" which is `phone` or `laptop` in these cases. -3 If you only have one device, you can set your client to be always-on and furthermore `/NS SET autoreplay-missed true`. This will replay missed messages, with the caveat that you must be connecting with at most one client at a time. -4 You can autoreplay a fixed number of lines (e.g., 25) each time you join a channel using `/NS SET autoreplay-lines 25`. -5 You can manually request history using `/history #channel 1h` (the parameter is either a message count or a time duration). (Depending on your client, you may need to use `/QUOTE history` instead.) -6 You can also enable history for private messages called `DMs` by passing the following command: `/NS SET dm-history true`. - -#### Sessions and Clients - -- You can check how many of your sessions are online with `/NS SESSIONS `and the idle times for those. -- You can list your clients in further detail with `/NS CLIENTS list` -- You can use `/NS CLIENTS logout client-id/all` to either logout a single session or all sessions. - - - - - - + d. You will be able to receive history playback. +For more information checkout the UserGuide and +the Manual. -- cgit v1.2.3 From fdf33c686fc7880e792014ffc7d846c401ae804f Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Thu, 21 Oct 2021 20:24:27 +0530 Subject: update irc and add a basic SSO page Signed-off-by: Pratyush Desai --- irc.html | 11 ++++++----- sso.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 5 deletions(-) create mode 100644 sso.html diff --git a/irc.html b/irc.html index 0d2e332..5babe9c 100644 --- a/irc.html +++ b/irc.html @@ -17,6 +17,7 @@ │ │─┤ └─┐ │─┤ └─┘ ┘ │ ──┘ ┘ │ +

IRC

 
@@ -61,9 +62,9 @@ Account registration FAQ
 
 1. How do I register my nickname / account?
 
-Use this command, substituting your desired password and e-mail address:
+Use this command, substituting your desired password:
 
-/msg NickServ register mySecretPassword
+  /msg NickServ register mySecretPassword
 
 You can also register on this page here
 
@@ -72,11 +73,11 @@ Once you register your nick it becomes your account name. It is the name with wh
 
 2. How do I authenticate to my nickname?
 
-You should enable SASL in your client. For clients like Hexchat the Username field needs to be populated with the name that you registered.
+You should enable SASL in your client. 
 
 
-If your client doesn't support SASL, then update to a good client!
-Or you can use PASS 
+ - If your client doesn't support SASL, then update to a good client!
+ - Alternatively, you can use the "PASS" method
 
 3. What are the benefits of registering my nickname?
 
diff --git a/sso.html b/sso.html
new file mode 100644
index 0000000..fb869f5
--- /dev/null
+++ b/sso.html
@@ -0,0 +1,44 @@
+
+
+
+
+
+  
+LibertaCasa - git
+
+
+
+
+┬   ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
+│    │  │─│ │─  │┬┘  │  │─┤
+┘─┘ └┴┘ │─┘ ┴─┘ │└┘  ┘  ┘ │
+
+┌─┐ ┬─┐ ┐─┐ ┬─┐
+│   │─┤ └─┐ │─┤
+└─┘ ┘ │ ──┘ ┘ │
+
+ +

Single Sign On

+
+   

With a growing list of services, it becomes apparent that multiple logins aren't LUSER friendly. + This is being attempted to be resolved by a Single Sign On system. It is a work in progress with + many already having been integrated such as XMPP, Gitea, Etherpad etc.

+ + Registering for SSO + ===================== + + 1. Click here and then click on the "Manage" button. + 2. Fill up the fields and ensure the email is valid as it shall recieve a confirmation link. + 3. Once you Verify your account you can log into the sso-enabled services using the same credentials. + + + + + + + +
+ + \ No newline at end of file -- cgit v1.2.3 From 806d6fa2e7b86538ce28356488da4cfe03af5085 Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Sat, 23 Oct 2021 07:34:52 +0530 Subject: fixing sso.html --- sso.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sso.html b/sso.html index fb869f5..0241e1d 100644 --- a/sso.html +++ b/sso.html @@ -21,14 +21,15 @@

Single Sign On

    

With a growing list of services, it becomes apparent that multiple logins aren't LUSER friendly. - This is being attempted to be resolved by a Single Sign On system. It is a work in progress with - many already having been integrated such as XMPP, Gitea, Etherpad etc.

+ This is being attempted to be resolved by a Single Sign On system. It is a work in progress with many services already having been integrated. + These are currently: IRC (opt-in), XMPP, Gitea, Etherpad, Confluence.

Registering for SSO ===================== 1. Click here and then click on the "Manage" button. 2. Fill up the fields and ensure the email is valid as it shall recieve a confirmation link. + 3. Click the "Register" link to complete the procedure and recieve the confirmation email. 3. Once you Verify your account you can log into the sso-enabled services using the same credentials. -- cgit v1.2.3