User Tools

Site Tools


ircterm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ircterm [2016-10-07 17:03] – [Powering on/off the screen automatically] timircterm [2021-05-21 14:00] (current) simon
Line 1: Line 1:
 +===== Hardware Status =====
 +
 +Normal screen is currently <del>out of action</del> **gubbed**. Tim recommends checking caps however not enough time was available on the day of discovering the screen being out. A temporary screen has been put in place to allow for interim IRC usage.
 +
 ===== Project Background ===== ===== Project Background =====
  
Line 162: Line 166:
 Summary: Summary:
  
-  * Auto connect to freenode+  * Auto connect to Libera
   * NickServ identification   * NickServ identification
   * Main channel window with only PUBLICS, ACTIONS and  NICKS.   * Main channel window with only PUBLICS, ACTIONS and  NICKS.
Line 171: Line 175:
 servers = ( servers = (
   {   {
-    address = "irc.freenode.net"; +    address = "irc.libera.chat"; 
-    chatnet = "freenode"; +    chatnet = "libera"; 
-    port = "6667"; +    port = "6697"; 
-    use_ssl = "no"; +    use_ssl = "yes"; 
-    ssl_verify = "no";+    ssl_verify = "yes";
     autoconnect = "yes";     autoconnect = "yes";
   }   }
Line 181: Line 185:
  
 chatnets = { chatnets = {
-  freenode = {+  libera = {
     type = "IRC";     type = "IRC";
     autosendcmd = "/^msg nickserv identify <PASSWORD>;/^win 2";     autosendcmd = "/^msg nickserv identify <PASSWORD>;/^win 2";
Line 190: Line 194:
   { name = "#irssi"; chatnet = "ircnet"; autojoin = "No"; },   { name = "#irssi"; chatnet = "ircnet"; autojoin = "No"; },
   { name = "silc"; chatnet = "silc"; autojoin = "No"; },   { name = "silc"; chatnet = "silc"; autojoin = "No"; },
-  { name = "#edinhacklab"; chatnet = "freenode"; autojoin = "yes"; }+  { name = "#edinhacklab"; chatnet = "libera"; autojoin = "yes"; }
 ); );
  
Line 388: Line 392:
         chat_type = "IRC";         chat_type = "IRC";
         name = "#edinhacklab";         name = "#edinhacklab";
-        tag = "freenode";+        tag = "libera";
       }       }
     );     );
Line 407: Line 411:
  
   * /srv/hacksense/bin/request-soundfile   * /srv/hacksense/bin/request-soundfile
-  * /srv/hacksense/lib/hacksense.py 
- 
-The following was required for hacksense.py but has been suggested by Tim that any Redis stuff should be removed from hacksense.py instead. 
- 
-<code> 
-apt-get install python-redis 
-</code> 
  
   * uhoh.mp3 is on doorbot which has the speaker attached to it.   * uhoh.mp3 is on doorbot which has the speaker attached to it.
  
 In irssi config: beep_cmd = "/srv/hacksense/bin/request-soundfile uhoh.mp3 &" In irssi config: beep_cmd = "/srv/hacksense/bin/request-soundfile uhoh.mp3 &"
ircterm.txt · Last modified: 2021-05-21 14:00 by simon

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki