summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--weechat/.weechat/alias.conf47
-rw-r--r--weechat/.weechat/buflist.conf39
-rw-r--r--weechat/.weechat/charset.conf18
-rw-r--r--weechat/.weechat/irc.conf201
-rw-r--r--weechat/.weechat/logger.conf36
-rw-r--r--weechat/.weechat/logs/core.weechat.weechatlog4
-rw-r--r--weechat/.weechat/logs/irc.lunarbnc.##linux.weechatlog160
-rw-r--r--weechat/.weechat/logs/irc.lunarbnc.##security.weechatlog119
-rw-r--r--weechat/.weechat/logs/irc.lunarbnc.#gentoo.weechatlog140
-rw-r--r--weechat/.weechat/logs/irc.lunarbnc.#lobsters.weechatlog91
-rw-r--r--weechat/.weechat/logs/irc.server.lunarbnc.weechatlog386
-rw-r--r--weechat/.weechat/perl.conf14
-rw-r--r--weechat/.weechat/plugins.conf14
-rw-r--r--weechat/.weechat/python.conf14
-rw-r--r--weechat/.weechat/script.conf56
-rw-r--r--weechat/.weechat/sec.conf18
-rw-r--r--weechat/.weechat/weechat.log40
17 files changed, 1397 insertions, 0 deletions
diff --git a/weechat/.weechat/alias.conf b/weechat/.weechat/alias.conf
new file mode 100644
index 0000000..0a02da3
--- /dev/null
+++ b/weechat/.weechat/alias.conf
@@ -0,0 +1,47 @@
1#
2# weechat -- alias.conf
3#
4# WARNING: It is NOT recommended to edit this file by hand,
5# especially if WeeChat is running.
6#
7# Use /set or similar command to change settings in WeeChat.
8#
9# For more info, see: https://weechat.org/doc/quickstart
10#
11
12[cmd]
13AAWAY = "allserv /away"
14ANICK = "allserv /nick"
15BEEP = "print -beep"
16BYE = "quit"
17C = "buffer clear"
18CHAT = "dcc chat"
19CL = "buffer clear"
20CLOSE = "buffer close"
21EXIT = "quit"
22IG = "ignore"
23J = "join"
24K = "kick"
25KB = "kickban"
26LEAVE = "part"
27M = "msg"
28MSGBUF = "command -buffer $1 * /input send $2-"
29MUB = "unban *"
30N = "names"
31Q = "query"
32REDRAW = "window refresh"
33SAY = "msg *"
34SIGNOFF = "quit"
35T = "topic"
36UB = "unban"
37UMODE = "mode $nick"
38V = "command core version"
39W = "who"
40WC = "window close"
41WI = "whois"
42WII = "whois $1 $1"
43WM = "window merge"
44WW = "whowas"
45
46[completion]
47MSGBUF = "%(buffers_plugins_names)"
diff --git a/weechat/.weechat/buflist.conf b/weechat/.weechat/buflist.conf
new file mode 100644
index 0000000..d285f89
--- /dev/null
+++ b/weechat/.weechat/buflist.conf
@@ -0,0 +1,39 @@
1#
2# weechat -- buflist.conf
3#
4# WARNING: It is NOT recommended to edit this file by hand,
5# especially if WeeChat is running.
6#
7# Use /set or similar command to change settings in WeeChat.
8#
9# For more info, see: https://weechat.org/doc/quickstart
10#
11
12[look]
13add_newline = on
14auto_scroll = 50
15display_conditions = "${buffer.hidden}==0"
16enabled = on
17mouse_jump_visited_buffer = off
18mouse_move_buffer = on
19mouse_wheel = on
20nick_prefix = off
21nick_prefix_empty = on
22signals_refresh = ""
23sort = "number,-active"
24
25[format]
26buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}"
27buffer_current = "${color:,blue}${format_buffer}"
28hotlist = " ${color:green}(${hotlist}${color:green})"
29hotlist_highlight = "${color:magenta}"
30hotlist_low = "${color:white}"
31hotlist_message = "${color:brown}"
32hotlist_none = "${color:default}"
33hotlist_private = "${color:green}"
34hotlist_separator = "${color:default},"
35indent = " "
36lag = " ${color:green}[${color:brown}${lag}${color:green}]"
37name = "${name}"
38nick_prefix = "${color_nick_prefix}${nick_prefix}"
39number = "${color:green}${number}${if:${number_displayed}?.: }"
diff --git a/weechat/.weechat/charset.conf b/weechat/.weechat/charset.conf
new file mode 100644
index 0000000..00d304c
--- /dev/null
+++ b/weechat/.weechat/charset.conf
@@ -0,0 +1,18 @@
1#
2# weechat -- charset.conf
3#
4# WARNING: It is NOT recommended to edit this file by hand,
5# especially if WeeChat is running.
6#
7# Use /set or similar command to change settings in WeeChat.
8#
9# For more info, see: https://weechat.org/doc/quickstart
10#
11
12[default]
13decode = "iso-8859-1"
14encode = ""
15
16[decode]
17
18[encode]
diff --git a/weechat/.weechat/irc.conf b/weechat/.weechat/irc.conf
new file mode 100644
index 0000000..55b8e0e
--- /dev/null
+++ b/weechat/.weechat/irc.conf
@@ -0,0 +1,201 @@
1#
2# weechat -- irc.conf
3#
4# WARNING: It is NOT recommended to edit this file by hand,
5# especially if WeeChat is running.
6#
7# Use /set or similar command to change settings in WeeChat.
8#
9# For more info, see: https://weechat.org/doc/quickstart
10#
11
12[look]
13buffer_open_before_autojoin = on
14buffer_open_before_join = off
15buffer_switch_autojoin = on
16buffer_switch_join = on
17color_nicks_in_names = off
18color_nicks_in_nicklist = off
19color_nicks_in_server_messages = on
20color_pv_nick_like_channel = on
21ctcp_time_format = "%a, %d %b %Y %T %z"
22display_away = local
23display_ctcp_blocked = on
24display_ctcp_reply = on
25display_ctcp_unknown = on
26display_host_join = on
27display_host_join_local = on
28display_host_quit = on
29display_join_message = "329,332,333,366"
30display_old_topic = on
31display_pv_away_once = on
32display_pv_back = on
33display_pv_warning_address = off
34highlight_channel = "$nick"
35highlight_pv = "$nick"
36highlight_server = "$nick"
37highlight_tags_restrict = "irc_privmsg,irc_notice"
38item_channel_modes_hide_args = "k"
39item_display_server = buffer_plugin
40item_nick_modes = on
41item_nick_prefix = on
42join_auto_add_chantype = off
43msgbuffer_fallback = current
44new_channel_position = none
45new_pv_position = none
46nick_completion_smart = speakers
47nick_mode = prefix
48nick_mode_empty = off
49nicks_hide_password = "nickserv"
50notice_as_pv = auto
51notice_welcome_redirect = on
52notice_welcome_tags = ""
53notify_tags_ison = "notify_message"
54notify_tags_whois = "notify_message"
55part_closes_buffer = off
56pv_buffer = independent
57pv_tags = "notify_private"
58raw_messages = 256
59server_buffer = merge_with_core
60smart_filter = on
61smart_filter_chghost = on
62smart_filter_delay = 5
63smart_filter_join = on
64smart_filter_join_unmask = 30
65smart_filter_mode = "+"
66smart_filter_nick = on
67smart_filter_quit = on
68temporary_servers = off
69topic_strip_colors = off
70
71[color]
72input_nick = lightcyan
73item_channel_modes = default
74item_lag_counting = default
75item_lag_finished = yellow
76item_nick_modes = default
77message_chghost = brown
78message_join = green
79message_kick = red
80message_quit = red
81mirc_remap = "1,-1:darkgray"
82nick_prefixes = "y:lightred;q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue"
83notice = green
84reason_kick = default
85reason_quit = default
86topic_current = default
87topic_new = white
88topic_old = default
89
90[network]
91autoreconnect_delay_growing = 2
92autoreconnect_delay_max = 600
93ban_mask_default = "*!$ident@$host"
94colors_receive = on
95colors_send = on
96lag_check = 60
97lag_max = 1800
98lag_min_show = 500
99lag_reconnect = 300
100lag_refresh_interval = 1
101notify_check_ison = 1
102notify_check_whois = 5
103sasl_fail_unavailable = on
104send_unknown_commands = off
105whois_double_nick = off
106
107[msgbuffer]
108
109[ctcp]
110
111[ignore]
112
113[server_default]
114addresses = ""
115anti_flood_prio_high = 2
116anti_flood_prio_low = 2
117autoconnect = off
118autojoin = ""
119autoreconnect = on
120autoreconnect_delay = 10
121autorejoin = off
122autorejoin_delay = 30
123away_check = 0
124away_check_max_nicks = 25
125capabilities = ""
126charset_message = message
127command = ""
128command_delay = 0
129connection_timeout = 60
130ipv6 = on
131local_hostname = ""
132msg_kick = ""
133msg_part = "WeeChat ${info:version}"
134msg_quit = "WeeChat ${info:version}"
135nicks = "fd0e,fd0e1,fd0e2,fd0e3,fd0e4"
136nicks_alternate = on
137notify = ""
138password = ""
139proxy = ""
140realname = ""
141sasl_fail = continue
142sasl_key = ""
143sasl_mechanism = plain
144sasl_password = ""
145sasl_timeout = 15
146sasl_username = ""
147split_msg_max_length = 512
148ssl = off
149ssl_cert = ""
150ssl_dhkey_size = 2048
151ssl_fingerprint = ""
152ssl_password = ""
153ssl_priorities = "NORMAL:-VERS-SSL3.0"
154ssl_verify = on
155usermode = ""
156username = "fd0e"
157
158[server]
159lunarbnc.addresses = "de.lunarbnc.net/8080"
160lunarbnc.proxy
161lunarbnc.ipv6
162lunarbnc.ssl = on
163lunarbnc.ssl_cert
164lunarbnc.ssl_password
165lunarbnc.ssl_priorities
166lunarbnc.ssl_dhkey_size
167lunarbnc.ssl_fingerprint
168lunarbnc.ssl_verify
169lunarbnc.password = "Shubham...1"
170lunarbnc.capabilities
171lunarbnc.sasl_mechanism
172lunarbnc.sasl_username
173lunarbnc.sasl_password
174lunarbnc.sasl_key
175lunarbnc.sasl_timeout
176lunarbnc.sasl_fail
177lunarbnc.autoconnect
178lunarbnc.autoreconnect
179lunarbnc.autoreconnect_delay
180lunarbnc.nicks
181lunarbnc.nicks_alternate
182lunarbnc.username = "anon6405/freenode"
183lunarbnc.realname
184lunarbnc.local_hostname
185lunarbnc.usermode
186lunarbnc.command
187lunarbnc.command_delay
188lunarbnc.autojoin
189lunarbnc.autorejoin
190lunarbnc.autorejoin_delay
191lunarbnc.connection_timeout
192lunarbnc.anti_flood_prio_high
193lunarbnc.anti_flood_prio_low
194lunarbnc.away_check
195lunarbnc.away_check_max_nicks
196lunarbnc.msg_kick
197lunarbnc.msg_part
198lunarbnc.msg_quit
199lunarbnc.notify
200lunarbnc.split_msg_max_length
201lunarbnc.charset_message
diff --git a/weechat/.weechat/logger.conf b/weechat/.weechat/logger.conf
new file mode 100644
index 0000000..d0d3218
--- /dev/null
+++ b/weechat/.weechat/logger.conf
@@ -0,0 +1,36 @@
1#
2# weechat -- logger.conf
3#
4# WARNING: It is NOT recommended to edit this file by hand,
5# especially if WeeChat is running.
6#
7# Use /set or similar command to change settings in WeeChat.
8#
9# For more info, see: https://weechat.org/doc/quickstart
10#
11
12[look]
13backlog = 20
14backlog_conditions = ""
15
16[color]
17backlog_end = default
18backlog_line = default
19
20[file]
21auto_log = on
22color_lines = off
23flush_delay = 120
24fsync = off
25info_lines = off
26mask = "$plugin.$name.weechatlog"
27name_lower_case = on
28nick_prefix = ""
29nick_suffix = ""
30path = "%h/logs/"
31replacement_char = "_"
32time_format = "%Y-%m-%d %H:%M:%S"
33
34[level]
35
36[mask]
diff --git a/weechat/.weechat/logs/core.weechat.weechatlog b/weechat/.weechat/logs/core.weechat.weechatlog
new file mode 100644
index 0000000..6abe209
--- /dev/null
+++ b/weechat/.weechat/logs/core.weechat.weechatlog
@@ -0,0 +1,4 @@
12020-03-13 13:28:32 Plugins loaded: alias, buflist, charset, irc, logger, perl, python, script
22020-03-13 13:29:53 irc: server de.lunarbnc.net/8080 added
32020-03-13 13:30:07 irc: server de.lunarbnc.net/8080 has been deleted
42020-03-13 13:30:17 irc: server lunarbnc added
diff --git a/weechat/.weechat/logs/irc.lunarbnc.##linux.weechatlog b/weechat/.weechat/logs/irc.lunarbnc.##linux.weechatlog
new file mode 100644
index 0000000..8bbeb41
--- /dev/null
+++ b/weechat/.weechat/logs/irc.lunarbnc.##linux.weechatlog
@@ -0,0 +1,160 @@
12020-03-13 13:30:22 → fd0e (~anon6405@anon6405.powered.by.lunarbnc.net) has joined ##linux
22020-03-13 13:30:22 i Topic for ##linux is "Channel website: https://freenode.linux.community | Pastebin: "<command> | nc termbin.com 9999" | Need an op? Join ##linux-ops"
32020-03-13 13:30:22 i Topic set by sauvin on Wed, 08 Jan 2020 13:39:39
42020-03-13 13:30:22 i Channel ##linux: 1896 nicks (0 ops, 0 voices, 1896 normals)
52020-03-13 13:30:22 *** Buffer Playback...
62020-03-13 13:30:22 rouji does the graphical thing also show flatpaks or something?
72020-03-13 13:30:22 *buffextras culver!~lz@103.137.210.94 quit: Ping timeout: 240 seconds
82020-03-13 13:30:22 gambl0re https://i.imgur.com/55639NC.png
92020-03-13 13:30:22 *buffextras DarkTrick!~DarkTrick@pl-768-132.bunbun.ne.jp joined
102020-03-13 13:30:22 *buffextras con3!~con3@165.255.107.147 joined
112020-03-13 13:30:22 *buffextras chrisccoulson!~chrisccou@ubuntu/member/chrisccoulson joined
122020-03-13 13:30:22 *buffextras truthr!~truthr@unaffiliated/truthr joined
132020-03-13 13:30:22 *buffextras Freejack_!~quassel@unaffiliated/freejack quit: Quit: No Ping reply in 180 seconds.
142020-03-13 13:30:22 *buffextras Freejack_!~quassel@unaffiliated/freejack joined
152020-03-13 13:30:22 *buffextras TheFuzzball!~TheFuzzba@81.2.155.27 joined
162020-03-13 13:30:22 *buffextras arptiw!~Thunderbi@118.185.145.130 joined
172020-03-13 13:30:22 *buffextras c0c0!~coco@212-51-137-149.fiber7.init7.net joined
182020-03-13 13:30:22 *buffextras TheFuzzball!~TheFuzzba@81.2.155.27 quit: Client Quit
192020-03-13 13:30:22 *buffextras CraneZ!~CZhou@101.87.139.80 quit: Quit: WeeChat 2.1
202020-03-13 13:30:22 *buffextras Armand!~Armand@194.168.13.12 joined
212020-03-13 13:30:22 *buffextras Data909!~Data909@2a02-ab04-1db9-5d00-39a1-cd66-e937-c064.dynamic.v6.chello.sk joined
222020-03-13 13:30:22 *buffextras nobo!~nobo@APN-123-245-90-gprs.simobil.net joined
232020-03-13 13:30:22 *buffextras deicide-!~deicide-@unaffiliated/deicide- joined
242020-03-13 13:30:22 *buffextras linusw_!uid330592@linaro/linusw joined
252020-03-13 13:30:22 *buffextras sQVe!~sQVe@unaffiliated/sqve joined
262020-03-13 13:30:22 *buffextras black_ant!~antilope@unaffiliated/black-ant/x-1505394 joined
272020-03-13 13:30:22 *buffextras deicide-!~deicide-@unaffiliated/deicide- quit: Remote host closed the connection
282020-03-13 13:30:22 currybullen gambl0re: output of 'dnf search firefox'?
292020-03-13 13:30:22 currybullen gambl0re: it may be as rouji says, that the graphical software installer also shows flatpaks (maybe even snaps if you've got snapd installed)
302020-03-13 13:30:22 *buffextras nlpqda!~kwz@unaffiliated/nlpqda quit: Quit: Lost terminal
312020-03-13 13:30:22 *buffextras psutcliffe!~psutcliff@2a00:801:205:660a:5455:d2d0:8884:6f28 joined
322020-03-13 13:30:22 currybullen hence it would show the snap, flatpak and rpm versions of firefox
332020-03-13 13:30:22 *buffextras swift110!~swift110@unaffiliated/swift110 quit: Ping timeout: 240 seconds
342020-03-13 13:30:22 akik why on earth would you hide that information ???
352020-03-13 13:30:22 gambl0re https://termbin.com/kobf
362020-03-13 13:30:22 *buffextras otisolsen71!~otisolsen@x50d248d8.cust.hiper.dk joined
372020-03-13 13:30:22 akik in trying to make the system usable for normal people, you crap on the advanced users
382020-03-13 13:30:22 *buffextras acelogic2!~acelogic@129.3.149.126 joined
392020-03-13 13:30:22 rouji the 4th one is oddly specific
402020-03-13 13:30:22 *buffextras arptiw!~Thunderbi@118.185.145.130 quit: Quit: arptiw
412020-03-13 13:30:22 *buffextras cmj!~c@2603:3023:30a:f300::c0ff:ee quit: Ping timeout: 272 seconds
422020-03-13 13:30:22 gambl0re i know right
432020-03-13 13:30:22 *buffextras cmj!~c@2603:3023:30a:f300::c0ff:ee joined
442020-03-13 13:30:22 *buffextras TheFuzzball!~TheFuzzba@81.2.155.27 joined
452020-03-13 13:30:22 *buffextras InspectorCluseau!~Inspector@97-127-30-166.mpls.qwest.net joined
462020-03-13 13:30:22 *buffextras acelogic!~acelogic@129.3.148.200 quit: Ping timeout: 265 seconds
472020-03-13 13:30:22 currybullen gambl0re: i'm not sure exactly how the kde software gui works, i'm on fedora 31 gnome and their software gui doesn't display any flatpaks or snaps at least
482020-03-13 13:30:22 *buffextras DarkTrick!~DarkTrick@pl-768-132.bunbun.ne.jp quit: Ping timeout: 258 seconds
492020-03-13 13:30:22 *buffextras Neo-Andersson!~ac110001@h-2-225.A240.priv.bahnhof.se joined
502020-03-13 13:30:22 *buffextras otisolsen71!~otisolsen@x50d248d8.cust.hiper.dk quit: Ping timeout: 268 seconds
512020-03-13 13:30:22 currybullen gambl0re: look through the settings, maybe check that 'sources' button thats on the lower left in the screenshot you sent and see if you can find any references to flatkap or snap. you can also ask in #plasma
522020-03-13 13:30:22 *buffextras self!~elf@unaffiliated/elf joined
532020-03-13 13:30:22 *buffextras AquaL1te!~AquaL1te@unaffiliated/aqual1te joined
542020-03-13 13:30:22 *buffextras MonoMonkey!~MonoMonke@p57801a65.dip0.t-ipconnect.de joined
552020-03-13 13:30:22 *buffextras Your_Dog!677b294b@unaffiliated/your-dog/x-6037946 quit: Ping timeout: 240 seconds
562020-03-13 13:30:22 *** Playback Complete.
572020-03-13 13:30:22 i Channel created on Sat, 10 Feb 2001 04:46:24
582020-03-13 13:31:18 → slash_ (~slash_@030-245-128-083.dynamic.caiway.nl) has joined ##linux
592020-03-13 13:31:50 ← bunnypuncher (~user@c-24-129-35-148.hsd1.fl.comcast.net) has quit (Ping timeout: 258 seconds)
602020-03-13 13:33:02 ← ijens (~ijens@unaffiliated/ijens) has quit (Remote host closed the connection)
612020-03-13 13:33:48 → Whirled420_ (~whirled42@cpe-72-131-100-173.wi.res.rr.com) has joined ##linux
622020-03-13 13:33:52 → peetaur (~peter@pD953ED56.dip0.t-ipconnect.de) has joined ##linux
632020-03-13 13:34:13 ← Whirled420 (~whirled42@cpe-72-131-100-173.wi.res.rr.com) has quit (Ping timeout: 255 seconds)
642020-03-13 13:35:26 ← ghostzec (ghostzec@gateway/vpn/mullvad/ghostzec) has quit (Ping timeout: 256 seconds)
652020-03-13 13:35:46 → ImQ009 (~ImQ009@unaffiliated/imq009) has joined ##linux
662020-03-13 13:37:13 → cs02rm0 (~rich@richandsian.plus.com) has joined ##linux
672020-03-13 13:37:18 ← Artistics (~Artistics@unaffiliated/user49) has quit (Ping timeout: 260 seconds)
682020-03-13 13:37:22 → drzacek (~drzacek@b941c009.business.dg-w.de) has joined ##linux
692020-03-13 13:37:29 ← knidos (~knidos@85.98.159.26) has quit (Remote host closed the connection)
702020-03-13 13:38:07 ← JanC (~janc@lugwv/member/JanC) has quit (Remote host closed the connection)
712020-03-13 13:39:07 ← cliluw (~cliluw@unaffiliated/cliluw) has quit (Ping timeout: 258 seconds)
722020-03-13 13:39:10 ← linelevel_ (linelevel@gateway/vpn/privateinternetaccess/linelevel) has quit (Ping timeout: 260 seconds)
732020-03-13 13:39:19 → chap (~chap@unaffiliated/chap) has joined ##linux
742020-03-13 13:39:40 ← Neo-Andersson (~ac110001@h-2-225.A240.priv.bahnhof.se) has quit (Quit: Bye, bye.)
752020-03-13 13:39:50 → linelevel (linelevel@gateway/vpn/privateinternetaccess/linelevel) has joined ##linux
762020-03-13 13:40:10 → Artistics (~Artistics@unaffiliated/user49) has joined ##linux
772020-03-13 13:40:20 i irc: disconnected from server
782020-03-13 13:40:32 → fd0e (~anon6405@anon6405.powered.by.lunarbnc.net) has joined ##linux
792020-03-13 13:40:32 i Topic for ##linux is "Channel website: https://freenode.linux.community | Pastebin: "<command> | nc termbin.com 9999" | Need an op? Join ##linux-ops"
802020-03-13 13:40:32 i Topic set by sauvin on Wed, 08 Jan 2020 13:39:39
812020-03-13 13:40:32 i Channel ##linux: 1893 nicks (0 ops, 0 voices, 1893 normals)
822020-03-13 13:40:32 *** Buffer Playback...
832020-03-13 13:40:32 *buffextras acelogic2!~acelogic@129.3.149.126 quit: Ping timeout: 268 seconds
842020-03-13 13:40:32 psutcliffe ZombieChicken, no. they're just morons
852020-03-13 13:40:32 *buffextras HerbY_NL2!~HerbY_NL2@2001:67c:2564:518:3cb5:89c:bd27:ee69 quit: Quit: Leaving
862020-03-13 13:40:32 psutcliffe they don't want to sit around with shitty butts when the world economy collapses
872020-03-13 13:40:32 *** Playback Complete.
882020-03-13 13:40:34 → knidos (~knidos@85.98.159.26) has joined ##linux
892020-03-13 13:40:40 i Channel created on Sat, 10 Feb 2001 04:46:24
902020-03-13 13:41:00 → ArchitectZ (~Architect@135-23-100-130.cpe.pppoe.ca) has joined ##linux
912020-03-13 13:41:06 ← knidos (~knidos@85.98.159.26) has quit (Client Quit)
922020-03-13 13:42:10 → Jackneill (~Jackneill@unaffiliated/jackneill) has joined ##linux
932020-03-13 13:42:19 ← gkamathe (~gkamathe@unaffiliated/gkamathe) has quit (Ping timeout: 255 seconds)
942020-03-13 13:43:26 → cgp (~Thunderbi@141.8.40.112) has joined ##linux
952020-03-13 13:44:28 ← ArchitectZ (~Architect@135-23-100-130.cpe.pppoe.ca) has quit (Client Quit)
962020-03-13 13:44:35 ← Beam_Inn (~Beam_Inn@unaffiliated/beam-inn/x-3943829) has quit (Remote host closed the connection)
972020-03-13 13:44:54 → ArchitectZ (~Architect@135-23-100-130.cpe.pppoe.ca) has joined ##linux
982020-03-13 13:45:22 ← instantp10neer (~instantp1@unaffiliated/instantp10neer) has quit (Quit: Leaving)
992020-03-13 13:47:06 → operateur (~operateur@91.143.220.230) has joined ##linux
1002020-03-13 13:47:21 ← bjelleklang (~c@wikipedia/Bjelleklang) has quit (Quit: Leaving)
1012020-03-13 13:47:47 ← Data909 (~Data909@2a02-ab04-1db9-5d00-39a1-cd66-e937-c064.dynamic.v6.chello.sk) has quit (Read error: Connection reset by peer)
1022020-03-13 13:48:07 → z8z (~x@ac230029.ppp.asahi-net.or.jp) has joined ##linux
1032020-03-13 13:48:22 → makaveli7 (~makaveli7@unaffiliated/makaveli7) has joined ##linux
1042020-03-13 13:49:37 ← snimavat (~snimavat@219.91.191.174) has quit (Quit: snimavat)
1052020-03-13 13:49:48 → _0xDEADBEEF (~hamidnaza@121-200-4-166.79c804.syd.nbn.aussiebb.net) has joined ##linux
1062020-03-13 13:51:09 gambl0re currybullen: i think its getting packages from snap and flatpak
1072020-03-13 13:51:18 → tsaka__ (~torstein@2a02:587:8102:ca00:145e:52a9:485a:3afa) has joined ##linux
1082020-03-13 13:52:09 ← dmo139 (~dmo@2a02:8071:3e87:700:6d17:4e3b:233b:b4b9) has quit (Ping timeout: 240 seconds)
1092020-03-13 13:52:15 currybullen gambl0re: well there's the explanation then :)
1102020-03-13 13:52:26 ← peetaur (~peter@pD953ED56.dip0.t-ipconnect.de) has quit (Ping timeout: 256 seconds)
1112020-03-13 13:53:08 → Beam_Inn (~Beam_Inn@unaffiliated/beam-inn/x-3943829) has joined ##linux
1122020-03-13 13:53:16 → peetaur (~peter@pD953ED56.dip0.t-ipconnect.de) has joined ##linux
1132020-03-13 13:53:19 → ignapk (sid413777@gateway/web/irccloud.com/x-cltprlihzkxaecif) has joined ##linux
1142020-03-13 13:53:30 ← hekel (~hekel@unaffiliated/hekel) has quit (Remote host closed the connection)
1152020-03-13 13:53:53 ← Necktwi (~necktwi@157.48.89.237) has quit (Read error: Connection reset by peer)
1162020-03-13 13:54:04 → bomb-on (~bomb-on@139-142-17-89.fiber.hringdu.is) has joined ##linux
1172020-03-13 13:54:17 i irc: disconnected from server
1182020-03-13 13:54:46 → fd0e (~anon6405@anon6405.powered.by.lunarbnc.net) has joined ##linux
1192020-03-13 13:54:46 i Topic for ##linux is "Channel website: https://freenode.linux.community | Pastebin: "<command> | nc termbin.com 9999" | Need an op? Join ##linux-ops"
1202020-03-13 13:54:46 i Topic set by sauvin on Wed, 08 Jan 2020 13:39:39
1212020-03-13 13:55:03 i Channel ##linux: 1895 nicks (0 ops, 0 voices, 1895 normals)
1222020-03-13 13:55:17 → hekel (~hekel@unaffiliated/hekel) has joined ##linux
1232020-03-13 13:56:04 i Channel created on Sat, 10 Feb 2001 04:46:24
1242020-03-13 13:56:04 → fivegruel (~fivegruel@ufr-132-230-195-201.uni-nat.uni-freiburg.de) has joined ##linux
1252020-03-13 13:56:04 → cschneid (~cschneid@c-73-78-144-189.hsd1.co.comcast.net) has joined ##linux
1262020-03-13 13:56:04 i irc: disconnected from server
1272020-03-13 13:56:15 → fd0e (~anon6405@anon6405.powered.by.lunarbnc.net) has joined ##linux
1282020-03-13 13:56:15 i Topic for ##linux is "Channel website: https://freenode.linux.community | Pastebin: "<command> | nc termbin.com 9999" | Need an op? Join ##linux-ops"
1292020-03-13 13:56:15 i Topic set by sauvin on Wed, 08 Jan 2020 13:39:39
1302020-03-13 13:56:16 i Channel ##linux: 1898 nicks (0 ops, 0 voices, 1898 normals)
1312020-03-13 13:56:23 i Channel created on Sat, 10 Feb 2001 04:46:24
1322020-03-13 13:56:48 ← cschneid_ (~cschneid@c-73-78-144-189.hsd1.co.comcast.net) has quit (Ping timeout: 265 seconds)
1332020-03-13 13:57:17 → horseface (~horseface@unaffiliated/horseface) has joined ##linux
1342020-03-13 13:57:54 ← first-order (~Arch-Star@24-139-45-27.fidnet.com) has quit (Ping timeout: 258 seconds)
1352020-03-13 13:59:31 ← daex (daex@gateway/vpn/protonvpn/daex) has quit (Ping timeout: 255 seconds)
1362020-03-13 13:59:31 ← psutcliffe (~psutcliff@2a00:801:205:660a:5455:d2d0:8884:6f28) has quit (Ping timeout: 272 seconds)
1372020-03-13 13:59:31 → Necktwi (~necktwi@157.48.89.237) has joined ##linux
1382020-03-13 13:59:31 i irc: disconnected from server
1392020-03-13 14:01:52 → fd0e (~anon6405@anon6405.powered.by.lunarbnc.net) has joined ##linux
1402020-03-13 14:01:52 i Topic for ##linux is "Channel website: https://freenode.linux.community | Pastebin: "<command> | nc termbin.com 9999" | Need an op? Join ##linux-ops"
1412020-03-13 14:01:52 i Topic set by sauvin on Wed, 08 Jan 2020 13:39:39
1422020-03-13 14:01:52 i Channel ##linux: 1899 nicks (0 ops, 0 voices, 1899 normals)
1432020-03-13 14:01:52 *** Buffer Playback...
1442020-03-13 14:01:52 *buffextras vqrs!~vqrs@learnprogramming/regular/vqrs quit: Ping timeout: 246 seconds
1452020-03-13 14:01:52 *buffextras Beam_Inn_!~Beam_Inn@unaffiliated/beam-inn/x-3943829 joined
1462020-03-13 14:01:52 *buffextras chap!~chap@unaffiliated/chap quit: Quit: I laugh with many, but don't trust any.
1472020-03-13 14:01:52 *buffextras trens!~trens@cpe-184-54-204-115.swo.res.rr.com joined
1482020-03-13 14:01:52 *buffextras self!~elf@unaffiliated/elf quit: Ping timeout: 260 seconds
1492020-03-13 14:01:52 *buffextras vqrs!~vqrs@learnprogramming/regular/vqrs joined
1502020-03-13 14:01:52 *buffextras NetTerminalGene!~NetTermin@unaffiliated/dontknow joined
1512020-03-13 14:01:52 *buffextras horseface_!~horseface@unaffiliated/horseface joined
1522020-03-13 14:01:52 *buffextras daex!daex@gateway/vpn/protonvpn/daex joined
1532020-03-13 14:01:52 *** Playback Complete.
1542020-03-13 14:02:00 i Channel created on Sat, 10 Feb 2001 04:46:24
1552020-03-13 14:02:32 ← Beam_Inn (~Beam_Inn@unaffiliated/beam-inn/x-3943829) has quit (Ping timeout: 258 seconds)
1562020-03-13 14:02:43 i Beam_Inn_ is now known as Beam_Inn
1572020-03-13 14:03:32 → amrx (~zbrute@unaffiliated/amrx) has joined ##linux
1582020-03-13 14:03:55 ← peetaur (~peter@pD953ED56.dip0.t-ipconnect.de) has quit (Ping timeout: 255 seconds)
1592020-03-13 14:03:55 ← horseface (~horseface@unaffiliated/horseface) has quit (Read error: Connection reset by peer)
1602020-03-13 14:03:55 i irc: disconnected from server
diff --git a/weechat/.weechat/logs/irc.lunarbnc.##security.weechatlog b/weechat/.weechat/logs/irc.lunarbnc.##security.weechatlog
new file mode 100644
index 0000000..a7e9d64
--- /dev/null
+++ b/weechat/.weechat/logs/irc.lunarbnc.##security.weechatlog
@@ -0,0 +1,119 @@
12020-03-13 13:30:22 → fd0e (~anon6405@anon6405.powered.by.lunarbnc.net) has joined ##security
22020-03-13 13:30:22 i Topic for ##security is "Welcome to Computer, Network & Physical ##Security | Please stay on topic | Jobs: https://bit.ly/2YZtyoY | PasswordsCon live stream: https://www.youtube.com/watch?v=GK17BvaMAb4"
32020-03-13 13:30:22 i Topic set by Kryczek on Mon, 25 Nov 2019 15:49:05
42020-03-13 13:30:22 i Channel ##security: 966 nicks (6 ops, 0 voices, 960 normals)
52020-03-13 13:30:22 *** Buffer Playback...
62020-03-13 13:30:22 b1tninja (for theroumag__ )
72020-03-13 13:30:22 *buffextras atoploph!~nibs@184.75.208.114 joined
82020-03-13 13:30:22 *buffextras lif!uid24110@gateway/web/irccloud.com/x-oqwsmchnlpcfvlth joined
92020-03-13 13:30:22 *buffextras yar!~yar@unaffiliated/yar joined
102020-03-13 13:30:22 *buffextras yar!~yar@unaffiliated/yar parted:
112020-03-13 13:30:22 *buffextras waldfee!~waldfee@gunslinger.at joined
122020-03-13 13:30:22 *buffextras horseface_!~horseface@unaffiliated/horseface quit: Read error: Connection reset by peer
132020-03-13 13:30:22 *buffextras Belinnon!~rubik@141.226.212.149 quit: Remote host closed the connection
142020-03-13 13:30:22 *buffextras Belinnon!~rubik@141.226.212.149 joined
152020-03-13 13:30:22 *buffextras Logicwrath!~admin@d149-67-41-40.nap.wideopenwest.com quit: Quit: Logicwrath
162020-03-13 13:30:22 *buffextras az0re!~az0re@gateway/tor-sasl/az0re quit: Quit: Leaving
172020-03-13 13:30:22 *buffextras Silverleaf!~Silverlea@unaffiliated/goldenore quit: Ping timeout: 265 seconds
182020-03-13 13:30:22 *buffextras Tyroon!~username@unaffiliated/tyroon joined
192020-03-13 13:30:22 *buffextras Tempesta!Tempesta@unaffiliated/tempesta quit: Read error: Connection reset by peer
202020-03-13 13:30:22 *buffextras Tempesta!Tempesta@unaffiliated/tempesta joined
212020-03-13 13:30:22 *buffextras atomekk!~atomekk@unaffiliated/atomekk joined
222020-03-13 13:30:22 *buffextras carlf!~carlf@47.147.222.127 quit: Read error: Connection reset by peer
232020-03-13 13:30:22 *buffextras carlf!~carlf@47.147.222.127 joined
242020-03-13 13:30:22 *buffextras fookara!~user@37.57.118.55 joined
252020-03-13 13:30:22 *buffextras Silverleaf!~Silverlea@unaffiliated/goldenore joined
262020-03-13 13:30:22 *buffextras aw1!~aw1@unaffiliated/aw1 joined
272020-03-13 13:30:22 *buffextras Deathdealer!~Deathdeal@58.69.101.41 parted:
282020-03-13 13:30:22 *buffextras narispo!~narispo@37.166.239.78 quit: Ping timeout: 265 seconds
292020-03-13 13:30:22 *buffextras narispo!~narispo@37.172.116.70 joined
302020-03-13 13:30:22 *buffextras Logicwrath!~admin@d149-67-41-40.nap.wideopenwest.com joined
312020-03-13 13:30:22 *buffextras theroumag__!~theroumag@2602:306:cca0:9399:a4b3:3c3c:1087:ec43 quit: Ping timeout: 256 seconds
322020-03-13 13:30:22 *buffextras BestSteve!~weechat@gateway/tor-sasl/beststeve joined
332020-03-13 13:30:22 *buffextras realtime!~realtime@unaffiliated/realtime joined
342020-03-13 13:30:22 *buffextras freyrd!uid202114@gateway/web/irccloud.com/x-eaymnccoqouvwvxt joined
352020-03-13 13:30:22 *buffextras HerbY_NL2!~HerbY_NL2@2001:67c:2564:518:3cb5:89c:bd27:ee69 joined
362020-03-13 13:30:22 *buffextras realtime!~realtime@unaffiliated/realtime quit: Read error: Connection reset by peer
372020-03-13 13:30:22 *buffextras Hammering!~SlamHamme@68.81-167-7.customer.lyse.net joined
382020-03-13 13:30:22 *buffextras TikityTik!~TikityTik@unaffiliated/tikitytik quit: Ping timeout: 258 seconds
392020-03-13 13:30:22 *buffextras q-biq!~q-biq@unaffiiliated/q-biq quit: Remote host closed the connection
402020-03-13 13:30:22 *buffextras con3!~con3@165.255.107.147 joined
412020-03-13 13:30:22 *buffextras truthr!~truthr@unaffiliated/truthr joined
422020-03-13 13:30:22 *buffextras atoploph!~nibs@184.75.208.114 quit: Ping timeout: 260 seconds
432020-03-13 13:30:22 *buffextras Deacyde!~Deacyde@unaffiliated/deacyde quit: Ping timeout: 256 seconds
442020-03-13 13:30:22 *buffextras Deacyde!~Deacyde@unaffiliated/deacyde joined
452020-03-13 13:30:22 *buffextras lor4x!~lorax@exit-au2.corpvpn.redpiranha.net quit: Ping timeout: 258 seconds
462020-03-13 13:30:22 *buffextras sQVe!~sQVe@unaffiliated/sqve joined
472020-03-13 13:30:22 *buffextras black_ant!~antilope@unaffiliated/black-ant/x-1505394 joined
482020-03-13 13:30:22 *buffextras otisolsen71!~otisolsen@x50d248d8.cust.hiper.dk joined
492020-03-13 13:30:22 *buffextras Carolinamoon!~none@unaffiliated/none/x-4223007 quit: Ping timeout: 260 seconds
502020-03-13 13:30:22 *buffextras Neo-Andersson!~ac110001@h-2-225.A240.priv.bahnhof.se joined
512020-03-13 13:30:22 *buffextras otisolsen71!~otisolsen@x50d248d8.cust.hiper.dk quit: Ping timeout: 268 seconds
522020-03-13 13:30:22 *buffextras zro!~zro@wikimedia/zro quit: Ping timeout: 265 seconds
532020-03-13 13:30:22 *buffextras self!~elf@unaffiliated/elf joined
542020-03-13 13:30:22 *buffextras lor4x!~lorax@exit-au2.corpvpn.redpiranha.net joined
552020-03-13 13:30:22 *buffextras AquaL1te!~AquaL1te@unaffiliated/aqual1te joined
562020-03-13 13:30:22 *** Playback Complete.
572020-03-13 13:30:28 i Channel created on Thu, 20 Jul 2006 02:19:13
582020-03-13 13:30:47 → az0re (~az0re@gateway/tor-sasl/az0re) has joined ##security
592020-03-13 13:31:17 → slash_ (~slash_@030-245-128-083.dynamic.caiway.nl) has joined ##security
602020-03-13 13:33:02 ← ijens (~ijens@unaffiliated/ijens) has quit (Remote host closed the connection)
612020-03-13 13:34:49 → orotalt (~orotalt@unaffiliated/f4cl3y) has joined ##security
622020-03-13 13:37:22 → wh1tef0x (~u0_a151@183.92.250.210) has joined ##security
632020-03-13 13:38:25 ← pandakekok9 (~pandakeko@110.54.236.28) has quit (Quit: leaving)
642020-03-13 13:38:38 ← wh1tef0x (~u0_a151@183.92.250.210) has left ##security
652020-03-13 13:39:40 ← Neo-Andersson (~ac110001@h-2-225.A240.priv.bahnhof.se) has quit (Quit: Bye, bye.)
662020-03-13 13:40:20 i irc: disconnected from server
672020-03-13 13:40:32 → fd0e (~anon6405@anon6405.powered.by.lunarbnc.net) has joined ##security
682020-03-13 13:40:32 i Topic for ##security is "Welcome to Computer, Network & Physical ##Security | Please stay on topic | Jobs: https://bit.ly/2YZtyoY | PasswordsCon live stream: https://www.youtube.com/watch?v=GK17BvaMAb4"
692020-03-13 13:40:32 i Topic set by Kryczek on Mon, 25 Nov 2019 15:49:05
702020-03-13 13:40:32 i Channel ##security: 965 nicks (6 ops, 0 voices, 959 normals)
712020-03-13 13:40:32 *** Buffer Playback...
722020-03-13 13:40:32 *buffextras HerbY_NL2!~HerbY_NL2@2001:67c:2564:518:3cb5:89c:bd27:ee69 quit: Quit: Leaving
732020-03-13 13:40:32 *** Playback Complete.
742020-03-13 13:40:47 i Channel created on Thu, 20 Jul 2006 02:19:13
752020-03-13 13:40:48 ← tankman (~tankman@adsl-192.176.58.195.tellas.gr) has quit (Quit: Leaving)
762020-03-13 13:41:00 → ArchitectZ (~Architect@135-23-100-130.cpe.pppoe.ca) has joined ##security
772020-03-13 13:41:40 → zro (~zro@wikimedia/zro) has joined ##security
782020-03-13 13:42:11 → Jackneill (~Jackneill@unaffiliated/jackneill) has joined ##security
792020-03-13 13:44:20 ← redstarcomrade (uid99592@gateway/web/irccloud.com/x-tqejeuyogubnubnd) has quit (Quit: Connection closed for inactivity)
802020-03-13 13:44:28 ← ArchitectZ (~Architect@135-23-100-130.cpe.pppoe.ca) has quit (Client Quit)
812020-03-13 13:44:54 → ArchitectZ (~Architect@135-23-100-130.cpe.pppoe.ca) has joined ##security
822020-03-13 13:47:21 ← bjelleklang (~c@wikipedia/Bjelleklang) has quit (Quit: Leaving)
832020-03-13 13:48:07 → z8z (~x@ac230029.ppp.asahi-net.or.jp) has joined ##security
842020-03-13 13:48:10 ← zro (~zro@wikimedia/zro) has quit (Ping timeout: 255 seconds)
852020-03-13 13:48:23 → makaveli7 (~makaveli7@unaffiliated/makaveli7) has joined ##security
862020-03-13 13:49:37 ← snimavat (~snimavat@219.91.191.174) has quit (Quit: snimavat)
872020-03-13 13:49:48 → _0xDEADBEEF (~hamidnaza@121-200-4-166.79c804.syd.nbn.aussiebb.net) has joined ##security
882020-03-13 13:50:29 ← ilikeyou (uid389024@gateway/web/irccloud.com/x-qlwrsnzfdicsdjzl) has quit (Quit: Connection closed for inactivity)
892020-03-13 13:53:27 ← fookara (~user@37.57.118.55) has quit (Remote host closed the connection)
902020-03-13 13:54:17 i irc: disconnected from server
912020-03-13 13:55:17 → fd0e (~anon6405@anon6405.powered.by.lunarbnc.net) has joined ##security
922020-03-13 13:55:17 i Topic for ##security is "Welcome to Computer, Network & Physical ##Security | Please stay on topic | Jobs: https://bit.ly/2YZtyoY | PasswordsCon live stream: https://www.youtube.com/watch?v=GK17BvaMAb4"
932020-03-13 13:55:17 i Topic set by Kryczek on Mon, 25 Nov 2019 15:49:05
942020-03-13 13:55:17 i Channel ##security: 964 nicks (6 ops, 0 voices, 958 normals)
952020-03-13 13:56:04 i Channel created on Thu, 20 Jul 2006 02:19:13
962020-03-13 13:56:04 i irc: disconnected from server
972020-03-13 13:56:16 → fd0e (~anon6405@anon6405.powered.by.lunarbnc.net) has joined ##security
982020-03-13 13:56:16 i Topic for ##security is "Welcome to Computer, Network & Physical ##Security | Please stay on topic | Jobs: https://bit.ly/2YZtyoY | PasswordsCon live stream: https://www.youtube.com/watch?v=GK17BvaMAb4"
992020-03-13 13:56:16 i Topic set by Kryczek on Mon, 25 Nov 2019 15:49:05
1002020-03-13 13:56:16 i Channel ##security: 964 nicks (6 ops, 0 voices, 958 normals)
1012020-03-13 13:56:29 i Channel created on Thu, 20 Jul 2006 02:19:13
1022020-03-13 13:57:15 → horseface (~horseface@unaffiliated/horseface) has joined ##security
1032020-03-13 13:59:31 ← daex (daex@gateway/vpn/protonvpn/daex) has quit (Ping timeout: 255 seconds)
1042020-03-13 13:59:31 i irc: disconnected from server
1052020-03-13 14:01:52 → fd0e (~anon6405@anon6405.powered.by.lunarbnc.net) has joined ##security
1062020-03-13 14:01:52 i Topic for ##security is "Welcome to Computer, Network & Physical ##Security | Please stay on topic | Jobs: https://bit.ly/2YZtyoY | PasswordsCon live stream: https://www.youtube.com/watch?v=GK17BvaMAb4"
1072020-03-13 14:01:52 i Topic set by Kryczek on Mon, 25 Nov 2019 15:49:05
1082020-03-13 14:01:52 i Channel ##security: 967 nicks (6 ops, 0 voices, 961 normals)
1092020-03-13 14:01:52 *** Buffer Playback...
1102020-03-13 14:01:52 *buffextras self!~elf@unaffiliated/elf quit: Ping timeout: 260 seconds
1112020-03-13 14:01:52 *buffextras NetTerminalGene!~NetTermin@unaffiliated/dontknow joined
1122020-03-13 14:01:52 *buffextras horseface_!~horseface@unaffiliated/horseface joined
1132020-03-13 14:01:52 *buffextras daex!daex@gateway/vpn/protonvpn/daex joined
1142020-03-13 14:01:52 *buffextras pupskuchen!~pupskuche@unaffiliated/pupskuchen joined
1152020-03-13 14:01:52 *** Playback Complete.
1162020-03-13 14:02:06 i Channel created on Thu, 20 Jul 2006 02:19:13
1172020-03-13 14:03:55 → amrx (~zbrute@unaffiliated/amrx) has joined ##security
1182020-03-13 14:03:55 ← horseface (~horseface@unaffiliated/horseface) has quit (Read error: Connection reset by peer)
1192020-03-13 14:03:55 i irc: disconnected from server
diff --git a/weechat/.weechat/logs/irc.lunarbnc.#gentoo.weechatlog b/weechat/.weechat/logs/irc.lunarbnc.#gentoo.weechatlog
new file mode 100644
index 0000000..064e113
--- /dev/null
+++ b/weechat/.weechat/logs/irc.lunarbnc.#gentoo.weechatlog
@@ -0,0 +1,140 @@
12020-03-13 13:30:22 → fd0e (~anon6405@anon6405.powered.by.lunarbnc.net) has joined #gentoo
22020-03-13 13:30:22 i Topic for #gentoo is "Gentoo Linux Support | Can't speak? /j #gentoo-ops | long pastes: wgetpaste or dpaste.com | Perl conflicts? https://goo.gl/7Miost | Be nice! https://goo.gl/gvnCii | Switch to profile 17.1? https://bit.ly/322fxVr | startx permission problems? emerge -1a xorg-server[suid] or use elogind, systemd, or a DM"
32020-03-13 13:30:22 i Topic set by grknight (~grknight@gentoo/developer/grknight) on Wed, 02 Oct 2019 01:53:47
42020-03-13 13:30:22 i Channel #gentoo: 1042 nicks (3 ops, 53 voices, 986 normals)
52020-03-13 13:30:22 *** Buffer Playback...
62020-03-13 13:30:22 dkjii mic works on other computer jinx_ ?
72020-03-13 13:30:22 dkjii did u use the right device name with arecord
82020-03-13 13:30:22 dkjii ?
92020-03-13 13:30:22 jinx_ Ya, it worked fine on the last PC so I am not sure what I did..
102020-03-13 13:30:22 jinx_ And not sure, how would I know?
112020-03-13 13:30:22 dkjii arecord -L
122020-03-13 13:30:22 dkjii list devices
132020-03-13 13:30:22 dkjii u might want to install pulseaudio too
142020-03-13 13:30:22 jinx_ OK to the first, no to the later.
152020-03-13 13:30:22 jinx_ Pulse always manages to brake things and pulls in a tone of config files for features I will never use.
162020-03-13 13:30:22 jinx_ Ya, I know about sound quality. I like ALSA's sounds.
172020-03-13 13:30:22 dkjii i dont like pulse that much either but it auto configures things for u and some apps require it
182020-03-13 13:30:22 dkjii also it has slick uis
192020-03-13 13:30:22 jinx_ Ya, I refuse to use those apps.
202020-03-13 13:30:22 dkjii firefox is notoriously bad at using alsa-only systems
212020-03-13 13:30:22 jinx_ Pulse is something I will avoide as long as I am able.
222020-03-13 13:30:22 jinx_ And oh ya, let me see something...
232020-03-13 13:30:22 dkjii pretty sure theres a unresolved bug report for a few years now about ff not respecting asoundrc
242020-03-13 13:30:22 earendil i use apulse as a shim to avoid using audiopus
252020-03-13 13:30:22 *buffextras Petrus_Z!~Petrus.Z@unaffiliated/petrus-z/x-5059513 joined
262020-03-13 13:30:22 jinx_ OK< closing FF didn't work.
272020-03-13 13:30:22 *buffextras tdr!tdr@gateway/vpn/privateinternetaccess/tdr joined
282020-03-13 13:30:22 *buffextras iambraindead!imbraindea@gateway/shell/xshellz/x-ijuerumtvuzcozyv joined
292020-03-13 13:30:22 *buffextras tdr!tdr@gateway/vpn/privateinternetaccess/tdr parted:
302020-03-13 13:30:22 *buffextras bowlofeggs!~bowlofegg@fedora/bowlofeggs quit: Ping timeout: 240 seconds
312020-03-13 13:30:22 *buffextras bowlofeggs!~bowlofegg@flag.electronsweatshop.com joined
322020-03-13 13:30:22 *buffextras bowlofeggs!~bowlofegg@flag.electronsweatshop.com quit: Changing host
332020-03-13 13:30:22 *buffextras bowlofeggs!~bowlofegg@fedora/bowlofeggs joined
342020-03-13 13:30:22 *buffextras Petrus_Z!~Petrus.Z@unaffiliated/petrus-z/x-5059513 quit: Remote host closed the connection
352020-03-13 13:30:22 *buffextras chewyDelicious!~nooblet@ip4d16fc3b.dynamic.kabel-deutschland.de joined
362020-03-13 13:30:22 *buffextras Petrus_Z!~Petrus.Z@unaffiliated/petrus-z/x-5059513 joined
372020-03-13 13:30:22 *buffextras Petrus_Z!~Petrus.Z@unaffiliated/petrus-z/x-5059513 quit: Remote host closed the connection
382020-03-13 13:30:22 *buffextras Petrus_Z!~Petrus.Z@unaffiliated/petrus-z/x-5059513 joined
392020-03-13 13:30:22 jinx_ http://dpaste.com/0NYNDXK
402020-03-13 13:30:22 jinx_ http://dpaste.com/3GZNACP
412020-03-13 13:30:22 jinx_ What did I do wrong now?
422020-03-13 13:30:22 *buffextras Petrus_Z!~Petrus.Z@unaffiliated/petrus-z/x-5059513 quit: Remote host closed the connection
432020-03-13 13:30:22 *buffextras Ycarus!~Ycarus@2001:bc8:47b0:1b0b::1 joined
442020-03-13 13:30:22 *buffextras Petrus_Z!~Petrus.Z@unaffiliated/petrus-z/x-5059513 joined
452020-03-13 13:30:22 *buffextras m0u!~m0u@unaffiliated/m0u joined
462020-03-13 13:30:22 *buffextras Petrus_Z!~Petrus.Z@unaffiliated/petrus-z/x-5059513 quit: Remote host closed the connection
472020-03-13 13:30:22 *buffextras Petrus_Z!~Petrus.Z@unaffiliated/petrus-z/x-5059513 joined
482020-03-13 13:30:22 *buffextras acelogic2!~acelogic@129.3.149.126 joined
492020-03-13 13:30:22 *buffextras Petrus_Z!~Petrus.Z@unaffiliated/petrus-z/x-5059513 parted:
502020-03-13 13:30:22 *buffextras schplaf!~jcb_@salsa-01.enst-bretagne.fr joined
512020-03-13 13:30:22 *buffextras acelogic!~acelogic@129.3.148.200 quit: Ping timeout: 265 seconds
522020-03-13 13:30:22 *buffextras tuxracer!~mundi@51.154.102.17 joined
532020-03-13 13:30:22 *buffextras autopsy!~autopsy@fedora/autopsy joined
542020-03-13 13:30:22 *buffextras m0u!~m0u@unaffiliated/m0u quit: Ping timeout: 255 seconds
552020-03-13 13:30:22 jinx_ So? No ideas?
562020-03-13 13:30:22 *** Playback Complete.
572020-03-13 13:30:26 i Channel created on Sat, 15 Sep 2001 08:45:36
582020-03-13 13:31:57 → glongo (uid17594@gateway/web/irccloud.com/x-vokcuwkfatxcxjno) has joined #gentoo
592020-03-13 13:32:07 → m0u (~m0u@unaffiliated/m0u) has joined #gentoo
602020-03-13 13:33:30 → gauge (~gauge@unaffiliated/gauge) has joined #gentoo
612020-03-13 13:33:36 ← gauge (~gauge@unaffiliated/gauge) has quit (Remote host closed the connection)
622020-03-13 13:34:40 hololeap Unknown PCM Snowball
632020-03-13 13:34:48 → orotalt (~orotalt@unaffiliated/f4cl3y) has joined #gentoo
642020-03-13 13:35:25 hololeap hmm. i'm not very good with ALSA actually...
652020-03-13 13:36:34 jinx_ Hhhmmm... Maybe if I do this...
662020-03-13 13:37:21 jinx_ It will take a little while. ^^;
672020-03-13 13:38:21 → oc2k1_ (~oc2k1@62-193-39-77.as16211.net) has joined #gentoo
682020-03-13 13:39:24 → feriman (~feriman@176.104.191.183) has joined #gentoo
692020-03-13 13:40:20 i irc: disconnected from server
702020-03-13 13:40:32 → fd0e (~anon6405@anon6405.powered.by.lunarbnc.net) has joined #gentoo
712020-03-13 13:40:32 i Topic for #gentoo is "Gentoo Linux Support | Can't speak? /j #gentoo-ops | long pastes: wgetpaste or dpaste.com | Perl conflicts? https://goo.gl/7Miost | Be nice! https://goo.gl/gvnCii | Switch to profile 17.1? https://bit.ly/322fxVr | startx permission problems? emerge -1a xorg-server[suid] or use elogind, systemd, or a DM"
722020-03-13 13:40:32 i Topic set by grknight (~grknight@gentoo/developer/grknight) on Wed, 02 Oct 2019 01:53:47
732020-03-13 13:40:32 i Channel #gentoo: 1046 nicks (3 ops, 53 voices, 990 normals)
742020-03-13 13:40:32 *** Buffer Playback...
752020-03-13 13:40:32 *buffextras acelogic2!~acelogic@129.3.149.126 quit: Ping timeout: 268 seconds
762020-03-13 13:40:32 hololeap jinx_: try --device=front:CARD=Snowball
772020-03-13 13:40:32 *** Playback Complete.
782020-03-13 13:40:44 i Channel created on Sat, 15 Sep 2001 08:45:36
792020-03-13 13:40:48 ← _CrustY (~crusty@aftr-62-216-209-36.dynamic.mnet-online.de) has quit (Ping timeout: 268 seconds)
802020-03-13 13:42:23 ← jvesely (~jvesely@2601:18a:c100:b820:da9c:67ff:fe43:9d5b) has quit (Quit: jvesely)
812020-03-13 13:43:34 → jkroon (~jkroon@41.114.52.40) has joined #gentoo
822020-03-13 13:43:44 jinx_ Ah, thanks.
832020-03-13 13:44:33 jinx_ It did.
842020-03-13 13:44:38 jinx_ It did work.
852020-03-13 13:44:40 jinx_ So it's Telegram itself.
862020-03-13 13:44:44 jinx_ Good to know./
872020-03-13 13:44:55 dkjii why front?
882020-03-13 13:45:06 dkjii im confused about also naming schemes
892020-03-13 13:45:11 dkjii nah its not telegram
902020-03-13 13:45:27 dkjii if it didnt work with arecord on its own, it means the default recording device is set wrong
912020-03-13 13:45:32 jinx_ No it is, Telegram did not have that option when selecting input.
922020-03-13 13:45:33 dkjii i mean maybe it is
932020-03-13 13:45:35 hololeap i just guessed. it seemed like the most likely one
942020-03-13 13:45:50 dkjii oh u can select device with telegram?
952020-03-13 13:45:59 jinx_ I kind of understand, but not that much.
962020-03-13 13:46:14 jinx_ Ya, under advanced settings.
972020-03-13 13:46:27 dkjii ah fair, if its not detecting it thats weird
982020-03-13 13:47:09 → gauge (~gauge@unaffiliated/gauge) has joined #gentoo
992020-03-13 13:47:12 ← gauge (~gauge@unaffiliated/gauge) has quit (Read error: Connection reset by peer)
1002020-03-13 13:48:23 → makaveli7 (~makaveli7@unaffiliated/makaveli7) has joined #gentoo
1012020-03-13 13:52:35 jinx_ Ah! All fixxed.
1022020-03-13 13:52:36 ← Cyb3rN4ut (~psybernau@37.142.174.250) has quit (Read error: Connection reset by peer)
1032020-03-13 13:53:17 jinx_ Added this if you wanted to know: http://dpaste.com/31ZXC6W
1042020-03-13 13:53:18 jinx_ That made it work.
1052020-03-13 13:53:41 jinx_ Replace "Snowball" with your mic's ALSA name if you need to do the same.
1062020-03-13 13:53:49 jinx_ Anyway, see you all.
1072020-03-13 13:53:53 ← Necktwi (~necktwi@157.48.89.237) has quit (Read error: Connection reset by peer)
1082020-03-13 13:53:53 → waebbl (~waebbl@2001:a61:3a3b:9e01:2169:e4b5:5c51:889) has joined #gentoo
1092020-03-13 13:54:04 ← jinx_ (~jinx@172.58.142.160) has quit (Quit: leaving)
1102020-03-13 13:54:17 i irc: disconnected from server
1112020-03-13 13:55:03 → fd0e (~anon6405@anon6405.powered.by.lunarbnc.net) has joined #gentoo
1122020-03-13 13:55:03 i Topic for #gentoo is "Gentoo Linux Support | Can't speak? /j #gentoo-ops | long pastes: wgetpaste or dpaste.com | Perl conflicts? https://goo.gl/7Miost | Be nice! https://goo.gl/gvnCii | Switch to profile 17.1? https://bit.ly/322fxVr | startx permission problems? emerge -1a xorg-server[suid] or use elogind, systemd, or a DM"
1132020-03-13 13:55:03 i Topic set by grknight (~grknight@gentoo/developer/grknight) on Wed, 02 Oct 2019 01:53:47
1142020-03-13 13:55:17 i Channel #gentoo: 1043 nicks (3 ops, 53 voices, 987 normals)
1152020-03-13 13:55:17 *** Buffer Playback...
1162020-03-13 13:55:17 *buffextras PartierSP!~PartierSP@dhcp-cc-b2-55-d1-46-39.cpe.wightman.ca quit: Quit: O'Brian, beam me up!
1172020-03-13 13:55:17 *** Playback Complete.
1182020-03-13 13:56:04 i Channel created on Sat, 15 Sep 2001 08:45:36
1192020-03-13 13:56:04 i irc: disconnected from server
1202020-03-13 13:56:16 → fd0e (~anon6405@anon6405.powered.by.lunarbnc.net) has joined #gentoo
1212020-03-13 13:56:16 i Topic for #gentoo is "Gentoo Linux Support | Can't speak? /j #gentoo-ops | long pastes: wgetpaste or dpaste.com | Perl conflicts? https://goo.gl/7Miost | Be nice! https://goo.gl/gvnCii | Switch to profile 17.1? https://bit.ly/322fxVr | startx permission problems? emerge -1a xorg-server[suid] or use elogind, systemd, or a DM"
1222020-03-13 13:56:16 i Topic set by grknight (~grknight@gentoo/developer/grknight) on Wed, 02 Oct 2019 01:53:47
1232020-03-13 13:56:16 i Channel #gentoo: 1043 nicks (3 ops, 53 voices, 987 normals)
1242020-03-13 13:56:26 ← m0u (~m0u@unaffiliated/m0u) has quit (Ping timeout: 260 seconds)
1252020-03-13 13:56:26 → hijacker (~nikolay@149.235.255.3) has joined #gentoo
1262020-03-13 13:56:27 i Channel created on Sat, 15 Sep 2001 08:45:36
1272020-03-13 13:58:07 ← jkroon (~jkroon@41.114.52.40) has quit (Read error: Connection reset by peer)
1282020-03-13 13:59:31 → Necktwi (~necktwi@157.48.89.237) has joined #gentoo
1292020-03-13 13:59:31 i irc: disconnected from server
1302020-03-13 14:01:52 → fd0e (~anon6405@anon6405.powered.by.lunarbnc.net) has joined #gentoo
1312020-03-13 14:01:52 i Topic for #gentoo is "Gentoo Linux Support | Can't speak? /j #gentoo-ops | long pastes: wgetpaste or dpaste.com | Perl conflicts? https://goo.gl/7Miost | Be nice! https://goo.gl/gvnCii | Switch to profile 17.1? https://bit.ly/322fxVr | startx permission problems? emerge -1a xorg-server[suid] or use elogind, systemd, or a DM"
1322020-03-13 14:01:52 i Topic set by grknight (~grknight@gentoo/developer/grknight) on Wed, 02 Oct 2019 01:53:47
1332020-03-13 14:01:52 i Channel #gentoo: 1045 nicks (3 ops, 53 voices, 989 normals)
1342020-03-13 14:01:52 *** Buffer Playback...
1352020-03-13 14:01:52 *buffextras _CrustY!~crusty@aftr-62-216-209-36.dynamic.mnet-online.de joined
1362020-03-13 14:01:52 *buffextras trens!~trens@cpe-184-54-204-115.swo.res.rr.com joined
1372020-03-13 14:01:52 *** Playback Complete.
1382020-03-13 14:02:05 i Channel created on Sat, 15 Sep 2001 08:45:36
1392020-03-13 14:03:38 ← kalamaki (~kalamaki@tiamat.uom.gr) has quit (Quit: leaving)
1402020-03-13 14:03:55 i irc: disconnected from server
diff --git a/weechat/.weechat/logs/irc.lunarbnc.#lobsters.weechatlog b/weechat/.weechat/logs/irc.lunarbnc.#lobsters.weechatlog
new file mode 100644
index 0000000..207c59a
--- /dev/null
+++ b/weechat/.weechat/logs/irc.lunarbnc.#lobsters.weechatlog
@@ -0,0 +1,91 @@
12020-03-13 13:30:22 → fd0e (~anon6405@anon6405.powered.by.lunarbnc.net) has joined #lobsters
22020-03-13 13:30:22 i Topic for #lobsters is "lobste.rs is a technology-focused link aggregation site. For an invite, see https://lobste.rs/chat and tell us what you'd like to contribute. Join #lobsters-feed for story links without chat. Do not publish channel logs without participants' permission. Mockturtle is a bot which posts stories"
32020-03-13 13:30:22 i Topic set by c355e3b (sid212298@lobsters/developer/c355e3b) on Mon, 27 Jan 2020 18:25:20
42020-03-13 13:30:22 i Channel #lobsters: 480 nicks (0 ops, 0 voices, 480 normals)
52020-03-13 13:30:22 *** Buffer Playback...
62020-03-13 13:30:22 *buffextras glesica!~glesica@68-187-65-209.dhcp.ftwo.tx.charter.com quit: Ping timeout: 265 seconds
72020-03-13 13:30:22 *buffextras pt1!~pt1@31-208-142-54.cust.bredband2.com joined
82020-03-13 13:30:22 *buffextras glesica!~glesica@68-187-65-209.dhcp.ftwo.tx.charter.com joined
92020-03-13 13:30:22 *buffextras creature__!~alex@206.253.136.74 joined
102020-03-13 13:30:22 *buffextras pt1!~pt1@31-208-142-54.cust.bredband2.com quit: Ping timeout: 258 seconds
112020-03-13 13:30:22 *buffextras pond-pet!~pond-pet@2605:e000:1300:5141:197a:ea6c:3d05:a6c4 joined
122020-03-13 13:30:22 *buffextras creature__!~alex@206.253.136.74 quit: Ping timeout: 260 seconds
132020-03-13 13:30:22 *buffextras tg-z!2d3011e4@cpe-45-48-17-228.socal.res.rr.com joined
142020-03-13 13:30:22 tg-z hey anyone wanna send me an invite? heres my github https://github.com/tg-z and my website https://pond.pet for verification
152020-03-13 13:30:22 mockturtle [ tg-z (tg-z) · GitHub ] - github.com
162020-03-13 13:30:22 mockturtle [ home ] - pond.pet
172020-03-13 13:30:22 *buffextras Jammy_Work!~Jamster_W@ip68-229-145-148.lf.br.cox.net quit: Ping timeout: 260 seconds
182020-03-13 13:30:22 *buffextras creature__!~alex@206.253.136.74 joined
192020-03-13 13:30:22 *buffextras P1ersson!~P1ersson@h-252-41.A165.priv.bahnhof.se quit: Ping timeout: 240 seconds
202020-03-13 13:30:22 *buffextras creature__!~alex@206.253.136.74 quit: Ping timeout: 240 seconds
212020-03-13 13:30:22 *buffextras Jammy_Work!~Jamster_W@ip68-229-145-148.lf.br.cox.net joined
222020-03-13 13:30:22 *buffextras creature__!~alex@206.253.136.74 joined
232020-03-13 13:30:22 *buffextras creature__!~alex@206.253.136.74 quit: Ping timeout: 240 seconds
242020-03-13 13:30:22 *buffextras atw`!~user@c-73-22-1-166.hsd1.il.comcast.net quit: Ping timeout: 240 seconds
252020-03-13 13:30:22 *buffextras creature__!~alex@206.253.136.74 joined
262020-03-13 13:30:22 *buffextras pt1!~pt1@31-208-142-54.cust.bredband2.com joined
272020-03-13 13:30:22 *buffextras pt1!~pt1@31-208-142-54.cust.bredband2.com quit: Remote host closed the connection
282020-03-13 13:30:22 *buffextras pt1!~pt1@31-208-142-54.cust.bredband2.com joined
292020-03-13 13:30:22 *buffextras creature__!~alex@206.253.136.74 quit: Ping timeout: 256 seconds
302020-03-13 13:30:22 *buffextras pt1!~pt1@31-208-142-54.cust.bredband2.com quit: Remote host closed the connection
312020-03-13 13:30:22 *buffextras pt1!~pt1@31-208-142-54.cust.bredband2.com joined
322020-03-13 13:30:22 *buffextras pt1!~pt1@31-208-142-54.cust.bredband2.com quit: Ping timeout: 255 seconds
332020-03-13 13:30:22 *buffextras creature__!~alex@206.253.136.74 joined
342020-03-13 13:30:22 *buffextras creature__!~alex@206.253.136.74 quit: Ping timeout: 240 seconds
352020-03-13 13:30:22 *buffextras creature__!~alex@206.253.136.74 joined
362020-03-13 13:30:22 *buffextras jmw!~jmw@unaffiliated/jmw joined
372020-03-13 13:30:22 *buffextras pt1!~pt1@31-208-142-54.cust.bredband2.com joined
382020-03-13 13:30:22 *buffextras jmw!~jmw@unaffiliated/jmw quit: Client Quit
392020-03-13 13:30:22 *buffextras creature__!~alex@206.253.136.74 quit: Ping timeout: 255 seconds
402020-03-13 13:30:22 *buffextras jmw!~jmw@unaffiliated/jmw joined
412020-03-13 13:30:22 *buffextras pt1!~pt1@31-208-142-54.cust.bredband2.com quit: Ping timeout: 256 seconds
422020-03-13 13:30:22 *buffextras P1ersson!~P1ersson@Kenta.biotech.kth.se joined
432020-03-13 13:30:22 *buffextras znedw!~zachary12@mail.znedw.com quit: Quit: ZNC 1.7.4 - https://znc.in
442020-03-13 13:30:22 *buffextras znedw!~zachary12@mail.znedw.com joined
452020-03-13 13:30:22 *buffextras dmc!~dmc@archlinux/trusteduser/polyzen quit: Remote host closed the connection
462020-03-13 13:30:22 *buffextras creature__!~alex@206.253.136.74 joined
472020-03-13 13:30:22 *buffextras jmw!~jmw@unaffiliated/jmw quit: Quit: jmw
482020-03-13 13:30:22 *buffextras jmw!~jmw@unaffiliated/jmw joined
492020-03-13 13:30:22 *buffextras jmw!~jmw@unaffiliated/jmw quit: Client Quit
502020-03-13 13:30:22 *buffextras creature__!~alex@206.253.136.74 quit: Ping timeout: 255 seconds
512020-03-13 13:30:22 *buffextras VicMackey!~vicmackey@207.43.222.87.dynamic.jazztel.es joined
522020-03-13 13:30:22 *buffextras pt1!~pt1@31-208-142-54.cust.bredband2.com joined
532020-03-13 13:30:22 *buffextras creature__!~alex@206.253.136.74 joined
542020-03-13 13:30:22 *buffextras pt1!~pt1@31-208-142-54.cust.bredband2.com quit: Ping timeout: 260 seconds
552020-03-13 13:30:22 *buffextras creature__!~alex@206.253.136.74 quit: Ping timeout: 268 seconds
562020-03-13 13:30:22 *** Playback Complete.
572020-03-13 13:30:24 i Channel created on Tue, 15 Sep 2015 19:18:34
582020-03-13 13:33:55 ← csauve (~csauve@node-1w7jr9srv6ifapnkagcn5nrj5.ipv6.telus.net) has quit (Quit: WeeChat 2.7)
592020-03-13 13:40:20 → rusk (~user@89.101.121.89) has joined #lobsters
602020-03-13 13:40:20 i irc: disconnected from server
612020-03-13 13:40:32 → fd0e (~anon6405@anon6405.powered.by.lunarbnc.net) has joined #lobsters
622020-03-13 13:40:32 i Topic for #lobsters is "lobste.rs is a technology-focused link aggregation site. For an invite, see https://lobste.rs/chat and tell us what you'd like to contribute. Join #lobsters-feed for story links without chat. Do not publish channel logs without participants' permission. Mockturtle is a bot which posts stories"
632020-03-13 13:40:32 i Topic set by c355e3b (sid212298@lobsters/developer/c355e3b) on Mon, 27 Jan 2020 18:25:20
642020-03-13 13:40:32 i Channel #lobsters: 480 nicks (0 ops, 0 voices, 480 normals)
652020-03-13 13:40:42 i Channel created on Tue, 15 Sep 2015 19:18:34
662020-03-13 13:44:05 → creature__ (~alex@206.253.136.74) has joined #lobsters
672020-03-13 13:46:36 → varjag (~user@122.62-97-226.bkkb.no) has joined #lobsters
682020-03-13 13:48:48 ← creature__ (~alex@206.253.136.74) has quit (Ping timeout: 258 seconds)
692020-03-13 13:54:17 i irc: disconnected from server
702020-03-13 13:55:03 → fd0e (~anon6405@anon6405.powered.by.lunarbnc.net) has joined #lobsters
712020-03-13 13:55:03 i Topic for #lobsters is "lobste.rs is a technology-focused link aggregation site. For an invite, see https://lobste.rs/chat and tell us what you'd like to contribute. Join #lobsters-feed for story links without chat. Do not publish channel logs without participants' permission. Mockturtle is a bot which posts stories"
722020-03-13 13:55:03 i Topic set by c355e3b (sid212298@lobsters/developer/c355e3b) on Mon, 27 Jan 2020 18:25:20
732020-03-13 13:55:03 i Channel #lobsters: 481 nicks (0 ops, 0 voices, 481 normals)
742020-03-13 13:56:04 i Channel created on Tue, 15 Sep 2015 19:18:34
752020-03-13 13:56:04 i irc: disconnected from server
762020-03-13 13:56:16 → fd0e (~anon6405@anon6405.powered.by.lunarbnc.net) has joined #lobsters
772020-03-13 13:56:16 i Topic for #lobsters is "lobste.rs is a technology-focused link aggregation site. For an invite, see https://lobste.rs/chat and tell us what you'd like to contribute. Join #lobsters-feed for story links without chat. Do not publish channel logs without participants' permission. Mockturtle is a bot which posts stories"
782020-03-13 13:56:16 i Topic set by c355e3b (sid212298@lobsters/developer/c355e3b) on Mon, 27 Jan 2020 18:25:20
792020-03-13 13:56:16 i Channel #lobsters: 481 nicks (0 ops, 0 voices, 481 normals)
802020-03-13 13:56:16 → pt1 (~pt1@31-208-142-54.cust.bredband2.com) has joined #lobsters
812020-03-13 13:56:25 i Channel created on Tue, 15 Sep 2015 19:18:34
822020-03-13 13:59:31 i irc: disconnected from server
832020-03-13 14:01:52 → fd0e (~anon6405@anon6405.powered.by.lunarbnc.net) has joined #lobsters
842020-03-13 14:01:52 i Topic for #lobsters is "lobste.rs is a technology-focused link aggregation site. For an invite, see https://lobste.rs/chat and tell us what you'd like to contribute. Join #lobsters-feed for story links without chat. Do not publish channel logs without participants' permission. Mockturtle is a bot which posts stories"
852020-03-13 14:01:52 i Topic set by c355e3b (sid212298@lobsters/developer/c355e3b) on Mon, 27 Jan 2020 18:25:20
862020-03-13 14:01:52 i Channel #lobsters: 481 nicks (0 ops, 0 voices, 481 normals)
872020-03-13 14:01:52 *** Buffer Playback...
882020-03-13 14:01:52 *buffextras pt1!~pt1@31-208-142-54.cust.bredband2.com quit: Ping timeout: 256 seconds
892020-03-13 14:01:52 *** Playback Complete.
902020-03-13 14:02:02 i Channel created on Tue, 15 Sep 2015 19:18:34
912020-03-13 14:03:55 i irc: disconnected from server
diff --git a/weechat/.weechat/logs/irc.server.lunarbnc.weechatlog b/weechat/.weechat/logs/irc.server.lunarbnc.weechatlog
new file mode 100644
index 0000000..21baca6
--- /dev/null
+++ b/weechat/.weechat/logs/irc.server.lunarbnc.weechatlog
@@ -0,0 +1,386 @@
12020-03-13 13:30:20 i irc: connecting to server de.lunarbnc.net/8080 (SSL)...
22020-03-13 13:30:21 i gnutls: connected using 2048-bit Diffie-Hellman shared secret exchange
32020-03-13 13:30:21 i gnutls: receiving 2 certificates
42020-03-13 13:30:21 i - certificate[1] info:
52020-03-13 13:30:21 i - subject `CN=lunarbnc.net', issuer `CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US', serial 0x049326d58995c88a81f5c6a128c2548a3e87, RSA key 2048 bits, signed using RSA-SHA256, activated `2020-03-01 22:04:44 UTC', expires `2020-05-30 22:04:44 UTC', pin-sha256="oxFlbDpMz4NezfuuHqrv4I/gkkReZwNigCxKwdBPUEg="
62020-03-13 13:30:21 i - certificate[2] info:
72020-03-13 13:30:21 i - subject `CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US', issuer `CN=DST Root CA X3,O=Digital Signature Trust Co.', serial 0x0a0141420000015385736a0b85eca708, RSA key 2048 bits, signed using RSA-SHA256, activated `2016-03-17 16:40:46 UTC', expires `2021-03-17 16:40:46 UTC', pin-sha256="YLh1dUR9y6Kja30RrAn7JKnbQG/uEtLMkBgFF2Fuihg="
82020-03-13 13:30:21 i gnutls: peer's certificate is trusted
92020-03-13 13:30:21 i irc: connected to de.lunarbnc.net/8080 (136.243.35.58)
102020-03-13 13:30:21 i Welcome to the freenode Internet Relay Chat Network fd0e
112020-03-13 13:30:21 i Your host is wilhelm.freenode.net[2001:41d0:401:3100::5136/6667], running version ircd-seven-1.1.9
122020-03-13 13:30:21 i This server was created Tue Feb 4 2020 at 21:22:25 UTC
132020-03-13 13:30:21 i wilhelm.freenode.net ircd-seven-1.1.9 DOQRSZaghilopsuwz CFILMPQSbcefgijklmnopqrstuvz bkloveqjfI
142020-03-13 13:30:21 i CHANTYPES=#~ EXCEPTS INVEX CHANMODES=eIbq,k,flj,CFLMPQScgimnprstuz CHANLIMIT=#:120 PREFIX=(ov)@+ MAXLIST=bqeI:100 MODES=4 NETWORK=freenode STATUSMSG=@+ CALLERID=g CASEMAPPING=rfc1459 :are supported by this server
152020-03-13 13:30:21 i CHARSET=ascii NICKLEN=16 CHANNELLEN=50 TOPICLEN=390 DEAF=D FNC TARGMAX=NAMES:1,LIST:1,KICK:1,WHOIS:1,PRIVMSG:4,NOTICE:4,ACCEPT:,MONITOR: EXTBAN=$,ajrxz CLIENTVER=3.0 CPRIVMSG CNOTICE SAFELIST :are supported by this server
162020-03-13 13:30:21 i ELIST=CTU WHOX ETRACE KNOCK :are supported by this server
172020-03-13 13:30:21 i There are 96 users and 87579 invisible on 29 servers
182020-03-13 13:30:21 i 34 :IRC Operators online
192020-03-13 13:30:21 i 43813 :channels formed
202020-03-13 13:30:21 i I have 6548 clients and 1 servers
212020-03-13 13:30:21 i 6548 7511 :Current local users 6548, max 7511
222020-03-13 13:30:21 i 87675 87796 :Current global users 87675, max 87796
232020-03-13 13:30:21 i Highest connection count: 7512 (7511 clients) (217430 connections received)
242020-03-13 13:30:21 i - wilhelm.freenode.net Message of the Day -
252020-03-13 13:30:21 i - Welcome to wilhelm.freenode.net in Strasbourg, France.
262020-03-13 13:30:21 i - Thanks to http://digitaltreemedia.co.uk/ for sponsoring
272020-03-13 13:30:21 i - this server!
282020-03-13 13:30:21 i -
292020-03-13 13:30:21 i - Welcome to freenode - supporting the free and open source
302020-03-13 13:30:21 i - software communities since 1998.
312020-03-13 13:30:21 i -
322020-03-13 13:30:21 i - By connecting to freenode you indicate that you have read and
332020-03-13 13:30:21 i - accept our policies and guidelines as set out on https://freenode.net
342020-03-13 13:30:21 i -
352020-03-13 13:30:21 i - In the event that you observe behaviour that contravenes our policies,
362020-03-13 13:30:21 i - please notify a volunteer staff member via private message, or send us an
372020-03-13 13:30:21 i - e-mail to complaints@freenode.net -- we will do our best to address the
382020-03-13 13:30:21 i - situation within a reasonable period of time, and we may request further
392020-03-13 13:30:21 i - information or, as appropriate, involve other parties such as channel operators
402020-03-13 13:30:21 i - Group Contacts representing an on-topic group.
412020-03-13 13:30:21 i -
422020-03-13 13:30:21 i - freenode runs an open proxy scanner.
432020-03-13 13:30:21 i -
442020-03-13 13:30:21 i - If you are looking for assistance, you may be able to find a list of
452020-03-13 13:30:21 i - volunteer staff on '/stats p' (shows only on-call staff) or by joining
462020-03-13 13:30:21 i - #freenode and using the '/who freenode/staff/*' command. You may message
472020-03-13 13:30:21 i - any of us at any time. Please note that freenode predominantly provides
482020-03-13 13:30:21 i - assistance via private message, and while we have a network channel the
492020-03-13 13:30:21 i - primary venue for support requests is via private message to a member
502020-03-13 13:30:21 i - of the volunteer staff team.
512020-03-13 13:30:21 i -
522020-03-13 13:30:21 i - From time to time, volunteer staff may send server-wide notices relating to
532020-03-13 13:30:21 i - the project, or the communities that we host. The majority of such notices
542020-03-13 13:30:21 i - will be sent as wallops, and you can '/mode <yournick> +w' to ensure that you
552020-03-13 13:30:22 i - do not miss them. Important messages relating to the freenode project, including
562020-03-13 13:30:22 i - notices of upcoming maintenance and other scheduled downtime will be issued as
572020-03-13 13:30:22 i - global notices.
582020-03-13 13:30:22 i -
592020-03-13 13:30:22 i - Representing an on-topic project? Don't forget to register, more information
602020-03-13 13:30:22 i - can be found on the https://freenode.net website under "Group Registration".
612020-03-13 13:30:22 i -
622020-03-13 13:30:22 i - Thank you also to our server sponsors for the sustained support in keeping the
632020-03-13 13:30:22 i - network going for close to two decades.
642020-03-13 13:30:22 i -
652020-03-13 13:30:22 i - Thank you for using freenode!
662020-03-13 13:30:22 i End of /MOTD command.
672020-03-13 13:30:22 i User mode [+i] by fd0e
682020-03-13 13:30:22 i *status (znc@znc.in): Welcome to LunarBNC's free ZNC service. × If you like the service and want to support the quality of it, please donate: https://lunarbnc.net/donate × Thank you, The LunarBNC Administrators
692020-03-13 13:40:20 ! Closing link: Timeout
702020-03-13 13:40:20 ! irc: reading data on socket: error 0 (connection closed by peer)
712020-03-13 13:40:20 i irc: disconnecting from server...
722020-03-13 13:40:20 i irc: disconnected from server
732020-03-13 13:40:20 i irc: reconnecting to server in 10 seconds
742020-03-13 13:40:30 i irc: reconnecting to server...
752020-03-13 13:40:30 i irc: connecting to server de.lunarbnc.net/8080 (SSL)...
762020-03-13 13:40:31 i gnutls: connected using 2048-bit Diffie-Hellman shared secret exchange
772020-03-13 13:40:31 i gnutls: receiving 2 certificates
782020-03-13 13:40:31 i - certificate[1] info:
792020-03-13 13:40:31 i - subject `CN=lunarbnc.net', issuer `CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US', serial 0x049326d58995c88a81f5c6a128c2548a3e87, RSA key 2048 bits, signed using RSA-SHA256, activated `2020-03-01 22:04:44 UTC', expires `2020-05-30 22:04:44 UTC', pin-sha256="oxFlbDpMz4NezfuuHqrv4I/gkkReZwNigCxKwdBPUEg="
802020-03-13 13:40:31 i - certificate[2] info:
812020-03-13 13:40:31 i - subject `CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US', issuer `CN=DST Root CA X3,O=Digital Signature Trust Co.', serial 0x0a0141420000015385736a0b85eca708, RSA key 2048 bits, signed using RSA-SHA256, activated `2016-03-17 16:40:46 UTC', expires `2021-03-17 16:40:46 UTC', pin-sha256="YLh1dUR9y6Kja30RrAn7JKnbQG/uEtLMkBgFF2Fuihg="
822020-03-13 13:40:31 i gnutls: peer's certificate is trusted
832020-03-13 13:40:31 i irc: connected to de.lunarbnc.net/8080 (136.243.35.58)
842020-03-13 13:40:32 i Welcome to the freenode Internet Relay Chat Network fd0e
852020-03-13 13:40:32 i Your host is wilhelm.freenode.net[2001:41d0:401:3100::5136/6667], running version ircd-seven-1.1.9
862020-03-13 13:40:32 i This server was created Tue Feb 4 2020 at 21:22:25 UTC
872020-03-13 13:40:32 i wilhelm.freenode.net ircd-seven-1.1.9 DOQRSZaghilopsuwz CFILMPQSbcefgijklmnopqrstuvz bkloveqjfI
882020-03-13 13:40:32 i CHANTYPES=#~ EXCEPTS INVEX CHANMODES=eIbq,k,flj,CFLMPQScgimnprstuz CHANLIMIT=#:120 PREFIX=(ov)@+ MAXLIST=bqeI:100 MODES=4 NETWORK=freenode STATUSMSG=@+ CALLERID=g CASEMAPPING=rfc1459 :are supported by this server
892020-03-13 13:40:32 i CHARSET=ascii NICKLEN=16 CHANNELLEN=50 TOPICLEN=390 DEAF=D FNC TARGMAX=NAMES:1,LIST:1,KICK:1,WHOIS:1,PRIVMSG:4,NOTICE:4,ACCEPT:,MONITOR: EXTBAN=$,ajrxz CLIENTVER=3.0 CPRIVMSG CNOTICE SAFELIST :are supported by this server
902020-03-13 13:40:32 i ELIST=CTU WHOX ETRACE KNOCK :are supported by this server
912020-03-13 13:40:32 i There are 96 users and 87579 invisible on 29 servers
922020-03-13 13:40:32 i 34 :IRC Operators online
932020-03-13 13:40:32 i 43813 :channels formed
942020-03-13 13:40:32 i I have 6548 clients and 1 servers
952020-03-13 13:40:32 i 6548 7511 :Current local users 6548, max 7511
962020-03-13 13:40:32 i 87675 87796 :Current global users 87675, max 87796
972020-03-13 13:40:32 i Highest connection count: 7512 (7511 clients) (217430 connections received)
982020-03-13 13:40:32 i - wilhelm.freenode.net Message of the Day -
992020-03-13 13:40:32 i - Welcome to wilhelm.freenode.net in Strasbourg, France.
1002020-03-13 13:40:32 i - Thanks to http://digitaltreemedia.co.uk/ for sponsoring
1012020-03-13 13:40:32 i - this server!
1022020-03-13 13:40:32 i -
1032020-03-13 13:40:32 i - Welcome to freenode - supporting the free and open source
1042020-03-13 13:40:32 i - software communities since 1998.
1052020-03-13 13:40:32 i -
1062020-03-13 13:40:32 i - By connecting to freenode you indicate that you have read and
1072020-03-13 13:40:32 i - accept our policies and guidelines as set out on https://freenode.net
1082020-03-13 13:40:32 i -
1092020-03-13 13:40:32 i - In the event that you observe behaviour that contravenes our policies,
1102020-03-13 13:40:32 i - please notify a volunteer staff member via private message, or send us an
1112020-03-13 13:40:32 i - e-mail to complaints@freenode.net -- we will do our best to address the
1122020-03-13 13:40:32 i - situation within a reasonable period of time, and we may request further
1132020-03-13 13:40:32 i - information or, as appropriate, involve other parties such as channel operators
1142020-03-13 13:40:32 i - Group Contacts representing an on-topic group.
1152020-03-13 13:40:32 i -
1162020-03-13 13:40:32 i - freenode runs an open proxy scanner.
1172020-03-13 13:40:32 i -
1182020-03-13 13:40:32 i - If you are looking for assistance, you may be able to find a list of
1192020-03-13 13:40:32 i - volunteer staff on '/stats p' (shows only on-call staff) or by joining
1202020-03-13 13:40:32 i - #freenode and using the '/who freenode/staff/*' command. You may message
1212020-03-13 13:40:32 i - any of us at any time. Please note that freenode predominantly provides
1222020-03-13 13:40:32 i - assistance via private message, and while we have a network channel the
1232020-03-13 13:40:32 i - primary venue for support requests is via private message to a member
1242020-03-13 13:40:32 i - of the volunteer staff team.
1252020-03-13 13:40:32 i -
1262020-03-13 13:40:32 i - From time to time, volunteer staff may send server-wide notices relating to
1272020-03-13 13:40:32 i - the project, or the communities that we host. The majority of such notices
1282020-03-13 13:40:32 i - will be sent as wallops, and you can '/mode <yournick> +w' to ensure that you
1292020-03-13 13:40:32 i - do not miss them. Important messages relating to the freenode project, including
1302020-03-13 13:40:32 i - notices of upcoming maintenance and other scheduled downtime will be issued as
1312020-03-13 13:40:32 i - global notices.
1322020-03-13 13:40:32 i -
1332020-03-13 13:40:32 i - Representing an on-topic project? Don't forget to register, more information
1342020-03-13 13:40:32 i - can be found on the https://freenode.net website under "Group Registration".
1352020-03-13 13:40:32 i -
1362020-03-13 13:40:32 i - Thank you also to our server sponsors for the sustained support in keeping the
1372020-03-13 13:40:32 i - network going for close to two decades.
1382020-03-13 13:40:32 i -
1392020-03-13 13:40:32 i - Thank you for using freenode!
1402020-03-13 13:40:32 i End of /MOTD command.
1412020-03-13 13:40:32 i User mode [+i] by fd0e
1422020-03-13 13:40:32 i *status (znc@znc.in): Welcome to LunarBNC's free ZNC service. × If you like the service and want to support the quality of it, please donate: https://lunarbnc.net/donate × Thank you, The LunarBNC Administrators
1432020-03-13 13:50:37 i [icyphox] (~icyphox@139.59.93.193): Anirudh
1442020-03-13 13:50:37 i [icyphox] #lobsters
1452020-03-13 13:50:37 i [icyphox] niven.freenode.net (London, UK, EU)
1462020-03-13 13:50:37 i [icyphox] is using a secure connection
1472020-03-13 13:50:37 i [icyphox] is logged in as Icyphox
1482020-03-13 13:50:37 i [icyphox] End of /WHOIS list.
1492020-03-13 13:54:16 ! Closing link: Timeout
1502020-03-13 13:54:16 ! irc: reading data on socket: error 0 (connection closed by peer)
1512020-03-13 13:54:16 i irc: disconnecting from server...
1522020-03-13 13:54:17 i irc: disconnected from server
1532020-03-13 13:54:17 i irc: reconnecting to server in 10 seconds
1542020-03-13 13:54:27 i irc: reconnecting to server...
1552020-03-13 13:54:27 i irc: connecting to server de.lunarbnc.net/8080 (SSL)...
1562020-03-13 13:54:35 i gnutls: connected using 2048-bit Diffie-Hellman shared secret exchange
1572020-03-13 13:54:35 i gnutls: receiving 2 certificates
1582020-03-13 13:54:35 i - certificate[1] info:
1592020-03-13 13:54:35 i - subject `CN=lunarbnc.net', issuer `CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US', serial 0x049326d58995c88a81f5c6a128c2548a3e87, RSA key 2048 bits, signed using RSA-SHA256, activated `2020-03-01 22:04:44 UTC', expires `2020-05-30 22:04:44 UTC', pin-sha256="oxFlbDpMz4NezfuuHqrv4I/gkkReZwNigCxKwdBPUEg="
1602020-03-13 13:54:35 i - certificate[2] info:
1612020-03-13 13:54:35 i - subject `CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US', issuer `CN=DST Root CA X3,O=Digital Signature Trust Co.', serial 0x0a0141420000015385736a0b85eca708, RSA key 2048 bits, signed using RSA-SHA256, activated `2016-03-17 16:40:46 UTC', expires `2021-03-17 16:40:46 UTC', pin-sha256="YLh1dUR9y6Kja30RrAn7JKnbQG/uEtLMkBgFF2Fuihg="
1622020-03-13 13:54:35 i gnutls: peer's certificate is trusted
1632020-03-13 13:54:35 i irc: connected to de.lunarbnc.net/8080 (136.243.35.58)
1642020-03-13 13:54:46 i Welcome to the freenode Internet Relay Chat Network fd0e
1652020-03-13 13:54:46 i Your host is wilhelm.freenode.net[2001:41d0:401:3100::5136/6667], running version ircd-seven-1.1.9
1662020-03-13 13:54:46 i This server was created Tue Feb 4 2020 at 21:22:25 UTC
1672020-03-13 13:54:46 i wilhelm.freenode.net ircd-seven-1.1.9 DOQRSZaghilopsuwz CFILMPQSbcefgijklmnopqrstuvz bkloveqjfI
1682020-03-13 13:54:46 i CHANTYPES=#~ EXCEPTS INVEX CHANMODES=eIbq,k,flj,CFLMPQScgimnprstuz CHANLIMIT=#:120 PREFIX=(ov)@+ MAXLIST=bqeI:100 MODES=4 NETWORK=freenode STATUSMSG=@+ CALLERID=g CASEMAPPING=rfc1459 :are supported by this server
1692020-03-13 13:54:46 i CHARSET=ascii NICKLEN=16 CHANNELLEN=50 TOPICLEN=390 DEAF=D FNC TARGMAX=NAMES:1,LIST:1,KICK:1,WHOIS:1,PRIVMSG:4,NOTICE:4,ACCEPT:,MONITOR: EXTBAN=$,ajrxz CLIENTVER=3.0 CPRIVMSG CNOTICE SAFELIST :are supported by this server
1702020-03-13 13:54:46 i ELIST=CTU WHOX ETRACE KNOCK :are supported by this server
1712020-03-13 13:54:46 i There are 96 users and 87579 invisible on 29 servers
1722020-03-13 13:54:46 i 34 :IRC Operators online
1732020-03-13 13:54:46 i 43813 :channels formed
1742020-03-13 13:54:46 i I have 6548 clients and 1 servers
1752020-03-13 13:54:46 i 6548 7511 :Current local users 6548, max 7511
1762020-03-13 13:54:46 i 87675 87796 :Current global users 87675, max 87796
1772020-03-13 13:54:46 i Highest connection count: 7512 (7511 clients) (217430 connections received)
1782020-03-13 13:54:46 i - wilhelm.freenode.net Message of the Day -
1792020-03-13 13:54:46 i - Welcome to wilhelm.freenode.net in Strasbourg, France.
1802020-03-13 13:54:46 i - Thanks to http://digitaltreemedia.co.uk/ for sponsoring
1812020-03-13 13:54:46 i - this server!
1822020-03-13 13:54:46 i -
1832020-03-13 13:54:46 i - Welcome to freenode - supporting the free and open source
1842020-03-13 13:54:46 i - software communities since 1998.
1852020-03-13 13:54:46 i -
1862020-03-13 13:54:46 i - By connecting to freenode you indicate that you have read and
1872020-03-13 13:54:46 i - accept our policies and guidelines as set out on https://freenode.net
1882020-03-13 13:54:46 i -
1892020-03-13 13:54:46 i - In the event that you observe behaviour that contravenes our policies,
1902020-03-13 13:54:46 i - please notify a volunteer staff member via private message, or send us an
1912020-03-13 13:54:46 i - e-mail to complaints@freenode.net -- we will do our best to address the
1922020-03-13 13:54:46 i - situation within a reasonable period of time, and we may request further
1932020-03-13 13:54:46 i - information or, as appropriate, involve other parties such as channel operators
1942020-03-13 13:54:46 i - Group Contacts representing an on-topic group.
1952020-03-13 13:54:46 i -
1962020-03-13 13:54:46 i - freenode runs an open proxy scanner.
1972020-03-13 13:54:46 i -
1982020-03-13 13:54:46 i - If you are looking for assistance, you may be able to find a list of
1992020-03-13 13:54:46 i - volunteer staff on '/stats p' (shows only on-call staff) or by joining
2002020-03-13 13:54:46 i - #freenode and using the '/who freenode/staff/*' command. You may message
2012020-03-13 13:54:46 i - any of us at any time. Please note that freenode predominantly provides
2022020-03-13 13:54:46 i - assistance via private message, and while we have a network channel the
2032020-03-13 13:54:46 i - primary venue for support requests is via private message to a member
2042020-03-13 13:54:46 i - of the volunteer staff team.
2052020-03-13 13:54:46 i -
2062020-03-13 13:54:46 i - From time to time, volunteer staff may send server-wide notices relating to
2072020-03-13 13:54:46 i - the project, or the communities that we host. The majority of such notices
2082020-03-13 13:54:46 i - will be sent as wallops, and you can '/mode <yournick> +w' to ensure that you
2092020-03-13 13:54:46 i - do not miss them. Important messages relating to the freenode project, including
2102020-03-13 13:54:46 i - notices of upcoming maintenance and other scheduled downtime will be issued as
2112020-03-13 13:54:46 i - global notices.
2122020-03-13 13:54:46 i -
2132020-03-13 13:54:46 i - Representing an on-topic project? Don't forget to register, more information
2142020-03-13 13:54:46 i - can be found on the https://freenode.net website under "Group Registration".
2152020-03-13 13:54:46 i -
2162020-03-13 13:54:46 i - Thank you also to our server sponsors for the sustained support in keeping the
2172020-03-13 13:54:46 i - network going for close to two decades.
2182020-03-13 13:54:46 i -
2192020-03-13 13:54:46 i - Thank you for using freenode!
2202020-03-13 13:54:46 i End of /MOTD command.
2212020-03-13 13:54:46 i User mode [+i] by fd0e
2222020-03-13 13:55:17 i *status (znc@znc.in): Welcome to LunarBNC's free ZNC service. × If you like the service and want to support the quality of it, please donate: https://lunarbnc.net/donate × Thank you, The LunarBNC Administrators
2232020-03-13 13:56:04 ! Closing link: Timeout
2242020-03-13 13:56:04 ! irc: reading data on socket: error 0 (connection closed by peer)
2252020-03-13 13:56:04 i irc: disconnecting from server...
2262020-03-13 13:56:04 i irc: disconnected from server
2272020-03-13 13:56:04 i irc: reconnecting to server in 10 seconds
2282020-03-13 13:56:14 i irc: reconnecting to server...
2292020-03-13 13:56:14 i irc: connecting to server de.lunarbnc.net/8080 (SSL)...
2302020-03-13 13:56:14 i gnutls: connected using 2048-bit Diffie-Hellman shared secret exchange
2312020-03-13 13:56:14 i gnutls: receiving 2 certificates
2322020-03-13 13:56:14 i - certificate[1] info:
2332020-03-13 13:56:14 i - subject `CN=lunarbnc.net', issuer `CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US', serial 0x049326d58995c88a81f5c6a128c2548a3e87, RSA key 2048 bits, signed using RSA-SHA256, activated `2020-03-01 22:04:44 UTC', expires `2020-05-30 22:04:44 UTC', pin-sha256="oxFlbDpMz4NezfuuHqrv4I/gkkReZwNigCxKwdBPUEg="
2342020-03-13 13:56:14 i - certificate[2] info:
2352020-03-13 13:56:14 i - subject `CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US', issuer `CN=DST Root CA X3,O=Digital Signature Trust Co.', serial 0x0a0141420000015385736a0b85eca708, RSA key 2048 bits, signed using RSA-SHA256, activated `2016-03-17 16:40:46 UTC', expires `2021-03-17 16:40:46 UTC', pin-sha256="YLh1dUR9y6Kja30RrAn7JKnbQG/uEtLMkBgFF2Fuihg="
2362020-03-13 13:56:14 i gnutls: peer's certificate is trusted
2372020-03-13 13:56:14 i irc: connected to de.lunarbnc.net/8080 (136.243.35.58)
2382020-03-13 13:56:15 i Welcome to the freenode Internet Relay Chat Network fd0e
2392020-03-13 13:56:15 i Your host is wilhelm.freenode.net[2001:41d0:401:3100::5136/6667], running version ircd-seven-1.1.9
2402020-03-13 13:56:15 i This server was created Tue Feb 4 2020 at 21:22:25 UTC
2412020-03-13 13:56:15 i wilhelm.freenode.net ircd-seven-1.1.9 DOQRSZaghilopsuwz CFILMPQSbcefgijklmnopqrstuvz bkloveqjfI
2422020-03-13 13:56:15 i CHANTYPES=#~ EXCEPTS INVEX CHANMODES=eIbq,k,flj,CFLMPQScgimnprstuz CHANLIMIT=#:120 PREFIX=(ov)@+ MAXLIST=bqeI:100 MODES=4 NETWORK=freenode STATUSMSG=@+ CALLERID=g CASEMAPPING=rfc1459 :are supported by this server
2432020-03-13 13:56:15 i CHARSET=ascii NICKLEN=16 CHANNELLEN=50 TOPICLEN=390 DEAF=D FNC TARGMAX=NAMES:1,LIST:1,KICK:1,WHOIS:1,PRIVMSG:4,NOTICE:4,ACCEPT:,MONITOR: EXTBAN=$,ajrxz CLIENTVER=3.0 CPRIVMSG CNOTICE SAFELIST :are supported by this server
2442020-03-13 13:56:15 i ELIST=CTU WHOX ETRACE KNOCK :are supported by this server
2452020-03-13 13:56:15 i There are 96 users and 87579 invisible on 29 servers
2462020-03-13 13:56:15 i 34 :IRC Operators online
2472020-03-13 13:56:15 i 43813 :channels formed
2482020-03-13 13:56:15 i I have 6548 clients and 1 servers
2492020-03-13 13:56:15 i 6548 7511 :Current local users 6548, max 7511
2502020-03-13 13:56:15 i 87675 87796 :Current global users 87675, max 87796
2512020-03-13 13:56:15 i Highest connection count: 7512 (7511 clients) (217430 connections received)
2522020-03-13 13:56:15 i - wilhelm.freenode.net Message of the Day -
2532020-03-13 13:56:15 i - Welcome to wilhelm.freenode.net in Strasbourg, France.
2542020-03-13 13:56:15 i - Thanks to http://digitaltreemedia.co.uk/ for sponsoring
2552020-03-13 13:56:15 i - this server!
2562020-03-13 13:56:15 i -
2572020-03-13 13:56:15 i - Welcome to freenode - supporting the free and open source
2582020-03-13 13:56:15 i - software communities since 1998.
2592020-03-13 13:56:15 i -
2602020-03-13 13:56:15 i - By connecting to freenode you indicate that you have read and
2612020-03-13 13:56:15 i - accept our policies and guidelines as set out on https://freenode.net
2622020-03-13 13:56:15 i -
2632020-03-13 13:56:15 i - In the event that you observe behaviour that contravenes our policies,
2642020-03-13 13:56:15 i - please notify a volunteer staff member via private message, or send us an
2652020-03-13 13:56:15 i - e-mail to complaints@freenode.net -- we will do our best to address the
2662020-03-13 13:56:15 i - situation within a reasonable period of time, and we may request further
2672020-03-13 13:56:15 i - information or, as appropriate, involve other parties such as channel operators
2682020-03-13 13:56:15 i - Group Contacts representing an on-topic group.
2692020-03-13 13:56:15 i -
2702020-03-13 13:56:15 i - freenode runs an open proxy scanner.
2712020-03-13 13:56:15 i -
2722020-03-13 13:56:15 i - If you are looking for assistance, you may be able to find a list of
2732020-03-13 13:56:15 i - volunteer staff on '/stats p' (shows only on-call staff) or by joining
2742020-03-13 13:56:15 i - #freenode and using the '/who freenode/staff/*' command. You may message
2752020-03-13 13:56:15 i - any of us at any time. Please note that freenode predominantly provides
2762020-03-13 13:56:15 i - assistance via private message, and while we have a network channel the
2772020-03-13 13:56:15 i - primary venue for support requests is via private message to a member
2782020-03-13 13:56:15 i - of the volunteer staff team.
2792020-03-13 13:56:15 i -
2802020-03-13 13:56:15 i - From time to time, volunteer staff may send server-wide notices relating to
2812020-03-13 13:56:15 i - the project, or the communities that we host. The majority of such notices
2822020-03-13 13:56:15 i - will be sent as wallops, and you can '/mode <yournick> +w' to ensure that you
2832020-03-13 13:56:15 i - do not miss them. Important messages relating to the freenode project, including
2842020-03-13 13:56:15 i - notices of upcoming maintenance and other scheduled downtime will be issued as
2852020-03-13 13:56:15 i - global notices.
2862020-03-13 13:56:15 i -
2872020-03-13 13:56:15 i - Representing an on-topic project? Don't forget to register, more information
2882020-03-13 13:56:15 i - can be found on the https://freenode.net website under "Group Registration".
2892020-03-13 13:56:15 i -
2902020-03-13 13:56:15 i - Thank you also to our server sponsors for the sustained support in keeping the
2912020-03-13 13:56:15 i - network going for close to two decades.
2922020-03-13 13:56:15 i -
2932020-03-13 13:56:15 i - Thank you for using freenode!
2942020-03-13 13:56:15 i End of /MOTD command.
2952020-03-13 13:56:15 i User mode [+i] by fd0e
2962020-03-13 13:56:16 i *status (znc@znc.in): Welcome to LunarBNC's free ZNC service. × If you like the service and want to support the quality of it, please donate: https://lunarbnc.net/donate × Thank you, The LunarBNC Administrators
2972020-03-13 13:59:31 ! Closing link: Timeout
2982020-03-13 13:59:31 ! irc: reading data on socket: error 0 (connection closed by peer)
2992020-03-13 13:59:31 i irc: disconnecting from server...
3002020-03-13 13:59:31 i irc: disconnected from server
3012020-03-13 13:59:31 i irc: reconnecting to server in 10 seconds
3022020-03-13 13:59:41 i irc: reconnecting to server...
3032020-03-13 13:59:41 i irc: connecting to server de.lunarbnc.net/8080 (SSL)...
3042020-03-13 13:59:51 ! irc: address "de.lunarbnc.net" not found
3052020-03-13 13:59:51 ! irc: error: Temporary failure in name resolution
3062020-03-13 13:59:51 i irc: reconnecting to server in 20 seconds
3072020-03-13 14:00:11 i irc: reconnecting to server...
3082020-03-13 14:00:11 i irc: connecting to server de.lunarbnc.net/8080 (SSL)...
3092020-03-13 14:01:11 ! irc: timeout
3102020-03-13 14:01:11 i irc: reconnecting to server in 40 seconds
3112020-03-13 14:01:51 i irc: reconnecting to server...
3122020-03-13 14:01:51 i irc: connecting to server de.lunarbnc.net/8080 (SSL)...
3132020-03-13 14:01:51 i gnutls: connected using 2048-bit Diffie-Hellman shared secret exchange
3142020-03-13 14:01:51 i gnutls: receiving 2 certificates
3152020-03-13 14:01:51 i - certificate[1] info:
3162020-03-13 14:01:51 i - subject `CN=lunarbnc.net', issuer `CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US', serial 0x049326d58995c88a81f5c6a128c2548a3e87, RSA key 2048 bits, signed using RSA-SHA256, activated `2020-03-01 22:04:44 UTC', expires `2020-05-30 22:04:44 UTC', pin-sha256="oxFlbDpMz4NezfuuHqrv4I/gkkReZwNigCxKwdBPUEg="
3172020-03-13 14:01:51 i - certificate[2] info:
3182020-03-13 14:01:51 i - subject `CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US', issuer `CN=DST Root CA X3,O=Digital Signature Trust Co.', serial 0x0a0141420000015385736a0b85eca708, RSA key 2048 bits, signed using RSA-SHA256, activated `2016-03-17 16:40:46 UTC', expires `2021-03-17 16:40:46 UTC', pin-sha256="YLh1dUR9y6Kja30RrAn7JKnbQG/uEtLMkBgFF2Fuihg="
3192020-03-13 14:01:51 i gnutls: peer's certificate is trusted
3202020-03-13 14:01:51 i irc: connected to de.lunarbnc.net/8080 (136.243.35.58)
3212020-03-13 14:01:52 i Welcome to the freenode Internet Relay Chat Network fd0e
3222020-03-13 14:01:52 i Your host is wilhelm.freenode.net[2001:41d0:401:3100::5136/6667], running version ircd-seven-1.1.9
3232020-03-13 14:01:52 i This server was created Tue Feb 4 2020 at 21:22:25 UTC
3242020-03-13 14:01:52 i wilhelm.freenode.net ircd-seven-1.1.9 DOQRSZaghilopsuwz CFILMPQSbcefgijklmnopqrstuvz bkloveqjfI
3252020-03-13 14:01:52 i CHANTYPES=#~ EXCEPTS INVEX CHANMODES=eIbq,k,flj,CFLMPQScgimnprstuz CHANLIMIT=#:120 PREFIX=(ov)@+ MAXLIST=bqeI:100 MODES=4 NETWORK=freenode STATUSMSG=@+ CALLERID=g CASEMAPPING=rfc1459 :are supported by this server
3262020-03-13 14:01:52 i CHARSET=ascii NICKLEN=16 CHANNELLEN=50 TOPICLEN=390 DEAF=D FNC TARGMAX=NAMES:1,LIST:1,KICK:1,WHOIS:1,PRIVMSG:4,NOTICE:4,ACCEPT:,MONITOR: EXTBAN=$,ajrxz CLIENTVER=3.0 CPRIVMSG CNOTICE SAFELIST :are supported by this server
3272020-03-13 14:01:52 i ELIST=CTU WHOX ETRACE KNOCK :are supported by this server
3282020-03-13 14:01:52 i There are 96 users and 87579 invisible on 29 servers
3292020-03-13 14:01:52 i 34 :IRC Operators online
3302020-03-13 14:01:52 i 43813 :channels formed
3312020-03-13 14:01:52 i I have 6548 clients and 1 servers
3322020-03-13 14:01:52 i 6548 7511 :Current local users 6548, max 7511
3332020-03-13 14:01:52 i 87675 87796 :Current global users 87675, max 87796
3342020-03-13 14:01:52 i Highest connection count: 7512 (7511 clients) (217430 connections received)
3352020-03-13 14:01:52 i - wilhelm.freenode.net Message of the Day -
3362020-03-13 14:01:52 i - Welcome to wilhelm.freenode.net in Strasbourg, France.
3372020-03-13 14:01:52 i - Thanks to http://digitaltreemedia.co.uk/ for sponsoring
3382020-03-13 14:01:52 i - this server!
3392020-03-13 14:01:52 i -
3402020-03-13 14:01:52 i - Welcome to freenode - supporting the free and open source
3412020-03-13 14:01:52 i - software communities since 1998.
3422020-03-13 14:01:52 i -
3432020-03-13 14:01:52 i - By connecting to freenode you indicate that you have read and
3442020-03-13 14:01:52 i - accept our policies and guidelines as set out on https://freenode.net
3452020-03-13 14:01:52 i -
3462020-03-13 14:01:52 i - In the event that you observe behaviour that contravenes our policies,
3472020-03-13 14:01:52 i - please notify a volunteer staff member via private message, or send us an
3482020-03-13 14:01:52 i - e-mail to complaints@freenode.net -- we will do our best to address the
3492020-03-13 14:01:52 i - situation within a reasonable period of time, and we may request further
3502020-03-13 14:01:52 i - information or, as appropriate, involve other parties such as channel operators
3512020-03-13 14:01:52 i - Group Contacts representing an on-topic group.
3522020-03-13 14:01:52 i -
3532020-03-13 14:01:52 i - freenode runs an open proxy scanner.
3542020-03-13 14:01:52 i -
3552020-03-13 14:01:52 i - If you are looking for assistance, you may be able to find a list of
3562020-03-13 14:01:52 i - volunteer staff on '/stats p' (shows only on-call staff) or by joining
3572020-03-13 14:01:52 i - #freenode and using the '/who freenode/staff/*' command. You may message
3582020-03-13 14:01:52 i - any of us at any time. Please note that freenode predominantly provides
3592020-03-13 14:01:52 i - assistance via private message, and while we have a network channel the
3602020-03-13 14:01:52 i - primary venue for support requests is via private message to a member
3612020-03-13 14:01:52 i - of the volunteer staff team.
3622020-03-13 14:01:52 i -
3632020-03-13 14:01:52 i - From time to time, volunteer staff may send server-wide notices relating to
3642020-03-13 14:01:52 i - the project, or the communities that we host. The majority of such notices
3652020-03-13 14:01:52 i - will be sent as wallops, and you can '/mode <yournick> +w' to ensure that you
3662020-03-13 14:01:52 i - do not miss them. Important messages relating to the freenode project, including
3672020-03-13 14:01:52 i - notices of upcoming maintenance and other scheduled downtime will be issued as
3682020-03-13 14:01:52 i - global notices.
3692020-03-13 14:01:52 i -
3702020-03-13 14:01:52 i - Representing an on-topic project? Don't forget to register, more information
3712020-03-13 14:01:52 i - can be found on the https://freenode.net website under "Group Registration".
3722020-03-13 14:01:52 i -
3732020-03-13 14:01:52 i - Thank you also to our server sponsors for the sustained support in keeping the
3742020-03-13 14:01:52 i - network going for close to two decades.
3752020-03-13 14:01:52 i -
3762020-03-13 14:01:52 i - Thank you for using freenode!
3772020-03-13 14:01:52 i End of /MOTD command.
3782020-03-13 14:01:52 i User mode [+i] by fd0e
3792020-03-13 14:01:52 i *status (znc@znc.in): Welcome to LunarBNC's free ZNC service. × If you like the service and want to support the quality of it, please donate: https://lunarbnc.net/donate × Thank you, The LunarBNC Administrators
3802020-03-13 14:03:55 ! Closing link: Timeout
3812020-03-13 14:03:55 ! irc: reading data on socket: error 0 (connection closed by peer)
3822020-03-13 14:03:55 i irc: disconnecting from server...
3832020-03-13 14:03:55 i irc: disconnected from server
3842020-03-13 14:03:55 i irc: reconnecting to server in 10 seconds
3852020-03-13 14:04:01 irc: auto-reconnection is cancelled
3862020-03-13 14:04:01 i irc: disconnected from server
diff --git a/weechat/.weechat/perl.conf b/weechat/.weechat/perl.conf
new file mode 100644
index 0000000..31924b9
--- /dev/null
+++ b/weechat/.weechat/perl.conf
@@ -0,0 +1,14 @@
1#
2# weechat -- perl.conf
3#
4# WARNING: It is NOT recommended to edit this file by hand,
5# especially if WeeChat is running.
6#
7# Use /set or similar command to change settings in WeeChat.
8#
9# For more info, see: https://weechat.org/doc/quickstart
10#
11
12[look]
13check_license = off
14eval_keep_context = on
diff --git a/weechat/.weechat/plugins.conf b/weechat/.weechat/plugins.conf
new file mode 100644
index 0000000..9f3aa9f
--- /dev/null
+++ b/weechat/.weechat/plugins.conf
@@ -0,0 +1,14 @@
1#
2# weechat -- plugins.conf
3#
4# WARNING: It is NOT recommended to edit this file by hand,
5# especially if WeeChat is running.
6#
7# Use /set or similar command to change settings in WeeChat.
8#
9# For more info, see: https://weechat.org/doc/quickstart
10#
11
12[var]
13
14[desc]
diff --git a/weechat/.weechat/python.conf b/weechat/.weechat/python.conf
new file mode 100644
index 0000000..187b778
--- /dev/null
+++ b/weechat/.weechat/python.conf
@@ -0,0 +1,14 @@
1#
2# weechat -- python.conf
3#
4# WARNING: It is NOT recommended to edit this file by hand,
5# especially if WeeChat is running.
6#
7# Use /set or similar command to change settings in WeeChat.
8#
9# For more info, see: https://weechat.org/doc/quickstart
10#
11
12[look]
13check_license = off
14eval_keep_context = on
diff --git a/weechat/.weechat/script.conf b/weechat/.weechat/script.conf
new file mode 100644
index 0000000..121f189
--- /dev/null
+++ b/weechat/.weechat/script.conf
@@ -0,0 +1,56 @@
1#
2# weechat -- script.conf
3#
4# WARNING: It is NOT recommended to edit this file by hand,
5# especially if WeeChat is running.
6#
7# Use /set or similar command to change settings in WeeChat.
8#
9# For more info, see: https://weechat.org/doc/quickstart
10#
11
12[look]
13columns = "%s %n %V %v %u | %d | %t"
14diff_color = on
15diff_command = "auto"
16display_source = on
17quiet_actions = on
18sort = "i,p,n"
19translate_description = on
20use_keys = on
21
22[color]
23status_autoloaded = cyan
24status_held = white
25status_installed = lightcyan
26status_obsolete = lightmagenta
27status_popular = yellow
28status_running = lightgreen
29status_unknown = lightred
30text = default
31text_bg = default
32text_bg_selected = red
33text_date = default
34text_date_selected = white
35text_delimiters = default
36text_description = default
37text_description_selected = white
38text_extension = default
39text_extension_selected = white
40text_name = cyan
41text_name_selected = lightcyan
42text_selected = white
43text_tags = brown
44text_tags_selected = yellow
45text_version = magenta
46text_version_loaded = default
47text_version_loaded_selected = white
48text_version_selected = lightmagenta
49
50[scripts]
51autoload = on
52cache_expire = 1440
53download_timeout = 30
54hold = ""
55path = "%h/script"
56url = "https://weechat.org/files/plugins.xml.gz"
diff --git a/weechat/.weechat/sec.conf b/weechat/.weechat/sec.conf
new file mode 100644
index 0000000..8c60d03
--- /dev/null
+++ b/weechat/.weechat/sec.conf
@@ -0,0 +1,18 @@
1#
2# weechat -- sec.conf
3#
4# WARNING: It is NOT recommended to edit this file by hand,
5# especially if WeeChat is running.
6#
7# Use /set or similar command to change settings in WeeChat.
8#
9# For more info, see: https://weechat.org/doc/quickstart
10#
11
12[crypt]
13cipher = aes256
14hash_algo = sha256
15passphrase_file = ""
16salt = on
17
18[data]
diff --git a/weechat/.weechat/weechat.log b/weechat/.weechat/weechat.log
new file mode 100644
index 0000000..e74ffbe
--- /dev/null
+++ b/weechat/.weechat/weechat.log
@@ -0,0 +1,40 @@
1[2020-03-13 13:28:32] WeeChat 2.7.1 (compiled on Feb 20 2020 23:47:25)
2[2020-03-13 13:28:32] Writing configuration file sec.conf (default options)
3[2020-03-13 13:28:32] Reading configuration file sec.conf
4[2020-03-13 13:28:32] Reading configuration file weechat.conf
5[2020-03-13 13:28:32] Writing configuration file plugins.conf (default options)
6[2020-03-13 13:28:32] Reading configuration file plugins.conf
7[2020-03-13 13:28:32] Writing configuration file charset.conf (default options)
8[2020-03-13 13:28:32] Reading configuration file charset.conf
9[2020-03-13 13:28:32] Writing configuration file logger.conf (default options)
10[2020-03-13 13:28:32] Reading configuration file logger.conf
11[2020-03-13 13:28:32] Writing configuration file alias.conf (default options)
12[2020-03-13 13:28:32] Reading configuration file alias.conf
13[2020-03-13 13:28:32] Writing configuration file buflist.conf (default options)
14[2020-03-13 13:28:32] Reading configuration file buflist.conf
15[2020-03-13 13:28:32] Writing configuration file irc.conf (default options)
16[2020-03-13 13:28:32] Reading configuration file irc.conf
17[2020-03-13 13:28:32] Writing configuration file perl.conf (default options)
18[2020-03-13 13:28:32] Reading configuration file perl.conf
19[2020-03-13 13:28:32] Writing configuration file python.conf (default options)
20[2020-03-13 13:28:32] Reading configuration file python.conf
21[2020-03-13 13:28:32] Writing configuration file script.conf (default options)
22[2020-03-13 13:28:32] Reading configuration file script.conf
23[2020-03-13 13:30:20] irc: connecting to server de.lunarbnc.net/8080 (SSL)...
24[2020-03-13 13:40:30] irc: connecting to server de.lunarbnc.net/8080 (SSL)...
25[2020-03-13 13:54:27] irc: connecting to server de.lunarbnc.net/8080 (SSL)...
26[2020-03-13 13:56:14] irc: connecting to server de.lunarbnc.net/8080 (SSL)...
27[2020-03-13 13:59:41] irc: connecting to server de.lunarbnc.net/8080 (SSL)...
28[2020-03-13 14:00:11] irc: connecting to server de.lunarbnc.net/8080 (SSL)...
29[2020-03-13 14:01:51] irc: connecting to server de.lunarbnc.net/8080 (SSL)...
30[2020-03-13 14:04:03] Writing configuration file plugins.conf
31[2020-03-13 14:04:03] Writing configuration file buflist.conf
32[2020-03-13 14:04:03] Writing configuration file python.conf
33[2020-03-13 14:04:03] Writing configuration file charset.conf
34[2020-03-13 14:04:03] Writing configuration file perl.conf
35[2020-03-13 14:04:03] Writing configuration file script.conf
36[2020-03-13 14:04:03] Writing configuration file logger.conf
37[2020-03-13 14:04:03] Writing configuration file alias.conf
38[2020-03-13 14:04:03] Writing configuration file irc.conf
39[2020-03-13 14:04:03] Writing configuration file weechat.conf
40[2020-03-13 14:04:03] Writing configuration file sec.conf