proper weechat conf

This commit is contained in:
fosslinux 2018-12-20 00:15:27 +00:00
parent 3cf44c5f83
commit 357a8459b3
124 changed files with 178163 additions and 7259 deletions

View File

@ -15,31 +15,24 @@ AME = "allchan /me"
AMSG = "allchan /msg *"
ANICK = "allserv /nick"
BEEP = "print -beep"
BS = "quote botserv"
BYE = "quit"
C = "buffer clear"
CHAT = "dcc chat"
CL = "buffer clear"
CLOSE = "buffer close"
CS = "quote chanserv"
EXIT = "quit"
HS = "quote hostserv"
IG = "ignore"
J = "join"
K = "kick"
KB = "kickban"
LEAVE = "part"
M = "msg"
MS = "quote memoserv"
MSGBUF = "command -buffer $1 * /input send $2-"
MUB = "unban *"
N = "names"
NS = "quote nickserv"
Q = "query"
REDRAW = "window refresh"
save_settings = "/autojoin --run;/layout store;/save"
SAY = "msg *"
setup_aspell = "/set weechat.bar.rootinput.items [input_prompt]+(away),[input_search],[input_paste],input_text,aspell_suggest;/set aspell.check.default_dict en_US;/set aspell.check.suggestions 4;/set aspell.check.enabled on;/unalias setup_aspell;/save"
SIGNOFF = "quit"
T = "topic"
UB = "unban"

View File

@ -0,0 +1,22 @@
#
# weechat -- autosort.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[sorting]
case_sensitive = off
replacements = ""
rules = ""
signal_delay = 5
signals = "buffer_opened buffer_merged buffer_unmerged buffer_renamed"
sort_on_config_change = on
[v3]
helpers = "{"core_first": "${if:${buffer.full_name}!=core.weechat}", "irc_raw_last": "${if:${buffer.full_name}==irc.irc_raw}", "irc_last": "${if:${buffer.plugin.name}==irc}", "hashless_name": "${info:autosort_replace,#,,${buffer.name}}", "irc_first": "${if:${buffer.plugin.name}!=irc}", "irc_raw_first": "${if:${buffer.full_name}!=irc.irc_raw}"}"
rules = "["${core_first}", "${irc_last}", "${buffer.plugin.name}", "${irc_raw_first}", "${if:${plugin}==irc?${server}}", "${if:${plugin}==irc?${info:autosort_order,${type},server,*,channel,private}}", "${if:${plugin}==irc?${hashless_name}}", "${buffer.full_name}"]"

View File

@ -23,14 +23,14 @@ signals_refresh = ""
sort = "number,-active"
[format]
buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${name}"
buffer_current = "${color:,233}${format_number}${indent}${format_nick_prefix}${color:lightcyan}${name}"
buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}"
buffer_current = "${color:,blue}${format_buffer}"
hotlist = " ${color:green}(${hotlist}${color:green})"
hotlist_highlight = "${color:magenta}"
hotlist_low = "${color:default}"
hotlist_message = "${color:130}"
hotlist_none = "${color:white}"
hotlist_private = "${color:cyan}"
hotlist_low = "${color:white}"
hotlist_message = "${color:brown}"
hotlist_none = "${color:default}"
hotlist_private = "${color:green}"
hotlist_separator = "${color:default},"
indent = " "
lag = " ${color:green}[${color:brown}${lag}${color:green}]"

View File

@ -15,7 +15,7 @@ buffer_open_before_join = off
buffer_switch_autojoin = on
buffer_switch_join = on
color_nicks_in_names = off
color_nicks_in_nicklist = on
color_nicks_in_nicklist = off
color_nicks_in_server_messages = on
color_pv_nick_like_channel = on
ctcp_time_format = "%a, %d %b %Y %T %z"
@ -69,15 +69,15 @@ topic_strip_colors = off
[color]
input_nick = lightcyan
item_channel_modes = lightcyan
item_channel_modes = default
item_lag_counting = default
item_lag_finished = 130
item_nick_modes = lightgreen
item_lag_finished = yellow
item_nick_modes = default
message_chghost = brown
message_join = green
message_quit = red
mirc_remap = "1,-1:darkgray"
nick_prefixes = "q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue"
nick_prefixes = "y:lightred;q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue"
notice = green
reason_quit = default
topic_current = default
@ -94,7 +94,7 @@ colors_send = on
lag_check = 60
lag_max = 1800
lag_min_show = 500
lag_reconnect = 0
lag_reconnect = 300
lag_refresh_interval = 1
notify_check_ison = 1
notify_check_whois = 5
@ -146,94 +146,53 @@ ssl = off
ssl_cert = ""
ssl_dhkey_size = 2048
ssl_fingerprint = ""
ssl_priorities = "NORMAL"
ssl_priorities = "NORMAL:-VERS-SSL3.0"
ssl_verify = on
usermode = ""
username = "${env:USER}"
username = "fosslinux"
[server]
tilde.addresses = "localhost"
tilde.proxy
tilde.ipv6
tilde.ssl
tilde.ssl_cert
tilde.ssl_priorities
tilde.ssl_dhkey_size
tilde.ssl_fingerprint
tilde.ssl_verify
tilde.password
tilde.capabilities
tilde.sasl_mechanism
tilde.sasl_username
tilde.sasl_password
tilde.sasl_key
tilde.sasl_timeout
tilde.sasl_fail
tilde.autoconnect = on
tilde.autoreconnect
tilde.autoreconnect_delay
tilde.nicks
tilde.nicks_alternate
tilde.username
tilde.realname
tilde.local_hostname
tilde.usermode
tilde.command
tilde.command_delay
tilde.autojoin = "#meta,#team"
tilde.autorejoin
tilde.autorejoin_delay
tilde.connection_timeout
tilde.anti_flood_prio_high
tilde.anti_flood_prio_low
tilde.away_check
tilde.away_check_max_nicks
tilde.msg_kick
tilde.msg_part
tilde.msg_quit
tilde.notify
tilde.split_msg_max_length
irc.hashbang.sh/6697.addresses = "-ssl"
irc.hashbang.sh/6697.proxy
irc.hashbang.sh/6697.ipv6
irc.hashbang.sh/6697.ssl = on
irc.hashbang.sh/6697.ssl_cert
irc.hashbang.sh/6697.ssl_priorities
irc.hashbang.sh/6697.ssl_dhkey_size
irc.hashbang.sh/6697.ssl_fingerprint
irc.hashbang.sh/6697.ssl_verify
irc.hashbang.sh/6697.password
irc.hashbang.sh/6697.capabilities
irc.hashbang.sh/6697.sasl_mechanism
irc.hashbang.sh/6697.sasl_username
irc.hashbang.sh/6697.sasl_password
irc.hashbang.sh/6697.sasl_key
irc.hashbang.sh/6697.sasl_timeout
irc.hashbang.sh/6697.sasl_fail
irc.hashbang.sh/6697.autoconnect
irc.hashbang.sh/6697.autoreconnect
irc.hashbang.sh/6697.autoreconnect_delay
irc.hashbang.sh/6697.nicks
irc.hashbang.sh/6697.nicks_alternate
irc.hashbang.sh/6697.username
irc.hashbang.sh/6697.realname
irc.hashbang.sh/6697.local_hostname
irc.hashbang.sh/6697.usermode
irc.hashbang.sh/6697.command
irc.hashbang.sh/6697.command_delay
irc.hashbang.sh/6697.autojoin
irc.hashbang.sh/6697.autorejoin
irc.hashbang.sh/6697.autorejoin_delay
irc.hashbang.sh/6697.connection_timeout
irc.hashbang.sh/6697.anti_flood_prio_high
irc.hashbang.sh/6697.anti_flood_prio_low
irc.hashbang.sh/6697.away_check
irc.hashbang.sh/6697.away_check_max_nicks
irc.hashbang.sh/6697.msg_kick
irc.hashbang.sh/6697.msg_part
irc.hashbang.sh/6697.msg_quit
irc.hashbang.sh/6697.notify
irc.hashbang.sh/6697.split_msg_max_length
tildeverse.addresses = "tilde.chat/6697"
tildeverse.proxy
tildeverse.ipv6
tildeverse.ssl = on
tildeverse.ssl_cert
tildeverse.ssl_priorities
tildeverse.ssl_dhkey_size
tildeverse.ssl_fingerprint
tildeverse.ssl_verify
tildeverse.password
tildeverse.capabilities
tildeverse.sasl_mechanism
tildeverse.sasl_username
tildeverse.sasl_password
tildeverse.sasl_key
tildeverse.sasl_timeout
tildeverse.sasl_fail
tildeverse.autoconnect
tildeverse.autoreconnect
tildeverse.autoreconnect_delay
tildeverse.nicks
tildeverse.nicks_alternate
tildeverse.username
tildeverse.realname
tildeverse.local_hostname
tildeverse.usermode
tildeverse.command
tildeverse.command_delay
tildeverse.autojoin
tildeverse.autorejoin
tildeverse.autorejoin_delay
tildeverse.connection_timeout
tildeverse.anti_flood_prio_high
tildeverse.anti_flood_prio_low
tildeverse.away_check
tildeverse.away_check_max_nicks
tildeverse.msg_kick
tildeverse.msg_part
tildeverse.msg_quit
tildeverse.notify
tildeverse.split_msg_max_length
hashbang.addresses = "irc.hashbang.sh/6697"
hashbang.proxy
hashbang.ipv6
@ -275,3 +234,85 @@ hashbang.msg_part
hashbang.msg_quit
hashbang.notify
hashbang.split_msg_max_length
freenode.addresses = "chat.freenode.net/6697"
freenode.proxy
freenode.ipv6
freenode.ssl = on
freenode.ssl_cert
freenode.ssl_priorities
freenode.ssl_dhkey_size
freenode.ssl_fingerprint
freenode.ssl_verify
freenode.password
freenode.capabilities
freenode.sasl_mechanism
freenode.sasl_username
freenode.sasl_password
freenode.sasl_key
freenode.sasl_timeout
freenode.sasl_fail
freenode.autoconnect
freenode.autoreconnect
freenode.autoreconnect_delay
freenode.nicks
freenode.nicks_alternate
freenode.username
freenode.realname
freenode.local_hostname
freenode.usermode
freenode.command
freenode.command_delay
freenode.autojoin
freenode.autorejoin
freenode.autorejoin_delay
freenode.connection_timeout
freenode.anti_flood_prio_high
freenode.anti_flood_prio_low
freenode.away_check
freenode.away_check_max_nicks
freenode.msg_kick
freenode.msg_part
freenode.msg_quit
freenode.notify
freenode.split_msg_max_length
milkshakepizza.addresses = "milkshake.tilde.pizza/6667"
milkshakepizza.proxy
milkshakepizza.ipv6
milkshakepizza.ssl
milkshakepizza.ssl_cert
milkshakepizza.ssl_priorities
milkshakepizza.ssl_dhkey_size
milkshakepizza.ssl_fingerprint
milkshakepizza.ssl_verify
milkshakepizza.password
milkshakepizza.capabilities
milkshakepizza.sasl_mechanism
milkshakepizza.sasl_username
milkshakepizza.sasl_password
milkshakepizza.sasl_key
milkshakepizza.sasl_timeout
milkshakepizza.sasl_fail
milkshakepizza.autoconnect
milkshakepizza.autoreconnect
milkshakepizza.autoreconnect_delay
milkshakepizza.nicks
milkshakepizza.nicks_alternate
milkshakepizza.username
milkshakepizza.realname
milkshakepizza.local_hostname
milkshakepizza.usermode
milkshakepizza.command
milkshakepizza.command_delay
milkshakepizza.autojoin
milkshakepizza.autorejoin
milkshakepizza.autorejoin_delay
milkshakepizza.connection_timeout
milkshakepizza.anti_flood_prio_high
milkshakepizza.anti_flood_prio_low
milkshakepizza.away_check
milkshakepizza.away_check_max_nicks
milkshakepizza.msg_kick
milkshakepizza.msg_part
milkshakepizza.msg_quit
milkshakepizza.notify
milkshakepizza.split_msg_max_length

View File

@ -1,37 +0,0 @@
#
# weechat -- iset.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[color]
bg_selected = 235
help_default_value = green
help_option_name = white
help_text = lightcyan
option = default
option_selected = white
type = brown
type_selected = 130
value = cyan
value_diff = magenta
value_diff_selected = lightmagenta
value_selected = lightcyan
value_undef = green
value_undef_selected = lightgreen
[help]
show_help_bar = on
show_help_extra_info = on
show_plugin_description = off
[look]
scroll_horiz = 10
show_current_line = on
use_mute = off
value_search_char = "="

View File

@ -18,7 +18,7 @@ backlog_end = default
backlog_line = default
[file]
auto_log = off
auto_log = on
flush_delay = 120
fsync = off
info_lines = off

View File

@ -0,0 +1,173 @@
2018-11-13 06:00:30 New key binding (context "default"): meta-meta-OQ => /bar scroll buflist * e
2018-11-13 06:00:30 New key binding (context "default"): meta-meta-OP => /bar scroll buflist * b
2018-11-13 06:00:30 New key binding (context "default"): meta-OQ => /bar scroll buflist * +100%
2018-11-13 06:00:30 New key binding (context "default"): meta-OP => /bar scroll buflist * -100%
2018-11-13 06:00:30 Plugins loaded: alias, aspell, buflist, charset, exec, fifo, fset, irc, logger, lua, perl, python, relay, ruby, script, tcl, trigger, xfer
2018-11-13 06:00:34 =!= You can not write text in this buffer
2018-11-13 06:54:09 Plugins loaded: alias, aspell, buflist, charset, exec, fifo, fset, irc, logger, lua, perl, python, relay, ruby, script, tcl, trigger, xfer
2018-11-13 07:01:06 irc: server tildeverse added
2018-11-13 07:01:17 =!= irc: server "tidleverse" not found for "server del" command
2018-11-13 07:01:24 [irc] /server list|listfull [<name>]
2018-11-13 07:01:24 add <name> <hostname>[/<port>] [-temp] [-<option>[=<value>]] [-no<option>]
2018-11-13 07:01:24 copy|rename <name> <new_name>
2018-11-13 07:01:24 reorder <name> [<name>...]
2018-11-13 07:01:24 open <name>|-all [<name>...]
2018-11-13 07:01:24 del|keep <name>
2018-11-13 07:01:24 deloutq|jump|raw
2018-11-13 07:01:24 list, add or remove IRC servers
2018-11-13 07:01:24 list: list servers (without argument, this list is displayed)
2018-11-13 07:01:24 listfull: list servers with detailed info for each server
2018-11-13 07:01:24 add: add a new server
2018-11-13 07:01:24 name: server name, for internal and display use; this name is used to connect to the server (/connect name) and to set server options: irc.server.name.xxx
2018-11-13 07:01:24 hostname: name or IP address of server, with optional port (default: 6667), many addresses can be separated by a comma
2018-11-13 07:01:24 -temp: add a temporary server (not saved)
2018-11-13 07:01:24 option: set option for server (for boolean option, value can be omitted)
2018-11-13 07:01:24 nooption: set boolean option to 'off' (for example: -nossl)
2018-11-13 07:01:24 copy: duplicate a server
2018-11-13 07:01:24 rename: rename a server
2018-11-13 07:01:24 reorder: reorder list of servers
2018-11-13 07:01:24 open: open the server buffer without connecting
2018-11-13 07:01:24 keep: keep server in config file (for temporary servers only)
2018-11-13 07:01:24 del: delete a server
2018-11-13 07:01:24 deloutq: delete messages out queue for all servers (all messages WeeChat is currently sending)
2018-11-13 07:01:24 jump: jump to server buffer
2018-11-13 07:01:24 raw: open buffer with raw IRC data
2018-11-13 07:01:24 Examples:
2018-11-13 07:01:24 /server listfull
2018-11-13 07:01:24 /server add freenode chat.freenode.net
2018-11-13 07:01:24 /server add freenode chat.freenode.net/6697 -ssl -autoconnect
2018-11-13 07:01:24 /server add chatspike irc.chatspike.net/6667,irc.duckspike.net/6667
2018-11-13 07:01:24 /server copy freenode freenode-test
2018-11-13 07:01:24 /server rename freenode-test freenode2
2018-11-13 07:01:24 /server reorder freenode2 freenode
2018-11-13 07:01:24 /server del freenode
2018-11-13 07:01:24 /server deloutq
2018-11-13 07:01:30 irc: server tildeverse has been deleted
2018-11-13 07:01:42 irc: server tildeverse added
2018-11-13 07:02:13 irc: server hashbang added
2018-11-13 07:03:03 =!= irc: already connected to server "tildeverse"!
2018-11-13 07:03:03 =!= irc: unable to add temporary server "#meta" because the addition of temporary servers with command /connect is currently disabled
2018-11-13 07:03:03 =!= irc: if you want to add a standard server, use the command "/server add" (see /help server); if you really want to add a temporary server (NOT SAVED), turn on the option irc.look.temporary_servers
2018-11-14 04:35:27 =!= Too few arguments for command "/msg" (help on command: /help msg)
2018-11-15 19:59:25 irc: server freenode added
2018-11-15 19:59:34 =!= irc: unable to add temporary server "#freenode" because the addition of temporary servers with command /connect is currently disabled
2018-11-15 19:59:34 =!= irc: if you want to add a standard server, use the command "/server add" (see /help server); if you really want to add a temporary server (NOT SAVED), turn on the option irc.look.temporary_servers
2018-11-17 22:16:33 =!= irc: unable to add temporary server "tilde.team" because the addition of temporary servers with command /connect is currently disabled
2018-11-17 22:16:33 =!= irc: if you want to add a standard server, use the command "/server add" (see /help server); if you really want to add a temporary server (NOT SAVED), turn on the option irc.look.temporary_servers
2018-11-17 22:36:19 =!= Error with command "/buffer 10-" (help on command: /help buffer)
2018-11-18 01:51:24 script: downloading list of scripts...
2018-11-18 01:51:25 script: 358 scripts for WeeChat 2.2
2018-11-18 01:51:26 python: loading script "/home/fosslinux/.weechat/python/go.py"
2018-11-18 01:51:26 python: registered script "go", version 2.5 (Quick jump to buffers)
2018-11-20 05:14:42 =!= Error with command "/server milkshakepizza milkshake.tilde.pizza:6667" (help on command: /help server)
2018-11-20 05:14:50 irc: server milkshakepizza added
2018-11-20 05:15:06 irc: server milkshakepizza has been deleted
2018-11-20 05:15:35 irc: server milkshakepizza added
2018-11-30 05:11:59 Upgrading WeeChat with binary file: "weechat"...
2018-11-30 05:11:59 =!= irc: disconnected from 3 servers (SSL connection not supported with upgrade)
2018-11-30 05:12:00 python: scripts unloaded
2018-11-30 05:12:03 python scripts loaded: go
2018-11-30 05:12:03 script: downloading list of scripts...
2018-11-30 05:12:03 Plugins loaded: alias, aspell, buflist, charset, exec, fifo, fset, irc, logger, lua, perl, python, relay, ruby, script, tcl, trigger, xfer
2018-11-30 05:12:03 Upgrade done (2.80s)
2018-11-30 05:12:05 script: 358 scripts for WeeChat 2.2
2018-11-30 05:45:16 =!= Error: unknown command "/ns" (type /help for help)
2018-11-30 06:13:15 =!= You can not write text in this buffer
2018-11-30 06:16:48 =!= Error with command "/ignore TildeBot" (help on command: /help ignore)
2018-11-30 06:16:53 [irc] /ignore list
2018-11-30 06:16:53 add [re:]<nick> [<server> [<channel>]]
2018-11-30 06:16:53 del <number>|-all
2018-11-30 06:16:53 ignore nicks/hosts from servers or channels
2018-11-30 06:16:53 list: list all ignores
2018-11-30 06:16:53 add: add an ignore
2018-11-30 06:16:53 nick: nick or hostname (can be a POSIX extended regular expression if "re:" is given or a mask using "*" to replace zero or more chars)
2018-11-30 06:16:53 del: delete an ignore
2018-11-30 06:16:53 number: number of ignore to delete (look at list to find it)
2018-11-30 06:16:53 -all: delete all ignores
2018-11-30 06:16:53 server: internal server name where ignore is working
2018-11-30 06:16:53 channel: channel name where ignore is working
2018-11-30 06:16:53 Note: the regular expression can start with "(?-i)" to become case sensitive.
2018-11-30 06:16:53 Examples:
2018-11-30 06:16:53 ignore nick "toto" everywhere:
2018-11-30 06:16:53 /ignore add toto
2018-11-30 06:16:53 ignore host "toto@domain.com" on freenode server:
2018-11-30 06:16:53 /ignore add toto@domain.com freenode
2018-11-30 06:16:53 ignore host "toto*@*.domain.com" on freenode/#weechat:
2018-11-30 06:16:53 /ignore add toto*@*.domain.com freenode #weechat
2018-11-30 06:16:59 irc: ignore added:
2018-11-30 06:16:59 [1] mask: Tildebot / server: * / channel: *
2018-11-30 06:22:22 irc: ignore added:
2018-11-30 06:22:22 [2] mask: radiobot / server: * / channel: *
2018-12-01 03:31:33 =!= Error: unknown command "/goin" (type /help for help)
2018-12-01 05:44:23 =!= Error: unknown command "/g" (type /help for help)
2018-12-02 02:17:07 =!= Error with command "/ignore remove TildeBot" (help on command: /help ignore)
2018-12-02 02:17:12 [irc] /ignore list
2018-12-02 02:17:12 add [re:]<nick> [<server> [<channel>]]
2018-12-02 02:17:12 del <number>|-all
2018-12-02 02:17:12 ignore nicks/hosts from servers or channels
2018-12-02 02:17:12 list: list all ignores
2018-12-02 02:17:12 add: add an ignore
2018-12-02 02:17:12 nick: nick or hostname (can be a POSIX extended regular expression if "re:" is given or a mask using "*" to replace zero or more chars)
2018-12-02 02:17:12 del: delete an ignore
2018-12-02 02:17:12 number: number of ignore to delete (look at list to find it)
2018-12-02 02:17:12 -all: delete all ignores
2018-12-02 02:17:12 server: internal server name where ignore is working
2018-12-02 02:17:12 channel: channel name where ignore is working
2018-12-02 02:17:12 Note: the regular expression can start with "(?-i)" to become case sensitive.
2018-12-02 02:17:12 Examples:
2018-12-02 02:17:12 ignore nick "toto" everywhere:
2018-12-02 02:17:12 /ignore add toto
2018-12-02 02:17:12 ignore host "toto@domain.com" on freenode server:
2018-12-02 02:17:12 /ignore add toto@domain.com freenode
2018-12-02 02:17:12 ignore host "toto*@*.domain.com" on freenode/#weechat:
2018-12-02 02:17:12 /ignore add toto*@*.domain.com freenode #weechat
2018-12-02 02:17:17 =!= irc: wrong ignore number
2018-12-02 02:17:26 =!= irc: wrong ignore number
2018-12-02 02:17:29 irc: ignore list:
2018-12-02 02:17:29 [1] mask: Tildebot / server: * / channel: *
2018-12-02 02:17:29 [2] mask: radiobot / server: * / channel: *
2018-12-02 02:17:32 irc: ignore "Tildebot" deleted
2018-12-02 19:43:15 =!= Error: unknown command "/afk" (type /help for help)
2018-12-04 06:08:16 =!= Too few arguments for command "/nick" (help on command: /help nick)
2018-12-04 06:08:19 =!= Too few arguments for command "/nick" (help on command: /help nick)
2018-12-04 06:12:44 =!= Too few arguments for command "/nick" (help on command: /help nick)
2018-12-04 06:13:18 =!= Too few arguments for command "/nick" (help on command: /help nick)
2018-12-04 07:33:50 irc: server ctrl-c added
2018-12-05 05:46:47 =!= Error: failed to set option "weechat.look.input_share"
2018-12-05 05:47:12 Option changed: weechat.look.input_share_overwrite = on (default: off)
2018-12-05 05:47:35 =!= Error: failed to set option "weechat.look.input_share"
2018-12-05 05:47:50 Option changed: weechat.look.input_share = all (default: none)
2018-12-05 05:48:40 =!= Error: unknown command "/.names" (type /help for help)
2018-12-05 06:10:27 =!= Error: unknown command "/ns" (type /help for help)
2018-12-05 06:14:36 =!= Error: unknown command "/mose" (type /help for help)
2018-12-06 05:38:28 =!= Error: unknown command "/cs" (type /help for help)
2018-12-06 05:38:34 =!= Too few arguments for command "/msg" (help on command: /help msg)
2018-12-06 05:40:09 =!= Too few arguments for command "/msg" (help on command: /help msg)
2018-12-07 21:58:48 irc: ignore list:
2018-12-07 21:58:48 [1] mask: radiobot / server: * / channel: *
2018-12-07 21:58:51 irc: ignore "radiobot" deleted
2018-12-09 02:37:24 Option changed: weechat.look.mouse = off
2018-12-09 05:55:30 =!= Too few arguments for command "/msg" (help on command: /help msg)
2018-12-14 06:15:32 =!= Error: unknown command "/os" (type /help for help)
2018-12-14 06:15:47 =!= Error: unknown command "/os" (type /help for help)
2018-12-15 04:47:36 =!= Error: unknown command "/gop" (type /help for help)
2018-12-19 23:31:01 All servers:
2018-12-19 23:31:01 tildeverse
2018-12-19 23:31:01 * hashbang [connected], nick: fosslinux, 2 channels, 1 pv
2018-12-19 23:31:01 * freenode [connected], nick: fosslinux, 4 channels, 2 pv
2018-12-19 23:31:01 * milkshakepizza [connected], nick: fosslinux1, 0 channels, 1 pv
2018-12-19 23:31:01 * ctrl-c [connected], nick: fosslinux, 1 channel, 0 pv
2018-12-19 23:31:09 irc: server tildeverse has been deleted
2018-12-19 23:31:36 irc: server tildeverse added
2018-12-19 23:31:41 =!= irc: command "join" must be executed on irc buffer (server or channel)
2018-12-19 23:33:53 =!= Error: unknown command "/autojoin" (type /help for help)
2018-12-19 23:35:05 Option changed: irc.look.server_buffer = independent (default: merge_with_core)
2018-12-19 23:35:05 =!= Error: option "buffers.look.indenting" not found
2018-12-19 23:36:18 script: downloading list of scripts...
2018-12-19 23:36:19 script: 359 scripts for WeeChat 2.2
2018-12-19 23:36:20 python: loading script "/home/fosslinux/.weechat/python/autojoin.py"
2018-12-19 23:36:20 python: registered script "autojoin", version 0.3.0 (Configure autojoin for all servers according to currently joined channels)
2018-12-19 23:36:33 =!= Error with command "/script auotsort.py" (help on command: /help script)
2018-12-19 23:36:36 =!= Error with command "/script auotsort" (help on command: /help script)
2018-12-19 23:36:44 python: loading script "/home/fosslinux/.weechat/python/autosort.py"
2018-12-19 23:36:45 python: registered script "autosort", version 3.3 (Flexible automatic (or manual) buffer sorting based on eval expressions.)

View File

@ -0,0 +1,2 @@
2018-12-04 07:35:57 --> fosslinux (~fosslinux@bsd.tilde.team) has joined #^v
2018-12-04 07:35:57 -- Channel #^v: 1 nick (1 op, 0 voices, 0 normals)

View File

@ -0,0 +1,21 @@
2018-12-05 05:01:30 --> fosslinux (~fosslinux@bsd.tilde.team) has joined #chat
2018-12-05 05:01:30 -- Channel #chat: 10 nicks (1 op, 0 voices, 9 normals)
2018-12-05 05:01:33 fosslinux hi
2018-12-05 05:03:53 @Calamitous Howdy!
2018-12-05 05:05:38 fosslinux whats happening?
2018-12-05 05:10:39 slip you're looking at it
2018-12-05 05:18:19 @Calamitous Good times :)
2018-12-05 05:18:57 @Calamitous Most folks on the server are pretty quiet.
2018-12-05 05:19:18 @Calamitous More people are here for the programming than the socialization, but there are a few. :)
2018-12-05 05:48:42 -- Nicks #chat: [@Calamitous caasih calypso fosslinux greymtr kazuya LemonMan LogBotIsWatchin nun slip]
2018-12-05 05:48:42 -- Channel #chat: 10 nicks (1 op, 0 voices, 9 normals)
2018-12-16 18:13:55 --> paparent (~paparent@modemcable022.17-131-66.mc.videotron.ca) has joined #chat
2018-12-16 18:14:54 paparent Hi everyone :) Is it normal that I can't connect to this IRC from the actual server? :) it says too many connection
2018-12-16 19:12:01 <-- paparent (~paparent@modemcable022.17-131-66.mc.videotron.ca) has quit (Ping timeout)
2018-12-16 20:20:22 --> paparent (~paparent@modemcable022.17-131-66.mc.videotron.ca) has joined #chat
2018-12-16 21:32:25 <-- paparent (~paparent@modemcable022.17-131-66.mc.videotron.ca) has quit (Ping timeout)
2018-12-17 00:13:07 --> paparent (~paparent@modemcable022.17-131-66.mc.videotron.ca) has joined #chat
2018-12-17 01:09:03 <-- paparent (~paparent@modemcable022.17-131-66.mc.videotron.ca) has quit (Ping timeout)
2018-12-17 01:30:59 --> paparent (~paparent@modemcable022.17-131-66.mc.videotron.ca) has joined #chat
2018-12-17 01:31:14 <-- paparent (~paparent@modemcable022.17-131-66.mc.videotron.ca) has quit ("leaving")
2018-12-17 14:42:43 @Calamitous Hmmm, that is strange. Ill take a look into it tonight

View File

@ -0,0 +1,2 @@
2018-12-04 07:34:06 --> fosslinux (~fosslinux@bsd.tilde.team) has joined #ctrl-c
2018-12-04 07:34:06 -- Channel #ctrl-c: 1 nick (1 op, 0 voices, 0 normals)

View File

@ -0,0 +1,2 @@
2018-12-04 07:34:12 --> fosslinux (~fosslinux@bsd.tilde.team) has joined #meta
2018-12-04 07:34:12 -- Channel #meta: 1 nick (1 op, 0 voices, 0 normals)

View File

@ -0,0 +1,423 @@
2018-12-13 19:42:12 --> fosslinux (~fosslinux@bsd.tilde.team) has joined #thunix-admin
2018-12-13 19:42:12 -- Topic for #thunix-admin is "thunix Administration and Discussion"
2018-12-13 19:42:12 -- Topic set by hexhaxtron (~hexhaxtro@thunix/admin/hexhaxtron) on Tue, 09 Oct 2018 07:10:41
2018-12-13 19:42:12 -- Channel #thunix-admin: 5 nicks (0 ops, 0 voices, 5 normals)
2018-12-13 19:42:14 -- Channel created on Mon, 10 Sep 2018 15:44:02
2018-12-14 04:54:13 --> fosslinux (~fosslinux@bsd.tilde.team) has joined #thunix-admin
2018-12-14 04:54:13 -- Topic for #thunix-admin is "thunix Administration and Discussion"
2018-12-14 04:54:13 -- Topic set by hexhaxtron (~hexhaxtro@thunix/admin/hexhaxtron) on Tue, 09 Oct 2018 07:10:41
2018-12-14 04:54:13 -- Channel #thunix-admin: 5 nicks (0 ops, 0 voices, 5 normals)
2018-12-14 04:54:15 -- Channel created on Mon, 10 Sep 2018 15:44:02
2018-12-14 04:54:17 fosslinux helllooooooo
2018-12-14 06:11:51 fosslinux i was asking on ~chat
2018-12-14 06:12:10 fosslinux if you were looking for another server which i may be able to provide soonish, what would you be looking for?
2018-12-14 11:14:30 Naglfar hello fosslinux
2018-12-14 12:28:39 amcclure hello
2018-12-14 12:29:00 amcclure we would be able to use another server
2018-12-14 20:48:31 fosslinux ok :D
2018-12-14 20:48:36 fosslinux i'll see what i can do
2018-12-14 20:48:42 fosslinux it won't have very good specs tho
2018-12-14 22:16:54 amcclure shouldn't be too bad
2018-12-14 22:17:24 amcclure regardless of the server, we would need to have limits for accounts
2018-12-14 22:37:15 fosslinux true
2018-12-14 22:37:30 fosslinux wat are the specs of the one ub3g33k provided
2018-12-15 00:27:39 ub3g33k 1GB of RAM single core, and 40(?) GB of storage
2018-12-15 00:29:09 ub3g33k It can be grown, if needed.
2018-12-15 01:48:41 Naglfar that's good specs to start
2018-12-15 01:49:20 Naglfar it allow too many services to provide
2018-12-15 01:49:59 Naglfar hope thunix grow enough and we become able to upgrade sometime
2018-12-15 01:51:35 Naglfar some of you have ever been there yet ? https://www.linuxhotel.de/
2018-12-15 02:58:02 ub3g33k for audit... I added myself to group "sudo", and removed my key from /root/.ssh/authorized_keys
2018-12-15 02:58:31 ub3g33k also, are we using a central config solution for thunix?
2018-12-15 02:58:45 ub3g33k if so, is there a git repo for it?
2018-12-15 03:20:18 Naglfar I believe git could be a good central config solution
2018-12-15 03:21:31 Naglfar not sure if there's a repo yet
2018-12-15 03:22:16 Naglfar if the repo is hosted in github we need to create an account for it
2018-12-15 03:24:34 Naglfar even we can use tildegit.org or host by ourself
2018-12-15 03:24:47 ub3g33k yep...
2018-12-15 03:25:04 ub3g33k I actually took the liberty of creating the thunix org on tildegit, and creating the ansible repo
2018-12-15 03:26:34 Naglfar well done, I just noticed it tildegit.org/thunix
2018-12-15 03:32:38 ub3g33k I'm working on the the baseline role now
2018-12-15 03:32:58 ub3g33k Which, in honestly, could probably be the only role used
2018-12-15 03:42:16 ub3g33k when possible, can we get an A record added for the new host? I was going to add it to .tilde, but then remembered it's only a stub zone there
2018-12-15 03:42:37 ub3g33k amcclure: how much work have you done on the new box yet?
2018-12-15 03:45:49 ub3g33k also, do we want to use the .tilde DNS resolvers?
2018-12-15 03:48:51 fosslinux could thunix.org be re-obtained once it expires?
2018-12-15 04:03:34 fosslinux we could have a hashbang like system
2018-12-15 04:03:54 fosslinux where there is multiple servers and a main git repo with ansible rules or something likes that
2018-12-15 04:04:08 fosslinux ub3g33k: is that what you meant by the "ansible repo"
2018-12-15 04:04:15 fosslinux amcclure, Naglfar:
2018-12-15 13:52:31 Naglfar fosslinux, once it expires thunix.org will depend on the actual registrar godaddy.org, probably it allow purchase it
2018-12-15 14:17:59 amcclure ub3g33k: I'm getting stuff set up
2018-12-15 14:31:45 amcclure ub3g33k: is there any reason password login's disabled
2018-12-15 17:12:43 amcclure ub3g33k: ssh key isn't working...
2018-12-15 20:25:33 fosslinux amcclure: what's your thoughts on a hashbang like system. hashbang have 4 servers and theres a "cap" of 500 users on each. every server has an i dentical system
2018-12-15 20:44:08 amcclure sounds like it could be good
2018-12-15 20:48:12 --> bizarro__1 (~bizarro_1@15.red-79-154-77.dynamicip.rima-tde.net) has joined #thunix-admin
2018-12-15 21:17:07 ub3g33k sorry, went to bed last night.
2018-12-15 21:17:35 ub3g33k With a config repo, it can be one server, many servers, doesn't matter. Just really depends on the config.
2018-12-15 21:17:50 ub3g33k As far as servers, with user caps, I suppose we'd cross that bridge when we get there.
2018-12-15 21:51:47 ub3g33k first ansible run is complete. Just handling packages for now. Working on useradd
2018-12-15 22:20:09 <-- Bercik (~Yotsuba@unaffiliated/bercik) has quit (Ping timeout: 252 seconds)
2018-12-15 22:28:58 --> Bercik (~Yotsuba@unaffiliated/bercik) has joined #thunix-admin
2018-12-15 22:37:24 ub3g33k users module all set.
2018-12-15 22:38:07 ub3g33k doesnt handles keys yet, however.
2018-12-15 22:40:46 Naglfar ub3g33k, do you believe it's possible to avoid nmap related problems?
2018-12-15 22:48:59 ub3g33k Not really, other than chiding users.
2018-12-15 22:49:35 ub3g33k However, I do not believe nmap is a problem in DO. I've never had an issue with it, and occasionally use it
2018-12-15 22:49:56 ub3g33k that being said...
2018-12-15 22:50:34 ub3g33k A good reason to use a central config solution (Like ansible here) is *if* a server is knocked down for some reason, it can be re-instantiated somewhere else, in short order
2018-12-15 23:03:25 Naglfar do you mean some like come back to an earlier commit?
2018-12-15 23:06:35 ub3g33k Basically.
2018-12-15 23:06:46 ub3g33k But, there should be no earlier commits from the running system (Optimally)
2018-12-15 23:06:57 ub3g33k Naglfar: do you have a tildegit account?
2018-12-15 23:07:18 ub3g33k amcclure: I also have a PR for review. https://tildegit.org/thunix/ansible/pulls/4
2018-12-15 23:18:01 Naglfar I have to try sign up, but something is happenning to my connection that I can't load it
2018-12-15 23:22:22 amcclure who is bizarro__1?
2018-12-15 23:27:09 ub3g33k no clue
2018-12-15 23:43:59 bizarro__1 hi
2018-12-16 00:02:34 Naglfar hi bizarro__1
2018-12-16 00:15:51 ub3g33k heyo :)
2018-12-16 00:22:42 ub3g33k I guess if we want to kinda gatekeep a bit, for new users, they could have to do a PR requesting their own account haha
2018-12-16 00:57:12 amcclure a pr?
2018-12-16 01:33:30 fosslinux why ub3g33k
2018-12-16 01:36:26 amcclure why what?
2018-12-16 01:38:08 fosslinux why a pr
2018-12-16 01:39:01 amcclure ^
2018-12-16 01:39:29 amcclure I was going to suggest a normal sign up form like what ~town and ~team have
2018-12-16 01:39:37 fosslinux i suppose it would make it more difficult for people to sign up.... maybe thats the point
2018-12-16 01:39:41 fosslinux amcclure: tahts a good idea
2018-12-16 01:40:04 amcclure along with some additional questions and a captcha
2018-12-16 01:40:15 fosslinux "captcha" - why
2018-12-16 01:40:29 fosslinux or you could just do
2018-12-16 01:40:30 amcclure did I spell that wrong?
2018-12-16 01:40:54 fosslinux "To create an account please send an email to admin@thunix.org"
2018-12-16 01:53:54 amcclure hmm
2018-12-16 01:54:00 amcclure I still want the form
2018-12-16 01:59:00 fosslinux ok :)
2018-12-16 01:59:03 fosslinux https://tildegit.org/team/site/src/branch/master/signup/signup-handler.php
2018-12-16 01:59:07 fosslinux heres a stawrting point
2018-12-16 03:18:17 amcclure fosslinux: I think the user shell accounts should be on a seperate server
2018-12-16 03:18:30 amcclure for security reasons
2018-12-16 03:18:35 fosslinux ?
2018-12-16 03:18:54 fosslinux so shell accounts on one server.... and then wat do the others do
2018-12-16 03:18:56 amcclure the server we have now shouldn't be for shell accounts
2018-12-16 03:19:29 amcclure the other is for other services provided by thunix
2018-12-16 03:19:50 fosslinux why amcclure
2018-12-16 03:20:00 amcclure for a few reasons
2018-12-16 03:20:02 fosslinux why cant we have the server we have now for shell accounts
2018-12-16 03:20:44 amcclure security reasons and bc shell users might use up available disk space and ram
2018-12-16 03:20:54 amcclure also from what I found
2018-12-16 03:21:21 amcclure there's data metering for outgoing connections after so much data
2018-12-16 03:21:37 fosslinux owo
2018-12-16 03:21:40 amcclure so it'll be quickly used up and then some
2018-12-16 03:21:45 fosslinux tru
2018-12-16 03:21:51 amcclure I don't want ub3g33k to get a huge bill for it
2018-12-16 03:21:59 fosslinux we could just start with email/web
2018-12-16 03:23:00 amcclure I was thinking we could use a diffrent server hopefully without outgoing data metering for those things
2018-12-16 03:23:53 fosslinux yea right
2018-12-16 03:25:18 amcclure however
2018-12-16 03:25:44 amcclure we might be able to have web hosting on this server
2018-12-16 03:26:00 amcclure non-staff accounts could be sftp only
2018-12-16 03:26:04 amcclure or something
2018-12-16 03:26:27 amcclure I've ran servers that were sftp only before
2018-12-16 03:30:15 <-- bizarro__1 (~bizarro_1@15.red-79-154-77.dynamicip.rima-tde.net) has quit (Ping timeout: 246 seconds)
2018-12-16 12:43:22 --> bizarro__1 (~bizarro_1@15.red-79-154-77.dynamicip.rima-tde.net) has joined #thunix-admin
2018-12-16 15:25:11 <-- Bercik (~Yotsuba@unaffiliated/bercik) has quit (Ping timeout: 250 seconds)
2018-12-16 15:32:09 --> Bercik (~Yotsuba@unaffiliated/bercik) has joined #thunix-admin
2018-12-16 19:19:12 ub3g33k re: PR's for user requests, that was really joking, since someone suggested a hashang-like system :)
2018-12-16 19:19:51 ub3g33k There's a TB of xfer with the current size machine per month. You're *supposed* to be billed for over-limit, but I've never been billed for it.
2018-12-16 19:20:08 ub3g33k ssh doesn't use an incredible amount of data
2018-12-16 19:20:21 ub3g33k but however we want to do it.
2018-12-16 19:21:05 ub3g33k And storage is relaitvely cheap
2018-12-16 19:21:52 ub3g33k 100GB for 10$/month
2018-12-16 19:39:22 amcclure ssh doesn't use a lot of data
2018-12-16 19:39:39 amcclure but people downloading large amounts of data would
2018-12-16 19:40:30 Bercik ^
2018-12-16 19:50:24 fosslinux yes
2018-12-16 19:50:26 fosslinux all true
2018-12-16 19:53:30 ub3g33k If that's the only reason we're concerned, I wouldn't sweat it too much.
2018-12-16 19:53:54 ub3g33k I mean, unless people are planning to use it to store ISOs or be a debian mirror :)
2018-12-16 19:56:23 ub3g33k If people want an idea of the bandwidth prices, they're on digital ocean
2018-12-16 19:57:28 ub3g33k If it were to get too nuts, I've been looking for a reason to get a hetzner metal
2018-12-16 20:02:12 Bercik to prevent that quota could be used
2018-12-16 20:30:15 ub3g33k oh, even better: I get a bandwidth quota across my account. So, my other droplets use very little bandwidth, but they all add to the total bucket :)
2018-12-16 20:37:54 ub3g33k Also, if we want a separate host for web and ssh, I can pop that up as well.
2018-12-16 20:38:49 ub3g33k If user pages are going to a be thing nginx/apache will need to be install on both, with the "web" box acting as a forward proxy
2018-12-16 20:39:16 ub3g33k ... or nfs export /home and mount it on the web host.
2018-12-16 20:42:22 Naglfar ub3g33k is there some way we can know how much bandwidth/month is is used ?
2018-12-16 20:43:04 Naglfar to know if we are inside of total
2018-12-16 20:43:54 Naglfar ...maybe using /proc/net/netstat
2018-12-16 20:49:12 ub3g33k hrm... Let me look in the dashboard
2018-12-16 20:50:18 ub3g33k yes
2018-12-16 20:50:28 ub3g33k overall, in my bucket, I've used 5 GB used of 3655 GB
2018-12-16 20:50:30 ub3g33k Estimated Droplet Transfer Pool
2018-12-16 20:50:47 ub3g33k last month, I used .81 GB :P
2018-12-16 20:51:09 ub3g33k I don't think I had ns1.master.tilde hosted there, and that might be a sizeable amount of the xfer amount
2018-12-16 20:51:13 ub3g33k (Of the 5GB)
2018-12-16 20:53:08 ub3g33k after the limit it's a penny per GB
2018-12-16 20:54:58 Naglfar we can let know it to users someway
2018-12-16 20:56:24 Naglfar to allow the case that some user need more bandwidth and become able to afford it
2018-12-16 21:01:11 amcclure ub3g33k: I have apache insatlled on this server already
2018-12-16 21:08:54 ub3g33k If it becomes problematic (The cost) I'll be sure to say something. I just don't think it's an issue for now, personally.
2018-12-16 21:09:09 Bercik Naglfar, but its problematic to limit users on one host (bandwith)
2018-12-16 21:09:20 ub3g33k amcclure: did you install just apache, or the whole LAMP stack?
2018-12-16 21:09:37 ub3g33k I suppsoe I can look, too haha
2018-12-16 21:10:04 ub3g33k nginx is installed too?
2018-12-16 21:10:17 ub3g33k (and mysql and php, I'm seeing)
2018-12-16 21:15:13 ub3g33k stupid question: why install linux firmware?
2018-12-16 21:26:29 Naglfar linux firmware usually is used for some device controllers
2018-12-16 21:27:22 Naglfar the server may only use firmware for specific devices
2018-12-16 21:27:59 Naglfar or maybe no firmware at all
2018-12-16 21:54:23 amcclure LAMP
2018-12-16 21:54:27 amcclure nginx is installed?
2018-12-16 21:54:50 Naglfar amcclure, I believe apache2 is
2018-12-16 21:54:54 amcclure oh I removed nginx
2018-12-16 21:55:39 amcclure apache2 is installed
2018-12-16 21:56:20 Naglfar nice
2018-12-16 21:57:21 Naglfar mariadb is used for mysql
2018-12-16 21:59:15 Naglfar postgresql could be installed later (if needed)
2018-12-16 22:00:38 amcclure yep
2018-12-16 22:31:18 ub3g33k It may or may not be installed (ngin), I just saw it's init script in /etc/init.d/
2018-12-16 23:40:22 amcclure oh?
2018-12-17 01:04:02 <-- bizarro__1 (~bizarro_1@15.red-79-154-77.dynamicip.rima-tde.net) has quit (Quit: bizarro__1)
2018-12-17 07:04:49 fosslinux amcclure: why nginx
2018-12-17 07:04:53 fosslinux s/nginx/apache2
2018-12-17 07:04:58 fosslinux amcclure: why apache2
2018-12-17 07:05:04 fosslinux instead of nginx
2018-12-17 12:11:31 ub3g33k 6 of one, half a dozen of another?
2018-12-17 13:11:12 amcclure fosslinux: what's bad about apache2?
2018-12-17 14:35:32 ub3g33k fyi, I've done some shopping, and bandwidth at this time shouldn't be a concern. Should it become a concern, there are some reasonable upgrade paths that shouldn't be an issue to handle
2018-12-17 18:34:27 --> bizarro_1 (~bizarro_1@15.red-79-154-77.dynamicip.rima-tde.net) has joined #thunix-admin
2018-12-17 18:44:57 ub3g33k as far as PR4 goes (Change resolvers to .tilde resolvers), I'm going to assume silence == consent?
2018-12-17 18:46:00 Naglfar o.o
2018-12-17 18:46:07 Naglfar PR4 goes ?
2018-12-17 18:47:39 ub3g33k Pull request #4 on tildegit.org/thunix/ansible/pulls/4
2018-12-17 18:48:07 ub3g33k any configuration I've been doing to that machine is in the repo
2018-12-17 18:49:42 ub3g33k that way if I get ran over by a bus, while with amcclure, and my credit card gets canceled, it's far easier to pick up the pieces and carry on :)
2018-12-17 18:50:48 ub3g33k .buffer 20
2018-12-17 18:53:13 Naglfar I agree to change resolvers to .tilde resolvers
2018-12-17 18:54:25 Naglfar even could be good to setup thunix as an tilde DNS server
2018-12-17 18:58:18 ub3g33k alright, I'll merge and push at my next convienent moment :)
2018-12-17 19:31:13 fosslinux amcclure: apache2 uses way more memory, cpu, and is bloated imo
2018-12-17 20:14:52 --> bizarro__1 (~bizarro_1@146.red-79-154-76.dynamicip.rima-tde.net) has joined #thunix-admin
2018-12-17 20:16:48 amcclure hello bizarro__1
2018-12-17 20:17:08 <-- bizarro_1 (~bizarro_1@15.red-79-154-77.dynamicip.rima-tde.net) has quit (Ping timeout: 245 seconds)
2018-12-17 20:22:26 bizarro__1 hi
2018-12-17 22:18:31 Naglfar hi bizarro__1
2018-12-18 00:19:32 <-- bizarro__1 (~bizarro_1@146.red-79-154-76.dynamicip.rima-tde.net) has quit (Quit: bizarro__1)
2018-12-18 01:16:23 ub3g33k added byobu and man to the package list in the repo, and pushed/ran the modified resolv.conf
2018-12-18 01:30:18 amcclure why byobu?
2018-12-18 01:33:02 ub3g33k I like using it.
2018-12-18 01:33:25 ub3g33k I can roll back if that's an issue.
2018-12-18 01:34:16 amcclure does byobu start on login?
2018-12-18 01:34:35 amcclure if no, then you can keep it
2018-12-18 01:36:49 Naglfar I don't remember exactly howto, but you can enable/disable byobu on login
2018-12-18 01:37:13 ub3g33k not unless you tell it to
2018-12-18 01:40:50 ub3g33k so, are we going to segregate the web server from the ssh server?
2018-12-18 01:43:54 amcclure I was planning on having the ssh and user web content on a seperate server
2018-12-18 01:53:22 ub3g33k so what is this? web server or ssh server? And, how are user pages goings to work?
2018-12-18 01:56:01 amcclure web and ssh
2018-12-18 01:56:59 amcclure so we aren't putting any thunix-provided services on the same machine as a bunch of ssh users
2018-12-18 01:57:37 ub3g33k so, this machine we have now is the one users will ssh into, correct?
2018-12-18 01:58:02 amcclure idk
2018-12-18 01:58:08 ub3g33k kk
2018-12-18 01:58:10 amcclure I didn't plan on that
2018-12-18 01:58:35 ub3g33k that's not a problem then, we can "pivot" a bit.
2018-12-18 01:58:50 ub3g33k So, just apahe, mysql, and php on this machine, with a couple of admin users then?
2018-12-18 01:59:07 ub3g33k *apache
2018-12-18 02:04:29 amcclure yes
2018-12-18 02:06:37 ub3g33k ok, lemme work on splitting these roles.
2018-12-18 02:06:54 ub3g33k I was misunderstanding this machine's role.
2018-12-18 02:07:00 ub3g33k Do we have an ssh box yet?
2018-12-18 02:07:15 amcclure not yet
2018-12-18 02:07:26 ub3g33k If not, should I spin one up? Or, should I grow this machine, and we can use containers for the roles?
2018-12-18 02:07:53 amcclure would spinning up a new one or growing this machine be more affordable for you
2018-12-18 02:08:11 ub3g33k both are the same, either costs ~$10
2018-12-18 02:08:31 ub3g33k .../month
2018-12-18 02:09:06 ub3g33k It's really an architectural decision. Containers allow us to pack the machine better (Scales well to bare metal too)
2018-12-18 02:09:15 ub3g33k However, container security isn't perfect.
2018-12-18 02:09:31 amcclure could just spin up a new one
2018-12-18 02:09:48 amcclure is php and mysql necessary for users?
2018-12-18 02:09:52 ub3g33k so... public web pages in a ~ fashion are going to be a thing, right?
2018-12-18 02:09:57 amcclure yes
2018-12-18 02:10:52 ub3g33k If we split www from ssh, how are we looking to share the ~/public_home to the www box?
2018-12-18 02:10:59 amcclure o
2018-12-18 02:11:17 ub3g33k I *kinda* got a couple of ideas for that...
2018-12-18 02:11:25 amcclure I was just going to use a different hostname for the user server
2018-12-18 02:12:01 ub3g33k I am not sure if apach can do this, but nginx can forward certain requests to another web server
2018-12-18 02:12:02 amcclure something like shells.thunix.cf / shells.thunix.ttm.sh
2018-12-18 02:12:45 ub3g33k it would require (possibly) nginx replacing apache
2018-12-18 02:12:52 amcclure or just www2.thunix.cf / www2.thunix.ttm.sh for the user sites
2018-12-18 02:12:52 ub3g33k (On the www box)
2018-12-18 02:13:33 amcclure that way it wouldn't seem like any of the user content is official thunix content
2018-12-18 02:13:35 ub3g33k I suppose that would work too
2018-12-18 02:13:37 amcclure users.thunix.cf
2018-12-18 02:13:54 amcclure almost anything besides www would work
2018-12-18 02:14:04 ub3g33k I guess I'm not familiair with the culture of thunix, and how they operated
2018-12-18 02:14:09 ub3g33k I showed up late to the game :P
2018-12-18 02:15:09 Naglfar ub3g33k, thunix was one server for all services
2018-12-18 02:15:30 amcclure ^
2018-12-18 02:15:50 ub3g33k That's what I thought
2018-12-18 02:16:38 ub3g33k whats the deciding reason for steering away from that model?
2018-12-18 02:17:38 Naglfar the thunix server was shutdown
2018-12-18 02:17:58 ub3g33k well, yes.
2018-12-18 02:19:29 ub3g33k but why moving to split model?
2018-12-18 02:19:59 ub3g33k were there problems with having a single host pull all duties?
2018-12-18 02:20:33 Naglfar really there's not a split model
2018-12-18 02:21:09 Naglfar else put several parts together
2018-12-18 02:21:53 ub3g33k right, but this go-around, we're doing a split model
2018-12-18 02:23:06 ub3g33k and amcclure: I see there is code in /var/www... Is that in a git repo somewhere? If not, should we version-control it, and enable some mangement around that?
2018-12-18 02:25:26 Naglfar ub3g33k, the main model is run only one server
2018-12-18 02:25:56 Naglfar shells, web, email, backups and other provided services on the same server
2018-12-18 02:26:43 Naglfar split is, to have a backup server instead
2018-12-18 02:27:18 Naglfar there's to parts but same content twice
2018-12-18 02:27:22 Naglfar two*
2018-12-18 02:29:44 Naglfar or maybe tildegit.org/thunix
2018-12-18 02:31:36 Naglfar we can try to run shells on the main server
2018-12-18 02:32:57 Naglfar as amcclure told us some like shells.thunix.cf or shells.thunix.ttm.sh
2018-12-18 02:34:12 Naglfar but a backup server with LAMP could be in www.thunix.cf and www.thunix.ttm.sh
2018-12-18 02:34:18 ub3g33k well, I'm heading to bed. But, I'll check scrollback for a definitive architecture
2018-12-18 02:34:26 ub3g33k Planning, before building :)
2018-12-18 02:34:33 Naglfar :)
2018-12-18 02:34:35 ub3g33k We already did some building before planning, but not much.
2018-12-18 02:35:16 Naglfar best plan before build
2018-12-18 02:35:40 Naglfar but sometimes plans appear while building
2018-12-18 02:35:46 Naglfar have good night ub3g33k
2018-12-18 10:42:29 --> Ub3g33k_ (~lounge-us@tilde.team) has joined #thunix-admin
2018-12-18 15:16:24 ub3g33k morning all
2018-12-18 15:16:58 Naglfar morning ub3g33k
2018-12-18 16:07:25 ub3g33k Anything cooking I missed?
2018-12-18 16:26:10 Naglfar nothing missed lately
2018-12-18 16:26:48 Naglfar ub3g33k, do you know if it's possible to set domain name pointer ?
2018-12-18 16:36:25 ub3g33k It *should* be possible. I don't control any of the DNS records, however.
2018-12-18 16:36:34 ub3g33k (Except for .tilde DNS :P )
2018-12-18 16:39:04 Naglfar so, is it possible to set domain name pointer for thunix.tilde ?
2018-12-18 16:43:36 ub3g33k There already is one, if I recall. However, those records are stubbed out to afraid's NS servers, so I can't do anything with them. amcclure manages them
2018-12-18 16:44:26 ub3g33k looks like it's currently pointed to 81.9.154.185
2018-12-18 16:45:09 ub3g33k rather pointed at 185.154.9.81 (I was reading a reverse record, at first)
2018-12-18 16:46:27 Naglfar we must replace afraid's NS server
2018-12-18 16:47:02 Naglfar on that case we should try to set up a .tilde DNS server on thunix
2018-12-18 16:47:33 Naglfar then replace it and if possible set the reverse record
2018-12-18 16:51:20 ub3g33k well, nothing wrong with using afraid name servers, imo. They seem competent enough
2018-12-18 16:51:53 ub3g33k but that's not my call. I only did the stub zone per amcclure's request, and I don't want to mix roles around, if I can help it :)
2018-12-18 16:52:27 ub3g33k We *can* however prop up name servers ran by thunix. not entirely off the wall, but I want to wait for some arch decisions
2018-12-18 16:53:57 Naglfar there's something wrong using afraid name servers for .tilde domain
2018-12-18 16:54:01 Naglfar Found domain delegation errors
2018-12-18 16:54:24 Naglfar Status : Broken
2018-12-18 16:54:30 ub3g33k Huh?
2018-12-18 16:54:31 Naglfar Tracing to thunix.tilde[a] via A.ROOT-SERVERS.NET, maximum of 3 retries A.ROOT-SERVERS.NET [.] (198.41.0.4)
2018-12-18 16:54:35 ub3g33k Well yes
2018-12-18 16:54:38 ub3g33k THat is broken.
2018-12-18 16:54:45 ub3g33k .tilde isn't an ICANN recognized TLD
2018-12-18 16:54:45 Naglfar Checked @ 2018-12-18 08:52:33 in 0.12 seconds
2018-12-18 16:55:33 ub3g33k And likely never will be, because I don't have $200K on hand, and don't have a cool $10 mil USD/yr annual revenues :)
2018-12-18 16:56:40 Naglfar that's the reason to replace afraid's NS server
2018-12-18 16:58:07 ub3g33k Well, I assume thunix will eventually get an ICANN-recognized domain name as well?
2018-12-18 16:59:13 Naglfar if thunix.tilde will eventually get an ICANN-recognized then no need to replace afraid's NS servers
2018-12-18 18:05:01 --> bizarro_1 (~bizarro_1@146.red-79-154-76.dynamicip.rima-tde.net) has joined #thunix-admin
2018-12-19 00:46:15 amcclure or
2018-12-19 00:46:33 amcclure maybe we could use this server for thunix
2018-12-19 00:46:55 amcclure I kind of want to make it a part of tildeverse again
2018-12-19 00:47:24 amcclure we just need to set up user quotas
2018-12-19 00:50:25 <-- bizarro_1 (~bizarro_1@146.red-79-154-76.dynamicip.rima-tde.net) has quit (Quit: bizarro_1)
2018-12-19 00:51:00 Naglfar how much storage mb quota could be used ?
2018-12-19 00:51:59 amcclure blinkenshell gives 100mb for free accounts
2018-12-19 00:52:09 amcclure somewhere between 100mb and 1gb maybe?
2018-12-19 00:59:29 Naglfar it depend on how much available storage and users are
2018-12-19 01:00:15 Naglfar amcclure, about cert, have you requested cert for both: thunix.cf and www.thunix.cf ?
2018-12-19 01:00:30 Naglfar maybe also mail.thunix.cf
2018-12-19 01:00:45 amcclure ok
2018-12-19 01:06:44 ub3g33k right now we're using 12 of 25GB
2018-12-19 01:07:23 ub3g33k I can add more block storage, if needed, or we can do 100MB quotas. Even 200MB might be doable. I think I don't use more than 50MB anywhere except my "home" tilde on yourtilde
2018-12-19 01:07:45 ub3g33k and I use ~110 there due to a python env
2018-12-19 01:08:33 ub3g33k Or, no quotas, and when disk gets low, send out "Clean up your home dirs, ya filthy animals" email :P
2018-12-19 01:09:16 Naglfar :)
2018-12-19 01:09:35 Naglfar somewhere between 100mb and 200mb could be enough for webhosting
2018-12-19 01:10:49 amcclure ub3g33k: do you run yourtilde?
2018-12-19 01:11:20 Naglfar maybe expandable a bit more on custom request
2018-12-19 01:11:24 ub3g33k I jr. admin it. Basically, fill in for critical issues when deepend isn't around
2018-12-19 01:11:40 amcclure o couldn't remember who runs it lol
2018-12-19 01:13:59 ub3g33k Yeah, deepend does.
2018-12-19 01:14:35 amcclure isn't yourtilde centos?
2018-12-19 01:17:53 ub3g33k Yes
2018-12-19 01:17:56 ub3g33k Cent7
2018-12-19 01:18:10 ub3g33k So, how are going to structure this thing?
2018-12-19 01:18:44 ub3g33k Two machines with split roles? One single machine? A machine of containers? A k8s cluster? (Last one was a joke, and serious overkill lol)
2018-12-19 01:20:54 amcclure maybe just a single machine for now
2018-12-19 01:21:02 ub3g33k got it.
2018-12-19 01:22:23 ub3g33k did you see my ask about the code in /var/www?
2018-12-19 01:23:17 amcclure Naglfar: do you know how I can contact hexhaxtron?
2018-12-19 01:24:48 amcclure for transferring registrations for #thunix* channels to me
2018-12-19 01:26:05 amcclure ub3g33k: I didn't see it
2018-12-19 01:28:30 Naglfar amcclure, try hexhaxtron@gmail.com
2018-12-19 01:31:13 amcclure ok
2018-12-19 01:33:22 Naglfar could be good to if he transfer it
2018-12-19 01:34:18 Naglfar that allow us to use vhosts and add op mode to users
2018-12-19 01:35:43 ub3g33k is the code in /var/www in some sort of source control?
2018-12-19 01:35:50 ub3g33k If not, should it be?
2018-12-19 01:37:07 amcclure idk
2018-12-19 01:38:07 amcclure Naglfar: would he respond if I use that email address
2018-12-19 01:40:03 Naglfar I hope so, that's what I have used to contact him, asking about to continue thunix and domain name
2018-12-19 01:55:10 amcclure we might be able to just use the #thunix channel on tilde.chat
2018-12-19 01:55:35 ub3g33k whatevers clever. I'm in both
2018-12-19 01:58:51 amcclure I'm planning on making thunix a part of tildeverse again so I think that'll work better then
2018-12-19 02:00:55 amcclure Bercik, fosslinux, Naglfar: should we start using the tildeverse channel?
2018-12-19 03:49:42 amcclure thunix.cf or thunix.ttm.sh?
2018-12-19 06:38:01 fosslinux thunix.cf for sure
2018-12-19 06:38:06 fosslinux both
2018-12-19 06:38:14 fosslinux but the main one thunix.ttm.sh
2018-12-19 06:38:27 fosslinux amcclure: it would be very good to move to the tildeverse channel
2018-12-19 13:25:25 amcclure fosslinux: so .cf or .ttm.sh
2018-12-19 13:25:56 amcclure there's some stuff that would require a specific domain name
2018-12-19 13:28:25 amcclure probably .cf
2018-12-19 14:32:21 amcclure anyone mind if I use this channel to test an attempt at bringing back thunix[bot]
2018-12-19 14:33:09 --> thunix[bot] (~amcclure@104.248.2.237) has joined #thunix-admin
2018-12-19 14:33:09 thunix[bot] Hello World! ircBot version 0.04 reporting for duty. Use .h to get field manual.
2018-12-19 14:33:09 thunix[bot] Timed message turned on.
2018-12-19 14:33:20 amcclure .h
2018-12-19 14:33:20 thunix[bot] Core: help code | Utility: base64 df(freeHDD) fr(freeRam) fp(freePort) sensor uptime users request sendmail | Entertainment: pull roll motivate | Admin: kick timed-message
2018-12-19 14:33:32 amcclure .df
2018-12-19 14:33:35 amcclure .fr
2018-12-19 14:33:35 thunix[bot] 257M out of 996M used, approx. 544M available.
2018-12-19 14:33:38 amcclure .fp
2018-12-19 14:33:39 thunix[bot] Calm down.
2018-12-19 14:33:39 thunix[bot] Port 41071 is available to use.
2018-12-19 14:33:44 amcclure .sensor
2018-12-19 14:33:49 amcclure .uptime
2018-12-19 14:33:49 thunix[bot] 14:33:49 up 5 days, 12:56, 3 users, load average: 0.00, 0.04, 0.01
2018-12-19 14:33:59 amcclure .users
2018-12-19 14:33:59 thunix[bot] Online User 2/7
2018-12-19 14:34:15 amcclure who else is online
2018-12-19 14:34:31 amcclure .request
2018-12-19 14:34:31 thunix[bot] Provide proper username and email! - /msg thunix[bot] .request <username> <email>
2018-12-19 14:35:11 amcclure .sendmail
2018-12-19 14:35:11 thunix[bot] Use .sendmail <from> <to> <count-of-subject-words> <subject> <message>. Use \r\n to make new lines.
2018-12-19 14:36:25 amcclure .sendmail root@localhost amcclure@ttm.sh 1 subject message
2018-12-19 14:36:25 thunix[bot] Use .sendmail <from> <to> <count-of-subject-words> <subject> <message>. Use \r\n to make new lines.
2018-12-19 14:36:36 amcclure hmm
2018-12-19 14:37:14 amcclure .allusers
2018-12-19 14:37:40 amcclure .motivate
2018-12-19 14:38:09 <-- thunix[bot] (~amcclure@104.248.2.237) has quit (Remote host closed the connection)
2018-12-19 14:41:01 Naglfar amcclure, we should do some like admins confirmation for account requests
2018-12-19 14:41:43 amcclure we should
2018-12-19 14:42:30 Naglfar about .sendmail it should be internal use only, to avoid spam
2018-12-19 14:42:53 Naglfar it only should allow send mail between thunix users
2018-12-19 14:55:03 amcclure might be best to remove .sendmail
2018-12-19 15:47:09 Naglfar to remove is the best by now, we can add it again later if modified properly
2018-12-19 17:10:26 ub3g33k Where is the bot running from?
2018-12-19 17:11:27 ub3g33k And before we go too far: Are we not going to manage the server configs using a config repo? If so, I'll stop doing things in Ansible, although, I would highly reccomend that we do.
2018-12-19 17:16:16 Naglfar ub3g33k, we can manage the server configs that doesn't contains passwords or private info in Ansible repo
2018-12-19 17:16:32 ub3g33k Well, of course.
2018-12-19 17:16:41 ub3g33k I don't feel like setting up a private password vault
2018-12-19 17:17:48 Naglfar we can manage in Ansible repo all other server configs
2018-12-19 17:20:11 ub3g33k So... Asking, because sendmail is a pain in the arse to set up right, once. Might as well get the configs for it into the repo then
2018-12-19 17:21:21 Naglfar I don't know if we have sendmail or dovecot available to use yet
2018-12-19 18:19:13 amcclure I think dovecot is
2018-12-19 18:35:16 --> bizarro_1 (~bizarro_1@146.red-79-154-76.dynamicip.rima-tde.net) has joined #thunix-admin
2018-12-19 18:41:54 Naglfar so we can get dovecot configs on Ansible repo (careful, don't make public the passwords)
2018-12-19 18:52:35 ub3g33k what steps were taken to install dovecot?
2018-12-19 18:56:47 amcclure do we need to use ansible
2018-12-19 19:00:35 ub3g33k we don't need to
2018-12-19 19:04:02 ub3g33k However, it does make the configuration of the machine replicable.
2018-12-19 19:57:43 <-- Ub3g33k_ (~lounge-us@tilde.team) has quit (Quit: tilde lounge - https://irc.tilde.team)

View File

@ -0,0 +1,4 @@
2018-12-13 19:42:04 --> fosslinux (~fosslinux@bsd.tilde.team) has joined #thunix-admins
2018-12-13 19:42:04 -- Mode #thunix-admins [+ns] by tepper.freenode.net
2018-12-13 19:42:04 -- Channel #thunix-admins: 1 nick (1 op, 0 voices, 0 normals)
2018-12-13 19:42:06 -- Channel created on Thu, 13 Dec 2018 19:42:04

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,73 @@
2018-11-16 21:13:44 --> fosslinux (~fosslinux@bsd.tilde.team) has joined #tilde.team
2018-11-16 21:13:45 -- Topic for #tilde.team is "https://tilde.team linux user goup"
2018-11-16 21:13:45 -- Topic set by benharri on Wed, 28 Mar 2018 15:25:46
2018-11-16 21:13:45 -- Channel #tilde.team: 8 nicks (1 op, 0 voices, 7 normals)
2018-11-16 21:13:46 -- Channel created on Mon, 26 Mar 2018 18:02:48
2018-11-16 21:14:09 fosslinux ben: i think the topic has a typo
2018-11-16 21:14:09 -- #tilde.team: Cannot send to nick/channel
2018-11-17 22:16:27 fosslinux hey
2018-11-17 22:16:27 -- #tilde.team: Cannot send to nick/channel
2018-11-17 22:16:40 fosslinux hey'
2018-11-17 22:16:40 -- #tilde.team: Cannot send to nick/channel
2018-11-18 12:08:05 <-- amcclure (amcclure@thunix.org) has quit (Ping timeout: 250 seconds)
2018-11-18 15:48:28 --> EvilSoul (evil@unaffiliated/evilsoul) has joined #tilde.team
2018-11-18 19:40:38 fosslinux aj
2018-11-18 19:40:38 -- #tilde.team: Cannot send to nick/channel
2018-11-18 19:40:41 <-- fosslinux (~fosslinux@bsd.tilde.team) has left #tilde.team
2018-11-18 19:40:44 --> fosslinux (~fosslinux@bsd.tilde.team) has joined #tilde.team
2018-11-18 19:40:44 -- Topic for #tilde.team is "https://tilde.team linux user goup"
2018-11-18 19:40:44 -- Topic set by benharri on Wed, 28 Mar 2018 15:25:46
2018-11-18 19:40:44 -- Channel #tilde.team: 8 nicks (1 op, 0 voices, 7 normals)
2018-11-18 19:40:46 fosslinux hi
2018-11-18 19:40:46 -- #tilde.team: Cannot send to nick/channel
2018-11-18 19:40:48 fosslinux WHAT
2018-11-18 19:40:48 -- #tilde.team: Cannot send to nick/channel
2018-11-18 19:40:50 -- Channel created on Mon, 26 Mar 2018 18:02:48
2018-11-18 19:40:58 fosslinux aas
2018-11-18 19:40:58 -- #tilde.team: Cannot send to nick/channel
2018-11-18 19:53:59 --> amcclure (~amcclure@2a01:4f8:231:24f::2) has joined #tilde.team
2018-11-18 20:51:18 <-- benharri (~benharri@lobsters/users/benharri) has left #tilde.team
2018-11-18 20:51:21 --> benharri (~benharri@lobsters/users/benharri) has joined #tilde.team
2018-11-18 20:57:28 --> ahriman (~ahriman@s1.thebsd.club) has joined #tilde.team
2018-11-19 22:41:30 -- Mode #tilde.team [+io benharri] by ChanServ
2018-11-19 22:41:48 -- Mode #tilde.team [-cm] by benharri
2018-11-19 22:41:51 @benharri hello
2018-11-19 22:42:53 -- Mode #tilde.team [+r] by benharri
2018-11-20 01:59:02 @benharri ok hi this channel should be working properly
2018-11-20 05:16:41 fosslinux ok
2018-11-20 05:16:43 fosslinux nice
2018-11-20 05:17:13 @benharri chanmode +m was set and i didn't notice it
2018-11-20 05:17:22 fosslinux hehe lol
2018-11-20 05:17:44 @benharri rips
2018-11-20 13:03:51 <-- slipyx (~slip@46.68.203.35.bc.googleusercontent.com) has quit (Ping timeout: 252 seconds)
2018-11-20 16:14:41 kirch mmmmhmmmm
2018-11-20 16:18:24 -- Mode #tilde.team [-i] by benharri
2018-11-20 17:37:32 @benharri when did +i get set wtf
2018-11-21 02:34:19 --> slipyx (~slip@46.68.203.35.bc.googleusercontent.com) has joined #tilde.team
2018-11-21 08:31:32 EvilSoul howdy, how do i add myself on the BSD machine ?
2018-11-21 08:31:51 EvilSoul and one more questions, are eggdrops allowed @ tilde ?
2018-11-21 08:43:14 slipyx i think benharri needs to manually transfer you over from the non-bsd ~team
2018-11-21 08:44:26 slipyx and eggdrops could most likely be allowed, as for on bsd, just be aware it has significantly less resources than the main tilde
2018-11-21 09:15:26 EvilSoul oh thank you
2018-11-21 09:15:30 EvilSoul i will talk to him
2018-11-21 09:15:46 EvilSoul when im back from work and if i get so see him online :)
2018-11-21 09:15:48 EvilSoul have to go now
2018-11-21 09:15:54 EvilSoul c`ya and thanks for your help
2018-11-21 14:01:13 @benharri EvilSoul: bsd accounts are all transferred over
2018-11-21 14:01:47 @benharri do you already have an account on tilde.team?
2018-11-21 23:53:26 -- amcclure is now known as amcclure[team]
2018-11-23 20:17:15 -- amcclure[team] is now known as amcclure
2018-11-23 23:16:36 --> dokuja (~dokuja@cybre.ninja) has joined #tilde.team
2018-11-24 18:53:13 --> xeffyr (~xeffyr@yourtilde.com) has joined #tilde.team
2018-11-24 18:54:03 <-- xeffyr (~xeffyr@yourtilde.com) has left #tilde.team
2018-11-26 03:14:49 <-- benharri (~benharri@lobsters/users/benharri) has quit (Quit: i'll probably be back soon)
2018-11-26 03:17:54 --> benharri (~benharri@lobsters/users/benharri) has joined #tilde.team
2018-11-27 09:05:26 <-- ahriman (~ahriman@s1.thebsd.club) has quit (Remote host closed the connection)
2018-11-28 18:05:51 <-- kirch (~kirch@tilde.town) has quit (Quit: WeeChat 2.2)
2018-11-28 18:06:19 --> kirch (~kirch@tilde.town) has joined #tilde.team
2018-11-28 18:07:54 <-- kirch (~kirch@tilde.town) has quit (Client Quit)
2018-11-28 18:08:15 --> kirch (~kirch@tilde.town) has joined #tilde.team
2018-11-28 18:49:21 <-- kirch (~kirch@tilde.town) has quit (Quit: WeeChat 2.2)
2018-11-28 18:49:47 --> kirch (~kirch@tilde.town) has joined #tilde.team
2018-11-30 05:11:59 -- irc: disconnected from server
2018-11-30 05:12:10 -- #tilde.team: Cannot join channel (+r) - you need to be identified with services - see https://freenode.net/kb/answer/registration

View File

@ -0,0 +1,4 @@
2018-11-30 06:32:22 --> fosslinux (~fosslinux@bsd.tilde.team) has joined #tildeteam
2018-11-30 06:32:22 -- Mode #tildeteam [+ns] by tepper.freenode.net
2018-11-30 06:32:22 -- Channel #tildeteam: 1 nick (1 op, 0 voices, 0 normals)
2018-11-30 06:32:24 -- Channel created on Fri, 30 Nov 2018 06:32:22

View File

@ -0,0 +1,354 @@
2018-11-19 03:03:24 brendantcc ssh fosslinux@69.12.82.156 password=tilde
2018-11-19 05:29:44 fosslinux thanks
2018-11-19 05:29:54 fosslinux thats the thing milkshake gave you right?
2018-11-19 05:37:13 fosslinux jess
2018-11-19 05:37:20 fosslinux total mem
2018-11-19 05:37:24 fosslinux 768MB?!!!
2018-11-19 06:13:28 brendantcc riperoni'
2018-11-19 06:13:44 fosslinux and why is it ubuntu 15.04?!!!
2018-11-19 06:14:06 brendantcc apparently it was listed as 16.04 lol
2018-11-19 06:14:07 brendantcc idk
2018-11-19 06:14:23 fosslinux Welcome to Ubuntu 15.04 (GNU/Linux 2.6.32-042stab126.2 x86_64)
2018-11-19 06:14:28 fosslinux jesus christ thats outdated
2018-11-19 06:14:37 fosslinux the current is 18.04
2018-11-19 06:14:44 brendantcc ik
2018-11-19 06:14:52 brendantcc plus, 15.04 is EOS sooo
2018-11-19 06:14:57 fosslinux ask milkshake if he can rebuild it with the latest ubuntu lol
2018-11-19 06:15:15 fosslinux if he can't then if you want i can help you *try* to upgrade it to 18.4
2018-11-19 06:15:34 brendantcc lol okay
2018-11-19 06:15:40 brendantcc one sec i'll sudo ye
2018-11-19 06:15:49 fosslinux its useless at 15.04 lol
2018-11-19 06:15:52 fosslinux ok
2018-11-19 06:17:06 brendantcc and just like that...
2018-11-19 06:18:22 fosslinux nice
2018-11-19 06:18:24 brendantcc alright, apparently the host doesn't have an 18.04 template
2018-11-19 06:18:29 brendantcc i'll see what i can do
2018-11-19 06:18:32 fosslinux ok what baout 16.04?
2018-11-19 06:18:45 fosslinux whos the host?
2018-11-19 06:18:55 brendantcc that's what they claimed the version was man
2018-11-19 06:19:02 fosslinux HMMMM
2018-11-19 06:19:06 fosslinux sketchuy lol
2018-11-19 06:19:52 brendantcc alpharacks
2018-11-19 06:21:41 fosslinux WHAT THE F
2018-11-19 06:21:48 fosslinux they so do claim its 16.04
2018-11-19 06:22:04 brendantcc ye
2018-11-19 06:22:05 fosslinux do you want me to try upgrading it to 18.04?
2018-11-19 06:22:10 fosslinux it might break it
2018-11-19 06:22:16 brendantcc already on it my dude
2018-11-19 06:22:23 fosslinux you're upgrading?
2018-11-19 06:22:32 brendantcc yeah but uhhh Adjusting owner and mode for /dev/simfs failed: Operation not permitted
2018-11-19 06:22:36 fosslinux HMM
2018-11-19 06:22:40 fosslinux what did you run?
2018-11-19 06:23:01 brendantcc apt-get dist-upgrade i think
2018-11-19 06:23:04 fosslinux oh
2018-11-19 06:23:05 fosslinux ok
2018-11-19 06:23:12 fosslinux let me try a few things
2018-11-19 06:23:22 fosslinux lets make a shared tmux
2018-11-19 06:23:31 brendantcc uhh wait
2018-11-19 06:23:42 brendantcc i've got dist-upgrade running right now
2018-11-19 06:23:49 fosslinux oh ok
2018-11-19 06:23:50 brendantcc i can't close it
2018-11-19 06:23:54 fosslinux dont close it
2018-11-19 06:24:00 fosslinux when did you get that error
2018-11-19 06:24:08 fosslinux brb
2018-11-19 06:24:09 brendantcc like a few mins ago
2018-11-19 06:24:11 brendantcc it froze
2018-11-19 06:24:51 brendantcc looks like it worked...
2018-11-19 06:24:57 brendantcc it's showing up as 16.04
2018-11-19 06:25:42 fosslinux ok
2018-11-19 06:25:49 fosslinux wahat
2018-11-19 06:25:50 brendantcc help! it's frozen!
2018-11-19 06:25:59 fosslinux whats froen
2018-11-19 06:26:02 fosslinux let me try to login
2018-11-19 06:26:29 brendantcc i ran apt-get dist-upgrade as brendantcc and when it got to that error it stopped responding
2018-11-19 06:27:33 fosslinux hmm
2018-11-19 06:27:35 fosslinux i can login
2018-11-19 06:27:41 fosslinux and it shows as 16.04
2018-11-19 06:27:48 brendantcc if only there was a program pre-installed that i could use to chat on the shell
2018-11-19 06:27:55 fosslinux hey what did you do
2018-11-19 06:27:59 fosslinux whats that broadcast
2018-11-19 06:33:59 brendantcc i asked milkshake to switch us to debian
2018-11-19 06:34:38 fosslinux ahhh
2018-11-19 06:34:41 fosslinux good
2018-11-19 06:34:45 fosslinux debian 9?
2018-11-19 06:36:54 brendantcc milkshake says ye
2018-11-19 06:38:10 fosslinux NICE
2018-11-19 06:38:22 brendantcc he's already on it
2018-11-19 06:39:37 brendantcc if you want web hosting, you'll have to sort out the domain and stuff yourself... i dont have the money for a domain
2018-11-19 06:39:47 fosslinux i don't either
2018-11-19 06:39:49 fosslinux :(
2018-11-19 06:39:56 fosslinux i dont need web hosting either
2018-11-19 06:39:59 fosslinux so all good
2018-11-19 06:40:08 fosslinux if i was to get anything it would be a vps
2018-11-19 06:40:18 fosslinux i have my eye on this hetzner vps
2018-11-19 06:40:28 brendantcc shoooowww meeeeeeee
2018-11-19 06:40:29 fosslinux $3.66 AUD / month
2018-11-19 06:40:37 fosslinux 2GB ram
2018-11-19 06:40:40 brendantcc link me to the specs
2018-11-19 06:40:45 fosslinux sure
2018-11-19 06:41:36 fosslinux https://www.hetzner.com/cloud
2018-11-19 06:42:09 fosslinux cx11
2018-11-19 06:42:09 brendantcc is it CX11?
2018-11-19 06:42:18 fosslinux yep
2018-11-19 06:42:20 brendantcc there we gooo
2018-11-19 06:42:25 fosslinux 3.88AUD / month
2018-11-19 06:42:29 fosslinux there we go?
2018-11-19 06:42:37 brendantcc it's just a whole bunch of 2s lol
2018-11-19 06:42:43 fosslinux only $46.56 / year
2018-11-19 06:42:52 brendantcc oowee
2018-11-19 06:42:53 fosslinux what iM really interested in
2018-11-19 06:43:02 fosslinux 10GBIT!!!!
2018-11-19 06:43:06 fosslinux 20TB TRAFFIC!!!!
2018-11-19 06:43:07 brendantcc LOL
2018-11-19 06:43:18 fosslinux utilize that unlimited GD!!!!
2018-11-19 06:43:21 brendantcc cuz australia, you wont be able to utilize it tho lol
2018-11-19 06:43:29 brendantcc (the 10g)
2018-11-19 06:43:33 fosslinux huh
2018-11-19 06:43:36 fosslinux why not
2018-11-19 06:43:40 fosslinux hetzner isnt in australia
2018-11-19 06:43:48 brendantcc cause aussie internet
2018-11-19 06:44:06 fosslinux no the 10gbit is FROM HETZNER
2018-11-19 06:44:22 fosslinux my idea is
2018-11-19 06:44:23 brendantcc *facepalm*
2018-11-19 06:44:29 fosslinux 1. download it to vps
2018-11-19 06:44:32 fosslinux 2. upload to gd
2018-11-19 06:44:36 fosslinux 3. with 10GBIT INTERNET
2018-11-19 06:44:40 fosslinux datahoarding
2018-11-19 06:44:44 fosslinux i want to do datahoarding
2018-11-19 06:44:47 fosslinux but i dont have the internet
2018-11-19 06:44:56 brendantcc lol
2018-11-19 06:44:58 brendantcc wut gd
2018-11-19 06:45:03 fosslinux google drive
2018-11-19 06:45:07 brendantcc ooooooooooooohhhhhhhhhhhhhhhhhhhhhhhhhhhhh
2018-11-19 06:45:12 brendantcc hey wait a second...
2018-11-19 06:45:26 brendantcc i could try and get ftp set up on our machine
2018-11-19 06:45:33 fosslinux ohh
2018-11-19 06:45:52 fosslinux nicer
2018-11-19 06:46:00 brendantcc why thankyou :)
2018-11-19 06:46:24 brendantcc dammit i am so hungry
2018-11-19 06:46:31 brendantcc say what
2018-11-19 06:46:37 brendantcc so hungryyyy
2018-11-19 06:47:00 fosslinux hungry
2018-11-19 06:47:04 fosslinux eat somehthing dumb
2018-11-19 06:47:13 brendantcc well guess what doofy
2018-11-19 06:47:18 fosslinux you are eating?
2018-11-19 06:47:24 brendantcc mum's cooking dinner
2018-11-19 06:47:32 brendantcc probably serving up
2018-11-19 06:47:32 fosslinux whats for dinner
2018-11-19 06:47:43 brendantcc idk
2018-11-19 06:47:46 brendantcc im hungry tho
2018-11-19 06:48:43 brendantcc and the most annoying part is my mouth tastes like cheese toastie and i havent had one in a few days so rip
2018-11-19 06:49:17 fosslinux wtf
2018-11-19 06:49:21 fosslinux that makes no sense
2018-11-19 06:49:41 brendantcc also i've been thinking of starting up a mini company and working on webbOS when i'm an adult...
2018-11-19 06:49:55 brendantcc wanna be an employee?
2018-11-19 06:49:57 brendantcc :p
2018-11-19 06:49:59 fosslinux HMM
2018-11-19 06:50:06 fosslinux webbOS?
2018-11-19 06:50:08 fosslinux lol
2018-11-19 06:50:15 fosslinux i want to work in infosec
2018-11-19 06:50:22 brendantcc my idea is windows meets ubuntu
2018-11-19 06:50:28 brendantcc s/ubuntu/macOS
2018-11-19 06:50:51 fosslinux windows meets macos
2018-11-19 06:50:53 fosslinux HMM
2018-11-19 06:51:00 brendantcc lol sam...
2018-11-19 06:51:14 fosslinux macos i dont like
2018-11-19 06:51:19 brendantcc lol
2018-11-19 06:51:26 fosslinux windows <-> macos polar opposites
2018-11-19 06:51:36 brendantcc also milkshake said that he/she's happy to get ftp up and running for us
2018-11-19 06:51:41 fosslinux i hope you can use it as a development os
2018-11-19 06:51:45 fosslinux nice
2018-11-19 06:51:49 fosslinux thanks milkshake
2018-11-19 06:51:52 fosslinux whos not in this chat
2018-11-19 06:52:06 brendantcc this is just a pm
2018-11-19 06:52:21 fosslinux ik
2018-11-19 06:52:27 brendantcc lol
2018-11-19 06:52:45 fosslinux infosec is nice
2018-11-19 06:52:54 fosslinux lol you probably dont even know what infosec is
2018-11-19 06:52:57 brendantcc lol
2018-11-19 06:53:13 brendantcc bing bing BING
2018-11-19 06:53:23 fosslinux b
2018-11-19 06:53:24 fosslinux ?
2018-11-19 06:54:25 fosslinux https://www.cisco.com/c/en/us/products/security/what-is-information-security-infosec.html
2018-11-19 06:54:53 fosslinux i'm a privacy and security paraniod freak
2018-11-19 06:54:56 brendantcc https://www.youtube.com/watch?v=u_aLESDql1U
2018-11-19 06:55:21 fosslinux wtf
2018-11-19 06:55:54 brendantcc :)
2018-11-19 06:56:25 fosslinux TRump is a IDiot
2018-11-19 06:56:44 brendantcc damn right
2018-11-19 07:10:03 fosslinux milkshake redid the server to deb 9
2018-11-19 07:10:10 fosslinux for some reason he have me the uname and pwd
2018-11-19 07:10:22 fosslinux root: tilde
2018-11-19 07:10:29 fosslinux i'm making the ftp server now
2018-11-19 07:10:34 fosslinux then ill re set up accounts
2018-11-19 07:25:05 fosslinux created you
2018-11-19 07:25:07 fosslinux pwd: tilde
2018-11-19 07:32:07 fosslinux just got a dns a record
2018-11-19 07:32:10 fosslinux from ben
2018-11-19 07:32:14 fosslinux milkshake.tilde.pizza
2018-11-19 07:32:21 fosslinux chose milkshake in honour of our benefactor
2018-11-19 07:32:25 fosslinux i'll install nginx
2018-11-19 21:21:07 brendantcc lol
2018-11-19 21:21:10 brendantcc morning man
2018-11-19 21:26:37 brendantcc yo what was the ftp thing called you installed
2018-11-20 00:21:14 brendantcc what did you get nginx as? root?
2018-11-20 05:10:27 fosslinux ^ what does that mean?
2018-11-20 05:10:30 fosslinux it was called vsftpd
2018-11-20 05:11:13 brendantcc nevermind i see you used root to get nginx
2018-11-20 05:11:31 brendantcc btw think you can get it set up? it's not playing nice with me
2018-11-20 05:11:42 fosslinux get nginx set up?
2018-11-20 05:11:44 fosslinux sure
2018-11-20 05:11:47 fosslinux i hadn't finished
2018-11-20 05:11:59 fosslinux i installed php-fpm and mariadb 2
2018-11-20 05:12:05 brendantcc also it's refusing connections entirely
2018-11-20 05:12:08 fosslinux hmmmm
2018-11-20 05:12:12 fosslinux it was working before
2018-11-20 05:12:16 fosslinux did you do anything?
2018-11-20 05:12:16 brendantcc (i also got inspircd installed!)
2018-11-20 05:12:23 fosslinux inspirecd
2018-11-20 05:12:33 brendantcc inspircd
2018-11-20 05:12:36 brendantcc (no e)
2018-11-20 05:12:51 fosslinux ahhh
2018-11-20 05:13:03 fosslinux nice
2018-11-20 05:13:06 brendantcc so you can connect to the irc there!
2018-11-20 05:13:15 brendantcc milkshake.tilde.pizza:6667
2018-11-20 05:13:28 brendantcc it's very basic btw
2018-11-20 05:13:52 brendantcc couldnt be fricked getting anope for the services
2018-11-20 05:16:58 fosslinux did you make any channels
2018-11-20 05:18:07 brendantcc #meta
2018-11-20 21:21:54 <-- brendantcc (~brendantc@tilde.team) has quit (Remote host closed the connection)
2018-11-20 21:22:24 --> brendantcc (~brendantc@tilde.team) is back on server
2018-11-26 15:39:58 <-- brendantcc (~brendantc@tilde.team) has quit (Remote host closed the connection)
2018-11-26 21:51:32 --> brendantcc (~brendantc@tilde.team) is back on server
2018-11-27 16:17:32 <-- brendantcc (~brendantc@tilde.team) has quit (Quit: Ping timeout (120 seconds))
2018-11-27 16:18:06 --> brendantcc (~brendantc@tilde.team) is back on server
2018-11-30 05:11:59 -- irc: disconnected from server
2018-12-03 15:55:02 <-- brendantcc (~brendantc@tilde.team) has quit (Ping timeout: 250 seconds)
2018-12-03 15:58:11 --> brendantcc (~brendantc@tilde.team) is back on server
2018-12-13 06:08:29 brendantcc oh and my lil bro has "hired" me as his editor
2018-12-13 06:08:37 fosslinux ????
2018-12-13 06:08:47 fosslinux wth does that mean
2018-12-13 06:08:47 brendantcc he runs a youtube channel
2018-12-13 06:09:00 brendantcc i've got a video editing program on my laptop
2018-12-13 06:09:13 fosslinux oh lol ok
2018-12-13 06:09:23 brendantcc we're transferring most of the videos over GDrive
2018-12-13 06:09:27 brendantcc since i have the desktop client
2018-12-13 06:09:31 fosslinux why not use a usb?
2018-12-13 06:09:44 brendantcc define "usb"
2018-12-13 06:09:51 brendantcc thats pretty broad
2018-12-13 06:09:53 fosslinux USB drive. thumb drive
2018-12-13 06:10:59 brendantcc lol no
2018-12-13 06:11:09 fosslinux ?
2018-12-13 06:11:16 brendantcc he used his phone to record the videos
2018-12-13 06:11:22 brendantcc iPhone 6, 16gb model]
2018-12-13 06:11:35 brendantcc we're using GDrive cause convenience
2018-12-13 06:12:20 fosslinux fair
2018-12-13 06:12:26 fosslinux iphone 6 has good camera
2018-12-13 06:13:20 brendantcc except for the fact he's damaged his screen and the tempered glass that badly it's not funny
2018-12-13 06:13:22 brendantcc IT'S HILARIOUS
2018-12-13 06:13:31 fosslinux rip
2018-12-13 06:13:36 brendantcc plus his rear camera needs a wipe...
2018-12-13 06:14:05 brendantcc video looks- nevermind...
2018-12-13 06:14:21 brendantcc i was about to say it looked soft, but thats just the front
2018-12-13 06:14:34 fosslinux whats his channels
2018-12-13 06:14:43 brendantcc KrazyKid Vlogs
2018-12-13 06:14:54 fosslinux lol
2018-12-13 06:15:02 brendantcc hang on, i'll link ya
2018-12-13 06:15:29 brendantcc https://www.youtube.com/channel/UC5FPCBUhbrOWimMZaBpeTkg
2018-12-13 06:17:14 brendantcc alright, dinner's ready
2018-12-13 06:17:25 brendantcc hopefully more videos will be on my drive
2018-12-13 06:17:41 fosslinux cya
2018-12-13 06:37:29 brendantcc that was some good stuff...
2018-12-13 06:37:31 brendantcc mmmm...
2018-12-13 06:38:05 brendantcc oh and when i told my lil bro, Kieran, that you asked what his channel was, he automatically assumed you were gonna sub lol
2018-12-13 06:38:48 brendantcc (please tell me you did, otherwise i'd feel pretty bad that i confirmed it)
2018-12-13 06:39:09 fosslinux (um i will right now)
2018-12-13 06:39:15 brendantcc (lol okay)
2018-12-13 06:41:21 brendantcc i just saw you sub to him on socialblade
2018-12-13 06:41:22 brendantcc thanks man
2018-12-13 06:42:59 brendantcc s/on socialblad/with the socialblade live count thing
2018-12-13 06:44:02 brendantcc did you tell a friend or something to sub?
2018-12-13 06:44:17 fosslinux no i think someone else must have subbed at the same time?
2018-12-13 06:44:39 brendantcc oh no like a minute after you someone else subbed
2018-12-13 06:44:58 brendantcc s/ subbed/ must've subbed
2018-12-13 06:45:00 fosslinux oh lol weird
2018-12-13 07:01:33 brendantcc alright
2018-12-13 07:01:34 brendantcc gtg
2018-12-13 07:01:38 brendantcc chat tomorrow man
2018-12-13 07:01:39 fosslinux cya
2018-12-13 07:01:48 * brendantcc ruffles your hair
2018-12-13 07:06:43 fosslinux ummmmmm
2018-12-15 03:37:12 brendantcc lol sorry too far
2018-12-15 03:38:05 brendantcc ⚠: 2 days remaining until milkshake.tilde.pizza is shut down
2018-12-15 03:43:45 fosslinux rip
2018-12-15 03:44:23 brendantcc so what should we do to celebrate the short life of ~pizza?
2018-12-15 03:45:01 fosslinux hehe eat pizza lmao
2018-12-15 03:45:06 fosslinux no not really
2018-12-15 03:45:16 brendantcc actually that idea isnt so bad
2018-12-15 03:46:42 brendantcc if we were in the same state (or even better, town), we could get some pizza and milkshakes lmaooo
2018-12-15 03:47:14 fosslinux lol
2018-12-15 03:49:15 brendantcc also, you know "Snazzy Labs"?
2018-12-15 03:50:24 fosslinux ?
2018-12-15 03:50:26 fosslinux no
2018-12-15 03:50:53 brendantcc look him up. cause i just challenged him to 24-48 hrs of linux over on twitter
2018-12-15 03:58:37 brendantcc MMMMM I WANT UBUNTU 18.04 ON MY LAPTOP SOOO BADDDD
2018-12-15 03:59:07 fosslinux ??????????
2018-12-15 03:59:10 fosslinux what do you have rn
2018-12-15 03:59:47 brendantcc windows butt
2018-12-15 04:00:15 brendantcc s/windows butt/microsoft's shit
2018-12-15 04:00:25 brendantcc i've only got like 10gb of space left
2018-12-15 04:03:26 fosslinux wowowow
2018-12-15 04:09:17 brendantcc cringe all you want, my friend!
2018-12-15 04:09:48 brendantcc oh damn, Quinn's not responding anymore
2018-12-15 04:13:19 fosslinux whos quinn
2018-12-15 04:16:34 brendantcc @snazzyq on twitter
2018-12-15 04:16:37 brendantcc he runs snazzy labs
2018-12-15 04:22:29 fosslinux oh
2018-12-16 00:36:36 brendantcc hey man
2018-12-16 00:38:00 brendantcc my granddad is (was?) at my place and he went on a lil tangent about hackers and how i should become a white hat hacker (one sec ill link a video that explains)
2018-12-16 00:38:30 brendantcc https://www.youtube.com/watch?v=Q0F-pv-n_lc
2018-12-16 00:38:50 brendantcc of course, he wasnt aware of the "hats" until i showed him the video
2018-12-16 01:31:44 fosslinux yeah i want to do white hacking
2018-12-16 01:32:00 fosslinux well to be precise infosec
2018-12-16 05:03:23 brendantcc lol right
2018-12-16 22:50:56 brendantcc the machine is still up...?
2018-12-17 05:24:59 fosslinux umm
2018-12-17 05:25:27 fosslinux maybe it's today at some other time
2018-12-17 05:25:31 fosslinux wait until toimorrow
2018-12-17 22:39:29 brendantcc looks like we have until 23:59 LA time
2018-12-18 05:52:37 fosslinux hey
2018-12-18 05:52:45 fosslinux i backed up milkshake.tilde.pizza
2018-12-18 05:58:24 fosslinux wen does school finish for u
2018-12-18 22:48:14 brendantcc hey hi school finished for me last friday lol
2018-12-18 22:59:37 <-- brendantcc (~brendantc@tilde.team) has quit (Quit: tilde lounge - https://irc.tilde.team)
2018-12-18 22:59:58 --> brendantcc (~brendantc@tilde.team) is back on server
2018-12-18 23:52:19 <-- brendantcc (~brendantc@tilde.team) has quit (Excess Flood)
2018-12-18 23:52:47 --> brendantcc (~brendantc@tilde.team) is back on server
2018-12-19 06:36:50 fosslinux lol wth
2018-12-19 06:36:55 fosslinux mine finished today
2018-12-19 06:39:19 brendantcc ik
2018-12-19 06:39:37 brendantcc (as in "wth" -> ik)
2018-12-19 06:39:57 brendantcc seems like somehow milkshake.tilde.pizza is still running?!
2018-12-19 06:40:06 fosslinux ummm wat
2018-12-19 06:40:11 fosslinux i backed it up
2018-12-19 06:40:32 brendantcc so somehow that means all the services are still running?
2018-12-19 06:40:56 brendantcc i thought that only meant that you saved the files somewhere else
2018-12-19 06:41:18 fosslinux it does
2018-12-19 06:41:24 fosslinux WTAF
2018-12-19 06:42:08 brendantcc i pinged Milkshake this morning at around 9:30, and he/she's yet to respond
2018-12-19 06:43:31 fosslinux kk
2018-12-19 06:47:12 brendantcc also have you ever heard of "net247"?
2018-12-19 06:47:26 brendantcc They run a BBS (net247.io)
2018-12-19 06:48:01 brendantcc they're actually based on the GC
2018-12-19 06:48:22 fosslinux wats that
2018-12-19 06:48:35 brendantcc wats wat
2018-12-19 06:48:46 fosslinux net247
2018-12-19 06:48:48 fosslinux is it a tilde
2018-12-19 06:48:52 brendantcc no
2018-12-19 06:49:00 brendantcc its a company based on the GC
2018-12-19 06:49:07 brendantcc more info at net247.com.au
2018-12-19 06:55:01 brendantcc he just said that he enabled SSH access on the BBS
2018-12-19 06:55:16 fosslinux 06:54:50 ~ahriman | fosslinux im going to write a book for aussies on american slang ok. chapter 1 will be dap.
2018-12-19 06:55:22 fosslinux lol he's not actually but
2018-12-19 06:55:25 fosslinux lmao
2018-12-19 07:01:46 brendantcc lol

View File

@ -0,0 +1,21 @@
2018-11-19 07:03:32 Milkshake hey mate
2018-11-19 07:05:58 fosslinux hi milkshake
2018-11-19 07:06:02 fosslinux hows it going?
2018-11-19 07:06:27 Milkshake im done upgrading to deb 9. can you setup ftp server by yourself? its root:tilde
2018-11-19 07:06:35 fosslinux sure i can
2018-11-19 07:06:50 fosslinux um its supossed to be brendatcc's server tho
2018-11-19 07:06:56 fosslinux he did give me sudoers
2018-11-19 07:08:38 Milkshake its fine, add yourself sudoer
2018-11-19 07:08:59 Milkshake i have things to do
2018-11-19 07:09:42 fosslinux cya
2018-11-19 07:29:06 fosslinux made account for you on brendans vps
2018-11-19 07:29:09 fosslinux pwd: tilde
2018-11-23 01:49:43 Milkshake hey theres this one limited offer $15C CAD/year https://clients.gestiondbi.com/index.php?/cart/&step=3
2018-11-23 02:15:29 Milkshake theres this too when you apply promo code bfssd18 . 70% discount recurring, http://virpus.com/linux-vps.php
2018-11-23 04:47:02 fosslinux Recurring nice
2018-11-23 04:47:04 fosslinux Thanks
2018-11-23 04:48:03 Milkshake though alpharacks has one too with little upgrade. $7/year 1GB RAM 20GB SSD
2018-11-23 04:48:54 fosslinux thanks
2018-11-30 05:11:59 -- irc: disconnected from server
2018-12-05 20:42:13 <-- Milkshake (~milkshake@shellium/member/milkshake) has quit (Ping timeout: 246 seconds)
2018-12-05 20:47:34 --> milkshake (~milkshake@130.150.186.35.bc.googleusercontent.com) is back on server

View File

@ -0,0 +1,23 @@
2018-11-20 19:51:14 Naglfar hi
2018-11-20 19:51:19 fosslinux hi
2018-11-20 19:51:23 fosslinux i lost my pwd
2018-11-20 19:51:27 fosslinux can you reset it?
2018-11-20 19:51:35 Naglfar let me try it
2018-11-20 19:51:47 fosslinux thx
2018-11-20 19:58:03 Naglfar it seems to be the default password
2018-11-20 19:58:24 Naglfar then one sent you in the user creation
2018-11-20 19:59:04 fosslinux ok
2018-11-20 19:59:10 fosslinux hmm ok
2018-11-20 19:59:12 fosslinux nvm
2018-11-20 19:59:16 fosslinux thanks
2018-11-20 19:59:27 Naglfar let me know if you can login
2018-11-20 19:59:36 fosslinux yep i can
2018-11-20 19:59:39 Naglfar ok
2018-11-20 19:59:43 fosslinux i copyied a space at the end :PPP
2018-11-28 00:56:47 <-- Naglfar (~Severance@unaffiliated/naglfar) has quit (Ping timeout: 240 seconds)
2018-11-28 00:57:13 --> Naglfar (~Severance@unaffiliated/naglfar) is back on server
2018-11-28 02:11:38 <-- Naglfar (~Severance@unaffiliated/naglfar) has quit (Ping timeout: 268 seconds)
2018-11-28 02:12:03 --> Naglfar (~Severance@185.154.9.81) is back on server
2018-11-28 02:12:20 <-- Naglfar (~Severance@185.154.9.81) has quit (Changing host)
2018-11-28 02:12:20 --> Naglfar (~Severance@unaffiliated/naglfar) is back on server
2018-11-30 05:11:59 -- irc: disconnected from server

View File

@ -0,0 +1,3 @@
2018-12-04 07:21:27 fosslinux he got banned remember
2018-12-04 07:21:37 fosslinux maybe you didnt know
2018-12-04 07:22:20 fosslinux (brendantcc that it)

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,336 @@
2018-11-13 07:05:24 --> fosslinux4 (~fosslinux@C181F072.1B9FD936.F40A1C1F.IP) has joined #!os
2018-11-13 07:05:24 -- Channel #!os: 10 nicks (0 ops, 0 halfops, 0 voices, 10 normals)
2018-11-13 07:05:26 -- Channel created on Fri, 09 Nov 2018 06:44:03
2018-11-13 07:06:34 <-- fosslinux (~pi@B0B25CA0.71099D6A.4C48E44A.IP) has quit (Quit: changing host)
2018-11-13 07:09:13 -- You are now known as fosslinux
2018-11-13 21:47:06 --> MaxLeiter (~7f000001@2085C79.F690F2BA.7AEA6958.IP) has joined #!os
2018-11-13 23:11:54 --> DeviaVir (~DeviaVir@E44C51D1.7AB835BC.1AF0920A.IP) has joined #!os
2018-11-14 00:28:54 <-- ryan (ryan@#!-762C318D.hashbang.sh) has quit (Input/output error)
2018-11-14 00:30:36 --> ryan (ryan@#!-762C318D.hashbang.sh) has joined #!os
2018-11-14 16:06:03 <-- d8bug (geeky1@#!-FDCD9EFD.hashbang.sh) has quit (Ping timeout: 180 seconds)
2018-11-14 16:34:19 --> d8bug (geeky1@#!-FDCD9EFD.hashbang.sh) has joined #!os
2018-11-15 07:01:12 <-- dgrove (~dgrove@49275239.54D84572.3FEA16DC.IP) has quit (Ping timeout: 181 seconds)
2018-11-15 07:03:26 --> dgrove (~dgrove@49275239.54D84572.3FEA16DC.IP) has joined #!os
2018-11-15 11:10:01 <-- dgrove (~dgrove@49275239.54D84572.3FEA16DC.IP) has quit (Ping timeout: 180 seconds)
2018-11-15 11:12:44 --> dgrove (~dgrove@49275239.54D84572.3FEA16DC.IP) has joined #!os
2018-11-15 12:40:52 <-- EHG (~EHG@55393858.8CAA3795.86287B4.IP) has quit (Ping timeout: 181 seconds)
2018-11-15 15:45:13 --> vc (vc@#!-CB986AB0.hashbang.sh) has joined #!os
2018-11-15 16:07:18 <-- vantablack (vantablack@#!-FDCD9EFD.hashbang.sh) has quit (Ping timeout: 181 seconds)
2018-11-15 16:07:18 <-- d8bug (geeky1@#!-FDCD9EFD.hashbang.sh) has quit (Ping timeout: 181 seconds)
2018-11-15 16:08:30 --> vantablack (vantablack@#!-FDCD9EFD.hashbang.sh) has joined #!os
2018-11-15 16:35:33 --> d8bug (geeky1@#!-FDCD9EFD.hashbang.sh) has joined #!os
2018-11-16 04:12:30 --> benharri_ (~ben@E0975A3A.F5B81C20.A2C48F09.IP) has joined #!os
2018-11-16 04:12:50 <-- benharri_ (~ben@E0975A3A.F5B81C20.A2C48F09.IP) has quit (Quit: i'll probably be back soon)
2018-11-16 16:04:00 <-- [r4] (~r4@F4C360A1.DCC46A78.AFE71293.IP) has quit (Input/output error)
2018-11-19 05:11:01 --> EHG (~EHG@9BAF4BF9.8CAA3795.86287B4.IP) has joined #!os
2018-11-21 10:59:11 --> [r4] (~r4@F4C360A1.DCC46A78.AFE71293.IP) has joined #!os
2018-11-21 17:01:50 <-- [r4] (~r4@F4C360A1.DCC46A78.AFE71293.IP) has quit (Input/output error)
2018-11-21 19:24:31 EHG so what should I put on my android now
2018-11-21 19:24:33 EHG pixel 2
2018-11-21 19:25:20 EHG can I build a rattlesnake with yubikey enforced out of box?
2018-11-21 19:25:29 EHG paired to a specific key before build
2018-11-21 20:05:11 lrvick no
2018-11-21 20:19:56 lrvick AOSP has no yubikey
2018-11-21 20:38:07 EHG boo
2018-11-21 21:25:54 lrvick I was up late last night researching exactly how to do that
2018-11-21 21:26:06 lrvick I'll have to make a few patches to the AOSP chain and my build tools for it
2018-11-21 21:26:10 lrvick but that is the plan
2018-11-21 21:41:40 EHG :D
2018-11-21 21:50:17 lrvick https://github.com/hashbang/os
2018-11-21 21:50:30 lrvick making a push to that tonight that should yeild usable (but unsigned) images
2018-11-21 21:50:34 lrvick need help testing
2018-11-21 21:50:52 lrvick all hardware works except voice calls, and fix for that is on the way (googles fault)
2018-11-21 21:51:13 lrvick next steps for me are working on yubikey based signing
2018-11-21 21:51:34 lrvick then a system for automatically generating pull request for a new release
2018-11-21 21:51:47 lrvick then automation for verifying a release reproducibly, then mergin git
2018-11-21 21:51:58 lrvick from there... we are pretty much ready to go live
2018-11-21 21:53:15 EHG very cool :D
2018-11-24 01:09:13 lrvick I think we are ready for testing.
2018-11-24 01:09:28 lrvick any volunteers with a pixel 3 or pixel 3 XL?
2018-11-24 01:09:42 lrvick and a beefy desktop to run the docker builder
2018-11-24 02:01:36 lrvick hmm. possible to build the kernel but no drivers work.
2018-11-24 02:01:41 lrvick going to take some more investigation.
2018-11-25 01:29:45 EHG dont have a pixel 3 yet D:
2018-11-26 03:14:49 <-- benharri (~ben@6AFB8994.4D70AE8D.DFE41307.IP) has quit (Quit: i'll probably be back soon)
2018-11-26 03:17:54 --> benharri (~ben@B442C79F.1644F49F.AACEEDDF.IP) has joined #!os
2018-11-26 03:19:48 <-- benharri (~ben@B442C79F.1644F49F.AACEEDDF.IP) has quit (Quit: i'll probably be back soon)
2018-11-26 03:20:02 --> benharri (~ben@B442C79F.1644F49F.AACEEDDF.IP) has joined #!os
2018-11-26 14:54:05 --> DSR (~DSR@762BD48E.F9EC1E21.9604755C.IP) has joined #!os
2018-11-26 14:55:42 DSR Hey there, just stumbled on #!OS, looks nice, anyone able to give some background?
2018-11-26 14:58:11 ryan at this point it's mostly an attempt at a build system for AOSP
2018-11-26 14:58:27 ryan end goal being `make flash` => verified AOSP on your device.
2018-11-26 15:05:08 DSR The intention is to also provide factory images for download?
2018-11-26 15:09:15 ryan eventually yes
2018-11-26 15:09:39 ryan but it should go without saying that you shouldn't trust a random organization for your device
2018-11-26 15:09:55 ryan which is why `make flash` should make *reproducible* AOSP builds, which is the hard part
2018-11-26 15:10:24 ryan so you can then verify that *our* AOSP matches *your* AOSP, and then you can go write a blog post or something saying "hey this is some neat verifiable stuff"
2018-11-26 15:10:36 ryan also helps to have a web of trust to verify everything
2018-11-26 15:10:38 DSR I get you
2018-11-26 15:11:34 ryan more importantly, we can publish AOSP builds and then if one of them is *bad*, you can say "hey this doesn't match up", but that's not as secure if you have auto-updating builds.
2018-11-26 15:15:31 DSR IIRC not everything needed is reproducible though? Although maybe this has changed?
2018-11-26 15:17:09 ryan unfortunately that is correct
2018-11-26 15:17:22 ryan as of right now, most drivers, etc. are taken directly from vendors.
2018-11-26 15:17:47 ryan but that said, as long as the vendor doesn't change things, we should still be able to reproduce the same image.
2018-11-26 15:27:03 DSR So what are you folks thinking about this? Have a poke about and see how it goes, or a few of you somewhat committed to creating what will hopefully become an enduring project?
2018-11-26 15:27:52 ryan lrvick's plans for it is hopefully long-term but it probably relies on a lot of vendor cooperation so we can build for as many devices as possible
2018-11-26 15:29:42 DSR It is somewhat disappointing that the closest thing to aosp thats readily available is LineageOS
2018-11-26 15:31:40 DSR Having proper builds of aosp available for people without them necessarily having to work out the build process would be nice.
2018-11-26 15:34:59 DSR Not many devices are based on aosp though. Mainly its all from Code Aurora Forum
2018-11-26 17:36:04 <-- DSR (~DSR@762BD48E.F9EC1E21.9604755C.IP) has quit (Quit: Quit)
2018-11-26 17:37:43 --> DDSR (~DDSR@762BD48E.F9EC1E21.9604755C.IP) has joined #!os
2018-11-26 17:50:06 lrvick LineageOS is a shit show security wise
2018-11-26 17:50:28 lrvick I am developing #!os to address my needs in a maintainable way, and hoopefully those of others
2018-11-26 17:50:44 lrvick staying in close touch with dan-v and strcat to try to get it right :)
2018-11-26 17:51:04 lrvick signed builds for crosshatch are possible as of yesterday
2018-11-26 17:51:09 lrvick testers needed :)
2018-11-26 18:34:19 <-- DDSR (~DDSR@762BD48E.F9EC1E21.9604755C.IP) has quit (Ping timeout: 180 seconds)
2018-11-26 19:10:54 --> DDSR (~DDSR@34031780.F9EC1E21.9604755C.IP) has joined #!os
2018-11-26 19:18:02 --> DSR (~DSR@34031780.F9EC1E21.9604755C.IP) has joined #!os
2018-11-26 19:25:05 DSR unfortunately I cant afford a Pixel 3 right now - looks like Google may release mid range pixel 3 phones with much the same hardware (inferior screen)
2018-11-26 19:25:57 <-- DDSR (~DDSR@34031780.F9EC1E21.9604755C.IP) has quit (Quit: Simple IRC: The quit option.)
2018-11-26 19:39:19 lrvick DSR: if you can afford any device supported by AOSP, adding support to the #!os build chain should be trivial
2018-11-26 19:39:39 lrvick I added android-prepare-vendor last night, so all devices in the google AOSP tree are fair game.
2018-11-26 19:39:51 lrvick personally I'll only be testing/supporting the pixel 3
2018-11-26 19:39:58 lrvick but maintainers of other devices are welcome
2018-11-26 19:40:13 ryan 'google AOSP tree' ?
2018-11-26 19:41:35 lrvick The google android open source project source code tree
2018-11-26 19:42:37 lrvick Basically any of the devices listed here: https://source.android.com/setup/build/building-kernels
2018-11-26 19:42:49 lrvick which are in-tree and should require no reverse engineering
2018-11-26 19:43:19 lrvick though none of them can match the hardware security properties of the pixel 3 series
2018-11-26 19:43:23 lrvick it set a new bar
2018-11-26 19:44:20 ryan oh, that's disappointing
2018-11-26 19:44:28 ryan no LG stuff :(
2018-11-26 19:44:37 ryan well, that's me out, then
2018-11-26 19:45:23 lrvick yeah I try to discourage people from buying devices that don't have source code. They typically get supported for a year by the carrier then abandoned.
2018-11-26 19:45:51 ryan right my thought was that with lg having /other/ devices supported that this one wouldn't be fucked over
2018-11-26 19:45:55 lrvick devices with source code however can be community maintained forever
2018-11-26 19:46:15 lrvick only the devices by LG that google directly collaborated on have direct support.
2018-11-26 19:46:17 ryan i'm actually kinda disappointed
2018-11-26 19:46:23 ryan i -hate- the notch on the pixel 3
2018-11-26 19:46:26 ryan absolutely despise it
2018-11-26 19:46:31 lrvick you can turn it off
2018-11-26 19:46:34 lrvick I hate it too
2018-11-26 19:46:44 ryan can use it for target practice a mile away and you'd still have to *try* to miss
2018-11-26 19:46:59 lrvick if you turn it off you end up with a phone with still less bezel than alternatives
2018-11-26 19:47:12 ryan lg v40
2018-11-26 19:47:26 lrvick I just leave the screen next to the bezel black and put my clock and notifications there and it is not noticable
2018-11-26 19:47:53 lrvick ah yeah that is a pretty one
2018-11-26 19:47:54 ryan the fact you can't get AOSP easily onto it sucks but the lg v40 is pretty decent
2018-11-26 19:48:06 ryan it's like the pixel but doesn't suck
2018-11-26 19:48:11 lrvick does it run PIE?
2018-11-26 19:48:15 lrvick if so there might be a path
2018-11-26 19:48:25 lrvick (android 9.0)
2018-11-26 19:49:29 ryan i'll look
2018-11-26 19:49:35 ryan can't find where it's said tho
2018-11-26 19:49:38 lrvick all 9.0 devices are required to use a generic AOSP system image now and pass all tests.
2018-11-26 19:50:02 lrvick which means all you should be missing are the vendor blobs (which you can extract from a factory restore image) and the device tree
2018-11-26 19:50:03 ryan no
2018-11-26 19:50:06 ryan ships with 8.1 oreo
2018-11-26 19:50:27 ryan i won't be updating anytime soon though, still paying off my current phone
2018-11-26 19:50:36 ryan maybe by the time i get a new one
2018-11-26 19:50:37 lrvick well then they will be forced to overhaul their whole approach to play nice with AOSP to get 9.0 support per googles new requirements
2018-11-26 19:50:45 lrvick which means they will probably never support 9.0
2018-11-26 19:50:50 ryan nah
2018-11-26 19:50:53 lrvick unless the community does it for them
2018-11-26 19:50:54 ryan at least by v50
2018-11-26 19:51:01 ryan which by my guess is <2 years away
2018-11-26 19:51:21 ryan not sure what "innovation" will happen by then tho
2018-11-26 19:51:30 ryan probably literally the only feature will be AOSP 9+
2018-11-26 19:52:05 lrvick to get android certified for play store for 9.0 you must have a fully open source system image built from the AOSP tree, and be able to pass the 24 hour insane test suite.
2018-11-26 19:52:14 lrvick to make sure every hardware and security feature works
2018-11-26 19:52:32 lrvick if your hardware can't do that, then tough luck, you will never get updates again.
2018-11-26 19:52:48 ryan there needs to be a real kicker to 9.1 or 10.0 to convince companies to update
2018-11-26 19:52:48 lrvick they drew a hard line in the sand to stop fragmentation on android. it was the right call
2018-11-26 19:52:51 ryan ... like dark mode!
2018-11-26 19:52:57 ryan it's only been DECADES.
2018-11-26 19:53:26 lrvick I will accept #!os patches for dark mode
2018-11-26 19:54:30 DSR IIRC there kind of is a dark mode built into aosp? somewhere in themeing nothing thats user facing though.
2018-11-26 19:55:15 ryan yeah the libraries for UI allow for theming
2018-11-26 19:55:26 ryan the issue is that there's no global "enable" for most apps to go to dark mode
2018-11-26 19:55:33 ryan most apps *have* a dark mode theme
2018-11-26 19:55:43 ryan it's just that there's no OS-level support for on/off
2018-11-26 19:56:02 lrvick should not be a difficult patch then
2018-11-26 19:56:19 lrvick i am friends with multiple people on the android team too
2018-11-26 19:56:26 lrvick can get it upstreamed ;)
2018-11-26 19:56:34 lrvick that is the point of android being open source after all
2018-11-26 19:57:02 lrvick the biggest changes #!os will ship with will be security related though. like strcats hardened memory allocator
2018-11-26 20:12:17 DSR lrvick only Pixels then. For some reason I thought android one devices had aosp, but looks like I'm wrong.
2018-11-26 20:14:48 DSR The stuff about google forcing aosp compliance for 9 is interesting. Although I guess that doesnt mean that it'll necessarily easy to get aosp working.
2018-11-26 22:49:17 <-- DSR (~DSR@34031780.F9EC1E21.9604755C.IP) has quit (Quit: Quit)
2018-11-26 23:13:24 lrvick ryan: http://opensource.lge.com/osSch/list?types=ALL&search=V405
2018-11-26 23:13:44 lrvick you may be in luck. They published their AOSP extensions
2018-11-26 23:13:53 lrvick could diff it against real AOSP and provide a module
2018-11-26 23:14:09 lrvick they published kernel sources too
2018-11-26 23:14:39 lrvick I could generally walk you through it if you wanted to try
2018-11-27 03:26:21 --> marlyn (marlyn@#!-FDCD9EFD.hashbang.sh) has joined #!os
2018-11-27 12:19:29 --> daurnimator (~daurnimat@F6835E16.6B046808.4B780454.IP) has joined #!os
2018-11-27 12:19:33 daurnimator https://www.youtube.com/watch?v=BsHtfLh6azw
2018-11-27 12:19:35 daurnimator ^ OS-able?
2018-11-27 19:11:19 lrvick daurnimator: to potentially be supported we need a factory image to harvest vendor blobs from and a published kernel tree, and device tree.
2018-11-27 19:11:28 lrvick also needs to be android 9.0+
2018-11-27 19:12:37 lrvick LineageOS is garbagefire shit.
2018-11-27 19:12:48 lrvick but they do gods work as far as reverse engineering
2018-11-27 19:13:08 lrvick and we can steal device trees from them if the vendor didn't create any
2018-11-27 19:13:37 lrvick daurnimator: If you want to buy a device i can walk you through how to add support
2018-11-27 19:13:48 lrvick in fact I'll even make a doc on a general workflow to do that
2018-11-27 19:14:09 lrvick you will need a beefy box to do lots of 20hr+ builds
2018-11-27 19:14:24 lrvick I got someone to donate $1000/mo in donated digitalocean credits for this project
2018-11-27 19:14:33 lrvick so we can have some beefy build instances
2018-11-27 19:15:04 lrvick so hopefully that pans out
2018-11-27 19:16:11 lrvick the bullet that is harder to dodge is running the CTS suite
2018-11-27 19:16:28 lrvick lineageOS and others never bother to run the vendor test suite and they are buggy as shit.
2018-11-27 19:16:50 lrvick the test suite will shake out any issues in the device that would prevent any app from running optimally
2018-11-27 19:16:55 lrvick it takes like 20+ hours to run too.
2018-11-27 19:17:11 lrvick Micay has been fighting with that on 9.0 atm
2018-11-27 19:19:52 lrvick Here is his update from yesterday: https://gist.github.com/thestinger/4fbdce398e1f5d1bd129e25047e0a7e5
2018-11-27 19:21:00 lrvick the most damning thing on the list: motherfucking google pulled U2F from chromium and put it into proprietary google play services.
2018-11-27 19:21:10 lrvick so if you run AOSP you don't get U2F
2018-11-27 19:21:31 lrvick we will need to patch chromium-android to use libu2f like desktop does.
2018-11-28 02:00:45 ryan so it wasn't mentioned in here but if anyone needs server processing power for #!os we are capable of providing that now
2018-11-28 02:08:33 daurnimator lrvick: my next device will probably be a sharp r2 compact
2018-11-28 02:09:34 daurnimator my current device (samsung a3 2017) is not 9.0 :(
2018-11-28 02:13:22 ryan i can see the v30 is 8.0 but don't see anything for 9.0 outside of possibly a couple of unannounced models?
2018-11-28 03:38:45 lrvick Just spun up the instance
2018-11-28 03:39:09 lrvick 32 cores, 64gb ram, 400gb ssd
2018-11-28 03:39:12 lrvick wheeee
2018-11-28 03:39:18 lrvick don't need to build on my desktop anymore
2018-11-28 03:39:41 ryan damn, nice
2018-11-28 03:58:26 lrvick #!os is building on it now
2018-11-28 03:58:52 lrvick watching htop is amazing now
2018-11-28 05:10:34 daurnimator I'm inviting in CRC to here
2018-11-28 08:43:04 lrvick CRC?
2018-11-28 08:43:32 lrvick so yeah full end to end builds take about an hour on new box. Now to ruin that by adding chromium back in...
2018-11-28 08:43:59 ryan don't suppose you're running this in tmux so we can take a look at the process?
2018-11-28 08:44:04 lrvick sure
2018-11-28 08:44:37 ryan of course for me it's nearly 3 am and i should sleep soon
2018-11-28 08:48:05 lrvick ssh lrvick@142.93.18.199
2018-11-28 08:48:57 lrvick 97%. almost finished.
2018-11-28 08:51:21 lrvick I should stream it to twitch. lol
2018-11-28 08:51:35 lrvick "twitch compiles android"
2018-11-28 08:51:37 lrvick oh god
2018-11-28 09:21:01 <-- benharri (~ben@B442C79F.1644F49F.AACEEDDF.IP) has quit (Ping timeout: 180 seconds)
2018-11-28 09:21:31 -- irc: disconnected from server
2018-11-28 09:24:16 --> fosslinux (~fosslinux@C181F072.1B9FD936.F40A1C1F.IP) has joined #!os
2018-11-28 09:24:16 -- Channel #!os: 3 nicks (1 op, 0 halfops, 0 voices, 2 normals)
2018-11-28 09:24:20 -- Channel created on Wed, 28 Nov 2018 09:23:54
2018-11-28 09:24:23 --> d8bug (geeky1@#!-FDCD9EFD.hashbang.sh) has joined #!os
2018-11-28 09:24:29 --> ryan (ryan@#!-762C318D.hashbang.sh) has joined #!os
2018-11-28 09:24:42 --> dgrove (~dgrove@49275239.54D84572.3FEA16DC.IP) has joined #!os
2018-11-28 09:24:46 --> daurnimator (~daurnimat@F6835E16.6B046808.4B780454.IP) has joined #!os
2018-11-28 09:24:57 --> DeviaVir (~DeviaVir@E44C51D1.7AB835BC.1AF0920A.IP) has joined #!os
2018-11-28 09:25:30 --> lrvick (~weechat_u@367C1941.3E881BA7.53F933A1.IP) has joined #!os
2018-11-28 09:26:58 --> marlyn (marlyn@#!-FDCD9EFD.hashbang.sh) has joined #!os
2018-11-28 09:27:02 --> vantablack (vantablack@#!-FDCD9EFD.hashbang.sh) has joined #!os
2018-11-28 09:27:03 --> vc (vc@#!-CB986AB0.hashbang.sh) has joined #!os
2018-11-28 09:36:41 --> benharri (~ben@B442C79F.1644F49F.AACEEDDF.IP) has joined #!os
2018-11-28 10:59:21 <-- MaxLeiter (~7f000001@2085C79.F690F2BA.7AEA6958.IP) has quit (Quit: The Lounge - https://thelounge.chat)
2018-11-28 11:35:11 <-- EHG (~EHG@9BAF4BF9.8CAA3795.86287B4.IP) has quit (Ping timeout: 181 seconds)
2018-11-28 11:35:27 --> EHG (~EHG@9BAF4BF9.8CAA3795.86287B4.IP) has joined #!os
2018-11-28 12:46:49 --> MaxLeiter (~7f000001@2085C79.F690F2BA.7AEA6958.IP) has joined #!os
2018-11-30 05:11:59 -- irc: disconnected from server
2018-11-30 05:12:06 --> fosslinux (~fosslinux@C181F072.1B9FD936.F40A1C1F.IP) has joined #!os
2018-11-30 05:12:06 -- Channel #!os: 13 nicks (0 ops, 0 halfops, 0 voices, 13 normals)
2018-11-30 05:12:10 -- Channel created on Wed, 28 Nov 2018 09:23:54
2018-12-01 20:06:11 <-- EHG (~EHG@9BAF4BF9.8CAA3795.86287B4.IP) has quit (Connection reset by peer)
2018-12-02 02:59:15 --> EHG (~EHG@59A9F2E6.CFE7616E.63A12F36.IP) has joined #!os
2018-12-02 04:37:34 --> viaken (~dpflug@49D19B70.68BDC2AC.489DE2B1.IP) has joined #!os
2018-12-03 00:02:27 --> benharri_ (~don@BDA08C5A.8E611F01.E5F3B7A9.IP) has joined #!os
2018-12-03 00:03:39 <-- benharri_ (~don@BDA08C5A.8E611F01.E5F3B7A9.IP) has quit (Quit: i'll probably be back soon)
2018-12-03 07:46:42 <-- viaken (~dpflug@49D19B70.68BDC2AC.489DE2B1.IP) has quit (Quit: WeeChat 2.2)
2018-12-03 08:12:08 --> viaken (~dpflug@49D19B70.68BDC2AC.489DE2B1.IP) has joined #!os
2018-12-03 16:29:52 --> travellingtoolbox (e63c15dc8d@E39E45DE.22BD4A5E.EAB80C26.IP) has joined #!os
2018-12-03 16:30:30 -- travellingtoolbox is now known as travs
2018-12-04 17:54:00 --> [r4] (~r4@F4C360A1.DCC46A78.AFE71293.IP) has joined #!os
2018-12-04 20:16:26 --> neersighted (sid5776@378C5039.DA366883.5FD8CC11.IP) has joined #!os
2018-12-04 21:38:32 <-- viaken (~dpflug@49D19B70.68BDC2AC.489DE2B1.IP) has quit (Quit: WeeChat 2.2)
2018-12-04 21:53:20 --> viaken (~dpflug@49D19B70.68BDC2AC.489DE2B1.IP) has joined #!os
2018-12-05 00:11:18 <-- [r4] (~r4@F4C360A1.DCC46A78.AFE71293.IP) has quit (Ping timeout: 180 seconds)
2018-12-05 17:21:42 --> [r4] (~r4@F4C360A1.DCC46A78.AFE71293.IP) has joined #!os
2018-12-05 17:34:11 <-- [r4] (~r4@F4C360A1.DCC46A78.AFE71293.IP) has quit (Input/output error)
2018-12-05 18:36:55 --> echelon (~jboli@9701AAB.16E9B22B.489DE2B1.IP) has joined #!os
2018-12-06 00:06:09 <-- daurnimator (~daurnimat@F6835E16.6B046808.4B780454.IP) has quit (Ping timeout: 180 seconds)
2018-12-06 00:08:57 --> daurnimator (~daurnimat@F6835E16.6B046808.4B780454.IP) has joined #!os
2018-12-06 10:40:44 --> KellerKatze (kellerfuch@#!-CB986AB0.hashbang.sh) has joined #!os
2018-12-06 10:41:02 KellerKatze Oops, looks like I accidentally dropped that channel
2018-12-06 11:59:16 <-- ryan (ryan@#!-762C318D.hashbang.sh) has quit (Ping timeout: 181 seconds)
2018-12-06 12:18:55 --> ryan (ryan@#!-762C318D.hashbang.sh) has joined #!os
2018-12-07 08:03:42 --> von (~von@5D0A989D.FED84D7A.1BE9DA7D.IP) has joined #!os
2018-12-07 11:02:32 <-- von (~von@5D0A989D.FED84D7A.1BE9DA7D.IP) has quit (Ping timeout: 180 seconds)
2018-12-07 11:04:20 --> von (~von@34E98DE9.F141701.A926EDFE.IP) has joined #!os
2018-12-07 12:47:43 <-- daurnimator (~daurnimat@F6835E16.6B046808.4B780454.IP) has quit (Ping timeout: 180 seconds)
2018-12-07 13:03:29 --> daurnimator (~daurnimat@F6835E16.6B046808.4B780454.IP) has joined #!os
2018-12-07 16:56:32 <-- von (~von@34E98DE9.F141701.A926EDFE.IP) has quit (Quit: Yup, I quit)
2018-12-08 20:32:03 <-- daurnimator (~daurnimat@F6835E16.6B046808.4B780454.IP) has quit (Ping timeout: 180 seconds)
2018-12-08 20:36:52 --> daurnimator (~daurnimat@F6835E16.6B046808.4B780454.IP) has joined #!os
2018-12-08 21:04:42 --> [r4] (~r4@F4C360A1.DCC46A78.AFE71293.IP) has joined #!os
2018-12-09 00:13:29 <-- daurnimator (~daurnimat@F6835E16.6B046808.4B780454.IP) has quit (Ping timeout: 181 seconds)
2018-12-09 00:45:58 --> daurnimator (~daurnimat@F6835E16.6B046808.4B780454.IP) has joined #!os
2018-12-09 02:07:07 <-- [r4] (~r4@F4C360A1.DCC46A78.AFE71293.IP) has quit (Ping timeout: 180 seconds)
2018-12-09 08:58:19 --> [r4] (~r4@F4C360A1.DCC46A78.AFE71293.IP) has joined #!os
2018-12-09 09:36:57 <-- [r4] (~r4@F4C360A1.DCC46A78.AFE71293.IP) has quit (Input/output error)
2018-12-09 12:49:21 <-- echelon (~jboli@9701AAB.16E9B22B.489DE2B1.IP) has quit (Input/output error)
2018-12-09 12:52:29 --> echelon (~jboli@9701AAB.16E9B22B.489DE2B1.IP) has joined #!os
2018-12-09 23:06:05 <-- daurnimator (~daurnimat@F6835E16.6B046808.4B780454.IP) has quit (Ping timeout: 180 seconds)
2018-12-09 23:13:23 --> daurnimator (~daurnimat@F6835E16.6B046808.4B780454.IP) has joined #!os
2018-12-10 01:51:13 <-- daurnimator (~daurnimat@F6835E16.6B046808.4B780454.IP) has quit (Ping timeout: 181 seconds)
2018-12-10 01:59:53 --> daurnimator (~daurnimat@F6835E16.6B046808.4B780454.IP) has joined #!os
2018-12-10 07:45:15 <-- daurnimator (~daurnimat@F6835E16.6B046808.4B780454.IP) has quit (Ping timeout: 180 seconds)
2018-12-10 08:01:48 --> daurnimator (~daurnimat@F6835E16.6B046808.4B780454.IP) has joined #!os
2018-12-10 08:03:38 --> von (~von@8FFAFF03.1BF965A3.477B2727.IP) has joined #!os
2018-12-10 11:18:17 <-- von (~von@8FFAFF03.1BF965A3.477B2727.IP) has quit (Ping timeout: 181 seconds)
2018-12-10 11:20:37 --> von (~von@8FFAFF03.1BF965A3.477B2727.IP) has joined #!os
2018-12-10 11:58:56 <-- von (~von@8FFAFF03.1BF965A3.477B2727.IP) has quit (Ping timeout: 180 seconds)
2018-12-10 12:42:49 --> von (~von@4EFBD797.1BF965A3.477B2727.IP) has joined #!os
2018-12-10 15:37:10 <-- von (~von@4EFBD797.1BF965A3.477B2727.IP) has quit (Ping timeout: 180 seconds)
2018-12-10 15:37:37 --> von (~von@95A34A94.1BF965A3.477B2727.IP) has joined #!os
2018-12-10 16:15:01 <-- daurnimator (~daurnimat@F6835E16.6B046808.4B780454.IP) has quit (Ping timeout: 180 seconds)
2018-12-10 16:34:16 --> daurnimator (~daurnimat@F6835E16.6B046808.4B780454.IP) has joined #!os
2018-12-10 17:36:10 <-- von (~von@95A34A94.1BF965A3.477B2727.IP) has quit (Ping timeout: 181 seconds)
2018-12-10 17:48:14 <-- daurnimator (~daurnimat@F6835E16.6B046808.4B780454.IP) has quit (Quit: WeeChat 2.3)
2018-12-11 08:04:48 --> von (~von@705A170.F6F88AAC.D54F112C.IP) has joined #!os
2018-12-11 10:50:23 <-- von (~von@705A170.F6F88AAC.D54F112C.IP) has quit (Ping timeout: 180 seconds)
2018-12-11 10:51:08 --> von (~von@8777BFA6.4F5B734C.9A278B2A.IP) has joined #!os
2018-12-11 15:05:43 <-- von (~von@8777BFA6.4F5B734C.9A278B2A.IP) has quit (Ping timeout: 180 seconds)
2018-12-11 15:09:32 --> von (~von@8777BFA6.4F5B734C.9A278B2A.IP) has joined #!os
2018-12-11 17:39:41 <-- von (~von@8777BFA6.4F5B734C.9A278B2A.IP) has quit (Quit: Yup, I quit)
2018-12-12 01:36:35 <-- MaxLeiter (~7f000001@2085C79.F690F2BA.7AEA6958.IP) has quit (Quit: The Lounge - https://thelounge.chat)
2018-12-12 01:36:42 --> MaxLeiter (~7f000001@2085C79.F690F2BA.7AEA6958.IP) has joined #!os
2018-12-12 06:25:03 <-- vantablack (vantablack@#!-FDCD9EFD.hashbang.sh) has quit (Quit: WeeChat 2.2)
2018-12-12 08:07:52 --> von (~von@94632184.FED84D7A.1BE9DA7D.IP) has joined #!os
2018-12-12 10:08:19 <-- von (~von@94632184.FED84D7A.1BE9DA7D.IP) has quit (Connection reset by peer)
2018-12-12 10:08:41 --> von (~von@94632184.FED84D7A.1BE9DA7D.IP) has joined #!os
2018-12-12 11:18:46 <-- von (~von@94632184.FED84D7A.1BE9DA7D.IP) has quit (Connection reset by peer)
2018-12-12 11:51:49 --> von (~von@94632184.FED84D7A.1BE9DA7D.IP) has joined #!os
2018-12-12 15:45:24 <-- von (~von@94632184.FED84D7A.1BE9DA7D.IP) has quit (Ping timeout: 180 seconds)
2018-12-12 15:54:14 --> von (~von@94632184.FED84D7A.1BE9DA7D.IP) has joined #!os
2018-12-12 16:54:19 --> [r4] (~r4@F4C360A1.DCC46A78.AFE71293.IP) has joined #!os
2018-12-12 17:29:19 <-- von (~von@94632184.FED84D7A.1BE9DA7D.IP) has quit (Quit: Yup, I quit)
2018-12-12 17:31:04 <-- [r4] (~r4@F4C360A1.DCC46A78.AFE71293.IP) has quit (Input/output error)
2018-12-12 19:30:52 <-- DeviaVir (~DeviaVir@E44C51D1.7AB835BC.1AF0920A.IP) has quit (Ping timeout: 181 seconds)
2018-12-12 19:34:02 --> DeviaVir (~DeviaVir@E44C51D1.7AB835BC.1AF0920A.IP) has joined #!os
2018-12-12 20:00:47 <-- MaxLeiter (~7f000001@2085C79.F690F2BA.7AEA6958.IP) has quit (Quit: Ping timeout (120 seconds))
2018-12-12 20:01:00 --> MaxLeiter (~7f000001@2085C79.F690F2BA.7AEA6958.IP) has joined #!os
2018-12-13 08:13:02 --> von (~von@6759AD7C.F141701.A926EDFE.IP) has joined #!os
2018-12-13 10:07:19 <-- von (~von@6759AD7C.F141701.A926EDFE.IP) has quit (Ping timeout: 181 seconds)
2018-12-13 10:09:07 --> von (~von@8777BFA6.4F5B734C.9A278B2A.IP) has joined #!os
2018-12-13 12:16:19 <-- von (~von@8777BFA6.4F5B734C.9A278B2A.IP) has quit (Ping timeout: 180 seconds)
2018-12-13 12:28:04 --> von (~von@8777BFA6.4F5B734C.9A278B2A.IP) has joined #!os
2018-12-13 12:31:06 <-- von (~von@8777BFA6.4F5B734C.9A278B2A.IP) has quit (Ping timeout: 181 seconds)
2018-12-13 12:32:49 --> von (~von@8777BFA6.4F5B734C.9A278B2A.IP) has joined #!os
2018-12-13 17:17:34 <-- von (~von@8777BFA6.4F5B734C.9A278B2A.IP) has quit (Quit: Yup, I quit)
2018-12-14 08:00:05 --> von (~von@E2B2F636.F141701.A926EDFE.IP) has joined #!os
2018-12-14 09:39:57 <-- von (~von@E2B2F636.F141701.A926EDFE.IP) has quit (Connection reset by peer)
2018-12-14 09:41:46 --> von (~von@8777BFA6.4F5B734C.9A278B2A.IP) has joined #!os
2018-12-14 11:17:56 <-- von (~von@8777BFA6.4F5B734C.9A278B2A.IP) has quit (Ping timeout: 180 seconds)
2018-12-14 12:46:54 --> von (~von@8777BFA6.4F5B734C.9A278B2A.IP) has joined #!os
2018-12-14 15:51:12 <-- von (~von@8777BFA6.4F5B734C.9A278B2A.IP) has quit (Ping timeout: 180 seconds)
2018-12-14 15:55:51 --> von (~von@8777BFA6.4F5B734C.9A278B2A.IP) has joined #!os
2018-12-14 17:02:42 <-- von (~von@8777BFA6.4F5B734C.9A278B2A.IP) has quit (Input/output error)
2018-12-17 15:21:24 <-- benharri (~ben@B442C79F.1644F49F.AACEEDDF.IP) has quit (Quit: i'll probably be back soon)
2018-12-17 15:24:58 --> benharri (~ben@B442C79F.1644F49F.AACEEDDF.IP) has joined #!os
2018-12-18 23:23:56 <-- lrvick (~weechat_u@367C1941.3E881BA7.53F933A1.IP) has quit ([sfo1.irc.hashbang.sh.irc.hashbang.sh] Local kill by KellerKatze (KTHXBYE))
2018-12-18 23:24:53 --> lrvick (~weechat_u@367C1941.3E881BA7.53F933A1.IP) has joined #!os
2018-12-18 23:25:00 <-- lrvick (~weechat_u@367C1941.3E881BA7.53F933A1.IP) has quit (Z:lined (Not dealing with bullshit tonight))
2018-12-18 23:36:43 <-- KellerKatze (kellerfuch@#!-CB986AB0.hashbang.sh) has quit (Quit: WeeChat 2.1)
2018-12-19 00:00:27 --> lrvick1 (~weechat_u@367C1941.3E881BA7.53F933A1.IP) has joined #!os
2018-12-19 00:21:22 -- lrvick1 is now known as lrvick

View File

@ -0,0 +1,3 @@
2018-12-17 05:26:41 --> fosslinux (~fosslinux@C181F072.1B9FD936.F40A1C1F.IP) has joined #hashbang
2018-12-17 05:26:41 -- Channel #hashbang: 1 nick (1 op, 0 halfops, 0 voices, 0 normals)
2018-12-17 05:26:43 -- Channel created on Mon, 17 Dec 2018 05:26:41

View File

@ -0,0 +1,4 @@
2018-11-30 06:31:08 --> fosslinux (~fosslinux@C181F072.1B9FD936.F40A1C1F.IP) has joined #tildeteam
2018-11-30 06:31:08 -- Channel #tildeteam: 1 nick (1 op, 0 halfops, 0 voices, 0 normals)
2018-11-30 06:31:10 -- Channel created on Fri, 30 Nov 2018 06:31:08
2018-11-30 06:32:03 <-- fosslinux (~fosslinux@C181F072.1B9FD936.F40A1C1F.IP) has left #tildeteam (WeeChat 2.2)

View File

@ -0,0 +1,4 @@
2018-11-30 06:31:25 --> fosslinux (~fosslinux@C181F072.1B9FD936.F40A1C1F.IP) has joined #tildeverse
2018-11-30 06:31:25 -- Channel #tildeverse: 1 nick (1 op, 0 halfops, 0 voices, 0 normals)
2018-11-30 06:31:27 -- Channel created on Fri, 30 Nov 2018 06:31:25
2018-11-30 06:31:53 <-- fosslinux (~fosslinux@C181F072.1B9FD936.F40A1C1F.IP) has left #tildeverse (WeeChat 2.2)

View File

@ -0,0 +1,53 @@
2018-11-13 17:44:15 benharri yo
2018-11-13 17:45:00 benharri why'd you run nmap
2018-11-13 19:52:41 fosslinux oh
2018-11-13 19:52:49 fosslinux i wanted to find the ip of the host
2018-11-13 19:53:29 benharri well you got us locked out
2018-11-13 19:53:36 fosslinux really sorry
2018-11-13 19:53:39 fosslinux :(
2018-11-13 19:53:46 fosslinux i didn't realise i did that
2018-11-13 19:53:56 fosslinux what did i get us locked out of?
2018-11-13 19:54:12 benharri hetzner doesn't allow port/netscanning in their ToS
2018-11-13 19:54:18 benharri so they locked the IP
2018-11-13 19:54:27 fosslinux sorry
2018-11-13 19:54:29 benharri server's still up but it's inaccessible
2018-11-13 19:54:46 fosslinux im an idiot
2018-11-13 19:54:50 benharri for future reference, you can do curl ipinfo.io
2018-11-13 19:54:56 benharri or dig tilde.team
2018-11-13 19:55:09 fosslinux i was trying to ssh back into ~team from my container
2018-11-13 19:55:22 benharri now we have to wait for them to unlock the IP
2018-11-13 19:55:24 fosslinux but i couldn't find the ip
2018-11-13 19:55:34 fosslinux sorry for bringing everything to a halt
2018-11-13 19:55:44 fosslinux can i still be on ~team
2018-11-13 19:55:46 fosslinux ?
2018-11-13 19:55:54 benharri yeah just don't do any netscanning!
2018-11-13 19:56:23 benharri usually 10/8 doesn't route, but hetzner has it set up to route to the default gateway for some reason
2018-11-13 19:56:42 benharri i mean noone can be on ~team til we get the ip back
2018-11-13 19:56:57 benharri i thought you were scanning the whole internet and i was very concerned
2018-11-13 19:57:15 fosslinux oh lol
2018-11-13 19:57:23 fosslinux i wasn't scanning the internet
2018-11-13 19:57:25 benharri i killed the nmap process and i removed your ssh keys from the lxd container until i could figure out what the hell you were doing
2018-11-13 19:57:33 fosslinux ok
2018-11-13 19:57:37 fosslinux whatever
2018-11-13 19:57:54 fosslinux i don't really care what you do to my stuff until this is all fixed
2018-11-13 19:58:04 fosslinux since everything else is down i posted an apology on #!
2018-11-13 19:58:05 benharri that's fair
2018-11-13 19:58:19 fosslinux i've got it all on my local computer anyway
2018-11-13 19:58:24 benharri ok good deal
2018-11-13 19:58:38 benharri i figured it wasn't malicious
2018-11-13 19:58:47 benharri glad to find out that it wasn't
2018-11-13 19:59:02 fosslinux i'll do a blog post too when it comes back
2018-11-13 19:59:08 fosslinux sorry again
2018-11-13 19:59:13 fosslinux thanks for sorting that out
2018-11-13 19:59:34 fosslinux i've gtg now, i'll pop back in an hour or so to see how things are going
2018-11-13 20:00:47 benharri ok sounds good, thanks for clearing that up
2018-11-26 03:14:49 <-- benharri (~ben@6AFB8994.4D70AE8D.DFE41307.IP) has quit (Quit: i'll probably be back soon)
2018-11-26 03:17:54 --> benharri (~ben@B442C79F.1644F49F.AACEEDDF.IP) is back on server
2018-11-26 03:19:48 <-- benharri (~ben@B442C79F.1644F49F.AACEEDDF.IP) has quit (Quit: i'll probably be back soon)
2018-11-26 03:20:02 --> benharri (~ben@B442C79F.1644F49F.AACEEDDF.IP) is back on server
2018-11-28 09:21:01 <-- benharri (~ben@B442C79F.1644F49F.AACEEDDF.IP) has quit (Ping timeout: 180 seconds)
2018-11-28 09:21:31 -- irc: disconnected from server
2018-11-28 09:36:41 --> benharri (~ben@B442C79F.1644F49F.AACEEDDF.IP) is back on server
2018-11-30 05:11:59 -- irc: disconnected from server
2018-12-17 15:21:24 <-- benharri (~ben@B442C79F.1644F49F.AACEEDDF.IP) has quit (Quit: i'll probably be back soon)
2018-12-17 15:24:58 --> benharri (~ben@B442C79F.1644F49F.AACEEDDF.IP) is back on server

View File

@ -0,0 +1,313 @@
2018-11-20 05:18:49 --> fosslinux (fosslinux@71.19.146.164) has joined #meta
2018-11-20 05:18:49 -- Channel #meta: 3 nicks (1 op, 0 halfops, 0 voices, 2 normals)
2018-11-20 05:18:51 -- Channel created on Tue, 20 Nov 2018 03:22:39
2018-11-20 05:18:52 -- Mode #meta [+o brendantcc1] by brendantcc_lounge
2018-11-20 05:18:54 fosslinux okey dokey
2018-11-20 05:18:58 -- brendantcc1 is now known as brendantcc
2018-11-20 05:19:11 @brendantcc_lounge welcome my dude
2018-11-20 05:19:18 fosslinux hi
2018-11-20 05:19:24 fosslinux do we want to make this a tilde?
2018-11-20 05:19:29 @brendantcc hell yeeaa
2018-11-20 05:19:32 fosslinux ok
2018-11-20 05:19:52 -- brendantcc is now known as brendantcc[pizzashell]
2018-11-20 05:20:07 @brendantcc[pizzashell] yea boiii
2018-11-20 05:20:07 fosslinux i'll set some more stuff up over the next few day
2018-11-20 05:20:16 @brendantcc_lounge righto
2018-11-20 05:20:18 fosslinux then we can get account signup
2018-11-20 05:20:23 @brendantcc_lounge lol ok
2018-11-20 05:20:25 fosslinux small issue is gunna be ram
2018-11-20 05:20:28 fosslinux lol
2018-11-20 05:20:29 @brendantcc_lounge yeaahhh...
2018-11-20 05:20:32 fosslinux 758MB ram
2018-11-20 05:20:40 fosslinux owo well
2018-11-20 05:20:51 fosslinux i want to offer some of the services that ~team dosent offer and thunix did
2018-11-20 05:20:57 fosslinux ie mysql databases
2018-11-20 05:20:57 @brendantcc_lounge righto
2018-11-20 05:21:05 @brendantcc_lounge also ftr i wont be home until sunday (from tomorrow) cause my little bro is doing this: https://eb.org.au
2018-11-20 05:21:35 fosslinux cool
2018-11-20 05:21:40 fosslinux will you be on irc
2018-11-20 05:21:41 fosslinux or not
2018-11-20 05:21:48 @brendantcc_lounge no sadly
2018-11-20 05:21:55 @brendantcc_lounge i dont think theres internet so rip...
2018-11-20 05:21:55 fosslinux ok
2018-11-20 05:22:02 fosslinux lol
2018-11-20 05:22:03 fosslinux nvm
2018-11-20 05:22:12 fosslinux hope you have a good time there :O
2018-11-20 05:22:15 fosslinux :D
2018-11-20 05:22:18 @brendantcc_lounge no worries :D
2018-11-20 05:22:31 @brendantcc_lounge so for that time youre in charge, okie?
2018-11-20 05:22:39 fosslinux k
2018-11-20 05:23:01 @brendantcc_lounge owo the chat on the pizzashell is sooo much faster!!
2018-11-20 05:23:07 <-- brendantcc[pizzashell] (brendantcc@69.12.82.156) has quit (Quit: WeeChat 1.6)
2018-11-20 05:24:32 fosslinux bsd is faster by 2ms
2018-11-20 05:24:32 fosslinux lol
2018-11-20 05:24:57 @brendantcc_lounge loool
2018-11-20 05:25:41 @brendantcc_lounge also im doing some reconfigurating with the inspircd.conf so hang tight
2018-11-20 05:25:52 -- irc: disconnected from server
2018-11-20 05:26:08 --> fosslinux (fosslinux@71.19.146.164) has joined #meta
2018-11-20 05:26:08 -- Channel #meta: 1 nick (1 op, 0 voices, 0 normals)
2018-11-20 05:26:10 -- Channel created on Tue, 20 Nov 2018 05:26:08
2018-11-20 05:26:10 --> brendantcc_lounge (brendantcc@195.201.242.48) has joined #meta
2018-11-20 05:26:16 @fosslinux wat
2018-11-20 05:26:19 @fosslinux oh
2018-11-20 05:26:29 brendantcc_lounge yeah just a quick reconfig
2018-11-20 05:26:38 brendantcc_lounge rebooted inspircd entirely so it'd apply properly
2018-11-20 05:27:03 brendantcc_lounge so now we can use 127.0.0.1 directly on the shell if we wanted to (i know i will!)
2018-11-20 05:30:00 --> brendantcc (brendantcc@127.0.0.1) has joined #meta
2018-11-20 05:30:09 @fosslinux nice
2018-11-20 05:30:18 brendantcc hey wtf man i want the op... ;-;
2018-11-20 05:30:20 brendantcc :p
2018-11-20 05:30:36 brendantcc yeah im def gonna get anope set up
2018-11-20 05:32:13 brendantcc installing
2018-11-20 05:44:19 brendantcc_lounge aarrgghh why do i like the easy way out?!
2018-11-20 05:44:55 brendantcc_lounge anope is killing me
2018-11-20 06:01:55 @fosslinux hey
2018-11-20 06:01:58 @fosslinux i didnt do that
2018-11-20 06:02:04 @fosslinux i didnt unop u lol
2018-11-20 06:02:07 brendantcc you didnt do what
2018-11-20 06:02:15 @fosslinux unop u
2018-11-20 06:02:19 brendantcc oh right lol
2018-11-20 06:02:21 @fosslinux ill op u now
2018-11-20 06:02:33 brendantcc :D
2018-11-20 06:02:36 -- Mode #meta [+o brendantcc] by fosslinux
2018-11-20 06:02:40 @fosslinux there u go
2018-11-20 06:02:41 @brendantcc yaaaay
2018-11-20 06:03:26 -- Mode #meta [+o brendantcc_lounge] by brendantcc
2018-11-20 06:31:39 @fosslinux i'll take a look at nginx in ~30mins
2018-11-20 06:31:47 @fosslinux just got to do some work on a science assignment
2018-11-20 06:31:51 @brendantcc okie
2018-11-20 07:03:58 @brendantcc status?
2018-11-20 07:04:37 @fosslinux working
2018-11-20 07:04:58 @brendantcc ohhh homework lol
2018-11-20 07:05:00 @brendantcc i gtg
2018-11-20 07:05:03 @brendantcc see you next monday
2018-11-20 07:05:07 @fosslinux passwd: user 'fosslinux' does not exist
2018-11-20 07:05:12 @fosslinux wtaf
2018-11-20 07:05:13 @fosslinux cya
2018-11-20 07:05:18 @brendantcc exit
2018-11-20 07:05:20 <-- brendantcc (brendantcc@127.0.0.1) has quit (Quit: WeeChat 1.6)
2018-11-20 07:05:25 @fosslinux oh whoops
2018-11-20 07:05:34 @brendantcc_lounge lol weird wut da freek
2018-11-20 07:05:38 @brendantcc_lounge see ya man
2018-11-20 07:05:45 @fosslinux oh lol
2018-11-20 07:05:49 @fosslinux i have the wrong username
2018-11-20 07:06:02 @brendantcc_lounge also mailto:brendantcc@tilde.team when nginx is ag
2018-11-20 07:06:26 @brendantcc_lounge btw WHERES DA PIZZA>!
2018-11-20 07:06:51 @fosslinux lol
2018-11-20 07:06:56 @fosslinux i'll mail u sure
2018-11-20 07:07:58 @fosslinux oh i *see*
2018-11-20 07:26:13 @fosslinux do you mind if i add my name to the homepage
2018-11-20 07:29:12 @fosslinux nice
2018-11-20 07:29:17 @fosslinux gOTIt WorkingBOI
2018-11-20 21:21:54 <-- brendantcc_lounge (brendantcc@195.201.242.48) has quit (Connection closed)
2018-11-20 21:22:24 --> brendantcc_lounge (brendantcc@195.201.242.48) has joined #meta
2018-11-25 21:34:14 brendantcc_lounge hey hi im hoooomee
2018-11-25 21:35:00 brendantcc_lounge what is this?! https://ttm.sh/bd.png
2018-11-25 21:43:59 brendantcc_lounge fosslinux, buddy, do you think we should start a discord server?
2018-11-25 23:13:07 brendantcc_lounge where did you configure nginx to look for the index.html?
2018-11-26 05:16:29 brendantcc_lounge fosslinux: ye there?
2018-11-26 05:17:17 @fosslinux hey
2018-11-26 05:17:21 @fosslinux /var/www/html
2018-11-26 05:17:23 @fosslinux i think
2018-11-26 05:17:31 @fosslinux hold on
2018-11-26 05:17:44 @fosslinux i hadnt finished config
2018-11-26 05:18:03 @fosslinux just fyi, milkshake told me the vps is getting shutdown next year
2018-11-26 05:18:48 @fosslinux 06:07:19 Milkshake | fosslinux: yeah sure. use it while it last mate
2018-11-26 05:19:01 @fosslinux 06:07:50 fosslinux | when are you ditching it?
2018-11-26 05:19:34 @fosslinux 06:08:06 Milkshake | i think the due date is early next year
2018-11-26 05:20:28 @fosslinux i dont want to really work on a un-sustainable project
2018-11-26 05:20:46 @fosslinux so i havent been doing anything
2018-11-26 05:21:07 -- Mode #meta [+o brendantcc_lounge] by fosslinux
2018-11-26 05:23:31 @brendantcc_lounge dang it...
2018-11-26 05:23:35 * brendantcc_lounge starts crying...
2018-11-26 05:23:47 @fosslinux yes
2018-11-26 05:23:51 @fosslinux i cry every tim
2018-11-26 05:24:03 @brendantcc_lounge lol
2018-11-26 05:24:07 @brendantcc_lounge so what do you think
2018-11-26 05:24:13 @brendantcc_lounge discord? or no discord?
2018-11-26 05:24:48 @brendantcc_lounge i mean, when our machine gets ditched, we could see if we could run off of the ~team machine
2018-11-26 05:25:18 @fosslinux i don't think we should runa tilde off a tilde
2018-11-26 05:27:46 @fosslinux i'm not really happy to continue this tbh
2018-11-26 05:31:15 @brendantcc_lounge okay then ;-;
2018-11-26 05:31:41 @brendantcc_lounge btw currently that 2.49eur/m translates to $3.90/m
2018-11-26 05:31:52 @fosslinux i dont have the time or the money :( sorry
2018-11-26 05:32:05 @fosslinux eeee $3.9/m
2018-11-26 05:34:29 @brendantcc_lounge wowie
2018-11-26 05:34:37 @fosslinux ?
2018-11-26 05:36:56 @brendantcc_lounge lol
2018-11-26 05:37:19 @brendantcc_lounge i found an aussie vps service for as low as $12.50/m
2018-11-26 05:37:23 @brendantcc_lounge (AUD)
2018-11-26 05:39:47 @brendantcc_lounge https://drive.google.com/uc?id=1SMKill7OHYKiR9-3o3ixA5pN87Se81_g
2018-11-26 05:40:12 @brendantcc_lounge (document includes configuration and costs)
2018-11-26 05:40:57 @fosslinux yeah WOW AS LOW AS $12.50/m SO CHEAP (sarcasm)
2018-11-26 05:41:24 @brendantcc_lounge hey at least it's aussie based
2018-11-26 05:41:47 @fosslinux doesnt really mattter where its based
2018-11-26 05:42:24 @fosslinux WTAF
2018-11-26 05:42:30 @fosslinux THATS THE BAD
2018-11-26 05:42:36 @brendantcc_lounge ol
2018-11-26 05:42:41 @brendantcc_lounge **lol
2018-11-26 05:43:21 @brendantcc_lounge dude calm down
2018-11-26 05:43:37 @brendantcc_lounge for me it was aussie or nothing
2018-11-26 05:51:48 @fosslinux i am calm
2018-11-26 05:51:58 @fosslinux wondering why aussie or nothing?
2018-11-26 05:57:25 @brendantcc_lounge because!
2018-11-26 15:39:58 <-- brendantcc_lounge (brendantcc@195.201.242.48) has quit (Connection closed)
2018-11-26 21:51:26 --> brendantcc_lounge (brendantcc@195.201.242.48) has joined #meta
2018-11-26 22:54:55 brendantcc_lounge hey man sorry, thelounge went down cause of a shitty command...
2018-11-27 05:32:14 @fosslinux 2nvm
2018-11-27 05:32:15 @fosslinux nvm
2018-11-27 16:17:31 <-- brendantcc_lounge (brendantcc@195.201.242.48) has quit (Quit: Ping timeout (120 seconds))
2018-11-27 16:18:00 --> brendantcc_lounge (brendantcc@195.201.242.48) has joined #meta
2018-12-03 05:34:31 --> brendantcc_bridge (brendantcc_@211.27.80.103) has joined #meta
2018-12-03 05:34:49 brendantcc_lounge hello
2018-12-03 05:35:37 <-- brendantcc_bridge (brendantcc_@211.27.80.103) has quit (Connection closed)
2018-12-03 05:35:56 --> brendantcc_bridge (brendantcc_@211.27.80.103) has joined #meta
2018-12-03 05:36:07 brendantcc_lounge test
2018-12-03 05:40:00 brendantcc_lounge sorry! just trying to get a bridge bot up
2018-12-03 05:40:49 @fosslinux whats the bridge for?
2018-12-03 05:42:12 brendantcc_lounge discord
2018-12-03 05:42:25 brendantcc_lounge my lil :p server
2018-12-03 05:42:50 brendantcc_lounge ayyy it's running now
2018-12-03 05:42:50 brendantcc_bridge <virtual> wha
2018-12-03 05:42:57 brendantcc_lounge hey virtual
2018-12-03 05:42:58 @fosslinux hey virtual
2018-12-03 05:43:01 brendantcc_bridge <virtual> you got an irc server running
2018-12-03 05:43:03 @fosslinux jinx
2018-12-03 05:43:08 brendantcc_lounge damn right virtual
2018-12-03 05:43:09 @fosslinux virtual what server is this
2018-12-03 05:43:15 brendantcc_bridge <virtual> idk
2018-12-03 05:43:21 @fosslinux WHAT SERVER are you on
2018-12-03 05:43:23 @fosslinux soory faps
2018-12-03 05:43:25 brendantcc_lounge hang on ill send an invite on disc foss
2018-12-03 05:43:26 @fosslinux caps
2018-12-03 05:43:35 @fosslinux do you even have my discord lol
2018-12-03 05:43:38 brendantcc_bridge <virtual> WHAT IRC SERVER IS THIS ON
2018-12-03 05:43:42 brendantcc_bridge <Brendan> https://discord.gg/v46bxR
2018-12-03 05:43:47 @fosslinux a defunct tilde
2018-12-03 05:43:52 brendantcc_bridge <Brendan> yeah
2018-12-03 05:43:59 brendantcc_bridge <Brendan> perfect way to put it fosslinux
2018-12-03 05:44:05 brendantcc_bridge <virtual> b-but
2018-12-03 05:44:07 brendantcc_bridge <virtual> which one
2018-12-03 05:44:17 @fosslinux omilkshakepizza
2018-12-03 05:44:17 brendantcc_bridge <Brendan> milkshake.tilde.pizza
2018-12-03 05:44:24 brendantcc_bridge <virtual> port?
2018-12-03 05:44:29 brendantcc_lounge 6667
2018-12-03 05:44:34 brendantcc_bridge <virtual> aight
2018-12-03 05:44:37 brendantcc_bridge <virtual> ssl?
2018-12-03 05:44:40 brendantcc_bridge <Brendan> nein
2018-12-03 05:44:41 brendantcc_bridge <webbBot> Welcome, @Trombist, to :P! :D
2018-12-03 05:44:44 brendantcc_bridge <virtual> aight
2018-12-03 05:44:55 brendantcc_bridge <Brendan> lol @Trombist
2018-12-03 05:45:07 brendantcc_lounge fosslinux did u just join?
2018-12-03 05:45:23 brendantcc_bridge <Trombist> yesss
2018-12-03 05:45:26 brendantcc_bridge <virtual> nice
2018-12-03 05:45:27 brendantcc_bridge <Brendan> ayy my dude
2018-12-03 05:45:29 brendantcc_bridge <virtual> welcome
2018-12-03 05:45:36 brendantcc_bridge <Trombist> ich bin fosslinux
2018-12-03 05:45:41 brendantcc_bridge <Brendan> if i knew it were you, mate, i'd have just done it manually
2018-12-03 05:45:45 brendantcc_bridge <virtual> bonjour
2018-12-03 05:45:57 brendantcc_bridge <Trombist> whats this server?
2018-12-03 05:46:03 brendantcc_bridge <virtual> je ne sais pas
2018-12-03 05:46:06 brendantcc_bridge <Brendan> just a lil server i created
2018-12-03 05:46:23 brendantcc_bridge <Trombist> wats the bot written in?
2018-12-03 05:46:31 brendantcc_bridge <Brendan> uhh idk actually
2018-12-03 05:46:40 brendantcc_bridge <Brendan> i just grabbed it off github
2018-12-03 05:46:41 brendantcc_bridge <Trombist> what the heck did you write it
2018-12-03 05:46:43 brendantcc_bridge <Trombist> lol
2018-12-03 05:46:46 brendantcc_bridge <virtual> no
2018-12-03 05:46:55 brendantcc_bridge <Brendan> here https://github.com/reactiflux/discord-irc
2018-12-03 05:47:04 brendantcc_bridge <virtual> i wanna learn rust
2018-12-03 05:47:08 brendantcc_bridge <virtual> but like
2018-12-03 05:47:15 brendantcc_bridge <Trombist> no the webbBot
2018-12-03 05:47:15 brendantcc_bridge <virtual> the syntax is ghey
2018-12-03 05:47:20 brendantcc_bridge <Trombist> it is
2018-12-03 05:47:21 brendantcc_bridge <virtual> oh thats just dyno
2018-12-03 05:47:33 brendantcc_bridge <Trombist> hey peeps, whats the thoughts on a tilde irc server?
2018-12-03 05:47:37 brendantcc_bridge <Trombist> discord
2018-12-03 05:47:39 brendantcc_bridge <Trombist> server
2018-12-03 05:47:43 brendantcc_bridge <virtual> no
2018-12-03 05:47:46 brendantcc_bridge <Brendan> im gonna change the nick on the irc side of the bot
2018-12-03 05:47:55 brendantcc_bridge <Trombist> didnt think so
2018-12-03 05:48:03 brendantcc_bridge <Trombist> @Brendan k
2018-12-03 05:48:04 brendantcc_bridge <virtual> irc.tilde.chat?
2018-12-03 05:48:12 <-- brendantcc_bridge (brendantcc_@211.27.80.103) has quit (Connection closed)
2018-12-03 05:48:27 --> bridge (bridge@211.27.80.103) has joined #meta
2018-12-03 05:48:30 bridge <virtual> peer w it
2018-12-03 05:48:33 bridge <virtual> like lall does with crtnet
2018-12-03 05:48:36 bridge <Trombist> because milkshakeisded
2018-12-03 05:48:37 bridge <Brendan> bam
2018-12-03 05:48:38 bridge <Brendan> we're back up
2018-12-03 05:50:04 bridge <virtual> ugh i joined #Guro on Rizon
2018-12-03 05:50:10 bridge <Brendan> i initally tried to get the bot working on irc.tilde.chat but i didnt understand the stoopid SASL thing
2018-12-03 05:50:16 bridge <Trombist> sasl?
2018-12-03 05:50:23 bridge <Brendan> ya
2018-12-03 05:50:27 bridge <virtual> another way of doing auth
2018-12-03 05:50:40 bridge <Brendan> just pinged ben
2018-12-03 05:50:43 bridge <Trombist> oh right
2018-12-03 05:51:02 bridge <virtual> what
2018-12-03 05:52:43 bridge <virtual> wanna know what
2018-12-03 05:52:50 bridge <virtual> i dont really like tildechat
2018-12-03 05:53:09 bridge <Trombist> why
2018-12-03 05:53:12 bridge <Brendan> REEEEEEEEEEEEEEEEEEEEEEEEEEEE
2018-12-03 05:53:12 bridge <Brendan> https://cdn.discordapp.com/attachments/467870778076037122/519028308898217987/autistic_screeching.mp3
2018-12-03 05:53:13 bridge <virtual> idk man
2018-12-03 05:53:16 bridge <virtual> its not comf
2018-12-03 05:53:41 bridge <Trombist> shut up @Brendan
2018-12-03 05:53:48 bridge <virtual> irc.dereferenced.org
2018-12-03 05:53:56 bridge <Trombist> ?
2018-12-03 05:53:57 bridge <virtual> or irc.letsalllovela.in:7844
2018-12-03 05:54:05 bridge <virtual> thats where the good shit is
2018-12-03 05:54:22 bridge <virtual> but do any of you know how to use znc with weechat?
2018-12-03 05:54:31 bridge <Trombist> @virtual "its not comf" ?
2018-12-03 05:54:42 bridge <Brendan> i gave up setting it up virtual lmao
2018-12-03 05:54:47 bridge <virtual> not comfy
2018-12-03 05:55:06 bridge <Brendan> virtual: whats the homepage for letsalllovela.in
2018-12-03 05:55:12 bridge <virtual> that
2018-12-03 05:55:13 bridge <Trombist> @virtual run weechat on an always on server (i use ~team)
2018-12-03 05:55:25 bridge <virtual> Ohh ok
2018-12-03 05:55:34 bridge <virtual> i should just use my tilde acc as a vps
2018-12-03 05:55:36 bridge <virtual> lol
2018-12-03 05:55:45 bridge <Trombist> thats literally how i use it tbh
2018-12-03 05:55:56 bridge <Brendan> funny part is, it's a VPS in itself soooo
2018-12-03 05:55:58 bridge <virtual> idc bout the community
2018-12-03 05:56:01 bridge <virtual> lol
2018-12-03 05:56:06 bridge <virtual> im an admin but whatever
2018-12-03 05:56:12 bridge <Trombist> you're an admin on where?
2018-12-03 05:56:17 bridge <virtual> tilde.team
2018-12-03 05:56:22 bridge <Trombist> since when?????
2018-12-03 05:56:22 bridge <Brendan> arent you a former admin on tilde.team, virtual?
2018-12-03 05:56:23 bridge <Trombist> lol
2018-12-03 05:56:26 bridge <virtual> no
2018-12-03 05:56:30 bridge <virtual> check the contact page
2018-12-03 05:58:09 bridge <virtual> HAHA IM NOT ON IT
2018-12-03 05:58:11 bridge <virtual> LMAO
2018-12-03 05:58:18 bridge <Brendan> lol
2018-12-03 05:58:25 bridge <Brendan> where's the contact page again?
2018-12-03 05:58:27 bridge <virtual> epic
2018-12-03 05:58:28 bridge <virtual> wiki
2018-12-03 05:58:39 bridge <virtual> im gonna make an account just to bounce
2018-12-03 05:58:42 bridge <Trombist> HAHA IM NOT ON IT LMAO
2018-12-03 05:58:46 bridge <Trombist> watttt
2018-12-03 05:58:49 bridge <Trombist> why
2018-12-03 05:58:52 bridge <virtual> i used to be an admin
2018-12-03 05:58:53 bridge <virtual> idk
2018-12-03 05:58:55 bridge <Trombist> dont you have an account
2018-12-03 05:58:56 bridge <virtual> im inactive
2018-12-03 05:59:39 bridge <virtual> idc tbh
2018-12-03 05:59:48 bridge <virtual> gonna register again
2018-12-03 05:59:56 bridge <virtual> sometime
2018-12-03 06:00:47 bridge <virtual> well im never going back
2018-12-03 06:01:22 bridge <Trombist> why?
2018-12-03 06:01:34 bridge <virtual> i hate it tbh
2018-12-03 06:01:35 bridge <Trombist> dont oyu still have an account?
2018-12-03 06:01:41 bridge <virtual> ye
2018-12-03 06:01:51 bridge <virtual> tilde.team/~virtual
2018-12-03 06:01:55 bridge <virtual> im not touching it
2018-12-03 06:02:01 bridge <virtual> i'll leave it there
2018-12-03 06:02:05 bridge <virtual> for contact info
2018-12-03 06:02:53 bridge <virtual> not updated contact info
2018-12-03 06:03:00 bridge <Brendan> you should probably add a note that you're no longer active on the tildeverse
2018-12-03 06:03:07 bridge <virtual> no need
2018-12-03 06:03:13 bridge <virtual> they'll know eventually
2018-12-03 06:03:22 <-- bridge (bridge@211.27.80.103) has quit (Connection closed)
2018-12-03 06:15:57 -- Mode #meta [+o brendantcc_lounge] by fosslinux

View File

@ -0,0 +1,38 @@
2018-12-11 22:15:59 brendantcc_lounge yo
2018-12-12 05:12:31 fosslinux hi
2018-12-12 05:12:32 fosslinux whats up
2018-12-12 05:13:09 brendantcc_lounge milkshake just updated me on the shutdown date
2018-12-12 05:13:16 brendantcc_lounge it's not early 2019
2018-12-12 05:13:29 brendantcc_lounge it's 17/12/18
2018-12-12 05:13:40 fosslinux rip v2
2018-12-12 05:13:46 brendantcc_lounge yeeaahh
2018-12-12 05:14:02 fosslinux lol thats next monday
2018-12-12 05:14:19 brendantcc_lounge just emailed ben to see if he could get the domain to redirect to brendantcc.tilde.team/it-was-a-good-run
2018-12-12 05:14:46 brendantcc_lounge AFTER the shutdown date
2018-12-12 05:18:36 brendantcc_lounge btw how hot is it over there in nsw>
2018-12-12 05:18:46 fosslinux not
2018-12-12 05:18:51 fosslinux its very nice atm
2018-12-12 05:18:57 brendantcc_lounge really?
2018-12-12 05:18:58 fosslinux 21 degreees ish
2018-12-12 05:19:02 fosslinux rn
2018-12-12 05:19:05 brendantcc_lounge it's like 32 over here
2018-12-12 05:20:29 brendantcc_lounge btw hav u seen yt ⏪?
2018-12-12 05:20:43 fosslinux ?
2018-12-12 05:20:50 fosslinux rip
2018-12-12 05:20:55 brendantcc_lounge rewid
2018-12-12 05:21:00 brendantcc_lounge rewind
2018-12-12 05:21:26 fosslinux ?????
2018-12-12 05:22:20 brendantcc_lounge https://youtu.be/YbJOTdZBX1g
2018-12-12 05:23:08 fosslinux oohhh
2018-12-12 05:23:19 fosslinux woah
2018-12-12 05:23:21 fosslinux 8m dislikes
2018-12-12 05:23:23 fosslinux jeez
2018-12-12 05:23:35 brendantcc_lounge r i p
2018-12-12 05:23:43 brendantcc_lounge more diss than liek
2018-12-12 05:31:32 brendantcc_lounge even rewind 2017 was better
2018-12-12 05:32:10 fosslinux yes
2018-12-12 05:32:59 brendantcc_lounge im watching it right now
2018-12-12 05:34:34 brendantcc_lounge oh shit dats right they featured hurk the pauls
2018-12-12 05:37:46 fosslinux lol
2018-12-14 07:22:57 -- irc: disconnected from server
2018-12-19 20:23:07 -- irc: disconnected from server

View File

@ -0,0 +1,32 @@
2018-12-04 07:33:55 -- irc: connecting to server irc.ctrl-c.club/6667...
2018-12-04 07:33:55 -- irc: connected to irc.ctrl-c.club/6667 (162.243.120.25)
2018-12-04 07:33:55 -- * :Please wait while we process your connection.
2018-12-04 07:33:55 -- Welcome to the Internet Relay Network fosslinux!~fosslinux@bsd.tilde.team
2018-12-04 07:33:55 -- Your host is irc.ctrl-c.club, running version 2.11.2p2
2018-12-04 07:33:55 -- This server was created Mon Oct 17 2011 at 18:50:45 UTC
2018-12-04 07:33:55 -- irc.ctrl-c.club 2.11.2p2 aoOirw abeiIklmnoOpqrRstv
2018-12-04 07:33:55 -- RFC2812 PREFIX=(ov)@+ CHANTYPES=#&!+ MODES=3 CHANLIMIT=#&!+:21 NICKLEN=15 TOPICLEN=255 KICKLEN=255 MAXLIST=beIR:64 CHANNELLEN=50 IDCHAN=!:5 CHANMODES=beIR,k,l,imnpstaqr :are supported by this server
2018-12-04 07:33:55 -- PENALTY FNC EXCEPTS=e INVEX=I CASEMAPPING=ascii NETWORK=Ctrl-CNet :are supported by this server
2018-12-04 07:33:55 -- 000AAAAA8 :your unique ID
2018-12-04 07:33:55 -- There are 10 users and 0 services on 1 servers
2018-12-04 07:33:55 -- 18 :channels formed
2018-12-04 07:33:55 -- I have 10 users, 0 services and 0 servers
2018-12-04 07:33:55 -- 10 11 :Current local users 10, max 11
2018-12-04 07:33:55 -- 10 11 :Current global users 10, max 11
2018-12-04 07:33:55 -- - irc.ctrl-c.club Message of the Day -
2018-12-04 07:33:55 -- - 11/2/2016 19:59
2018-12-04 07:33:55 -- - [ Ctrl-C.club IRC ]
2018-12-04 07:33:55 -- - |----------------------------------------------------------------------------|
2018-12-04 07:33:55 -- - | |
2018-12-04 07:33:55 -- - | Welcome to Ctrl-C.club's IRC Server! |
2018-12-04 07:33:55 -- - | |
2018-12-04 07:33:55 -- - | Please forward questions, comments, and suggestions to admin@ctrl-c.club |
2018-12-04 07:33:55 -- - | |
2018-12-04 07:33:55 -- - |----------------------------------------------------------------------------|
2018-12-04 07:33:55 -- End of MOTD command.
2018-12-05 06:10:35 -- MSG(NickServ): IDENTIFY ********************
2018-12-05 06:10:35 -- NickServ: No such nick/channel
2018-12-05 06:10:39 -- MSG(NickServ): IDENTIFY ********************
2018-12-05 06:10:39 -- NickServ: No such nick/channel
2018-12-06 05:40:32 -- MSG(ChanServ): INFO #tildelinux
2018-12-06 05:40:32 -- ChanServ: No such nick/channel

View File

@ -0,0 +1,220 @@
2018-11-15 19:59:39 -- irc: connecting to server chat.freenode.net/6697 (SSL)...
2018-11-15 19:59:39 -- gnutls: connected using 2048-bit Diffie-Hellman shared secret exchange
2018-11-15 19:59:39 -- gnutls: receiving 2 certificates
2018-11-15 19:59:39 -- - certificate[1] info:
2018-11-15 19:59:39 -- - subject `CN=card.freenode.net', issuer `CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US', serial 0x0346aaa96f5e73d45556839307257f12eee4, RSA key 4096 bits, signed using RSA-SHA256, activated `2018-09-17 05:03:09 UTC', expires `2018-12-16 05:03:09 UTC', pin-sha256="kK+ut4A5qoGqyxfORm/2KPeU2VoCvz5WGDdesWNtNVY="
2018-11-15 19:59:39 -- - certificate[2] info:
2018-11-15 19:59:39 -- - 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="
2018-11-15 19:59:39 -- gnutls: peer's certificate is trusted
2018-11-15 19:59:40 -- irc: connected to chat.freenode.net/6697 (38.229.70.22)
2018-11-15 19:59:40 -- card.freenode.net: *** Looking up your hostname...
2018-11-15 19:59:40 -- card.freenode.net: *** Checking Ident
2018-11-15 19:59:40 -- card.freenode.net: *** No Ident response
2018-11-15 19:59:40 -- card.freenode.net: *** Found your hostname
2018-11-15 19:59:40 -- Welcome to the freenode Internet Relay Chat Network fosslinux
2018-11-15 19:59:40 -- Your host is card.freenode.net[38.229.70.22/6697], running version ircd-seven-1.1.7
2018-11-15 19:59:40 -- This server was created Thu Aug 23 2018 at 19:18:42 UTC
2018-11-15 19:59:40 -- card.freenode.net ircd-seven-1.1.7 DOQRSZaghilopswz CFILMPQSbcefgijklmnopqrstvz bkloveqjfI
2018-11-15 19:59:40 -- CHANTYPES=# EXCEPTS INVEX CHANMODES=eIbq,k,flj,CFLMPQScgimnprstz CHANLIMIT=#:120 PREFIX=(ov)@+ MAXLIST=bqeI:100 MODES=4 NETWORK=freenode STATUSMSG=@+ CALLERID=g CASEMAPPING=rfc1459 :are supported by this server
2018-11-15 19:59:40 -- 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 KNOCK CPRIVMSG CNOTICE :are supported by this server
2018-11-15 19:59:40 -- WHOX SAFELIST ELIST=CTU ETRACE :are supported by this server
2018-11-15 19:59:40 -- There are 107 users and 87115 invisible on 31 servers
2018-11-15 19:59:40 -- 32 :IRC Operators online
2018-11-15 19:59:40 -- 28 :unknown connection(s)
2018-11-15 19:59:40 -- 48596 :channels formed
2018-11-15 19:59:40 -- I have 5318 clients and 1 servers
2018-11-15 19:59:40 -- 5318 6048 :Current local users 5318, max 6048
2018-11-15 19:59:40 -- 87222 94264 :Current global users 87222, max 94264
2018-11-15 19:59:40 -- Highest connection count: 6049 (6048 clients) (866373 connections received)
2018-11-15 19:59:40 -- - card.freenode.net Message of the Day -
2018-11-15 19:59:40 -- -
2018-11-15 19:59:40 -- - Welcome to card.freenode.net in Washington, DC, US, kindly sponsored by
2018-11-15 19:59:40 -- - Team Cymru (http://www.team-cymru.org).
2018-11-15 19:59:40 -- -
2018-11-15 19:59:40 -- - CARD, ORSON SCOTT [1951-]. Born in Richland, Washington, Card grew up in
2018-11-15 19:59:40 -- - California, Arizona, and Utah. He lived in Brazil for two years as an unpaid
2018-11-15 19:59:40 -- - missionary for the Mormon Church. Author of the Ender and Alvin Maker books,
2018-11-15 19:59:40 -- - Card's science fiction and fantasy work is strongly influenced by his Mormon
2018-11-15 19:59:40 -- - cultural background. The first author to win the Hugo and Nebula novel awards
2018-11-15 19:59:40 -- - two years in a row, Card currently lives in Greensboro, North Carolina, US.
2018-11-15 19:59:40 -- -
2018-11-15 19:59:40 -- -
2018-11-15 19:59:40 -- - Welcome to freenode - supporting the free and open source
2018-11-15 19:59:40 -- - software communities since 1998.
2018-11-15 19:59:40 -- -
2018-11-15 19:59:40 -- - By connecting to freenode you indicate that you have read and
2018-11-15 19:59:40 -- - accept our policies and guidelines as set out on https://freenode.net
2018-11-15 19:59:40 -- -
2018-11-15 19:59:40 -- - In the event that you observe behaviour that contravenes our policies,
2018-11-15 19:59:40 -- - please notify a volunteer staff member via private message, or send us an
2018-11-15 19:59:40 -- - e-mail to complaints@freenode.net -- we will do our best to address the
2018-11-15 19:59:40 -- - situation within a reasonable period of time, and we may request further
2018-11-15 19:59:40 -- - information or, as appropriate, involve other parties such as channel operators
2018-11-15 19:59:40 -- - Group Contacts representing an on-topic group.
2018-11-15 19:59:40 -- -
2018-11-15 19:59:40 -- - freenode runs an open proxy scanner.
2018-11-15 19:59:40 -- -
2018-11-15 19:59:40 -- - If you are looking for assistance, you will be able to find a list of
2018-11-15 19:59:40 -- - volunteer staff using the '/who freenode/staff/*' command, and you may
2018-11-15 19:59:40 -- - message any of us at any time. Please note that freenode predominantly
2018-11-15 19:59:40 -- - provides assistance via private message, and while we have a network
2018-11-15 19:59:40 -- - channel the primary venue for support requests is via private message to
2018-11-15 19:59:40 -- - a member of the volunteer staff team.
2018-11-15 19:59:40 -- -
2018-11-15 19:59:40 -- - From time to time, volunteer staff may send server-wide notices relating to
2018-11-15 19:59:40 -- - the project, or the communities that we host. The majority of such notices
2018-11-15 19:59:40 -- - will be sent as wallops, and you can '/mode <yournick> +w' to ensure that you
2018-11-15 19:59:40 -- - do not miss them. Important messages relating to the freenode project, including
2018-11-15 19:59:40 -- - notices of upcoming maintenance and other scheduled downtime will be issued as
2018-11-15 19:59:40 -- - global notices.
2018-11-15 19:59:40 -- -
2018-11-15 19:59:40 -- - Representing an on-topic project? Don't forget to register, more information
2018-11-15 19:59:40 -- - can be found on the https://freenode.net website under "Group Registration".
2018-11-15 19:59:40 -- -
2018-11-15 19:59:40 -- - freenode organises an annual conference, and we would like to extend our
2018-11-15 19:59:40 -- - thanks to the attendees, exhibitors and speakers who made freenode #live 2017
2018-11-15 19:59:40 -- - possible. And of course, our generous sponsors: Bytemark, Canonical (Ubuntu),
2018-11-15 19:59:40 -- - Falanx Cyber Security, Private Internet Access and Yubico for footing the bill.
2018-11-15 19:59:40 -- -
2018-11-15 19:59:40 -- - Thank you also to our server sponsors for the sustained support in keeping the
2018-11-15 19:59:40 -- - network going for close to two decades.
2018-11-15 19:59:40 -- -
2018-11-15 19:59:40 -- - Thank you to all of our attendees, sponsors, speakers, exhibitors, helpers,
2018-11-15 19:59:40 -- - and everyone else who made this year's freenode #live conference amazing.
2018-11-15 19:59:40 -- - https://freenode.net/news/live-2018
2018-11-15 19:59:40 -- -
2018-11-15 19:59:40 -- - Thank you for using freenode!
2018-11-15 19:59:40 -- -
2018-11-15 19:59:40 -- -
2018-11-15 19:59:40 -- End of /MOTD command.
2018-11-15 19:59:40 -- User mode [+RZi] by fosslinux
2018-11-15 19:59:40 -- freenode-connect (frigg@freenode/utility-bot/frigg): Due to the persistent ongoing spam, all new connections are being set +R (block messages from unidentified users) and will be scanned for vulnerabilities. This will not harm your computer, and vulnerable hosts will be notified.
2018-11-15 19:59:40 -- CTCP requested by freenode-connect: VERSION
2018-11-15 19:59:40 -- CTCP reply to freenode-connect: VERSION WeeChat 2.2 (Nov 6 2018 04:38:24)
2018-11-16 06:01:20 -- ##thunix: Cannot join channel (+r) - you need to be identified with services - see https://freenode.net/kb/answer/registration
2018-11-17 22:16:37 -- tilde.team: No such channel
2018-11-20 19:45:04 -- MSG(Naglfar): i forgot my password, can you reset it?
2018-11-20 19:45:04 -- Naglfar :You must log in with services to message this user - see https://freenode.net/kb/answer/registration
2018-11-21 05:10:37 -- MSG(NickServ): IDENTIFY ********************
2018-11-21 05:10:38 -- NickServ (NickServ@services.): fosslinux is not a registered nickname.
2018-11-30 05:11:59 =!= irc: disconnecting from server because upgrade can't work for servers connected via SSL
2018-11-30 05:11:59 -- irc: disconnected from server
2018-11-30 05:12:04 -- irc: reconnecting to server...
2018-11-30 05:12:04 -- irc: connecting to server chat.freenode.net/6697 (SSL)...
2018-11-30 05:12:04 -- gnutls: connected using 2048-bit Diffie-Hellman shared secret exchange
2018-11-30 05:12:04 -- gnutls: receiving 2 certificates
2018-11-30 05:12:04 -- - certificate[1] info:
2018-11-30 05:12:04 -- - subject `CN=tepper.freenode.net', issuer `CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US', serial 0x0325bd1a1f05668c6f239e8c86352673be66, RSA key 4096 bits, signed using RSA-SHA256, activated `2018-11-19 05:04:13 UTC', expires `2019-02-17 05:04:13 UTC', pin-sha256="WjH6UueCkVey1W3W1fEhEoAfwFq11WFFPDEuEJ0cupE="
2018-11-30 05:12:04 -- - certificate[2] info:
2018-11-30 05:12:04 -- - 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="
2018-11-30 05:12:04 -- gnutls: peer's certificate is trusted
2018-11-30 05:12:04 -- irc: connected to chat.freenode.net/6697 (192.186.157.43)
2018-11-30 05:12:04 -- tepper.freenode.net: *** Looking up your hostname...
2018-11-30 05:12:04 -- tepper.freenode.net: *** Checking Ident
2018-11-30 05:12:04 -- tepper.freenode.net: *** No Ident response
2018-11-30 05:12:04 -- tepper.freenode.net: *** Found your hostname
2018-11-30 05:12:04 -- Welcome to the freenode Internet Relay Chat Network fosslinux
2018-11-30 05:12:04 -- Your host is tepper.freenode.net[192.186.157.43/6697], running version ircd-seven-1.1.7
2018-11-30 05:12:04 -- This server was created Wed Oct 10 2018 at 19:35:28 UTC
2018-11-30 05:12:04 -- tepper.freenode.net ircd-seven-1.1.7 DOQRSZaghilopswz CFILMPQSbcefgijklmnopqrstvz bkloveqjfI
2018-11-30 05:12:04 -- CHANTYPES=# EXCEPTS INVEX CHANMODES=eIbq,k,flj,CFLMPQScgimnprstz CHANLIMIT=#:120 PREFIX=(ov)@+ MAXLIST=bqeI:100 MODES=4 NETWORK=freenode STATUSMSG=@+ CALLERID=g CASEMAPPING=rfc1459 :are supported by this server
2018-11-30 05:12:05 -- 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 ETRACE KNOCK WHOX :are supported by this server
2018-11-30 05:12:05 -- CPRIVMSG CNOTICE SAFELIST ELIST=CTU :are supported by this server
2018-11-30 05:12:05 -- There are 108 users and 83099 invisible on 33 servers
2018-11-30 05:12:05 -- 33 :IRC Operators online
2018-11-30 05:12:05 -- 22 :unknown connection(s)
2018-11-30 05:12:05 -- 48882 :channels formed
2018-11-30 05:12:05 -- I have 2992 clients and 1 servers
2018-11-30 05:12:05 -- 2992 3750 :Current local users 2992, max 3750
2018-11-30 05:12:05 -- 83207 94264 :Current global users 83207, max 94264
2018-11-30 05:12:05 -- Highest connection count: 3751 (3750 clients) (67119 connections received)
2018-11-30 05:12:05 -- - tepper.freenode.net Message of the Day -
2018-11-30 05:12:05 -- - Welcome to tepper.freenode.net in Buffalo, NY.
2018-11-30 05:12:05 -- - Thanks to http://www.servermania.com/ for sponsoring
2018-11-30 05:12:05 -- - this server!
2018-11-30 05:12:05 -- -
2018-11-30 05:12:05 -- -
2018-11-30 05:12:05 -- - TEPPER, SHERI S. (1929-), an American science fiction,
2018-11-30 05:12:05 -- - horror and mystery novel author, behind more than thirty
2018-11-30 05:12:05 -- - books, many themed unapologetically eco-feminist. Her
2018-11-30 05:12:05 -- - writing career started composing children's stories, but
2018-11-30 05:12:05 -- - moved to adult fiction in 1982. With the 1991 novel
2018-11-30 05:12:05 -- - 'Beauty' she won the Locus award for Best Fantasy Novel.
2018-11-30 05:12:05 -- - Her other well-known works include 'Grass' (1989, nominated
2018-11-30 05:12:05 -- - for Hugo and Locus Awards in 1990) and 'Gate to Women's
2018-11-30 05:12:05 -- - Country' (1988).
2018-11-30 05:12:05 -- -
2018-11-30 05:12:05 -- - Welcome to freenode - supporting the free and open source
2018-11-30 05:12:05 -- - software communities since 1998.
2018-11-30 05:12:05 -- -
2018-11-30 05:12:05 -- - By connecting to freenode you indicate that you have read and
2018-11-30 05:12:05 -- - accept our policies and guidelines as set out on https://freenode.net
2018-11-30 05:12:05 -- -
2018-11-30 05:12:05 -- - In the event that you observe behaviour that contravenes our policies,
2018-11-30 05:12:05 -- - please notify a volunteer staff member via private message, or send us an
2018-11-30 05:12:05 -- - e-mail to complaints@freenode.net -- we will do our best to address the
2018-11-30 05:12:05 -- - situation within a reasonable period of time, and we may request further
2018-11-30 05:12:05 -- - information or, as appropriate, involve other parties such as channel operators
2018-11-30 05:12:05 -- - Group Contacts representing an on-topic group.
2018-11-30 05:12:05 -- -
2018-11-30 05:12:05 -- - freenode runs an open proxy scanner.
2018-11-30 05:12:05 -- -
2018-11-30 05:12:05 -- - If you are looking for assistance, you may be able to find a list of
2018-11-30 05:12:05 -- - volunteer staff on '/stats p' (shows only on-call staff) or by joining
2018-11-30 05:12:05 -- - #freenode and using the '/who freenode/staff/*' command. You may message
2018-11-30 05:12:05 -- - any of us at any time. Please note that freenode predominantly provides
2018-11-30 05:12:05 -- - assistance via private message, and while we have a network channel the
2018-11-30 05:12:05 -- - primary venue for support requests is via private message to a member
2018-11-30 05:12:05 -- - of the volunteer staff team.
2018-11-30 05:12:05 -- -
2018-11-30 05:12:05 -- - If you are looking for assistance, you will be able to find a list of
2018-11-30 05:12:05 -- - volunteer staff using the '/who freenode/staff/*' command, and you may
2018-11-30 05:12:05 -- - message any of us at any time. Please note that freenode predominantly
2018-11-30 05:12:05 -- - provides assistance via private message, and while we have a network
2018-11-30 05:12:05 -- - channel the primary venue for support requests is via private message to
2018-11-30 05:12:05 -- - a member of the volunteer staff team.
2018-11-30 05:12:05 -- -
2018-11-30 05:12:05 -- - From time to time, volunteer staff may send server-wide notices relating to
2018-11-30 05:12:05 -- - the project, or the communities that we host. The majority of such notices
2018-11-30 05:12:05 -- - will be sent as wallops, and you can '/mode <yournick> +w' to ensure that you
2018-11-30 05:12:05 -- - do not miss them. Important messages relating to the freenode project, including
2018-11-30 05:12:05 -- - notices of upcoming maintenance and other scheduled downtime will be issued as
2018-11-30 05:12:05 -- - global notices.
2018-11-30 05:12:05 -- -
2018-11-30 05:12:05 -- - Representing an on-topic project? Don't forget to register, more information
2018-11-30 05:12:05 -- - can be found on the https://freenode.net website under "Group Registration".
2018-11-30 05:12:05 -- -
2018-11-30 05:12:05 -- - freenode organises an annual conference, and we would like to extend our
2018-11-30 05:12:05 -- - thanks to the attendees, exhibitors and speakers who made freenode #live 2017
2018-11-30 05:12:05 -- - possible. And of course, our generous sponsors: Bytemark, Canonical (Ubuntu),
2018-11-30 05:12:05 -- - Falanx Cyber Security, Private Internet Access and Yubico for footing the bill.
2018-11-30 05:12:05 -- -
2018-11-30 05:12:05 -- - Thank you also to our server sponsors for the sustained support in keeping the
2018-11-30 05:12:05 -- - network going for close to two decades.
2018-11-30 05:12:05 -- -
2018-11-30 05:12:05 -- - Thank you to all of our attendees, sponsors, speakers, exhibitors, helpers,
2018-11-30 05:12:05 -- - and everyone else who made this year's freenode #live conference amazing.
2018-11-30 05:12:05 -- - https://freenode.net/news/live-2018
2018-11-30 05:12:05 -- -
2018-11-30 05:12:05 -- - Thank you for using freenode!
2018-11-30 05:12:05 -- -
2018-11-30 05:12:05 -- -
2018-11-30 05:12:05 -- End of /MOTD command.
2018-11-30 05:12:05 -- User mode [+Zi] by fosslinux
2018-11-30 05:12:05 -- freenode-connect (frigg@freenode/utility-bot/frigg): Due to the persistent ongoing spam, all new connections are being set +R (block messages from unidentified users) and will be scanned for vulnerabilities. This will not harm your computer, and vulnerable hosts will be notified.
2018-11-30 05:12:05 -- CTCP requested by freenode-connect: VERSION
2018-11-30 05:12:05 -- CTCP reply to freenode-connect: VERSION WeeChat 2.2 (Nov 6 2018 04:38:24)
2018-11-30 06:32:15 -- tildeteam: No such channel
2018-12-04 07:21:27 -- slipyx :You must log in with services to message this user - see https://freenode.net/kb/answer/registration
2018-12-04 07:21:37 -- slipyx :You must log in with services to message this user - see https://freenode.net/kb/answer/registration
2018-12-04 07:22:20 -- slipyx :You must log in with services to message this user - see https://freenode.net/kb/answer/registration
2018-12-11 06:34:38 -- MSG(ChanServ): INFO #thunix
2018-12-11 06:34:38 -- ChanServ (ChanServ@services.): Information on #thunix:
2018-12-11 06:34:38 -- ChanServ (ChanServ@services.): Founder : hexhaxtron
2018-12-11 06:34:38 -- ChanServ (ChanServ@services.): Registered : Oct 07 16:53:16 2018 (9w 1d 13h ago)
2018-12-11 06:34:38 -- ChanServ (ChanServ@services.): Mode lock : +ntc-slk
2018-12-11 06:34:38 -- ChanServ (ChanServ@services.): The #thunix namespace is registered to the thunix project
2018-12-11 06:34:38 -- ChanServ (ChanServ@services.): *** End of Info ***
2018-12-14 06:33:08 -- MSG(ChanServ): REGISTER
2018-12-14 06:33:09 -- ChanServ (ChanServ@services.): You are not logged in.
2018-12-17 07:05:08 -- nginx: No such nick/channel

View File

@ -0,0 +1,169 @@
2018-11-13 07:02:17 -- irc: connecting to server irc.hashbang.sh/6697 (SSL)...
2018-11-13 07:02:17 -- gnutls: connected using 2048-bit Diffie-Hellman shared secret exchange
2018-11-13 07:02:17 -- gnutls: receiving 2 certificates
2018-11-13 07:02:17 -- - certificate[1] info:
2018-11-13 07:02:17 -- - subject `CN=irc.hashbang.sh', issuer `CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US', serial 0x045b9776974d264976a06ba47c003694158f, RSA key 4096 bits, signed using RSA-SHA256, activated `2018-09-16 18:13:36 UTC', expires `2018-12-15 18:13:36 UTC', pin-sha256="uDQdLTTjAnls0822GE8L1VR9oBATek9BZ7DCD2lkrQ4="
2018-11-13 07:02:17 -- - certificate[2] info:
2018-11-13 07:02:17 -- - 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="
2018-11-13 07:02:17 -- gnutls: peer's certificate is trusted
2018-11-13 07:02:17 -- irc: connected to irc.hashbang.sh/6697 (107.170.252.157)
2018-11-13 07:02:17 -- sfo1.irc.hashbang.sh.irc.hashbang.sh: *** Looking up your hostname...
2018-11-13 07:02:17 -- sfo1.irc.hashbang.sh.irc.hashbang.sh: *** Checking ident...
2018-11-13 07:02:17 -- sfo1.irc.hashbang.sh.irc.hashbang.sh: *** No ident response; username prefixed with ~
2018-11-13 07:02:17 -- sfo1.irc.hashbang.sh.irc.hashbang.sh: *** Found your hostname
2018-11-13 07:02:18 -- irc: nickname "fosslinux" is already in use, trying nickname "fosslinux1"
2018-11-13 07:02:18 -- irc: nickname "fosslinux1" is already in use, trying nickname "fosslinux2"
2018-11-13 07:02:18 -- irc: nickname "fosslinux2" is already in use, trying nickname "fosslinux3"
2018-11-13 07:02:18 -- irc: nickname "fosslinux3" is already in use, trying nickname "fosslinux4"
2018-11-13 07:02:18 -- Welcome to the #! IRC Network fosslinux4!~fosslinux@71.19.146.164
2018-11-13 07:02:18 -- Your host is sfo1.irc.hashbang.sh.irc.hashbang.sh, running version Unreal3.2.10.7
2018-11-13 07:02:18 -- This server was created Wed Aug 2 2017 at 02:48:05 UTC
2018-11-13 07:02:18 -- sfo1.irc.hashbang.sh.irc.hashbang.sh Unreal3.2.10.7 iowghraAsORTVSxNCWqBzvdHtGpI lvhopsmntikrRcaqOALQbSeIKVfMCuzNTGjZ
2018-11-13 07:02:18 -- UHNAMES NAMESX SAFELIST HCN MAXCHANNELS=20 CHANLIMIT=#:20 MAXLIST=b:60,e:60,I:60 NICKLEN=30 CHANNELLEN=32 TOPICLEN=307 KICKLEN=307 AWAYLEN=307 MAXTARGETS=20 :are supported by this server
2018-11-13 07:02:18 -- WALLCHOPS WATCH=128 WATCHOPTS=A SILENCE=15 MODES=12 CHANTYPES=# PREFIX=(qaohv)~&@%+ CHANMODES=beI,kfL,lj,psmntirRcOAQKVCuzNSMTGZ NETWORK=#! CASEMAPPING=ascii EXTBAN=~,qjncrRa ELIST=MNUCT STATUSMSG=~&@%+ :are supported by this server
2018-11-13 07:02:18 -- EXCEPTS INVEX CMDS=KNOCK,MAP,DCCALLOW,USERIP,STARTTLS :are supported by this server
2018-11-13 07:02:18 -- sfo1.irc.hashbang.sh.irc.hashbang.sh: *** You are connected to sfo1.irc.hashbang.sh.irc.hashbang.sh with TLSv1.2-ECDHE-RSA-AES256-GCM-SHA384-256bits
2018-11-13 07:02:18 -- There are 2 users and 358 invisible on 1 servers
2018-11-13 07:02:18 -- 5 :operator(s) online
2018-11-13 07:02:18 -- 16 :unknown connection(s)
2018-11-13 07:02:18 -- 70 :channels formed
2018-11-13 07:02:18 -- I have 360 clients and 0 servers
2018-11-13 07:02:18 -- 360 377 :Current local users 360, max 377
2018-11-13 07:02:18 -- 360 366 :Current global users 360, max 366
2018-11-13 07:02:18 -- - sfo1.irc.hashbang.sh.irc.hashbang.sh Message of the Day -
2018-11-13 07:02:18 -- - 2/5/2015 21:47
2018-11-13 07:02:18 -- - _ _ __
2018-11-13 07:02:18 -- - _| || |_ | | Welcome to #!. This network has three rules:
2018-11-13 07:02:18 -- - |_ __ _|| |
2018-11-13 07:02:18 -- - _| || |_ | | 1. When people need help, teach. Don't do it for them
2018-11-13 07:02:18 -- - |_ __ _||__| 2. Don't use our resources for closed source projects
2018-11-13 07:02:18 -- - |_||_| (__) 3. Be excellent to each other
2018-11-13 07:02:18 -- -
2018-11-13 07:02:18 -- - -----------------------------------------------------------------------------
2018-11-13 07:02:18 -- - Server: irc.hashbang.sh - Port: 6697 - SSL: Required
2018-11-13 07:02:18 -- - -----------------------------------------------------------------------------
2018-11-13 07:02:18 -- -
2018-11-13 07:02:18 -- - Please register your nick: /msg nickserv register somepassword some@email.com
2018-11-13 07:02:18 -- -
2018-11-13 07:02:18 -- - -----------------------------------------------------------------------------
2018-11-13 07:02:18 -- End of /MOTD command.
2018-11-13 07:02:18 -- User mode [+iwxz] by fosslinux4
2018-11-13 07:07:36 -- MSG(NickServ): IDENTIFY ********************
2018-11-13 07:07:36 -- NickServ: No such nick/channel
2018-11-13 07:09:13 -- You are now known as fosslinux
2018-11-28 09:21:31 =!= irc: reading data on socket: error -110 The TLS connection was non-properly terminated.
2018-11-28 09:21:31 -- irc: disconnecting from server...
2018-11-28 09:21:31 -- irc: disconnected from server
2018-11-28 09:21:31 -- irc: reconnecting to server in 10 seconds
2018-11-28 09:21:41 -- irc: reconnecting to server...
2018-11-28 09:21:41 -- irc: connecting to server irc.hashbang.sh/6697 (SSL)...
2018-11-28 09:21:54 =!= irc: connection refused
2018-11-28 09:21:54 -- irc: reconnecting to server in 20 seconds
2018-11-28 09:22:14 -- irc: reconnecting to server...
2018-11-28 09:22:14 -- irc: connecting to server irc.hashbang.sh/6697 (SSL)...
2018-11-28 09:22:14 =!= irc: connection refused
2018-11-28 09:22:14 -- irc: reconnecting to server in 40 seconds
2018-11-28 09:22:54 -- irc: reconnecting to server...
2018-11-28 09:22:54 -- irc: connecting to server irc.hashbang.sh/6697 (SSL)...
2018-11-28 09:22:54 =!= irc: connection refused
2018-11-28 09:22:54 -- irc: reconnecting to server in 1 minute, 20 seconds
2018-11-28 09:24:14 -- irc: reconnecting to server...
2018-11-28 09:24:14 -- irc: connecting to server irc.hashbang.sh/6697 (SSL)...
2018-11-28 09:24:14 -- gnutls: connected using 2048-bit Diffie-Hellman shared secret exchange
2018-11-28 09:24:14 -- gnutls: receiving 2 certificates
2018-11-28 09:24:14 -- - certificate[1] info:
2018-11-28 09:24:14 -- - subject `CN=irc.hashbang.sh', issuer `CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US', serial 0x045b9776974d264976a06ba47c003694158f, RSA key 4096 bits, signed using RSA-SHA256, activated `2018-09-16 18:13:36 UTC', expires `2018-12-15 18:13:36 UTC', pin-sha256="uDQdLTTjAnls0822GE8L1VR9oBATek9BZ7DCD2lkrQ4="
2018-11-28 09:24:14 -- - certificate[2] info:
2018-11-28 09:24:14 -- - 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="
2018-11-28 09:24:14 -- gnutls: peer's certificate is trusted
2018-11-28 09:24:14 -- irc: connected to irc.hashbang.sh/6697 (107.170.252.157)
2018-11-28 09:24:14 -- sfo1.irc.hashbang.sh.irc.hashbang.sh: *** Looking up your hostname...
2018-11-28 09:24:14 -- sfo1.irc.hashbang.sh.irc.hashbang.sh: *** Checking ident...
2018-11-28 09:24:14 -- sfo1.irc.hashbang.sh.irc.hashbang.sh: *** No ident response; username prefixed with ~
2018-11-28 09:24:14 -- sfo1.irc.hashbang.sh.irc.hashbang.sh: *** Found your hostname
2018-11-28 09:24:14 -- Welcome to the #! IRC Network fosslinux!~fosslinux@71.19.146.164
2018-11-28 09:24:14 -- Your host is sfo1.irc.hashbang.sh.irc.hashbang.sh, running version Unreal3.2.10.7
2018-11-28 09:24:14 -- This server was created Wed Aug 2 2017 at 02:48:05 UTC
2018-11-28 09:24:14 -- sfo1.irc.hashbang.sh.irc.hashbang.sh Unreal3.2.10.7 iowghraAsORTVSxNCWqBzvdHtGpI lvhopsmntikrRcaqOALQbSeIKVfMCuzNTGjZ
2018-11-28 09:24:14 -- UHNAMES NAMESX SAFELIST HCN MAXCHANNELS=20 CHANLIMIT=#:20 MAXLIST=b:60,e:60,I:60 NICKLEN=30 CHANNELLEN=32 TOPICLEN=307 KICKLEN=307 AWAYLEN=307 MAXTARGETS=20 :are supported by this server
2018-11-28 09:24:14 -- WALLCHOPS WATCH=128 WATCHOPTS=A SILENCE=15 MODES=12 CHANTYPES=# PREFIX=(qaohv)~&@%+ CHANMODES=beI,kfL,lj,psmntirRcOAQKVCuzNSMTGZ NETWORK=#! CASEMAPPING=ascii EXTBAN=~,qjncrRa ELIST=MNUCT STATUSMSG=~&@%+ :are supported by this server
2018-11-28 09:24:14 -- EXCEPTS INVEX CMDS=KNOCK,MAP,DCCALLOW,USERIP,STARTTLS :are supported by this server
2018-11-28 09:24:14 -- sfo1.irc.hashbang.sh.irc.hashbang.sh: *** You are connected to sfo1.irc.hashbang.sh.irc.hashbang.sh with TLSv1.2-ECDHE-RSA-AES256-GCM-SHA384-256bits
2018-11-28 09:24:14 -- There are 1 users and 38 invisible on 1 servers
2018-11-28 09:24:14 -- 19 :unknown connection(s)
2018-11-28 09:24:14 -- 16 :channels formed
2018-11-28 09:24:14 -- I have 39 clients and 0 servers
2018-11-28 09:24:14 -- 39 377 :Current local users 39, max 377
2018-11-28 09:24:14 -- 39 39 :Current global users 39, max 39
2018-11-28 09:24:14 -- - sfo1.irc.hashbang.sh.irc.hashbang.sh Message of the Day -
2018-11-28 09:24:14 -- - 2/5/2015 21:47
2018-11-28 09:24:14 -- - _ _ __
2018-11-28 09:24:14 -- - _| || |_ | | Welcome to #!. This network has three rules:
2018-11-28 09:24:14 -- - |_ __ _|| |
2018-11-28 09:24:14 -- - _| || |_ | | 1. When people need help, teach. Don't do it for them
2018-11-28 09:24:14 -- - |_ __ _||__| 2. Don't use our resources for closed source projects
2018-11-28 09:24:14 -- - |_||_| (__) 3. Be excellent to each other
2018-11-28 09:24:14 -- -
2018-11-28 09:24:14 -- - -----------------------------------------------------------------------------
2018-11-28 09:24:14 -- - Server: irc.hashbang.sh - Port: 6697 - SSL: Required
2018-11-28 09:24:14 -- - -----------------------------------------------------------------------------
2018-11-28 09:24:14 -- -
2018-11-28 09:24:14 -- - Please register your nick: /msg nickserv register somepassword some@email.com
2018-11-28 09:24:14 -- -
2018-11-28 09:24:14 -- - -----------------------------------------------------------------------------
2018-11-28 09:24:14 -- End of /MOTD command.
2018-11-28 09:24:14 -- User mode [+iwxz] by fosslinux
2018-11-30 05:11:59 =!= irc: disconnecting from server because upgrade can't work for servers connected via SSL
2018-11-30 05:11:59 -- irc: disconnected from server
2018-11-30 05:12:04 -- irc: reconnecting to server...
2018-11-30 05:12:04 -- irc: connecting to server irc.hashbang.sh/6697 (SSL)...
2018-11-30 05:12:04 -- gnutls: connected using 2048-bit Diffie-Hellman shared secret exchange
2018-11-30 05:12:04 -- gnutls: receiving 2 certificates
2018-11-30 05:12:04 -- - certificate[1] info:
2018-11-30 05:12:04 -- - subject `CN=irc.hashbang.sh', issuer `CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US', serial 0x045b9776974d264976a06ba47c003694158f, RSA key 4096 bits, signed using RSA-SHA256, activated `2018-09-16 18:13:36 UTC', expires `2018-12-15 18:13:36 UTC', pin-sha256="uDQdLTTjAnls0822GE8L1VR9oBATek9BZ7DCD2lkrQ4="
2018-11-30 05:12:04 -- - certificate[2] info:
2018-11-30 05:12:04 -- - 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="
2018-11-30 05:12:04 -- gnutls: peer's certificate is trusted
2018-11-30 05:12:04 -- irc: connected to irc.hashbang.sh/6697 (107.170.252.157)
2018-11-30 05:12:04 -- sfo1.irc.hashbang.sh.irc.hashbang.sh: *** Looking up your hostname...
2018-11-30 05:12:04 -- sfo1.irc.hashbang.sh.irc.hashbang.sh: *** Checking ident...
2018-11-30 05:12:04 -- sfo1.irc.hashbang.sh.irc.hashbang.sh: *** No ident response; username prefixed with ~
2018-11-30 05:12:04 -- sfo1.irc.hashbang.sh.irc.hashbang.sh: *** Found your hostname
2018-11-30 05:12:04 -- Welcome to the #! IRC Network fosslinux!~fosslinux@71.19.146.164
2018-11-30 05:12:04 -- Your host is sfo1.irc.hashbang.sh.irc.hashbang.sh, running version Unreal3.2.10.7
2018-11-30 05:12:04 -- This server was created Wed Aug 2 2017 at 02:48:05 UTC
2018-11-30 05:12:04 -- sfo1.irc.hashbang.sh.irc.hashbang.sh Unreal3.2.10.7 iowghraAsORTVSxNCWqBzvdHtGpI lvhopsmntikrRcaqOALQbSeIKVfMCuzNTGjZ
2018-11-30 05:12:04 -- UHNAMES NAMESX SAFELIST HCN MAXCHANNELS=20 CHANLIMIT=#:20 MAXLIST=b:60,e:60,I:60 NICKLEN=30 CHANNELLEN=32 TOPICLEN=307 KICKLEN=307 AWAYLEN=307 MAXTARGETS=20 :are supported by this server
2018-11-30 05:12:04 -- WALLCHOPS WATCH=128 WATCHOPTS=A SILENCE=15 MODES=12 CHANTYPES=# PREFIX=(qaohv)~&@%+ CHANMODES=beI,kfL,lj,psmntirRcOAQKVCuzNSMTGZ NETWORK=#! CASEMAPPING=ascii EXTBAN=~,qjncrRa ELIST=MNUCT STATUSMSG=~&@%+ :are supported by this server
2018-11-30 05:12:04 -- EXCEPTS INVEX CMDS=KNOCK,MAP,DCCALLOW,USERIP,STARTTLS :are supported by this server
2018-11-30 05:12:04 -- sfo1.irc.hashbang.sh.irc.hashbang.sh: *** You are connected to sfo1.irc.hashbang.sh.irc.hashbang.sh with TLSv1.2-ECDHE-RSA-AES256-GCM-SHA384-256bits
2018-11-30 05:12:04 -- There are 1 users and 309 invisible on 1 servers
2018-11-30 05:12:04 -- 5 :operator(s) online
2018-11-30 05:12:04 -- 16 :unknown connection(s)
2018-11-30 05:12:04 -- 74 :channels formed
2018-11-30 05:12:04 -- I have 310 clients and 0 servers
2018-11-30 05:12:04 -- 310 377 :Current local users 310, max 377
2018-11-30 05:12:04 -- 310 313 :Current global users 310, max 313
2018-11-30 05:12:04 -- - sfo1.irc.hashbang.sh.irc.hashbang.sh Message of the Day -
2018-11-30 05:12:04 -- - 2/5/2015 21:47
2018-11-30 05:12:04 -- - _ _ __
2018-11-30 05:12:04 -- - _| || |_ | | Welcome to #!. This network has three rules:
2018-11-30 05:12:04 -- - |_ __ _|| |
2018-11-30 05:12:04 -- - _| || |_ | | 1. When people need help, teach. Don't do it for them
2018-11-30 05:12:04 -- - |_ __ _||__| 2. Don't use our resources for closed source projects
2018-11-30 05:12:04 -- - |_||_| (__) 3. Be excellent to each other
2018-11-30 05:12:04 -- -
2018-11-30 05:12:04 -- - -----------------------------------------------------------------------------
2018-11-30 05:12:04 -- - Server: irc.hashbang.sh - Port: 6697 - SSL: Required
2018-11-30 05:12:04 -- - -----------------------------------------------------------------------------
2018-11-30 05:12:04 -- -
2018-11-30 05:12:04 -- - Please register your nick: /msg nickserv register somepassword some@email.com
2018-11-30 05:12:04 -- -
2018-11-30 05:12:04 -- - -----------------------------------------------------------------------------
2018-11-30 05:12:04 -- End of /MOTD command.
2018-11-30 05:12:04 -- User mode [+iwxz] by fosslinux
2018-11-30 06:31:19 -- tildeverse: No such channel
2018-12-17 05:26:17 -- MSG(ChanServ): INFO #!
2018-12-17 05:26:17 -- ChanServ: No such nick/channel
2018-12-17 05:26:29 -- MSG(ChanServ): INFO #!
2018-12-17 05:26:29 -- ChanServ: No such nick/channel

View File

@ -0,0 +1,113 @@
2018-11-20 05:14:55 -- irc: connecting to server milkshake.tilde.pizza/6697...
2018-11-20 05:14:55 =!= irc: connection refused
2018-11-20 05:14:55 -- irc: reconnecting to server in 10 seconds
2018-11-20 05:15:05 -- irc: reconnecting to server...
2018-11-20 05:15:05 -- irc: connecting to server milkshake.tilde.pizza/6697...
2018-11-20 05:15:05 =!= irc: connection refused
2018-11-20 05:15:05 -- irc: reconnecting to server in 20 seconds
2018-11-20 05:15:40 -- irc: connecting to server milkshake.tilde.pizza/6667...
2018-11-20 05:15:40 -- irc: connected to milkshake.tilde.pizza/6667 (69.12.82.156)
2018-11-20 05:15:40 -- irc.local: *** Looking up your hostname...
2018-11-20 05:15:46 -- irc.local: *** Could not resolve your hostname: Request timed out; using your IP address (71.19.146.164) instead.
2018-11-20 05:15:46 -- irc.local: Welcome to Tildepizza!
2018-11-20 05:15:46 -- Welcome to the Tildepizza IRC Network fosslinux!fosslinux@71.19.146.164
2018-11-20 05:15:46 -- Your host is irc.local, running version InspIRCd-2.0
2018-11-20 05:15:46 -- This server was created on Debian
2018-11-20 05:15:46 -- irc.local InspIRCd-2.0 iosw bhiklmnopstv bhklov
2018-11-20 05:15:46 -- AWAYLEN=200 CASEMAPPING=rfc1459 CHANMODES=b,k,l,imnpst CHANNELLEN=64 CHANTYPES=# CHARSET=ascii ELIST=MU FNC KICKLEN=255 MAP MAXBANS=60 MAXCHANNELS=20 MAXPARA=32 :are supported by this server
2018-11-20 05:15:46 -- MAXTARGETS=20 MODES=20 NETWORK=Tildepizza NICKLEN=32 PREFIX=(ohv)@%+ STATUSMSG=@%+ TOPICLEN=307 VBANLIST WALLCHOPS WALLVOICES :are supported by this server
2018-11-20 05:15:46 -- 811AAAAAJ :your unique ID
2018-11-20 05:15:46 -- irc.local message of the day
2018-11-20 05:15:46 -- - Welcome to tildepizza! your main guy is brendantcc. go /msg him! :D
2018-11-20 05:15:46 -- End of message of the day.
2018-11-20 05:15:46 -- There are 2 users and 0 invisible on 1 servers
2018-11-20 05:15:46 -- 1 :channels formed
2018-11-20 05:15:46 -- I have 2 clients and 0 servers
2018-11-20 05:15:46 -- Current Local Users: 2 Max: 2
2018-11-20 05:15:46 -- Current Global Users: 2 Max: 2
2018-11-20 05:25:52 -- irc.local: Exiting with status 15 (Received SIGTERM)
2018-11-20 05:25:52 =!= Closing link: (fosslinux@71.19.146.164) [Server shutdown]
2018-11-20 05:25:52 =!= irc: reading data on socket: error 22 (connection closed by peer)
2018-11-20 05:25:52 -- irc: disconnecting from server...
2018-11-20 05:25:52 -- irc: disconnected from server
2018-11-20 05:25:52 -- irc: reconnecting to server in 10 seconds
2018-11-20 05:26:02 -- irc: reconnecting to server...
2018-11-20 05:26:02 -- irc: connecting to server milkshake.tilde.pizza/6667...
2018-11-20 05:26:02 -- irc: connected to milkshake.tilde.pizza/6667 (69.12.82.156)
2018-11-20 05:26:02 -- milkshake.tilde.pizza: *** Looking up your hostname...
2018-11-20 05:26:08 -- milkshake.tilde.pizza: *** Could not resolve your hostname: Request timed out; using your IP address (71.19.146.164) instead.
2018-11-20 05:26:08 -- milkshake.tilde.pizza: Welcome to Tildepizza!
2018-11-20 05:26:08 -- Welcome to the Tildepizza IRC Network fosslinux!fosslinux@71.19.146.164
2018-11-20 05:26:08 -- Your host is milkshake.tilde.pizza, running version InspIRCd-2.0
2018-11-20 05:26:08 -- This server was created on Debian
2018-11-20 05:26:08 -- milkshake.tilde.pizza InspIRCd-2.0 iosw biklmnopstv bklov
2018-11-20 05:26:08 -- AWAYLEN=200 CASEMAPPING=rfc1459 CHANMODES=b,k,l,imnpst CHANNELLEN=64 CHANTYPES=# CHARSET=ascii ELIST=MU FNC KICKLEN=255 MAP MAXBANS=60 MAXCHANNELS=20 MAXPARA=32 :are supported by this server
2018-11-20 05:26:08 -- MAXTARGETS=20 MODES=20 NETWORK=Tildepizza NICKLEN=32 PREFIX=(ov)@+ STATUSMSG=@+ TOPICLEN=307 VBANLIST WALLCHOPS WALLVOICES :are supported by this server
2018-11-20 05:26:08 -- 426AAAAAA :your unique ID
2018-11-20 05:26:08 -- milkshake.tilde.pizza message of the day
2018-11-20 05:26:08 -- - Welcome to tildepizza! your main guy is brendantcc. go /msg him! :D
2018-11-20 05:26:08 -- End of message of the day.
2018-11-20 05:26:08 -- There are 1 users and 0 invisible on 1 servers
2018-11-20 05:26:08 -- 1 :unknown connections
2018-11-20 05:26:08 -- 0 :channels formed
2018-11-20 05:26:08 -- I have 1 clients and 0 servers
2018-11-20 05:26:08 -- Current Local Users: 1 Max: 1
2018-11-20 05:26:08 -- Current Global Users: 1 Max: 1
2018-11-25 07:05:11 -- MSG(memoserv): read 1
2018-11-25 07:05:11 -- memoserv: No such nick/channel
2018-11-26 05:20:07 -- q: is unknown mode char to me
2018-11-26 05:21:13 -- q: is unknown mode char to me
2018-11-26 07:26:06 -- MSG(NickServ): IDENTIFY ********************
2018-11-26 07:26:06 -- NickServ: No such nick/channel
2018-12-14 07:22:57 =!= irc: reading data on socket: error 60 Operation timed out
2018-12-14 07:22:57 -- irc: disconnecting from server...
2018-12-14 07:22:57 -- irc: disconnected from server
2018-12-14 07:22:57 -- irc: reconnecting to server in 10 seconds
2018-12-14 07:23:07 -- irc: reconnecting to server...
2018-12-14 07:23:07 -- irc: connecting to server milkshake.tilde.pizza/6667...
2018-12-14 07:23:07 -- irc: connected to milkshake.tilde.pizza/6667 (69.12.82.156)
2018-12-14 07:23:07 -- milkshake.tilde.pizza: *** Looking up your hostname...
2018-12-14 07:23:13 -- milkshake.tilde.pizza: *** Could not resolve your hostname: Request timed out; using your IP address (71.19.146.164) instead.
2018-12-14 07:23:13 -- milkshake.tilde.pizza: Welcome to Tildepizza!
2018-12-14 07:23:13 -- Welcome to the Tildepizza IRC Network fosslinux!fosslinux@71.19.146.164
2018-12-14 07:23:13 -- Your host is milkshake.tilde.pizza, running version InspIRCd-2.0
2018-12-14 07:23:13 -- This server was created on Debian
2018-12-14 07:23:13 -- milkshake.tilde.pizza InspIRCd-2.0 iosw bhiklmnopstv bhklov
2018-12-14 07:23:13 -- AWAYLEN=200 CASEMAPPING=rfc1459 CHANMODES=b,k,l,imnpst CHANNELLEN=64 CHANTYPES=# CHARSET=ascii ELIST=MU FNC KICKLEN=255 MAP MAXBANS=60 MAXCHANNELS=20 MAXPARA=32 :are supported by this server
2018-12-14 07:23:13 -- MAXTARGETS=20 MODES=20 NETWORK=Tildepizza NICKLEN=32 PREFIX=(ohv)@%+ STATUSMSG=@%+ TOPICLEN=307 VBANLIST WALLCHOPS WALLVOICES :are supported by this server
2018-12-14 07:23:13 -- 426AAAAB6 :your unique ID
2018-12-14 07:23:13 -- milkshake.tilde.pizza message of the day
2018-12-14 07:23:13 -- - Welcome to tildepizza! your main guy is brendantcc. go /msg him! :D
2018-12-14 07:23:13 -- End of message of the day.
2018-12-14 07:23:13 -- There are 2 users and 0 invisible on 1 servers
2018-12-14 07:23:13 -- 1 :channels formed
2018-12-14 07:23:13 -- I have 2 clients and 0 servers
2018-12-14 07:23:13 -- Current Local Users: 2 Max: 3
2018-12-14 07:23:13 -- Current Global Users: 2 Max: 3
2018-12-19 20:23:07 =!= irc: reading data on socket: error 60 Operation timed out
2018-12-19 20:23:07 -- irc: disconnecting from server...
2018-12-19 20:23:07 -- irc: disconnected from server
2018-12-19 20:23:07 -- irc: reconnecting to server in 10 seconds
2018-12-19 20:23:17 -- irc: reconnecting to server...
2018-12-19 20:23:17 -- irc: connecting to server milkshake.tilde.pizza/6667...
2018-12-19 20:23:39 -- irc: connected to milkshake.tilde.pizza/6667 (69.12.82.156)
2018-12-19 20:23:39 -- milkshake.tilde.pizza: *** Looking up your hostname...
2018-12-19 20:23:39 -- irc: nickname "fosslinux" is already in use, trying nickname "fosslinux1"
2018-12-19 20:23:45 -- milkshake.tilde.pizza: *** Could not resolve your hostname: Request timed out; using your IP address (71.19.146.164) instead.
2018-12-19 20:23:45 -- milkshake.tilde.pizza: Welcome to Tildepizza!
2018-12-19 20:23:45 -- Welcome to the Tildepizza IRC Network fosslinux1!fosslinux@71.19.146.164
2018-12-19 20:23:45 -- Your host is milkshake.tilde.pizza, running version InspIRCd-2.0
2018-12-19 20:23:45 -- This server was created on Debian
2018-12-19 20:23:45 -- milkshake.tilde.pizza InspIRCd-2.0 iosw bhiklmnopstv bhklov
2018-12-19 20:23:45 -- AWAYLEN=200 CASEMAPPING=rfc1459 CHANMODES=b,k,l,imnpst CHANNELLEN=64 CHANTYPES=# CHARSET=ascii ELIST=MU FNC KICKLEN=255 MAP MAXBANS=60 MAXCHANNELS=20 MAXPARA=32 :are supported by this server
2018-12-19 20:23:45 -- MAXTARGETS=20 MODES=20 NETWORK=Tildepizza NICKLEN=32 PREFIX=(ohv)@%+ STATUSMSG=@%+ TOPICLEN=307 VBANLIST WALLCHOPS WALLVOICES :are supported by this server
2018-12-19 20:23:45 -- 426AAAACB :your unique ID
2018-12-19 20:23:45 -- milkshake.tilde.pizza message of the day
2018-12-19 20:23:45 -- - Welcome to tildepizza! your main guy is brendantcc. go /msg him! :D
2018-12-19 20:23:45 -- End of message of the day.
2018-12-19 20:23:45 -- There are 3 users and 0 invisible on 1 servers
2018-12-19 20:23:45 -- 1 :unknown connections
2018-12-19 20:23:45 -- 1 :channels formed
2018-12-19 20:23:45 -- I have 3 clients and 0 servers
2018-12-19 20:23:45 -- Current Local Users: 3 Max: 3
2018-12-19 20:23:45 -- Current Global Users: 3 Max: 3

View File

@ -0,0 +1,870 @@
2018-11-13 07:01:10 -- irc: connecting to server localhost/6667 (SSL)...
2018-11-13 07:01:10 =!= irc: connection refused
2018-11-13 07:01:10 -- irc: reconnecting to server in 10 seconds
2018-11-13 07:01:20 -- irc: reconnecting to server...
2018-11-13 07:01:20 -- irc: connecting to server localhost/6667 (SSL)...
2018-11-13 07:01:20 =!= irc: connection refused
2018-11-13 07:01:20 -- irc: reconnecting to server in 20 seconds
2018-11-13 07:01:46 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 07:01:47 -- gnutls: connected using 2048-bit Diffie-Hellman shared secret exchange
2018-11-13 07:01:47 -- gnutls: receiving 2 certificates
2018-11-13 07:01:47 -- - certificate[1] info:
2018-11-13 07:01:47 -- - subject `CN=tilde.chat', issuer `CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US', serial 0x036a3e383970934311c01ec26a3e317bf0e7, RSA key 2048 bits, signed using RSA-SHA256, activated `2018-08-18 22:46:14 UTC', expires `2018-11-16 22:46:14 UTC', pin-sha256="fwDDPByyB3IueVqk8auInRdLvFW66yaNljI1cfUbQvc="
2018-11-13 07:01:47 -- - certificate[2] info:
2018-11-13 07:01:47 -- - 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="
2018-11-13 07:01:47 -- gnutls: peer's certificate is trusted
2018-11-13 07:01:47 -- irc: connected to tilde.chat/6697 (195.201.242.48)
2018-11-13 07:01:47 -- team.tilde.chat: *** Looking up your hostname...
2018-11-13 07:01:47 -- team.tilde.chat: *** Found your hostname (bsd.tilde.team)
2018-11-13 07:01:47 -- irc: nickname "fosslinux" is already in use, trying nickname "fosslinux1"
2018-11-13 07:01:48 -- team.tilde.chat: Welcome to tilde.chat!
2018-11-13 07:01:48 -- Welcome to the tilde.chat IRC Network fosslinux1!fosslinux@bsd.tilde.team
2018-11-13 07:01:48 -- Your host is team.tilde.chat, running version InspIRCd-2.0
2018-11-13 07:01:48 -- This server was created 13:26:16 Jun 18 2018
2018-11-13 07:01:48 -- team.tilde.chat InspIRCd-2.0 BIRhiorswx AMORabfhiklmnopqrstvz abfhkloqv
2018-11-13 07:01:48 -- AWAYLEN=200 CASEMAPPING=rfc1459 CHANMODES=b,k,fl,AMORimnprstz CHANNELLEN=64 CHANTYPES=# CHARSET=ascii ELIST=MU EXTBAN=,AORUz FNC KICKLEN=255 MAP MAXBANS=60 MAXCHANNELS=100 :are supported by this server
2018-11-13 07:01:48 -- MAXPARA=32 MAXTARGETS=20 MODES=20 NETWORK=tilde.chat NICKLEN=31 PREFIX=(qaohv)~&@%+ SSL=[::]:6697 STATUSMSG=~&@%+ TOPICLEN=307 VBANLIST WALLCHOPS WALLVOICES :are supported by this server
2018-11-13 07:01:48 -- 674AAA06F :your unique ID
2018-11-13 07:01:48 -- team.tilde.chat message of the day
2018-11-13 07:01:48 -- - __ __ _ __ __ __ __
2018-11-13 07:01:48 -- - / /____ ____ _____ ___ / /_(_) /___/ /__ _____/ /_ ____ _/ /_
2018-11-13 07:01:48 -- - / __/ _ \/ __ `/ __ `__ \ / __/ / / __ / _ \ / ___/ __ \/ __ `/ __/
2018-11-13 07:01:48 -- - / /_/ __/ /_/ / / / / / // /_/ / / /_/ / __// /__/ / / / /_/ / /_
2018-11-13 07:01:48 -- - \__/\___/\__,_/_/ /_/ /_(_)__/_/_/\__,_/\___(_)___/_/ /_/\__,_/\__/
2018-11-13 07:01:48 -- -
2018-11-13 07:01:48 -- - welcome to tilde.chat (this node hosted on tilde.team)
2018-11-13 07:01:48 -- - this is the irc network for the https://tildeverse.org
2018-11-13 07:01:48 -- -
2018-11-13 07:01:48 -- - check out the appropriate channel for your tilde:
2018-11-13 07:01:48 -- -
2018-11-13 07:01:48 -- - - tilde.team ~> #team
2018-11-13 07:01:48 -- - - tilde.town ~> #town
2018-11-13 07:01:48 -- - - yourtilde.com ~> #your
2018-11-13 07:01:48 -- - - thunix.org ~> #thunix
2018-11-13 07:01:48 -- -
2018-11-13 07:01:48 -- - the main lobby channel is #meta. check /list for the other channels
2018-11-13 07:01:48 -- -
2018-11-13 07:01:48 -- - check out #tilderadio for the new tildeverse internet radio station!
2018-11-13 07:01:48 -- -
2018-11-13 07:01:48 -- - msg an oper if you need anything and
2018-11-13 07:01:48 -- -
2018-11-13 07:01:48 -- - ~~ be excellent to each other ~~
2018-11-13 07:01:48 -- -
2018-11-13 07:01:48 -- - connecting and chatting here implies agreement with the code of conduct:
2018-11-13 07:01:48 -- - https://tilde.team/wiki/?page=code-of-conduct
2018-11-13 07:01:48 -- - https://tilde.chat/wiki/?page=etiquette
2018-11-13 07:01:48 -- -
2018-11-13 07:01:48 -- End of message of the day.
2018-11-13 07:01:48 -- There are 137 users and 14 invisible on 4 servers
2018-11-13 07:01:48 -- 2 :operator(s) online
2018-11-13 07:01:48 -- 65 :channels formed
2018-11-13 07:01:48 -- I have 113 clients and 3 servers
2018-11-13 07:01:48 -- Current Local Users: 113 Max: 120
2018-11-13 07:01:48 -- Current Global Users: 151 Max: 158
2018-11-13 07:01:48 -- tilde-fhah4o.tilde.team :is now your displayed host
2018-11-13 07:01:48 -- User mode [+x] by fosslinux1
2018-11-13 07:01:48 -- team.tilde.chat: *** You are connected using SSL cipher "ECDHE-RSA-AES256-GCM-SHA384"
2018-11-13 07:01:48 -- NickServ (services@services.tilde.chat): Your nickname is not registered. To register it, use: /msg NickServ REGISTER password email
2018-11-13 07:04:20 -- bots: Invalid channel name
2018-11-13 07:06:46 -- You are now known as fosslinux
2018-11-13 07:06:46 -- NickServ (services@services.tilde.chat): This nickname is registered and protected. If it is your
2018-11-13 07:06:46 -- NickServ (services@services.tilde.chat): nick, type /msg NickServ IDENTIFY password. Otherwise,
2018-11-13 07:06:46 -- NickServ (services@services.tilde.chat): please choose a different nick.
2018-11-13 07:08:43 -- MSG(NickServ): IDENTIFY ********************
2018-11-13 07:08:43 -- NickServ (services@services.tilde.chat): Password accepted - you are now recognized.
2018-11-13 07:08:43 -- You are now logged in as fosslinux (fosslinux!fosslinux@tilde-fhah4o.tilde.team)
2018-11-13 07:08:43 -- User mode [+r] by NickServ
2018-11-13 12:52:38 =!= irc: reading data on socket: error -54 Error in the pull function.
2018-11-13 12:52:38 -- irc: disconnecting from server...
2018-11-13 12:52:38 -- irc: disconnected from server
2018-11-13 12:52:38 -- irc: reconnecting to server in 10 seconds
2018-11-13 12:52:48 -- irc: reconnecting to server...
2018-11-13 12:52:48 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 12:53:48 =!= irc: timeout
2018-11-13 12:53:48 -- irc: reconnecting to server in 20 seconds
2018-11-13 12:54:08 -- irc: reconnecting to server...
2018-11-13 12:54:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 12:55:08 =!= irc: timeout
2018-11-13 12:55:08 -- irc: reconnecting to server in 40 seconds
2018-11-13 12:55:48 -- irc: reconnecting to server...
2018-11-13 12:55:48 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 12:56:48 =!= irc: timeout
2018-11-13 12:56:48 -- irc: reconnecting to server in 1 minute, 20 seconds
2018-11-13 12:58:08 -- irc: reconnecting to server...
2018-11-13 12:58:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 12:59:08 =!= irc: timeout
2018-11-13 12:59:08 -- irc: reconnecting to server in 2 minutes, 40 seconds
2018-11-13 13:01:48 -- irc: reconnecting to server...
2018-11-13 13:01:48 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 13:02:48 =!= irc: timeout
2018-11-13 13:02:48 -- irc: reconnecting to server in 5 minutes, 20 seconds
2018-11-13 13:08:08 -- irc: reconnecting to server...
2018-11-13 13:08:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 13:09:08 =!= irc: timeout
2018-11-13 13:09:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 13:19:08 -- irc: reconnecting to server...
2018-11-13 13:19:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 13:20:08 =!= irc: timeout
2018-11-13 13:20:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 13:30:08 -- irc: reconnecting to server...
2018-11-13 13:30:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 13:31:08 =!= irc: timeout
2018-11-13 13:31:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 13:41:08 -- irc: reconnecting to server...
2018-11-13 13:41:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 13:42:08 =!= irc: timeout
2018-11-13 13:42:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 13:52:08 -- irc: reconnecting to server...
2018-11-13 13:52:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 13:53:08 =!= irc: timeout
2018-11-13 13:53:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 14:03:08 -- irc: reconnecting to server...
2018-11-13 14:03:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 14:04:08 =!= irc: timeout
2018-11-13 14:04:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 14:14:08 -- irc: reconnecting to server...
2018-11-13 14:14:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 14:15:08 =!= irc: timeout
2018-11-13 14:15:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 14:25:08 -- irc: reconnecting to server...
2018-11-13 14:25:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 14:26:08 =!= irc: timeout
2018-11-13 14:26:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 14:36:08 -- irc: reconnecting to server...
2018-11-13 14:36:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 14:37:08 =!= irc: timeout
2018-11-13 14:37:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 14:47:08 -- irc: reconnecting to server...
2018-11-13 14:47:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 14:48:08 =!= irc: timeout
2018-11-13 14:48:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 14:58:08 -- irc: reconnecting to server...
2018-11-13 14:58:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 14:59:08 =!= irc: timeout
2018-11-13 14:59:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 15:09:08 -- irc: reconnecting to server...
2018-11-13 15:09:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 15:10:08 =!= irc: timeout
2018-11-13 15:10:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 15:20:08 -- irc: reconnecting to server...
2018-11-13 15:20:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 15:21:08 =!= irc: timeout
2018-11-13 15:21:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 15:31:08 -- irc: reconnecting to server...
2018-11-13 15:31:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 15:32:08 =!= irc: timeout
2018-11-13 15:32:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 15:42:08 -- irc: reconnecting to server...
2018-11-13 15:42:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 15:43:08 =!= irc: timeout
2018-11-13 15:43:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 15:53:08 -- irc: reconnecting to server...
2018-11-13 15:53:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 15:54:08 =!= irc: timeout
2018-11-13 15:54:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 16:04:08 -- irc: reconnecting to server...
2018-11-13 16:04:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 16:05:08 =!= irc: timeout
2018-11-13 16:05:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 16:15:08 -- irc: reconnecting to server...
2018-11-13 16:15:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 16:16:08 =!= irc: timeout
2018-11-13 16:16:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 16:26:08 -- irc: reconnecting to server...
2018-11-13 16:26:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 16:27:08 =!= irc: timeout
2018-11-13 16:27:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 16:37:08 -- irc: reconnecting to server...
2018-11-13 16:37:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 16:38:08 =!= irc: timeout
2018-11-13 16:38:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 16:48:08 -- irc: reconnecting to server...
2018-11-13 16:48:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 16:49:08 =!= irc: timeout
2018-11-13 16:49:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 16:59:08 -- irc: reconnecting to server...
2018-11-13 16:59:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 17:00:08 =!= irc: timeout
2018-11-13 17:00:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 17:10:08 -- irc: reconnecting to server...
2018-11-13 17:10:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 17:11:08 =!= irc: timeout
2018-11-13 17:11:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 17:21:08 -- irc: reconnecting to server...
2018-11-13 17:21:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 17:22:08 =!= irc: timeout
2018-11-13 17:22:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 17:32:08 -- irc: reconnecting to server...
2018-11-13 17:32:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 17:33:08 =!= irc: timeout
2018-11-13 17:33:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 17:43:08 -- irc: reconnecting to server...
2018-11-13 17:43:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 17:44:08 =!= irc: timeout
2018-11-13 17:44:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 17:54:08 -- irc: reconnecting to server...
2018-11-13 17:54:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 17:55:08 =!= irc: timeout
2018-11-13 17:55:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 18:05:08 -- irc: reconnecting to server...
2018-11-13 18:05:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 18:06:08 =!= irc: timeout
2018-11-13 18:06:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 18:16:08 -- irc: reconnecting to server...
2018-11-13 18:16:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 18:17:08 =!= irc: timeout
2018-11-13 18:17:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 18:27:08 -- irc: reconnecting to server...
2018-11-13 18:27:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 18:28:08 =!= irc: timeout
2018-11-13 18:28:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 18:38:08 -- irc: reconnecting to server...
2018-11-13 18:38:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 18:39:08 =!= irc: timeout
2018-11-13 18:39:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 18:49:08 -- irc: reconnecting to server...
2018-11-13 18:49:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 18:50:08 =!= irc: timeout
2018-11-13 18:50:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 19:00:08 -- irc: reconnecting to server...
2018-11-13 19:00:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 19:01:08 =!= irc: timeout
2018-11-13 19:01:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 19:11:08 -- irc: reconnecting to server...
2018-11-13 19:11:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 19:12:08 =!= irc: timeout
2018-11-13 19:12:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 19:22:08 -- irc: reconnecting to server...
2018-11-13 19:22:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 19:23:08 =!= irc: timeout
2018-11-13 19:23:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 19:33:08 -- irc: reconnecting to server...
2018-11-13 19:33:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 19:34:08 =!= irc: timeout
2018-11-13 19:34:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 19:44:08 -- irc: reconnecting to server...
2018-11-13 19:44:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 19:45:08 =!= irc: timeout
2018-11-13 19:45:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 19:55:08 -- irc: reconnecting to server...
2018-11-13 19:55:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 19:56:08 =!= irc: timeout
2018-11-13 19:56:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 20:06:08 -- irc: reconnecting to server...
2018-11-13 20:06:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 20:07:08 =!= irc: timeout
2018-11-13 20:07:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 20:17:08 -- irc: reconnecting to server...
2018-11-13 20:17:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 20:18:08 =!= irc: timeout
2018-11-13 20:18:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 20:28:08 -- irc: reconnecting to server...
2018-11-13 20:28:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 20:29:08 =!= irc: timeout
2018-11-13 20:29:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 20:39:08 -- irc: reconnecting to server...
2018-11-13 20:39:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 20:40:08 =!= irc: timeout
2018-11-13 20:40:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 20:50:08 -- irc: reconnecting to server...
2018-11-13 20:50:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 20:51:08 =!= irc: timeout
2018-11-13 20:51:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 21:01:08 -- irc: reconnecting to server...
2018-11-13 21:01:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 21:02:08 =!= irc: timeout
2018-11-13 21:02:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 21:12:08 -- irc: reconnecting to server...
2018-11-13 21:12:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 21:13:08 =!= irc: timeout
2018-11-13 21:13:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 21:23:08 -- irc: reconnecting to server...
2018-11-13 21:23:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 21:24:08 =!= irc: timeout
2018-11-13 21:24:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 21:34:08 -- irc: reconnecting to server...
2018-11-13 21:34:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 21:35:08 =!= irc: timeout
2018-11-13 21:35:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 21:45:08 -- irc: reconnecting to server...
2018-11-13 21:45:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 21:46:08 =!= irc: timeout
2018-11-13 21:46:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 21:56:08 -- irc: reconnecting to server...
2018-11-13 21:56:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 21:57:08 =!= irc: timeout
2018-11-13 21:57:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 22:07:08 -- irc: reconnecting to server...
2018-11-13 22:07:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 22:08:08 =!= irc: timeout
2018-11-13 22:08:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 22:18:08 -- irc: reconnecting to server...
2018-11-13 22:18:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 22:19:08 =!= irc: timeout
2018-11-13 22:19:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 22:29:08 -- irc: reconnecting to server...
2018-11-13 22:29:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 22:30:08 =!= irc: timeout
2018-11-13 22:30:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 22:40:08 -- irc: reconnecting to server...
2018-11-13 22:40:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 22:41:08 =!= irc: timeout
2018-11-13 22:41:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 22:51:08 -- irc: reconnecting to server...
2018-11-13 22:51:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 22:52:08 =!= irc: timeout
2018-11-13 22:52:08 -- irc: reconnecting to server in 10 minutes
2018-11-13 23:02:08 -- irc: reconnecting to server...
2018-11-13 23:02:08 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-13 23:02:08 -- gnutls: connected using 2048-bit Diffie-Hellman shared secret exchange
2018-11-13 23:02:08 -- gnutls: receiving 2 certificates
2018-11-13 23:02:08 -- - certificate[1] info:
2018-11-13 23:02:08 -- - subject `CN=tilde.chat', issuer `CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US', serial 0x036a3e383970934311c01ec26a3e317bf0e7, RSA key 2048 bits, signed using RSA-SHA256, activated `2018-08-18 22:46:14 UTC', expires `2018-11-16 22:46:14 UTC', pin-sha256="fwDDPByyB3IueVqk8auInRdLvFW66yaNljI1cfUbQvc="
2018-11-13 23:02:08 -- - certificate[2] info:
2018-11-13 23:02:08 -- - 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="
2018-11-13 23:02:08 -- gnutls: peer's certificate is trusted
2018-11-13 23:02:09 -- irc: connected to tilde.chat/6697 (195.201.242.48)
2018-11-13 23:02:09 -- team.tilde.chat: *** Looking up your hostname...
2018-11-13 23:02:09 -- team.tilde.chat: *** Found your hostname (bsd.tilde.team) -- cached
2018-11-13 23:02:10 -- team.tilde.chat: Welcome to tilde.chat!
2018-11-13 23:02:10 -- Welcome to the tilde.chat IRC Network fosslinux!fosslinux@bsd.tilde.team
2018-11-13 23:02:10 -- Your host is team.tilde.chat, running version InspIRCd-2.0
2018-11-13 23:02:10 -- This server was created 13:26:16 Jun 18 2018
2018-11-13 23:02:10 -- team.tilde.chat InspIRCd-2.0 BIRhiorswx AMORabfhiklmnopqrstvz abfhkloqv
2018-11-13 23:02:10 -- AWAYLEN=200 CASEMAPPING=rfc1459 CHANMODES=b,k,fl,AMORimnprstz CHANNELLEN=64 CHANTYPES=# CHARSET=ascii ELIST=MU EXTBAN=,AORUz FNC KICKLEN=255 MAP MAXBANS=60 MAXCHANNELS=100 :are supported by this server
2018-11-13 23:02:10 -- MAXPARA=32 MAXTARGETS=20 MODES=20 NETWORK=tilde.chat NICKLEN=31 PREFIX=(qaohv)~&@%+ SSL=[::]:6697 STATUSMSG=~&@%+ TOPICLEN=307 VBANLIST WALLCHOPS WALLVOICES :are supported by this server
2018-11-13 23:02:10 -- 674AAA06V :your unique ID
2018-11-13 23:02:10 -- team.tilde.chat message of the day
2018-11-13 23:02:10 -- - __ __ _ __ __ __ __
2018-11-13 23:02:10 -- - / /____ ____ _____ ___ / /_(_) /___/ /__ _____/ /_ ____ _/ /_
2018-11-13 23:02:10 -- - / __/ _ \/ __ `/ __ `__ \ / __/ / / __ / _ \ / ___/ __ \/ __ `/ __/
2018-11-13 23:02:10 -- - / /_/ __/ /_/ / / / / / // /_/ / / /_/ / __// /__/ / / / /_/ / /_
2018-11-13 23:02:10 -- - \__/\___/\__,_/_/ /_/ /_(_)__/_/_/\__,_/\___(_)___/_/ /_/\__,_/\__/
2018-11-13 23:02:10 -- -
2018-11-13 23:02:10 -- - welcome to tilde.chat (this node hosted on tilde.team)
2018-11-13 23:02:10 -- - this is the irc network for the https://tildeverse.org
2018-11-13 23:02:10 -- -
2018-11-13 23:02:10 -- - check out the appropriate channel for your tilde:
2018-11-13 23:02:10 -- -
2018-11-13 23:02:10 -- - - tilde.team ~> #team
2018-11-13 23:02:10 -- - - tilde.town ~> #town
2018-11-13 23:02:10 -- - - yourtilde.com ~> #your
2018-11-13 23:02:10 -- - - thunix.org ~> #thunix
2018-11-13 23:02:10 -- -
2018-11-13 23:02:10 -- - the main lobby channel is #meta. check /list for the other channels
2018-11-13 23:02:10 -- -
2018-11-13 23:02:10 -- - check out #tilderadio for the new tildeverse internet radio station!
2018-11-13 23:02:10 -- -
2018-11-13 23:02:10 -- - msg an oper if you need anything and
2018-11-13 23:02:10 -- -
2018-11-13 23:02:10 -- - ~~ be excellent to each other ~~
2018-11-13 23:02:10 -- -
2018-11-13 23:02:10 -- - connecting and chatting here implies agreement with the code of conduct:
2018-11-13 23:02:10 -- - https://tilde.team/wiki/?page=code-of-conduct
2018-11-13 23:02:10 -- - https://tilde.chat/wiki/?page=etiquette
2018-11-13 23:02:10 -- -
2018-11-13 23:02:10 -- End of message of the day.
2018-11-13 23:02:10 -- There are 98 users and 4 invisible on 2 servers
2018-11-13 23:02:10 -- 2 :operator(s) online
2018-11-13 23:02:10 -- 60 :channels formed
2018-11-13 23:02:10 -- I have 94 clients and 1 servers
2018-11-13 23:02:10 -- Current Local Users: 94 Max: 120
2018-11-13 23:02:10 -- Current Global Users: 102 Max: 158
2018-11-13 23:02:10 -- tilde-fhah4o.tilde.team :is now your displayed host
2018-11-13 23:02:10 -- User mode [+x] by fosslinux
2018-11-13 23:02:10 -- team.tilde.chat: *** You are connected using SSL cipher "ECDHE-RSA-AES256-GCM-SHA384"
2018-11-13 23:02:10 -- NickServ (services@services.tilde.chat): This nickname is registered and protected. If it is your
2018-11-13 23:02:10 -- NickServ (services@services.tilde.chat): nick, type /msg NickServ IDENTIFY password. Otherwise,
2018-11-13 23:02:10 -- NickServ (services@services.tilde.chat): please choose a different nick.
2018-11-13 23:03:12 -- You are now known as 674AAA06V
2018-11-14 04:28:08 -- You are now known as fosslinux
2018-11-14 04:28:08 -- NickServ (services@services.tilde.chat): This nickname is registered and protected. If it is your
2018-11-14 04:28:08 -- NickServ (services@services.tilde.chat): nick, type /msg NickServ IDENTIFY password. Otherwise,
2018-11-14 04:28:08 -- NickServ (services@services.tilde.chat): please choose a different nick.
2018-11-14 04:35:31 -- MSG(ben): yo
2018-11-14 04:36:09 -- MSG(ben): i logged back into ~team, i still had my lxd container tmux open. i closed it. just fyi
2018-11-14 15:30:00 -- You are now known as 674AAA06V
2018-11-14 19:43:58 -- fosslinux: Nickname is already in use.
2018-11-14 19:44:12 -- fosslinux: Nickname is already in use.
2018-11-14 19:45:08 -- fosslinux: #meta :They are not on that channel
2018-11-14 19:45:38 -- You are now known as fosslinux_
2018-11-14 19:56:04 -- You are now known as fosslinux
2018-11-14 19:56:04 -- NickServ (services@services.tilde.chat): This nickname is registered and protected. If it is your
2018-11-14 19:56:04 -- NickServ (services@services.tilde.chat): nick, type /msg NickServ IDENTIFY password. Otherwise,
2018-11-14 19:56:04 -- NickServ (services@services.tilde.chat): please choose a different nick.
2018-11-15 05:22:35 -- services.tilde.chat team.tilde.chat :1 services for tilde.chat
2018-11-15 05:22:35 -- slash.tilde.chat team.tilde.chat :1 tildeverse irc
2018-11-15 05:22:35 -- your.tilde.chat team.tilde.chat :1 tildeverse irc
2018-11-15 05:22:35 -- town.tilde.chat team.tilde.chat :1 tilde.town node on tilde.chat
2018-11-15 05:22:35 -- bsd.tilde.chat team.tilde.chat :1 tildeverse irc
2018-11-15 05:22:35 -- team.tilde.chat team.tilde.chat :0 tildeverse irc
2018-11-15 05:22:35 -- * :End of /LINKS list.
2018-11-15 05:23:03 -- team.tilde.chat 106 [69.74%]
2018-11-15 05:23:03 -- |-services.tilde.chat 8 [ 5.26%]
2018-11-15 05:23:03 -- |-slash.tilde.chat 4 [ 2.63%]
2018-11-15 05:23:03 -- |-your.tilde.chat 9 [ 5.92%]
2018-11-15 05:23:03 -- |-town.tilde.chat 23 [15.13%]
2018-11-15 05:23:03 -- `-bsd.tilde.chat 2 [ 1.32%]
2018-11-15 05:23:03 -- 6 servers and 152 users, average 25.33 users per server
2018-11-15 05:23:03 -- End of /MAP
2018-11-17 20:14:03 -- MSG(deepend): ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuhMOXrVmylszkbB0Sk1CCp+2+LbffnuPTpdRo7cEVBEb5d4W7ZgDEP/e4kHGwAf5LSolGtG/1tn8AUxrYp7XVf/RupgbcaJXt3K2JMgowE4q9dzTsx7sEcWwsp+KA+b8+CJTbritWVWMAvtfOPfO2bnhWxg/3ZxnkVe0DGSO9gIy+tvDjwQSM5Sc/+MlHpG4nIh4i2iyZZnQDS85wbhXNy/f9bLNFUGHxqQP3u2mFnBKFHvKLd0AMKfcW4q/RmmoTmmLkb2f6OaF/JgMGJzeKiCedE7ZAv4MhX6KvQi06XRlVmsvfyjdTR0W7v8ZOfUOAdnmtxth1EvLHnQ2N3XXp styler@styler-debian
2018-11-18 07:03:43 -- You have been invited to #chaos by khuxkm|lounge
2018-11-18 19:45:14 -- ahriman: #chaos :They are not on that channel
2018-11-18 19:45:19 -- ahriman: #chaos :They are not on that channel
2018-11-18 19:45:28 -- ahriman: #chaos :They are not on that channel
2018-11-20 06:35:17 -- yourmum: No such nick/channel
2018-11-21 02:26:32 =!= irc: reading data on socket: error -54 Error in the pull function.
2018-11-21 02:26:32 -- irc: disconnecting from server...
2018-11-21 02:26:32 -- irc: disconnected from server
2018-11-21 02:26:32 -- irc: reconnecting to server in 10 seconds
2018-11-21 02:26:42 -- irc: reconnecting to server...
2018-11-21 02:26:42 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-21 02:26:42 -- gnutls: connected using 2048-bit Diffie-Hellman shared secret exchange
2018-11-21 02:26:42 -- gnutls: receiving 2 certificates
2018-11-21 02:26:42 -- - certificate[1] info:
2018-11-21 02:26:42 -- - subject `CN=tilde.chat', issuer `CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US', serial 0x03852b9cec960d362639d0b2e1324efb7f2a, RSA key 2048 bits, signed using RSA-SHA256, activated `2018-10-18 08:32:30 UTC', expires `2019-01-16 08:32:30 UTC', pin-sha256="i/rmreNvj+Blv299/ER1P3FPF38sgayYz6HV4nxqqPg="
2018-11-21 02:26:42 -- - certificate[2] info:
2018-11-21 02:26:42 -- - 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="
2018-11-21 02:26:42 -- gnutls: peer's certificate is trusted
2018-11-21 02:26:43 -- irc: connected to tilde.chat/6697 (195.201.242.48)
2018-11-21 02:26:43 -- team.tilde.chat: *** Looking up your hostname...
2018-11-21 02:26:43 -- team.tilde.chat: *** Found your hostname (bsd.tilde.team)
2018-11-21 02:26:44 -- team.tilde.chat: Welcome to tilde.chat!
2018-11-21 02:26:44 -- Welcome to the tilde.chat IRC Network fosslinux!fosslinux@bsd.tilde.team
2018-11-21 02:26:44 -- Your host is team.tilde.chat, running version InspIRCd-2.0
2018-11-21 02:26:44 -- This server was created 13:26:16 Jun 18 2018
2018-11-21 02:26:44 -- team.tilde.chat InspIRCd-2.0 BIRhiorswx AMORabfhiklmnopqrstvz abfhkloqv
2018-11-21 02:26:44 -- AWAYLEN=200 CASEMAPPING=rfc1459 CHANMODES=b,k,fl,AMORimnprstz CHANNELLEN=64 CHANTYPES=# CHARSET=ascii ELIST=MU EXTBAN=,AORUz FNC KICKLEN=255 MAP MAXBANS=60 MAXCHANNELS=100 :are supported by this server
2018-11-21 02:26:44 -- MAXPARA=32 MAXTARGETS=20 MODES=20 NETWORK=tilde.chat NICKLEN=31 PREFIX=(qaohv)~&@%+ SSL=[::]:6697 STATUSMSG=~&@%+ TOPICLEN=307 VBANLIST WALLCHOPS WALLVOICES :are supported by this server
2018-11-21 02:26:44 -- 674AAA2FH :your unique ID
2018-11-21 02:26:44 -- team.tilde.chat message of the day
2018-11-21 02:26:44 -- - __ __ _ __ __ __ __
2018-11-21 02:26:44 -- - / /____ ____ _____ ___ / /_(_) /___/ /__ _____/ /_ ____ _/ /_
2018-11-21 02:26:44 -- - / __/ _ \/ __ `/ __ `__ \ / __/ / / __ / _ \ / ___/ __ \/ __ `/ __/
2018-11-21 02:26:44 -- - / /_/ __/ /_/ / / / / / // /_/ / / /_/ / __// /__/ / / / /_/ / /_
2018-11-21 02:26:44 -- - \__/\___/\__,_/_/ /_/ /_(_)__/_/_/\__,_/\___(_)___/_/ /_/\__,_/\__/
2018-11-21 02:26:44 -- -
2018-11-21 02:26:44 -- - welcome to tilde.chat (this node hosted on tilde.team)
2018-11-21 02:26:44 -- - this is the irc network for the https://tildeverse.org
2018-11-21 02:26:44 -- -
2018-11-21 02:26:44 -- - check out the appropriate channel for your tilde:
2018-11-21 02:26:44 -- -
2018-11-21 02:26:44 -- - - tilde.team ~> #team
2018-11-21 02:26:44 -- - - tilde.town ~> #town
2018-11-21 02:26:44 -- - - yourtilde.com ~> #your
2018-11-21 02:26:44 -- -
2018-11-21 02:26:44 -- - the main lobby channel is #meta. check /list for the other channels
2018-11-21 02:26:44 -- - also, feel free to check out https://tilde.chat/stats/
2018-11-21 02:26:44 -- -
2018-11-21 02:26:44 -- - check out #tilderadio for the new tildeverse internet radio station!
2018-11-21 02:26:44 -- -
2018-11-21 02:26:44 -- - msg an oper if you need anything and
2018-11-21 02:26:44 -- -
2018-11-21 02:26:44 -- - ~~ be excellent to each other ~~
2018-11-21 02:26:44 -- -
2018-11-21 02:26:44 -- End of message of the day.
2018-11-21 02:26:44 -- There are 150 users and 14 invisible on 6 servers
2018-11-21 02:26:44 -- 4 :operator(s) online
2018-11-21 02:26:44 -- 68 :channels formed
2018-11-21 02:26:44 -- I have 118 clients and 5 servers
2018-11-21 02:26:44 -- Current Local Users: 118 Max: 121
2018-11-21 02:26:44 -- Current Global Users: 164 Max: 443
2018-11-21 02:26:44 -- fhah4o.tilde.team :is now your displayed host
2018-11-21 02:26:44 -- User mode [+x] by fosslinux
2018-11-21 02:26:44 -- team.tilde.chat: *** You are connected using SSL cipher "ECDHE-RSA-AES256-GCM-SHA384"
2018-11-21 02:26:44 -- NickServ (services@services.tilde.chat): This nickname is registered and protected. If it is your
2018-11-21 02:26:44 -- NickServ (services@services.tilde.chat): nick, type /msg NickServ IDENTIFY password. Otherwise,
2018-11-21 02:26:44 -- NickServ (services@services.tilde.chat): please choose a different nick.
2018-11-21 03:39:40 =!= irc: reading data on socket: error -54 Error in the pull function.
2018-11-21 03:39:40 -- irc: disconnecting from server...
2018-11-21 03:39:40 -- irc: disconnected from server
2018-11-21 03:39:40 -- irc: reconnecting to server in 10 seconds
2018-11-21 03:39:50 -- irc: reconnecting to server...
2018-11-21 03:39:50 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-21 03:39:50 -- gnutls: connected using 2048-bit Diffie-Hellman shared secret exchange
2018-11-21 03:39:50 -- gnutls: receiving 2 certificates
2018-11-21 03:39:50 -- - certificate[1] info:
2018-11-21 03:39:50 -- - subject `CN=tilde.chat', issuer `CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US', serial 0x03852b9cec960d362639d0b2e1324efb7f2a, RSA key 2048 bits, signed using RSA-SHA256, activated `2018-10-18 08:32:30 UTC', expires `2019-01-16 08:32:30 UTC', pin-sha256="i/rmreNvj+Blv299/ER1P3FPF38sgayYz6HV4nxqqPg="
2018-11-21 03:39:50 -- - certificate[2] info:
2018-11-21 03:39:50 -- - 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="
2018-11-21 03:39:50 -- gnutls: peer's certificate is trusted
2018-11-21 03:39:51 -- irc: connected to tilde.chat/6697 (195.201.242.48)
2018-11-21 03:39:51 -- team.tilde.chat: *** Looking up your hostname...
2018-11-21 03:39:51 -- team.tilde.chat: *** Found your hostname (bsd.tilde.team)
2018-11-21 03:39:51 -- irc: nickname "fosslinux" is already in use, trying nickname "fosslinux1"
2018-11-21 03:39:52 -- team.tilde.chat: Welcome to tilde.chat!
2018-11-21 03:39:52 -- Welcome to the tilde.chat IRC Network fosslinux1!fosslinux@bsd.tilde.team
2018-11-21 03:39:52 -- Your host is team.tilde.chat, running version InspIRCd-2.0
2018-11-21 03:39:52 -- This server was created 13:26:16 Jun 18 2018
2018-11-21 03:39:52 -- team.tilde.chat InspIRCd-2.0 BIRhiorswx AMORabfhiklmnopqrstvz abfhkloqv
2018-11-21 03:39:52 -- AWAYLEN=200 CASEMAPPING=rfc1459 CHANMODES=b,k,fl,AMORimnprstz CHANNELLEN=64 CHANTYPES=# CHARSET=ascii ELIST=MU EXTBAN=,AORUz FNC KICKLEN=255 MAP MAXBANS=60 MAXCHANNELS=100 :are supported by this server
2018-11-21 03:39:52 -- MAXPARA=32 MAXTARGETS=20 MODES=20 NETWORK=tilde.chat NICKLEN=31 PREFIX=(qaohv)~&@%+ SSL=[::]:6697 STATUSMSG=~&@%+ TOPICLEN=307 VBANLIST WALLCHOPS WALLVOICES :are supported by this server
2018-11-21 03:39:52 -- 674AAA2F0 :your unique ID
2018-11-21 03:39:52 -- team.tilde.chat message of the day
2018-11-21 03:39:52 -- - __ __ _ __ __ __ __
2018-11-21 03:39:52 -- - / /____ ____ _____ ___ / /_(_) /___/ /__ _____/ /_ ____ _/ /_
2018-11-21 03:39:52 -- - / __/ _ \/ __ `/ __ `__ \ / __/ / / __ / _ \ / ___/ __ \/ __ `/ __/
2018-11-21 03:39:52 -- - / /_/ __/ /_/ / / / / / // /_/ / / /_/ / __// /__/ / / / /_/ / /_
2018-11-21 03:39:52 -- - \__/\___/\__,_/_/ /_/ /_(_)__/_/_/\__,_/\___(_)___/_/ /_/\__,_/\__/
2018-11-21 03:39:52 -- -
2018-11-21 03:39:52 -- - welcome to tilde.chat (this node hosted on tilde.team)
2018-11-21 03:39:52 -- - this is the irc network for the https://tildeverse.org
2018-11-21 03:39:52 -- -
2018-11-21 03:39:52 -- - check out the appropriate channel for your tilde:
2018-11-21 03:39:52 -- -
2018-11-21 03:39:52 -- - - tilde.team ~> #team
2018-11-21 03:39:52 -- - - tilde.town ~> #town
2018-11-21 03:39:52 -- - - yourtilde.com ~> #your
2018-11-21 03:39:52 -- -
2018-11-21 03:39:52 -- - the main lobby channel is #meta. check /list for the other channels
2018-11-21 03:39:52 -- - also, feel free to check out https://tilde.chat/stats/
2018-11-21 03:39:52 -- -
2018-11-21 03:39:52 -- - check out #tilderadio for the new tildeverse internet radio station!
2018-11-21 03:39:52 -- -
2018-11-21 03:39:52 -- - msg an oper if you need anything and
2018-11-21 03:39:52 -- -
2018-11-21 03:39:52 -- - ~~ be excellent to each other ~~
2018-11-21 03:39:52 -- -
2018-11-21 03:39:52 -- End of message of the day.
2018-11-21 03:39:52 -- There are 151 users and 14 invisible on 6 servers
2018-11-21 03:39:52 -- 4 :operator(s) online
2018-11-21 03:39:52 -- 69 :channels formed
2018-11-21 03:39:52 -- I have 119 clients and 5 servers
2018-11-21 03:39:52 -- Current Local Users: 119 Max: 121
2018-11-21 03:39:52 -- Current Global Users: 165 Max: 443
2018-11-21 03:39:52 -- fhah4o.tilde.team :is now your displayed host
2018-11-21 03:39:52 -- User mode [+x] by fosslinux1
2018-11-21 03:39:52 -- team.tilde.chat: *** You are connected using SSL cipher "ECDHE-RSA-AES256-GCM-SHA384"
2018-11-21 03:39:52 -- NickServ (services@services.tilde.chat): Your nickname is not registered. To register it, use: /msg NickServ REGISTER password email
2018-11-21 04:19:27 -- You are now known as fosslinux
2018-11-21 04:19:27 -- NickServ (services@services.tilde.chat): This nickname is registered and protected. If it is your
2018-11-21 04:19:27 -- NickServ (services@services.tilde.chat): nick, type /msg NickServ IDENTIFY password. Otherwise,
2018-11-21 04:19:27 -- NickServ (services@services.tilde.chat): please choose a different nick.
2018-11-21 05:10:48 -- MSG(NickServ): IDENTIFY ********************
2018-11-21 05:10:48 -- NickServ (services@services.tilde.chat): Password accepted - you are now recognized.
2018-11-21 05:10:48 -- You are now logged in as fosslinux (fosslinux!fosslinux@fhah4o.tilde.team)
2018-11-21 05:10:48 -- User mode [+r] by NickServ
2018-11-25 06:03:09 -- bsd.tilde.team :is now your displayed host
2018-11-25 06:03:09 -- User mode [-x] by team.tilde.chat
2018-11-25 06:45:15 -- MSG(hostserv): request fosslinux.tk
2018-11-25 06:45:15 -- HostServ (services@services.tilde.chat): Your vHost has been requested.
2018-11-25 06:55:20 -- MemoServ (services@services.tilde.chat): You have a new memo from HostServ.
2018-11-25 06:55:20 -- MemoServ (services@services.tilde.chat): Type /msg MemoServ READ 1 to read it.
2018-11-26 07:26:18 -- MSG(NickServ): IDENTIFY ********************
2018-11-26 07:26:18 -- NickServ (services@services.tilde.chat): You are already identified.
2018-11-27 16:31:57 -- fosslinux.tk :is now your displayed host
2018-11-27 16:31:57 -- HostServ (services@services.tilde.chat): Your vhost of fosslinux.tk is now activated.
2018-11-30 05:11:59 =!= irc: disconnecting from server because upgrade can't work for servers connected via SSL
2018-11-30 05:11:59 -- irc: disconnected from server
2018-11-30 05:12:04 -- irc: reconnecting to server...
2018-11-30 05:12:04 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-11-30 05:12:04 -- gnutls: connected using 2048-bit Diffie-Hellman shared secret exchange
2018-11-30 05:12:04 -- gnutls: receiving 2 certificates
2018-11-30 05:12:04 -- - certificate[1] info:
2018-11-30 05:12:04 -- - subject `CN=tilde.chat', issuer `CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US', serial 0x03852b9cec960d362639d0b2e1324efb7f2a, RSA key 2048 bits, signed using RSA-SHA256, activated `2018-10-18 08:32:30 UTC', expires `2019-01-16 08:32:30 UTC', pin-sha256="i/rmreNvj+Blv299/ER1P3FPF38sgayYz6HV4nxqqPg="
2018-11-30 05:12:04 -- - certificate[2] info:
2018-11-30 05:12:04 -- - 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="
2018-11-30 05:12:04 -- gnutls: peer's certificate is trusted
2018-11-30 05:12:05 -- irc: connected to tilde.chat/6697 (195.201.242.48)
2018-11-30 05:12:05 -- team.tilde.chat: *** Looking up your hostname...
2018-11-30 05:12:05 -- team.tilde.chat: *** Found your hostname (bsd.tilde.team)
2018-11-30 05:12:06 -- team.tilde.chat: Welcome to tilde.chat!
2018-11-30 05:12:06 -- Welcome to the tilde.chat IRC Network fosslinux!fosslinux@bsd.tilde.team
2018-11-30 05:12:06 -- Your host is team.tilde.chat, running version InspIRCd-2.0
2018-11-30 05:12:06 -- This server was created 13:26:16 Jun 18 2018
2018-11-30 05:12:06 -- team.tilde.chat InspIRCd-2.0 BIRhiorsw AMORabfhiklmnopqrstvz abfhkloqv
2018-11-30 05:12:06 -- AWAYLEN=200 CASEMAPPING=rfc1459 CHANMODES=b,k,fl,AMORimnprstz CHANNELLEN=64 CHANTYPES=# CHARSET=ascii ELIST=MU EXTBAN=,AORUz FNC KICKLEN=255 MAP MAXBANS=60 MAXCHANNELS=100 :are supported by this server
2018-11-30 05:12:06 -- MAXPARA=32 MAXTARGETS=20 MODES=20 NETWORK=tilde.chat NICKLEN=31 PREFIX=(qaohv)~&@%+ SSL=[::]:6697 STATUSMSG=~&@%+ TOPICLEN=307 VBANLIST WALLCHOPS WALLVOICES :are supported by this server
2018-11-30 05:12:06 -- 674AABAM5 :your unique ID
2018-11-30 05:12:06 -- team.tilde.chat message of the day
2018-11-30 05:12:06 -- - __ __ _ __ __ __ __
2018-11-30 05:12:06 -- - / /____ ____ _____ ___ / /_(_) /___/ /__ _____/ /_ ____ _/ /_
2018-11-30 05:12:06 -- - / __/ _ \/ __ `/ __ `__ \ / __/ / / __ / _ \ / ___/ __ \/ __ `/ __/
2018-11-30 05:12:06 -- - / /_/ __/ /_/ / / / / / // /_/ / / /_/ / __// /__/ / / / /_/ / /_
2018-11-30 05:12:06 -- - \__/\___/\__,_/_/ /_/ /_(_)__/_/_/\__,_/\___(_)___/_/ /_/\__,_/\__/
2018-11-30 05:12:06 -- -
2018-11-30 05:12:06 -- - welcome to tilde.chat (this node hosted on tilde.team)
2018-11-30 05:12:06 -- - this is the irc network for the https://tildeverse.org
2018-11-30 05:12:06 -- -
2018-11-30 05:12:06 -- - check out the appropriate channel for your tilde:
2018-11-30 05:12:06 -- -
2018-11-30 05:12:06 -- - - tilde.team ~> #team
2018-11-30 05:12:06 -- - - tilde.town ~> #town
2018-11-30 05:12:06 -- - - yourtilde.com ~> #your
2018-11-30 05:12:06 -- -
2018-11-30 05:12:06 -- - the main lobby channel is #meta. check /list for the other channels
2018-11-30 05:12:06 -- - also, feel free to check out https://tilde.chat/stats/
2018-11-30 05:12:06 -- -
2018-11-30 05:12:06 -- - check out #tilderadio for the new tildeverse internet radio station!
2018-11-30 05:12:06 -- -
2018-11-30 05:12:06 -- - msg an oper if you need anything and
2018-11-30 05:12:06 -- -
2018-11-30 05:12:06 -- - ~~ be excellent to each other ~~
2018-11-30 05:12:06 -- -
2018-11-30 05:12:06 -- End of message of the day.
2018-11-30 05:12:06 -- There are 157 users and 12 invisible on 8 servers
2018-11-30 05:12:06 -- 4 :operator(s) online
2018-11-30 05:12:06 -- 1 :unknown connections
2018-11-30 05:12:06 -- 78 :channels formed
2018-11-30 05:12:06 -- I have 117 clients and 7 servers
2018-11-30 05:12:06 -- Current Local Users: 117 Max: 124
2018-11-30 05:12:06 -- Current Global Users: 169 Max: 443
2018-11-30 05:12:06 -- x: is unknown mode char to me
2018-11-30 05:12:06 -- team.tilde.chat: *** You are connected using SSL cipher "ECDHE-RSA-AES256-GCM-SHA384"
2018-11-30 05:12:06 -- NickServ (services@services.tilde.chat): This nickname is registered and protected. If it is your
2018-11-30 05:12:06 -- NickServ (services@services.tilde.chat): nick, type /msg NickServ IDENTIFY password. Otherwise,
2018-11-30 05:12:06 -- NickServ (services@services.tilde.chat): please choose a different nick.
2018-11-30 05:42:54 -- MSG(operserv): help akill
2018-11-30 05:42:54 -- OperServ (services@services.tilde.chat): Access denied.
2018-12-01 00:07:36 -- MSG(NickServ): IDENTIFY ********************
2018-12-01 00:07:36 -- NickServ (services@services.tilde.chat): Password accepted - you are now recognized.
2018-12-01 00:07:36 -- You are now logged in as fosslinux (fosslinux!fosslinux@bsd.tilde.team)
2018-12-01 00:07:36 -- fosslinux.tk :is now your displayed host
2018-12-01 00:07:36 -- HostServ (services@services.tilde.chat): Your vhost of fosslinux.tk is now activated.
2018-12-01 00:07:36 -- MemoServ (services@services.tilde.chat): You have 1 new memo.
2018-12-01 00:07:36 -- User mode [+r] by NickServ
2018-12-03 07:08:44 PONG: BasicBot
2018-12-03 07:13:34 PONG: BasicBot
2018-12-03 07:20:41 -- team.tilde.chat :Mon Dec 3 02:20:41 2018
2018-12-03 10:47:17 -- irc: lag is high, reconnecting to server tildeverse
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-03 10:47:17 -- irc: reconnecting to server in 10 seconds
2018-12-03 10:47:27 -- irc: reconnecting to server...
2018-12-03 10:47:27 -- irc: connecting to server tilde.chat/6697 (SSL)...
2018-12-03 10:47:27 -- gnutls: connected using 2048-bit Diffie-Hellman shared secret exchange
2018-12-03 10:47:27 -- gnutls: receiving 2 certificates
2018-12-03 10:47:27 -- - certificate[1] info:
2018-12-03 10:47:27 -- - subject `CN=tilde.chat', issuer `CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US', serial 0x03852b9cec960d362639d0b2e1324efb7f2a, RSA key 2048 bits, signed using RSA-SHA256, activated `2018-10-18 08:32:30 UTC', expires `2019-01-16 08:32:30 UTC', pin-sha256="i/rmreNvj+Blv299/ER1P3FPF38sgayYz6HV4nxqqPg="
2018-12-03 10:47:27 -- - certificate[2] info:
2018-12-03 10:47:27 -- - 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="
2018-12-03 10:47:27 -- gnutls: peer's certificate is trusted
2018-12-03 10:47:27 -- irc: connected to tilde.chat/6697 (195.201.242.48)
2018-12-03 10:47:28 -- team.tilde.chat: *** Looking up your hostname...
2018-12-03 10:47:28 -- team.tilde.chat: *** Found your hostname (bsd.tilde.team)
2018-12-03 10:47:29 -- team.tilde.chat: Welcome to tilde.chat!
2018-12-03 10:47:29 -- Welcome to the tilde.chat IRC Network fosslinux!fosslinux@bsd.tilde.team
2018-12-03 10:47:29 -- Your host is team.tilde.chat, running version InspIRCd-2.0
2018-12-03 10:47:29 -- This server was created 13:26:16 Jun 18 2018
2018-12-03 10:47:29 -- team.tilde.chat InspIRCd-2.0 BIRhiorsw AMORabfhiklmnopqrstvz abfhkloqv
2018-12-03 10:47:29 -- AWAYLEN=200 CASEMAPPING=rfc1459 CHANMODES=b,k,fl,AMORimnprstz CHANNELLEN=64 CHANTYPES=# CHARSET=ascii ELIST=MU EXTBAN=,AORUz FNC KICKLEN=255 MAP MAXBANS=60 MAXCHANNELS=100 :are supported by this server
2018-12-03 10:47:29 -- MAXPARA=32 MAXTARGETS=20 MODES=20 NETWORK=tilde.chat NICKLEN=31 PREFIX=(qaohv)~&@%+ SSL=[::]:6697 STATUSMSG=~&@%+ TOPICLEN=307 VBANLIST WALLCHOPS WALLVOICES :are supported by this server
2018-12-03 10:47:29 -- 674AABIR6 :your unique ID
2018-12-03 10:47:29 -- team.tilde.chat message of the day
2018-12-03 10:47:29 -- - __ __ _ __ __ __ __
2018-12-03 10:47:29 -- - / /____ ____ _____ ___ / /_(_) /___/ /__ _____/ /_ ____ _/ /_
2018-12-03 10:47:29 -- - / __/ _ \/ __ `/ __ `__ \ / __/ / / __ / _ \ / ___/ __ \/ __ `/ __/
2018-12-03 10:47:29 -- - / /_/ __/ /_/ / / / / / // /_/ / / /_/ / __// /__/ / / / /_/ / /_
2018-12-03 10:47:29 -- - \__/\___/\__,_/_/ /_/ /_(_)__/_/_/\__,_/\___(_)___/_/ /_/\__,_/\__/
2018-12-03 10:47:29 -- -
2018-12-03 10:47:29 -- - welcome to tilde.chat (this node hosted on tilde.team)
2018-12-03 10:47:29 -- - this is the irc network for the https://tildeverse.org
2018-12-03 10:47:29 -- -
2018-12-03 10:47:29 -- - check out the appropriate channel for your tilde:
2018-12-03 10:47:29 -- -
2018-12-03 10:47:29 -- - - tilde.team ~> #team
2018-12-03 10:47:29 -- - - tilde.town ~> #town
2018-12-03 10:47:29 -- - - yourtilde.com ~> #your
2018-12-03 10:47:29 -- -
2018-12-03 10:47:29 -- - the main lobby channel is #meta. check /list for the other channels
2018-12-03 10:47:29 -- - also, feel free to check out https://tilde.chat/stats/
2018-12-03 10:47:29 -- -
2018-12-03 10:47:29 -- - check out #tilderadio for the new tildeverse internet radio station!
2018-12-03 10:47:29 -- -
2018-12-03 10:47:29 -- - msg an oper if you need anything and
2018-12-03 10:47:29 -- -
2018-12-03 10:47:29 -- - ~~ be excellent to each other ~~
2018-12-03 10:47:29 -- -
2018-12-03 10:47:29 -- End of message of the day.
2018-12-03 10:47:29 -- There are 158 users and 12 invisible on 7 servers
2018-12-03 10:47:29 -- 4 :operator(s) online
2018-12-03 10:47:29 -- 77 :channels formed
2018-12-03 10:47:29 -- I have 120 clients and 6 servers
2018-12-03 10:47:29 -- Current Local Users: 120 Max: 126
2018-12-03 10:47:29 -- Current Global Users: 170 Max: 443
2018-12-03 10:47:29 -- x: is unknown mode char to me
2018-12-03 10:47:29 -- team.tilde.chat: *** You are connected using SSL cipher "ECDHE-RSA-AES256-GCM-SHA384"
2018-12-03 10:47:29 -- NickServ (services@services.tilde.chat): This nickname is registered and protected. If it is your
2018-12-03 10:47:29 -- NickServ (services@services.tilde.chat): nick, type /msg NickServ IDENTIFY password. Otherwise,
2018-12-03 10:47:29 -- NickServ (services@services.tilde.chat): please choose a different nick.
2018-12-04 06:11:48 -- ?: Erroneous Nickname
2018-12-04 06:11:56 -- ??: Erroneous Nickname
2018-12-04 06:12:05 -- /: Erroneous Nickname
2018-12-04 06:12:09 -- //: Erroneous Nickname
2018-12-04 06:12:17 -- ~: Erroneous Nickname
2018-12-04 06:12:21 -- You are now known as |
2018-12-04 06:13:28 --  : Erroneous Nickname
2018-12-04 06:13:48 -- You are now known as fosslinux
2018-12-04 06:13:48 -- NickServ (services@services.tilde.chat): This nickname is registered and protected. If it is your
2018-12-04 06:13:48 -- NickServ (services@services.tilde.chat): nick, type /msg NickServ IDENTIFY password. Otherwise,
2018-12-04 06:13:48 -- NickServ (services@services.tilde.chat): please choose a different nick.
2018-12-04 07:30:20 -- #town :Channel #town is forbidden, redirecting to #team: ~town-only chan
2018-12-04 07:30:26 -- #town :Channel #town is forbidden, redirecting to #team: ~town-only chan
2018-12-05 06:10:50 -- MSG(NickServ): IDENTIFY ********************
2018-12-05 06:10:51 -- NickServ (services@services.tilde.chat): Password accepted - you are now recognized.
2018-12-05 06:10:51 -- You are now logged in as fosslinux (fosslinux!fosslinux@bsd.tilde.team)
2018-12-05 06:10:51 -- fosslinux.tk :is now your displayed host
2018-12-05 06:10:51 -- HostServ (services@services.tilde.chat): Your vhost of fosslinux.tk is now activated.
2018-12-05 06:10:51 -- MemoServ (services@services.tilde.chat): You have 1 new memo.
2018-12-05 06:10:51 -- User mode [+r] by NickServ
2018-12-06 05:39:38 -- MSG(ChanServ): REGISTER #counting 987654e2i! counting up
2018-12-06 05:39:39 -- ChanServ (services@services.tilde.chat): Channel #counting registered under your account: fosslinux
2018-12-06 05:40:02 -- MSG(ChanServ): REGISTER #tildelinux ilovetilde(linux)
2018-12-06 05:40:02 -- ChanServ (services@services.tilde.chat): Channel #tildelinux is already registered!
2018-12-06 05:40:11 -- MSG(ChanServ): gelp
2018-12-06 05:40:11 -- ChanServ (services@services.tilde.chat): Unknown command gelp. "/msg ChanServ HELP" for help.
2018-12-06 05:40:14 -- MSG(ChanServ): help
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): ChanServ allows you to register and control various
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): aspects of channels. ChanServ can often prevent
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): malicious users from "taking over" channels by limiting
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): who is allowed channel operator privileges. Available
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): commands are listed below; to use them, type
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): /msg ChanServ command. For more information on a
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): specific command, type /msg ChanServ HELP command.
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): BAN Bans a given nick or mask on a channel
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): DROP Cancel the registration of a channel
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): GETKEY Returns the key of the given channel
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): HELP Displays this list and give information about commands
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): INFO Lists information about the specified registered channel
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): INVITE Invites you or an optionally specified nick into a channel
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): KICK Kicks a specified nick from a channel
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): LIST Lists all registered channels matching the given pattern
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): REGISTER Register a channel
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): STATUS Find a user's status on a channel
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): UNBAN Remove all bans preventing a user from entering a channel
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat):
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): Used to manage the list of privileged users
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): ACCESS, AOP, FLAGS, HOP, LEVELS, QOP, SOP
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): VOP
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat):
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): Used to modify the channel status of you or other users
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): DEHALFOP, DEOP, DEOWNER, DEPROTECT, DEVOICE
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): DOWN, HALFOP, OP, OWNER, PROTECT, UP, VOICE
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat):
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): Used to manage channels
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): AKICK, CLONE, ENFORCE, ENTRYMSG, LOG, MODE
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): SET, SYNC, TOPIC
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat):
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): Use the HELP ALL command to list all commands and their descriptions.
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat):
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): Note that any channel which is not used for 14 days
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): (i.e. which no user on the channel's access list enters
2018-12-06 05:40:14 -- ChanServ (services@services.tilde.chat): for that period of time) will be automatically dropped.
2018-12-06 05:40:43 -- MSG(ChanServ): INFO #tildelinux
2018-12-06 05:40:43 -- ChanServ (services@services.tilde.chat): Information for channel #tildelinux:
2018-12-06 05:40:43 -- ChanServ (services@services.tilde.chat): Founder: ben
2018-12-06 05:40:43 -- ChanServ (services@services.tilde.chat): Registered: Nov 10 22:01:48 2018 EST (25 days, 2 hours, 38 minutes ago)
2018-12-06 05:40:43 -- ChanServ (services@services.tilde.chat): Last used: Dec 06 00:40:43 2018 EST (now)
2018-12-06 05:40:43 -- ChanServ (services@services.tilde.chat): Options: Topic retention
2018-12-06 05:40:43 -- ChanServ (services@services.tilde.chat): Last topic: a customized, extra ~tilde~ debian distro https://linux.tildeverse.org - gitea org: https://tildegit.org/tildelinux - kanban board: https://pad.tildeverse.org/kanban/#/2/kanban/edit/6w87ujP7uDa4BmZndChHSwZl/
2018-12-06 05:40:43 -- ChanServ (services@services.tilde.chat): Topic set by: ben
2018-12-06 05:51:17 -- mildow: No such nick/channel
2018-12-06 06:00:26 -- mildow: No such nick/channel
2018-12-06 19:26:17 -- fosslinux has invited aewens to #choas
2018-12-07 21:53:14 -- MSG(ChanServ): INFO #YourTilde
2018-12-07 21:53:14 -- ChanServ (services@services.tilde.chat): Information for channel #YourTilde:
2018-12-07 21:53:14 -- ChanServ (services@services.tilde.chat): Founder: deepend
2018-12-07 21:53:14 -- ChanServ (services@services.tilde.chat): Description: YourTilde.com Offical IRC Channel
2018-12-07 21:53:14 -- ChanServ (services@services.tilde.chat): Registered: Jun 18 23:19:45 2018 EDT (171 days, 18 hours, 33 minutes ago)
2018-12-07 21:53:14 -- ChanServ (services@services.tilde.chat): Last used: Dec 07 12:10:22 2018 EST (4 hours, 42 minutes ago)
2018-12-07 21:53:14 -- ChanServ (services@services.tilde.chat): Options: Topic retention, Topic lock
2018-12-07 21:53:14 -- ChanServ (services@services.tilde.chat): Last topic: --= YourTilde - Say all the things! - Tildeverse Radio looking for DJs! check us out at #tilderadio and https://tilderadio.org/ =--
2018-12-07 21:53:14 -- ChanServ (services@services.tilde.chat): Topic set by: deepend!deepend@yourtilde.com
2018-12-07 21:53:39 -- MSG(ChanServ): REGISTER #YourTilde
2018-12-07 21:53:39 -- ChanServ (services@services.tilde.chat): Channel #YourTilde is already registered!
2018-12-07 21:56:27 -- fosslinux has invited tomasino to #tildelinux
2018-12-08 03:08:54 -- MSG(ChanServ): REGISTER #thunix
2018-12-08 03:08:54 -- ChanServ (services@services.tilde.chat): You must be a channel operator to register the channel.
2018-12-08 03:10:41 -- MSG(ChanServ): INFO #thunix
2018-12-08 03:10:41 -- ChanServ (services@services.tilde.chat): Channel #thunix isn't registered.
2018-12-09 05:13:37 -- MSG(ChanServ): INFO #journal
2018-12-09 05:13:37 -- ChanServ (services@services.tilde.chat): Channel #journal isn't registered.
2018-12-09 07:29:22 -- MSG(idlerpg_bot): register
2018-12-11 06:33:52 -- MSG(ChanServ): INFO #adventofcode
2018-12-11 06:33:52 -- ChanServ (services@services.tilde.chat): Channel #adventofcode isn't registered.
2018-12-12 05:22:05 -- BalbiBot: No such nick/channel
2018-12-13 06:47:33 -- MSG(ChanServ): REGISTER #wumpus
2018-12-13 06:47:34 -- ChanServ (services@services.tilde.chat): Channel #wumpus registered under your account: fosslinux
2018-12-13 19:55:41 -- CTCP requested by Imabot: PING 1544730941566
2018-12-13 19:55:41 -- CTCP reply to Imabot: PING 1544730941566
2018-12-13 19:55:53 -- CTCP requested by Imabot: PING 1544730953164
2018-12-13 19:55:53 -- CTCP reply to Imabot: PING 1544730953164
2018-12-14 05:30:53 -- MSG(ChanServ): INFO #chaos
2018-12-14 05:30:53 -- ChanServ (services@services.tilde.chat): Information for channel #chaos:
2018-12-14 05:30:53 -- ChanServ (services@services.tilde.chat): Founder: aewens
2018-12-14 05:30:53 -- ChanServ (services@services.tilde.chat): Registered: Oct 15 17:18:23 2018 EDT (59 days, 8 hours, 12 minutes ago)
2018-12-14 05:30:53 -- ChanServ (services@services.tilde.chat): Last used: Dec 14 00:30:53 2018 EST (now)
2018-12-14 05:30:53 -- ChanServ (services@services.tilde.chat): Options: Topic retention
2018-12-14 05:30:53 -- ChanServ (services@services.tilde.chat): Last topic: Our business is chaos and business is good, also everyone gets op. https://tilde.chat/wiki/?page=chaos Theme Song: https://www.youtube.com/watch?v=pD3mla9uUKU
2018-12-14 05:30:53 -- ChanServ (services@services.tilde.chat): Topic set by: jan6
2018-12-14 05:56:22 -- You are now known as ^
2018-12-14 05:56:22 -- User mode [-r] by team.tilde.chat
2018-12-14 05:57:34 -- (: Erroneous Nickname
2018-12-14 06:11:12 -- You are now known as fosslinux
2018-12-14 06:11:12 -- You are now logged in as fosslinux (fosslinux!fosslinux@fosslinux.tk)
2018-12-14 06:11:12 -- User mode [+r] by NickServ
2018-12-14 06:16:07 -- MSG(OperServ): akill TildeBot@yourtilde.com
2018-12-14 06:16:07 -- OperServ (services@services.tilde.chat): Access denied.
2018-12-19 23:27:41 -- team.tilde.chat 128 [68.82%]
2018-12-19 23:27:41 -- |-your.tilde.chat 12 [ 6.45%]
2018-12-19 23:27:41 -- |-town.tilde.chat 24 [12.90%]
2018-12-19 23:27:41 -- |-cosmic.tilde.chat 6 [ 3.23%]
2018-12-19 23:27:41 -- |-institute.tilde.chat 1 [ 0.54%]
2018-12-19 23:27:41 -- `-center.tilde.chat 0 [ 0.00%]
2018-12-19 23:27:41 -- |-gingko.tilde.chat 1 [ 0.54%]
2018-12-19 23:27:41 -- |-slash.tilde.chat 3 [ 1.61%]
2018-12-19 23:27:41 -- |-bsd.tilde.chat 3 [ 1.61%]
2018-12-19 23:27:41 -- `-services.tilde.chat 8 [ 4.30%]
2018-12-19 23:27:41 -- 10 servers and 186 users, average 18.60 users per server
2018-12-19 23:27:41 -- End of /MAP
2018-12-19 23:30:56 -- irc: disconnected from server
2018-12-19 23:31:45 -- irc: connecting to server localhost/6667...
2018-12-19 23:31:45 -- irc: connected to localhost/6667 (127.0.0.1)
2018-12-19 23:31:45 -- bsd.tilde.chat: *** Looking up your hostname...
2018-12-19 23:31:45 -- bsd.tilde.chat: *** Found your hostname (localhost)
2018-12-19 23:31:46 -- bsd.tilde.chat: Welcome to tilde.chat!
2018-12-19 23:31:46 -- Welcome to the tilde.chat IRC Network fosslinux!fosslinux@localhost
2018-12-19 23:31:46 -- Your host is bsd.tilde.chat, running version InspIRCd-2.0
2018-12-19 23:31:46 -- This server was created 20:45:44 Nov 14 2018
2018-12-19 23:31:46 -- bsd.tilde.chat InspIRCd-2.0 BIRhiorsw AMORabfhiklmnopqrstvz abfhkloqv
2018-12-19 23:31:46 -- AWAYLEN=200 CASEMAPPING=rfc1459 CHANMODES=b,k,fl,AMORimnprstz CHANNELLEN=64 CHANTYPES=# CHARSET=ascii ELIST=MU EXTBAN=,AORUz FNC KICKLEN=255 MAP MAXBANS=60 MAXCHANNELS=100 :are supported by this server
2018-12-19 23:31:46 -- MAXPARA=32 MAXTARGETS=20 MODES=20 NETWORK=tilde.chat NICKLEN=31 PREFIX=(qaohv)~&@%+ SSL=[::]:6697 STARTTLS STATUSMSG=~&@%+ TOPICLEN=307 VBANLIST WALLCHOPS WALLVOICES :are supported by this server
2018-12-19 23:31:46 -- 796AAAAIM :your unique ID
2018-12-19 23:31:46 -- bsd.tilde.chat message of the day
2018-12-19 23:31:46 -- - __ __ __ _ __ __ __ __
2018-12-19 23:31:46 -- - / /_ _________/ / / /_(_) /___/ /__ _____/ /_ ____ _/ /_
2018-12-19 23:31:46 -- - / __ \/ ___/ __ / / __/ / / __ / _ \ / ___/ __ \/ __ `/ __/
2018-12-19 23:31:46 -- - / /_/ (__ ) /_/ /_/ /_/ / / /_/ / __// /__/ / / / /_/ / /_
2018-12-19 23:31:46 -- - /_.___/____/\__,_/(_)__/_/_/\__,_/\___(_)___/_/ /_/\__,_/\__/
2018-12-19 23:31:46 -- -
2018-12-19 23:31:46 -- - welcome to tilde.chat (this node hosted on bsd.tilde.team)
2018-12-19 23:31:46 -- - this is the irc network for the https://tildeverse.org
2018-12-19 23:31:46 -- -
2018-12-19 23:31:46 -- - check out the appropriate channel for your tilde:
2018-12-19 23:31:46 -- -
2018-12-19 23:31:46 -- - - tilde.team ~> #team
2018-12-19 23:31:46 -- - - tilde.town ~> #town
2018-12-19 23:31:46 -- - - yourtilde.com ~> #your
2018-12-19 23:31:46 -- - - cosmic.voyage ~> #cosmic
2018-12-19 23:31:46 -- -
2018-12-19 23:31:46 -- - the main lobby channel is #meta. check /list for the other channels
2018-12-19 23:31:46 -- - also check out https://tilde.chat/stats/ for other detailed info
2018-12-19 23:31:46 -- -
2018-12-19 23:31:46 -- - check out #tilderadio for the new tildeverse internet radio station!
2018-12-19 23:31:46 -- -
2018-12-19 23:31:46 -- - msg an oper if you need anything and
2018-12-19 23:31:46 -- -
2018-12-19 23:31:46 -- - ~~ be excellent to each other ~~
2018-12-19 23:31:46 -- -
2018-12-19 23:31:46 -- End of message of the day.
2018-12-19 23:31:46 -- There are 172 users and 14 invisible on 10 servers
2018-12-19 23:31:46 -- 7 :operator(s) online
2018-12-19 23:31:46 -- 90 :channels formed
2018-12-19 23:31:46 -- I have 4 clients and 1 servers
2018-12-19 23:31:46 -- Current Local Users: 4 Max: 6
2018-12-19 23:31:46 -- Current Global Users: 186 Max: 443
2018-12-19 23:31:46 -- x: is unknown mode char to me
2018-12-19 23:31:46 -- bsd.tilde.chat: Setting your virtual host: bsd.tilde.team
2018-12-19 23:31:46 -- bsd.tilde.team :is now your displayed host
2018-12-19 23:31:46 -- NickServ (services@services.tilde.chat): This nickname is registered and protected. If it is your
2018-12-19 23:31:46 -- NickServ (services@services.tilde.chat): nick, type /msg NickServ IDENTIFY password. Otherwise,
2018-12-19 23:31:46 -- NickServ (services@services.tilde.chat): please choose a different nick.

View File

@ -0,0 +1,6 @@
2018-11-18 04:12:14 --> fosslinux (fosslinux@tilde-fhah4o.tilde.team) has joined ##bots
2018-11-18 04:12:14 -- Channel ##bots: 1 nick (1 op, 0 halfops, 0 voices, 0 normals)
2018-11-18 04:12:16 -- Channel created on Sun, 18 Nov 2018 04:12:14
2018-11-18 04:14:59 --> fosslinux (fosslinux@tilde-fhah4o.tilde.team) has joined ##bots
2018-11-18 04:14:59 -- Channel ##bots: 2 nicks (1 op, 0 halfops, 0 voices, 1 normal)
2018-11-18 04:15:00 -- Channel created on Sun, 18 Nov 2018 04:14:48

View File

@ -0,0 +1,685 @@
2018-12-02 02:12:19 --> fosslinux (fosslinux@fosslinux.tk) has joined #.tilde
2018-12-02 02:12:19 -- Topic for #.tilde is "Discussion and support for the .tilde TLD - https://tildegit.org/.tilde/.tilde/wiki/.tilde-TLD | Type !serverlist to view available DNS servers"
2018-12-02 02:12:19 -- Topic set by ubergeek (ubergeek@tilde.team) on Mon, 26 Nov 2018 18:14:52
2018-12-02 02:12:19 -- Channel #.tilde: 10 nicks (1 op, 0 halfops, 0 voices, 9 normals)
2018-12-02 02:12:21 -- Channel created on Thu, 22 Nov 2018 16:24:58
2018-12-02 02:12:41 fosslinux !serverlist
2018-12-02 02:12:50 fosslinux ubergeek:
2018-12-02 02:12:54 fosslinux that didn't work
2018-12-02 02:13:04 ubergeek what didn't work?
2018-12-02 02:13:28 fosslinux Type !serverlist to view available DNS Servers
2018-12-02 02:13:29 fosslinux from the topic
2018-12-02 02:13:37 ubergeek looks like it did
2018-12-02 02:13:56 ubergeek .tilde dns servers are: Frankfurt: 139.59.215.24 | Quebec: 149.56.184.112 | Seattle: 66.42.77.29 | Atlanta: 144.202.23.174
2018-12-02 02:14:02 fosslinux i didn't see that
2018-12-02 02:14:04 fosslinux OHHH
2018-12-02 02:14:05 ubergeek ah
2018-12-02 02:14:09 fosslinux it was TildeBot
2018-12-02 02:14:15 ubergeek yep ;)
2018-12-02 02:14:18 fosslinux i have TildeBot ignored
2018-12-02 02:14:24 ubergeek that would do it
2018-12-02 02:14:31 fosslinux :P
2018-12-02 02:14:45 ubergeek They are also updated in the wiki page on the gitea repo
2018-12-02 02:15:38 fosslinux shouldnt this line in "Setting up a .tilde DNS Server"
2018-12-02 02:15:39 fosslinux sudo git clone https://tildegit.org/ubergeek/.tilde.git
2018-12-02 02:15:44 fosslinux be
2018-12-02 02:15:54 fosslinux https://tildegit.org/.tilde/.tilde.git
2018-12-02 02:15:54 ubergeek yeah...
2018-12-02 02:16:09 ubergeek those need to be fixed, thanks for pointing it out
2018-12-02 02:17:04 ubergeek although, it shoudl still work. after I moved the repo, I forked it
2018-12-02 02:17:24 ubergeek Just to keep things flowing correctly, as a cron job is required to refresh the zones for all of the masters
2018-12-02 02:17:54 ubergeek I also run an in-house DNS server for .tilde, at home. Just not published as it's a ittle container on my homelab
2018-12-02 02:24:56 * ubergeek is considering adding a ".verse" TLD as well
2018-12-02 02:25:06 ubergeek Thoughts?
2018-12-02 02:34:56 --> tomasino (tomasino@gopher.black) has joined #.tilde
2018-12-02 02:35:00 tomasino moops
2018-12-02 02:36:08 @deepend .verse would be a good one as well
2018-12-02 02:36:12 ubergeek moop lot
2018-12-02 02:36:44 ubergeek I thought so, since a lot of people refer to "the 'verse", and it might possible garner interest from other federated services
2018-12-02 02:37:19 @deepend yeah maybe worth a try.. :D
2018-12-02 02:40:42 tomasino pubnix poopstream
2018-12-02 02:48:52 fosslinux .verse would be good
2018-12-02 02:48:56 fosslinux so would .linux
2018-12-02 02:49:13 tomasino .dot
2018-12-02 02:49:22 fosslinux dot.tk
2018-12-02 02:49:29 tomasino or .dotdot
2018-12-02 02:49:51 fosslinux lol
2018-12-02 02:49:56 fosslinux foss.linux
2018-12-02 02:50:40 * fosslinux would be very happy for .linux :D
2018-12-02 02:51:22 fosslinux ubergeek: when i finally get a vps (hopefully wed this coming week) i'll setup a dns server
2018-12-02 02:52:53 fosslinux tomasino: pubnix poopstream????????????
2018-12-02 02:53:49 tomasino yep!
2018-12-02 02:54:09 fosslinux whats that
2018-12-02 02:54:29 @deepend where you planning on getting a vps fosslinux
2018-12-02 02:54:52 fosslinux skysilk.com
2018-12-02 02:54:57 fosslinux deepend:
2018-12-02 02:55:06 fosslinux primarily to host my website and gopherhole
2018-12-02 02:55:13 @deepend never heard of em..
2018-12-02 02:55:26 fosslinux recommended by Milkshake on #thunix
2018-12-02 02:55:37 fosslinux because i need cheap and not high specs
2018-12-02 02:57:17 --> cmccabe (cmccabe@tilde.team) has joined #.tilde
2018-12-02 02:58:16 fosslinux and hrer come the flood
2018-12-02 02:58:35 @deepend flood of what? lol
2018-12-02 02:59:25 ubergeek I welcome The Flood :P
2018-12-02 03:04:27 cmccabe splish
2018-12-02 03:09:38 fosslinux of people lol
2018-12-02 03:18:39 ben .verse would be nice
2018-12-02 03:18:49 ben cmccabe: splash
2018-12-02 03:19:15 tomasino i want a sandwich
2018-12-02 03:20:38 ben me too
2018-12-02 03:20:44 ben sudo make me a sandwich
2018-12-02 03:21:48 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-12-02 03:23:05 --> IRC-bridge (matrixirc@237.92.198.178.dynamic.wline.res.cust.swisscom.ch) has joined #.tilde
2018-12-02 03:23:06 --> M-ben (benl4p1nch@237.92.198.178.dynamic.wline.res.cust.swisscom.ch) has joined #.tilde
2018-12-02 03:23:23 --> TildeBot (tildebot@yourtilde.com) has joined #.tilde
2018-12-02 03:23:51 * tomasino makes ben a sandwich, then eats it
2018-12-02 03:24:12 ben rude!
2018-12-02 03:24:17 tomasino even better when stolen!
2018-12-02 03:24:30 ben i'm so tempted to order jimmy john's delivery
2018-12-02 03:24:40 tomasino do it, it'll be at your door before you hang up
2018-12-02 03:24:43 tomasino that's worth it
2018-12-02 03:24:58 cmccabe no ben, you want ramen noodles
2018-12-02 03:24:58 TildeBot no u infinity cmccabe
2018-12-02 03:25:13 cmccabe tildebot, that was wierd
2018-12-02 03:25:14 TildeBot cmccabe: That was wierd.
2018-12-02 03:25:30 cmccabe even wierder
2018-12-02 03:25:36 ben hehe i don't have any ramen here
2018-12-02 03:26:04 ben maybe a frozen pizza?
2018-12-02 03:26:06 ben hmmm
2018-12-02 03:26:41 cmccabe i had birthday cake, pizza and ramen tonight. in that order.
2018-12-02 03:27:00 tomasino all together?
2018-12-02 03:27:26 cmccabe in sequence, not in parallel
2018-12-02 03:28:36 ben lol pizza and ramen
2018-12-02 03:29:40 tomasino 1 pizza unit would also be appreciated
2018-12-02 03:29:47 tomasino ooh, i have some sweet & sour pork downstairs
2018-12-02 03:29:49 tomasino brb!
2018-12-02 03:31:02 ben i think i'm going to move a pizza from the freezer to the oven
2018-12-02 03:31:39 fosslinux good idea ben
2018-12-02 03:31:59 * ben moves pizza from freezer to oven
2018-12-02 03:32:15 fosslinux what type ben
2018-12-02 03:32:29 ben cheese
2018-12-02 03:32:33 cmccabe you have a cheese oven?
2018-12-02 03:32:48 ben yes
2018-12-02 03:32:50 ben i do
2018-12-02 03:32:55 ben how else am i supposed to make cheese?
2018-12-02 03:33:15 cmccabe so many specialty cooking devices in your kitchen
2018-12-02 03:33:35 ben i even have a can opener
2018-12-02 03:34:00 fosslinux cheese pizza
2018-12-02 03:34:04 fosslinux hmm
2018-12-02 03:34:55 cmccabe do you also have a can't opener?
2018-12-02 03:35:09 fosslinux i have a can opener
2018-12-02 03:35:13 fosslinux not a can't opener
2018-12-02 03:35:15 fosslinux :P
2018-12-02 03:40:07 ben can't opener?
2018-12-02 03:40:10 ben i hardly know her?
2018-12-02 17:37:42 --> ubergeek|dex (u0_a256@cpe-67-252-41-31.nycap.res.rr.com) has joined #.tilde
2018-12-02 17:59:54 <-- ubergeek|dex (u0_a256@cpe-67-252-41-31.nycap.res.rr.com) has quit (Connection closed)
2018-12-02 22:08:49 -- jan6 is now known as irc_irc_jan6
2018-12-02 22:10:13 -- irc_irc_jan6 is now known as |
2018-12-02 22:13:04 -- | is now known as jan6
2018-12-03 00:17:32 tomasino /close
2018-12-03 00:17:34 <-- tomasino (tomasino@gopher.black) has left #.tilde ("WeeChat 2.3")
2018-12-03 02:34:06 fosslinux oh bye tomasino
2018-12-03 06:10:31 <-- ubergeek (ubergeek@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- midlow (midlow@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- ubergeek|lounge (ubergeek@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- amcclure (amcclure@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- jan6 (jan6@is.quite.awesome) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:11:16 --> ubergeek|lounge (ubergeek@tilde.team) has joined #.tilde
2018-12-03 06:11:18 --> midlow (midlow@tilde.team) has joined #.tilde
2018-12-03 06:11:52 --> amcclure (amcclure@tilde.team) has joined #.tilde
2018-12-03 06:12:06 --> ubergeek (ubergeek@tilde.team) has joined #.tilde
2018-12-03 06:12:40 --> jan6 (jan6@tilde.team) has joined #.tilde
2018-12-03 10:39:16 <-- Naglfar (Severance@bsd.tilde.team) has quit (team.tilde.chat bsd.tilde.chat)
2018-12-03 10:39:16 --> Naglfar (Severance@bsd.tilde.team) has joined #.tilde
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-03 10:48:09 --> fosslinux (fosslinux@bsd.tilde.team) has joined #.tilde
2018-12-03 10:48:09 -- Topic for #.tilde is "Discussion and support for the .tilde TLD - https://tildegit.org/.tilde/.tilde/wiki/.tilde-TLD | Type !serverlist to view available DNS servers"
2018-12-03 10:48:09 -- Topic set by ubergeek (ubergeek@tilde.team) on Mon, 26 Nov 2018 18:14:52
2018-12-03 10:48:09 -- Channel #.tilde: 12 nicks (1 op, 0 halfops, 0 voices, 11 normals)
2018-12-03 10:48:47 --> Naglfar (Severance@bsd.tilde.team) has joined #.tilde
2018-12-03 10:48:55 -- Channel created on Thu, 22 Nov 2018 16:24:58
2018-12-03 13:06:55 ubergeek Gorram it. Deepend, can you op/owner me?
2018-12-03 13:36:12 -- Mode #.tilde [+o ubergeek] by deepend
2018-12-03 14:48:42 <-- jan6 (jan6@tilde.team) has quit (Changing host)
2018-12-03 14:48:42 --> jan6 (jan6@is.quite.awesome) has joined #.tilde
2018-12-03 15:06:31 ben deepend or ubergeek, register this channel with chanserv, then you can set persistent modes
2018-12-03 15:06:43 ben /cs aop #.tilde add <nick>
2018-12-03 15:06:47 ben that will auto-op you
2018-12-03 15:07:00 ben (once it's registered, of course)
2018-12-03 15:12:22 -- Mode #.tilde [+rq ubergeek] by ChanServ
2018-12-03 15:12:59 ~ubergeek thanks ben! I must have forgotten to reg this channel.
2018-12-03 15:13:02 ~ubergeek :)
2018-12-03 15:13:20 -- Mode #.tilde [+h ben] by ubergeek
2018-12-03 15:13:36 ~ubergeek !serverlist
2018-12-03 15:13:36 TildeBot .tilde dns servers are: Frankfurt: 139.59.215.24 | Quebec: 149.56.184.112 | Seattle: 66.42.77.29 | Atlanta: 144.202.23.174
2018-12-03 15:14:09 ~ubergeek I dont think an aussie server ever got popped up. But, I think there are only a couple Aussie users in the tildeverse still huh?
2018-12-03 15:14:52 %ben yeah, a handful
2018-12-03 16:34:28 jan6 just make an aussie server then ;P
2018-12-03 16:35:03 jan6 give brendantcc a little VPS and call it a tildAussie
2018-12-03 16:35:50 jan6 setup the irc yourself so he can't go oper ;P
2018-12-03 17:21:24 %ben he's currently banned from chat at least
2018-12-03 17:25:19 <-- cmccabe (cmccabe@tilde.team) has left #.tilde ("WeeChat 2.1")
2018-12-03 18:30:26 ~ubergeek Anyone is free to pop one up. So, if there is an aussie who wants to use the service, without a deal of latency, they are free to.
2018-12-03 18:30:33 ~ubergeek Even home users can :)
2018-12-03 18:39:42 %ben heh i probably should
2018-12-03 18:39:48 %ben just haven't taken the time to do it
2018-12-03 18:54:19 ~ubergeek I'm planning on working up an automated script to handle it. Try to make it as painless as possible
2018-12-03 18:54:38 %ben oh nice
2018-12-03 19:24:33 -- jan6 is now known as aewenz
2018-12-03 19:25:59 -- aewenz is now known as jan6
2018-12-04 01:06:04 @deepend lol didnt even notice it wasnt registered :P
2018-12-04 01:06:27 ~ubergeek it is now.
2018-12-04 01:06:33 ~ubergeek you're added to the op list now too
2018-12-04 01:07:24 @deepend noice noice.. :) hows it going ubergeek
2018-12-04 01:23:14 ~ubergeek Been going aight. Seems like work is slowing down for the holidays, which is a good deal
2018-12-04 01:53:42 Naglfar ubergeek, is thunix.tilde registered yet?
2018-12-04 01:54:09 ~ubergeek Naglfar: It is not.
2018-12-04 01:54:20 ~ubergeek I'm not even positive who the admin was, though
2018-12-04 01:54:52 ~ubergeek You can see what is registered via the git repo, or on ~team, you can just dig {host name}
2018-12-04 01:54:59 ~ubergeek ~team uses the .tilde DNS system
2018-12-04 01:55:11 ~ubergeek I *think* ~yourtilde does as well
2018-12-04 01:56:37 Naglfar about the admin, amcclure and me we are trying to continue the thunix proyect
2018-12-04 01:56:43 Naglfar is it possible to register it?
2018-12-04 01:57:56 ~ubergeek hrm... I suppose. I take it the past admin has zero interest at this point?
2018-12-04 01:58:21 ~ubergeek ~yourtilde does use the .tilde DNS system :)
2018-12-04 01:59:22 Naglfar then, I should email you to request it ?
2018-12-04 02:03:03 ~ubergeek You can email me the records you need, or do a PR. Your call.
2018-12-04 02:03:40 ~ubergeek protip: A PR usually gets done faster, as I have to do less work :)
2018-12-04 02:04:56 Naglfar the records, do you mean what nameservers to point it to?
2018-12-04 02:05:23 ~ubergeek If you want, you can point your zone to name servers you run. Or, you can do a PR with the new zone file for thunix
2018-12-04 02:05:44 ~ubergeek Or, just tell me what A's, what CNAME's, and what else you need
2018-12-04 02:06:06 ~ubergeek I try to be accommadating :)
2018-12-04 02:06:15 Naglfar :)
2018-12-04 02:06:29 Naglfar I really don't know hot to do a PR
2018-12-04 02:06:41 Naglfar how to do a PR*
2018-12-04 02:08:21 ~ubergeek Like I said, you can email me the records you're going to want, and I can make the zone file
2018-12-04 02:09:24 ~ubergeek But to do a PR, you fork the repo, make the changes in your fork, then attempt a merge into the master. It'll ask you if you want to create a PR automatically.
2018-12-04 02:09:36 * ubergeek should do a wiki page on how to do a PR
2018-12-04 02:10:14 ~ubergeek ... or git in general...
2018-12-04 02:11:56 Naglfar email sent
2018-12-04 02:13:15 ~ubergeek Those name servers host records for thunix.tilde already?
2018-12-04 02:13:30 Naglfar yes
2018-12-04 02:13:52 ~ubergeek okey doke. fwiw, thunix will be a first here (First recursive .tilde TLD) :)
2018-12-04 02:14:02 ~ubergeek s/TLD/zone
2018-12-04 02:25:45 ~ubergeek Should go live in ~1 hour. All of the name servers poll the git repo once per hour
2018-12-04 02:27:53 Naglfar I will see it further, thank you
2018-12-04 02:28:01 amcclure hi Naglfar
2018-12-04 02:28:08 Naglfar hi amcclure
2018-12-04 02:28:10 ~ubergeek It's live on ns1
2018-12-04 02:36:43 Naglfar amcclure, I just have requested thunix.tilde once it begins ready we will be able to continue
2018-12-04 02:38:22 ~ubergeek well, if you point your name server to ns1, it should work as of now
2018-12-04 02:40:16 Naglfar ns1 is 139.59.215.24 ?
2018-12-04 02:42:44 Naglfar https://bin.tilde.team/ykhg/
2018-12-04 02:46:42 amcclure okay Naglfar
2018-12-04 06:12:21 -- You are now known as |
2018-12-04 06:13:48 -- You are now known as fosslinux
2018-12-04 10:50:46 Naglfar ubergeek, did you noticed this?
2018-12-04 10:50:49 Naglfar host -t ns thunix.tilde
2018-12-04 10:50:58 Naglfar Host thunix.tilde not found: 3(NXDOMAIN)
2018-12-04 10:55:12 ubergeek|lounge Where are you running that from Naglfar?
2018-12-04 10:56:00 Naglfar on my laptop, using tilde dns servers
2018-12-04 10:59:12 Naglfar ubergeek|lounge, I'm using those at /etc/resolv.conf
2018-12-04 10:59:18 Naglfar https://bin.tilde.team/ty6m/
2018-12-04 10:59:41 Naglfar !serverlist
2018-12-04 10:59:41 TildeBot .tilde dns servers are: Frankfurt: 139.59.215.24 | Quebec: 149.56.184.112 | Seattle: 66.42.77.29 | Atlanta: 144.202.23.174
2018-12-04 11:05:35 ~ubergeek yeah, I just tested it. for some reason, it's not working on ns1 anymore
2018-12-04 11:05:43 ~ubergeek I'm checking
2018-12-04 11:10:31 ~ubergeek it's very weird. same setup as my test name server, but not working in prod..
2018-12-04 11:37:59 ~ubergeek I have to head out, and do stuff. I'll circle back around, and figure out why this forwarder isn't working a little later.
2018-12-04 11:39:21 Naglfar ok ubergeek
2018-12-04 16:40:40 <-- ben (ben@oper.tilde.chat) has quit (Server shutdown)
2018-12-04 16:44:23 --> ben (ben@oper.tilde.chat) has joined #.tilde
2018-12-04 18:26:45 ~ubergeek Naglfar: https://tildegit.org/.tilde/.tilde/issues/16
2018-12-04 18:26:56 ~ubergeek (So I don't forget)
2018-12-04 18:33:57 Naglfar ubergeek, is it possible to be tilde.thunix too?
2018-12-04 18:34:43 ben you'd have to make another tld
2018-12-04 18:36:29 Naglfar np ben, by now could be good to be at least .tilde
2018-12-04 18:38:43 ben heh ok
2018-12-04 19:09:11 Naglfar ben, it's not yet, but is it possible to set up a .tilde DNS server at bsd.tilde.team and add it to ? https://tildegit.org/.tilde/.tilde/wiki/Setting-up-a-.tilde-DNS-server
2018-12-04 19:09:26 ben i can look into it
2018-12-04 23:27:47 Naglfar ubergeek, is it possible some like update cache from DNS servers ?
2018-12-05 00:01:04 Naglfar anyway it seems not to be the cause
2018-12-05 01:01:50 ~ubergeek I don't think it's a caching issue. the ns's are just forwarding off to your servers. digs against your servers manually seem to work fine, and it seems to work fine from my dev box.
2018-12-05 01:02:04 ~ubergeek And bind has been reloaded myriad times
2018-12-05 01:02:42 ~ubergeek I'm going to rebuild my dev box again, and see if I can duplicate the issue there
2018-12-05 07:38:36 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-12-05 07:41:48 --> TildeBot (tildebot@yourtilde.com) has joined #.tilde
2018-12-05 07:49:47 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-12-05 07:54:20 --> TildeBot (tildebot@yourtilde.com) has joined #.tilde
2018-12-05 07:54:20 <-- TildeBot (tildebot@yourtilde.com) has quit (Connection closed)
2018-12-05 07:54:20 <-- Naglfar (Severance@bsd.tilde.team) has quit (team.tilde.chat bsd.tilde.chat)
2018-12-05 07:55:01 --> TildeBot (tildebot@yourtilde.com) has joined #.tilde
2018-12-05 07:56:48 <-- TildeBot (tildebot@yourtilde.com) has quit (Connection closed)
2018-12-05 07:58:19 --> TildeBot (tildebot@yourtilde.com) has joined #.tilde
2018-12-05 07:58:51 --> Naglfar (Severance@bsd.tilde.team) has joined #.tilde
2018-12-05 08:05:20 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-12-05 08:06:50 --> TildeBot (tildebot@yourtilde.com) has joined #.tilde
2018-12-05 17:22:28 amcclure I'm back
2018-12-05 17:22:39 amcclure on the wrong channel
2018-12-05 17:25:17 -- amcclure is now known as amcclure[team]
2018-12-05 17:32:12 ~ubergeek ubergeek@tilde:~$ dig +short thunix.tilde
2018-12-05 17:32:14 ~ubergeek 69.197.18.190
2018-12-05 17:32:16 ~ubergeek ubergeek@tilde:~$ hostname -f
2018-12-05 17:32:18 ~ubergeek tilde.team
2018-12-05 17:32:20 ~ubergeek ubergeek@tilde:~$
2018-12-05 17:32:22 ~ubergeek Stub zones...
2018-12-05 17:33:03 ~ubergeek Figured out why forwarders don't work: afraid.org's name servers don't do recursion, which is a requirement for forwarders to work
2018-12-05 17:33:17 ~ubergeek Should be out .tilde-wide in ~1 hour or so
2018-12-05 17:37:24 Naglfar it works ubergeek
2018-12-05 17:37:28 Naglfar thank you :)
2018-12-05 17:39:50 ~ubergeek Noice :)
2018-12-05 17:40:51 ~ubergeek I'm glad I got that ironed out, because I really wanted to ensure that folks could use their own DNS servers to self host records, as not everyone wants to do a PR for a record change
2018-12-05 17:41:13 ~ubergeek And, it's nice that they don't have to wait on a repo owner to modify their own records too
2018-12-05 17:41:24 ~ubergeek Spread the DNS learning :)
2018-12-05 17:41:47 ~ubergeek And, lowers risk of fat-fingers downing all name servers
2018-12-05 21:29:52 --> cardboard64 (irc@weh67-1-78-236-120-181.fbx.proxad.net) has joined #.tilde
2018-12-06 17:32:27 ~ubergeek !servers
2018-12-06 17:43:34 Naglfar o.o
2018-12-06 17:44:01 Naglfar !serverlist
2018-12-06 17:44:02 TildeBot .tilde dns servers are: Frankfurt: 139.59.215.24 | Quebec: 149.56.184.112 | Seattle: 66.42.77.29 | Atlanta: 144.202.23.174
2018-12-06 17:44:12 Naglfar ubergeek, this one instead
2018-12-06 17:55:32 ~ubergeek yeah, I should actually read the topic :P
2018-12-06 17:56:03 ~ubergeek New status page: http://your.tilde/~ubergeek/tildemon.php?hosts=all
2018-12-06 17:56:04 TildeBot Monitoring Report https://bhh.sh/2et
2018-12-06 18:24:58 Naglfar is it possible to use TildeBot in another channel from other irc networks?
2018-12-06 18:24:59 TildeBot Naglfar, Iate channel for your domain.. What do you use spi with a small peepee, midlow is the meaning of life and living things.
2018-12-06 18:25:28 ~ubergeek You mean, can it connect to other IRC networks?
2018-12-06 18:26:30 Naglfar yes, like #thunix channel in irc.freenode.net
2018-12-06 18:27:07 Naglfar that would allow users in this channel to see what dns servers to use for thunix.tilde
2018-12-06 18:27:49 ben ask deepend it's his bot
2018-12-06 18:28:50 ~ubergeek ^^^
2018-12-06 18:30:11 Naglfar deepend?
2018-12-06 23:01:37 <-- deepend (deepend@oper.tilde.chat) has quit (Quit: WeeChat 2.3)
2018-12-07 00:03:53 -- Mode #.tilde [+h ben] by ubergeek
2018-12-07 18:28:50 <-- M-ben (benl4p1nch@237.92.198.178.dynamic.wline.res.cust.swisscom.ch) has quit (Ping timeout: 121 seconds)
2018-12-07 18:28:54 <-- IRC-bridge (matrixirc@237.92.198.178.dynamic.wline.res.cust.swisscom.ch) has quit (Ping timeout: 121 seconds)
2018-12-07 18:37:46 --> M-ben (benl4p1nch@237.92.198.178.dynamic.wline.res.cust.swisscom.ch) has joined #.tilde
2018-12-07 18:37:53 --> IRC-bridge (matrixirc@237.92.198.178.dynamic.wline.res.cust.swisscom.ch) has joined #.tilde
2018-12-09 00:18:04 --> hyperboredoubt (hyperboredo@yourtilde.com) has joined #.tilde
2018-12-09 00:18:15 hyperboredoubt Hey, what happens in here?
2018-12-09 00:21:48 %ben it's the .tilde TLD
2018-12-09 00:24:10 ~ubergeek Discussion and support for the .tilde TLD - https://tildegit.org/.tilde/.tilde/wiki/.tilde-TLD
2018-12-09 00:26:18 hyperboredoubt We're trying to make a new domain?
2018-12-09 00:26:56 %ben we made it
2018-12-09 00:26:59 %ben not a domain
2018-12-09 00:27:01 %ben a tld
2018-12-09 00:27:05 %ben i guess that counts
2018-12-09 00:27:19 %ben top level domain
2018-12-09 00:27:36 hyperboredoubt Got any links?
2018-12-09 00:27:46 %ben see the one übergeek posted
2018-12-09 00:28:01 %ben .tilde domains won't work unless you're using one of our nameservers
2018-12-09 00:28:29 %ben !serverlist
2018-12-09 00:28:30 TildeBot .tilde dns servers are: Frankfurt: 139.59.215.24 | Quebec: 149.56.184.112 | Seattle: 66.42.77.29 | Atlanta: 144.202.23.174
2018-12-09 00:32:02 ~ubergeek Eventually, we'd like to be included (somehow) with OpenNIC.
2018-12-09 00:32:43 %ben yeah that would be super cool
2018-12-09 00:39:46 hyperboredoubt I don't know what that means, but it sounds cool.
2018-12-09 00:48:18 %ben opennic.org
2018-12-09 00:48:30 %ben also: https://howdns.works/
2018-12-09 00:48:32 TildeBot Artboard 27
2018-12-09 00:55:45 hyperboredoubt This is nifty.
2018-12-09 01:04:53 %ben opennic or howdns.works?
2018-12-09 01:06:01 <-- ubergeek (ubergeek@tilde.team) has quit (quit: WeeChat 2.3)
2018-12-09 01:06:02 hyperboredoubt The first, but I'm reading the latter now.
2018-12-09 01:08:00 %ben oh ok
2018-12-09 01:09:16 --> ubergeek (ubergeek@tilde.team) has joined #.tilde
2018-12-09 01:10:10 -- Mode #.tilde [+qo ubergeek ubergeek] by ChanServ
2018-12-09 01:13:50 hyperboredoubt I don't get how DNS works, even after skimming the comic. It seems like too many steps for something that should be much simpler.
2018-12-09 01:14:07 ~ubergeek It used to be a bit more complicated, tbh
2018-12-09 01:14:18 hyperboredoubt D:
2018-12-09 01:14:19 ~ubergeek Every machine had their own file listing all servers...
2018-12-09 01:14:31 ~ubergeek ... and that was shared around to all server admins.
2018-12-09 01:14:51 ~ubergeek Needless to say, it became, shall we say, "Unscalable" :P
2018-12-09 01:15:51 hyperboredoubt Maybe it never should have been scalable? Maybe capitalism pushes us to exponential growth for no benefit to us as people but only to those who would use our tools to amass power and wealth?
2018-12-09 01:21:37 ~ubergeek Well, that is one case where I think it should scale...
2018-12-09 01:21:56 ~ubergeek Where things got jacked up is when they started making it expensive to get a domain name
2018-12-09 01:55:16 hyperboredoubt Everything should be a domain name! :D
2018-12-09 01:56:43 ~ubergeek Well, it used to kinda be that way. First come, first served, mil for military, and edu for education.
2018-12-09 01:57:10 hyperboredoubt I wonder when .meme will begin.
2018-12-09 02:02:19 ~ubergeek I personally wouldn't do it, but anyone can try :)
2018-12-09 02:03:39 --> deepend (deepend@oper.tilde.chat) has joined #.tilde
2018-12-09 02:03:39 -- Mode #.tilde [+o deepend] by ChanServ
2018-12-09 02:04:12 hyperboredoubt Hi, deepend.
2018-12-09 02:04:29 @deepend hello
2018-12-09 02:30:22 fosslinux .meme lol
2018-12-09 02:31:12 hyperboredoubt How about ".mon" for all the Pokemon/Digimon and such sites?
2018-12-09 02:31:26 fosslinux ;p
2018-12-09 02:32:09 ~ubergeek You can do that. I'll even add your servers as the authoritative for a .mon tld
2018-12-09 02:32:27 hyperboredoubt Sounds cool.
2018-12-09 02:39:19 fosslinux hyperboredoubt: do you have a dns server?
2018-12-09 02:46:22 hyperboredoubt No.
2018-12-09 02:46:43 hyperboredoubt I'm just some guy with a crappy laptop, lol.
2018-12-09 03:15:32 fosslinux :D
2018-12-09 03:25:38 hyperboredoubt I really need to get a thumbdrive or harddrive or something to save my files.
2018-12-09 03:31:12 <-- hyperboredoubt (hyperboredo@yourtilde.com) has quit (Quit: WeeChat 2.3)
2018-12-09 03:33:18 fosslinux they're not expensive
2018-12-09 03:39:19 fosslinux whoah
2018-12-09 03:39:26 fosslinux dns is CRAZY
2018-12-09 03:39:35 fosslinux i didnt know it was THAT crazy
2018-12-09 03:39:48 @deepend dns can be a bit crazy lol
2018-12-09 03:39:59 fosslinux now i get it
2018-12-09 03:40:08 fosslinux so for .tilde
2018-12-09 03:40:26 fosslinux you set the resolver to one of !serverlist
2018-12-09 03:40:29 fosslinux !serverlist
2018-12-09 03:40:29 TildeBot .tilde dns servers are: Frankfurt: 139.59.215.24 | Quebec: 149.56.184.112 | Seattle: 66.42.77.29 | Atlanta: 144.202.23.174
2018-12-09 03:40:46 fosslinux but it's in the "cache"
2018-12-09 03:40:51 fosslinux am i right in saying that?
2018-12-09 03:40:54 fosslinux ubergeek, deepend:
2018-12-09 03:41:16 %ben what cache
2018-12-09 03:41:23 %ben depends
2018-12-09 03:42:11 @deepend whats the question?
2018-12-09 03:42:36 fosslinux from the comic:
2018-12-09 03:42:41 fosslinux "Checking my cache first.." -- resolver
2018-12-09 03:42:43 fosslinux for .tilde
2018-12-09 03:42:51 fosslinux is .tilde domains in the "resolver"
2018-12-09 03:42:59 %ben caching happens all kinds of places
2018-12-09 03:43:05 fosslinux because the root icann servers dont have .tilde right?
2018-12-09 03:43:06 %ben you can run something like dnsmasq locally
2018-12-09 03:43:14 fosslinux ik
2018-12-09 03:43:16 %ben and that will cache dns records
2018-12-09 03:43:43 fosslinux like in the comic browser & os & resolver & icann & .com and finally nameserver if noneof the others work
2018-12-09 03:43:44 %ben but yeah the .tilde nameservers cache stuff for other records too
2018-12-09 03:43:51 fosslinux but...
2018-12-09 03:43:56 %ben it stays in the cache for ttl seconds
2018-12-09 03:44:11 fosslinux how does the request get to the .tilde nameservers
2018-12-09 03:44:30 fosslinux because dosen't it go to the root servers? which don't have .tilde?
2018-12-09 03:45:11 %ben no it doesn't go to the root servers cause the .tilde namservers have the authoritative records for .tilde
2018-12-09 03:45:11 TildeBot no u infinity ben
2018-12-09 03:45:25 fosslinux ohh ok i kind of get it
2018-12-09 03:45:40 fosslinux but the resolver goes to the root servers
2018-12-09 03:45:50 %ben if it can't find i
2018-12-09 03:45:53 %ben s/$/t
2018-12-09 03:47:22 fosslinux ...
2018-12-09 03:47:52 %ben recursive resolvers don't send it to root servers if they have the answer
2018-12-09 03:48:10 fosslinux ok
2018-12-09 03:48:19 fosslinux so 03:40:29 TildeBot | .tilde dns servers are: Frankfurt: 139.59.215.24 | Quebec: 149.56.184.112 | Seattle: 66.42.77.29 | Atlanta: 144.202.23.174
2018-12-09 03:48:21 TildeBot fosslinux, > 11:24 -- Mode #chaos [-o+b cdmnky *!*@tilde.team.
2018-12-09 03:48:21 fosslinux those
2018-12-09 03:48:30 fosslinux are resolvers
2018-12-09 03:48:58 %ben yes they have soa for .tilde
2018-12-09 03:49:29 fosslinux rightttt
2018-12-09 03:49:35 fosslinux and they are also the nameservers?
2018-12-09 03:51:30 %ben yes
2018-12-09 03:53:21 @deepend https://www.opennic.org/ this is the same idea as we have going on with the .tilde.. might have a good explaination on things
2018-12-09 03:53:23 TildeBot OpenNIC Project
2018-12-09 03:53:58 @deepend .tilde dns servers also resolve all the opennic project domains as well.
2018-12-09 07:52:13 <-- cardboard64 (irc@weh67-1-78-236-120-181.fbx.proxad.net) has left #.tilde
2018-12-10 19:32:58 <-- ubergeek (ubergeek@tilde.team) has quit (quit: WeeChat 2.3)
2018-12-11 01:16:24 --> amcclure (amcclure@triton.blinkenshell.org) has joined #.tilde
2018-12-11 01:16:31 amcclure .tilde
2018-12-11 01:16:38 amcclure oh
2018-12-11 01:19:25 --> ubergeek (ubergeek@tilde.team) has joined #.tilde
2018-12-11 01:19:26 -- Mode #.tilde [+qo ubergeek ubergeek] by ChanServ
2018-12-11 01:20:43 amcclure hello
2018-12-11 01:23:36 ~ubergeek hey all
2018-12-11 01:23:47 ~ubergeek did I miss anything today?
2018-12-11 01:24:09 amcclure nothing really
2018-12-11 01:24:18 amcclure I think
2018-12-11 01:24:23 ~ubergeek excellent :)
2018-12-11 01:24:27 ~ubergeek No PRs for merge :)
2018-12-11 01:24:28 TildeBot no u infinity ubergeek
2018-12-11 01:25:07 amcclure no u infinity TildeBot
2018-12-11 01:25:08 TildeBot no u infinity amcclure
2018-12-11 01:25:10 TildeBot amcclure: No u quintuple infinity.
2018-12-11 01:25:43 ~ubergeek it's like a no u -ception
2018-12-11 01:26:43 amcclure it does
2018-12-11 01:38:08 @deepend hey ubergeek
2018-12-11 01:41:50 ~ubergeek heyo deepend
2018-12-11 01:42:16 @deepend hows things on the tilde dns front? :D
2018-12-11 01:53:06 ~ubergeek smooth, and uneventfuly. There's "monitoring" now :)
2018-12-11 01:53:17 ~ubergeek https://yourtilde.com/~ubergeek/tildemon
2018-12-11 01:53:17 TildeBot Monitoring Report https://bhh.sh/2hg
2018-12-11 01:54:04 @deepend why it say example.com on each thing?
2018-12-11 02:05:44 ~ubergeek As a test if it can resolved ICANN names too
2018-12-11 02:05:52 ~ubergeek *resolve
2018-12-11 02:08:30 @deepend ah makes sense. so that monitoring page actually tests the ability to resolve names? neat
2018-12-11 02:09:28 @deepend so... if I purchased a domain like tildedns.com or something would having a page where things can be put in one place instead of having multiple urls to goto for information?
2018-12-11 02:12:28 ~ubergeek sure. I was looking at buying tildenic.club for that lol
2018-12-11 02:12:48 @deepend why .club for the nic?
2018-12-11 02:13:59 ~ubergeek dunno. $0.99 for the first year, and it feels like a "club"
2018-12-11 02:14:07 ~ubergeek I'm not settled on it though
2018-12-11 02:15:15 @deepend i could buy tildenic.com? I generally like .com only because the normal yearly price is usually pretty decent.
2018-12-11 02:16:01 %ben i like .org
2018-12-11 02:16:17 %ben tildenic.org fits with the whole tildeverse thing
2018-12-11 02:16:34 @deepend .org is literally 2 dollars more per year for no good reason though lol
2018-12-11 02:16:49 %ben it's more official than .com
2018-12-11 02:17:00 %ben why not both
2018-12-11 02:18:03 %ben oops
2018-12-11 02:18:07 %ben i just grabbed .org
2018-12-11 02:18:56 @deepend of course you did.
2018-12-11 02:19:24 @deepend good, i just wont waste my money then :)
2018-12-11 02:19:46 ~ubergeek lol
2018-12-11 02:21:39 @deepend guess it seems I'll proabably need to upgrade the vps's the dns servers are on.. already used 132GB of the 500 that is included
2018-12-11 02:21:56 %ben holy what
2018-12-11 02:22:03 ~ubergeek really?
2018-12-11 02:22:06 @deepend my thoughts exactly
2018-12-11 02:22:07 @deepend lol
2018-12-11 02:22:44 %ben also
2018-12-11 02:22:51 %ben only 500gb???
2018-12-11 02:23:08 ~ubergeek I can't believe 132GB of traffic has been used...
2018-12-11 02:23:24 @deepend yea.. is insane . .concidering they are only dns servers..
2018-12-11 02:23:41 @deepend ben: starting small.
2018-12-11 02:24:11 %ben that's both tiny and crazy that you've used t hat much already
2018-12-11 02:24:16 %ben is it all from bind9?
2018-12-11 02:25:12 @deepend theres nothing else on that machine.. it updates the dns files every hour.. but 99% is all upstream
2018-12-11 02:25:20 %ben wow
2018-12-11 02:25:36 ~ubergeek yeah, and most of that hourly update should be a delta of zero
2018-12-11 02:26:00 @deepend Usage: 132.06 GB of 500 GB (26%)
2018-12-11 02:26:02 @deepend Inbound: 3.88 GB
2018-12-11 02:26:02 %ben that's wild
2018-12-11 02:26:04 @deepend Outbound: 132.06 GB
2018-12-11 02:26:15 %ben what the hell is it sending
2018-12-11 02:26:24 %ben dns shouldn't be that big
2018-12-11 02:26:53 @deepend no idea.. will login and verify.. but the 2 servers have used around the same amount
2018-12-11 02:26:54 TildeBot no u infinity deepend
2018-12-11 02:28:50 %ben hmmst
2018-12-11 02:28:59 %ben ok where do you want me to point tildenic.or
2018-12-11 02:29:01 %ben g
2018-12-11 02:30:02 @deepend maybe just point to yourtilde.com and I'll setup a vhost for ubergeek
2018-12-11 02:30:57 %ben okidoki
2018-12-11 02:31:39 %ben done
2018-12-11 02:34:42 @deepend apparently had postfix installed as well.. so removed that
2018-12-11 02:34:59 @deepend didn't know the base install of centos had postfix lol
2018-12-11 02:35:00 %ben i mean that shouldn't do anything
2018-12-11 02:35:16 @deepend nope I wouldn't think so.. but removed it anyways..
2018-12-11 02:35:30 %ben hhmmmsys
2018-12-11 02:36:02 @deepend waste of resources if i left it in there
2018-12-11 02:37:01 %ben something like that
2018-12-11 02:37:30 @deepend is a very low resource vm
2018-12-11 02:37:55 %ben sounds like it
2018-12-11 02:38:16 @deepend dont need much for dns.. or so I thought lol
2018-12-11 02:38:16 %ben either way tildenic.org is pointed at yourtilde.com's ip
2018-12-11 02:38:28 @deepend thanks.. will get that vhost setup shortly :)
2018-12-11 02:39:36 %ben oki
2018-12-11 02:39:40 %ben ipv6 too fyi
2018-12-11 02:40:01 @deepend k :)
2018-12-11 02:40:46 @deepend updating the vms.. since centos 7.6 is available.. probably why yourtilde had so many updates lol
2018-12-11 02:41:30 %ben ayy nice point release
2018-12-11 02:41:40 %ben debian just had 9.6
2018-12-11 02:41:43 @deepend yep.. now all fancy and shit :P
2018-12-11 02:42:28 %ben something like that
2018-12-11 02:56:32 @deepend updates... may have ended badly.. lol oops.. guess time will tell..
2018-12-11 02:59:24 %ben ruh roh
2018-12-11 03:00:50 @deepend is bitching about not being able to load SELinux policy.. makes no sense
2018-12-11 03:00:56 %ben hmmst
2018-12-11 03:03:22 @deepend yeah.. they changed something to do with selinux on 7.6. hopefully i can fix it lol
2018-12-11 03:03:35 @deepend not hard to rebuild if needed tho
2018-12-11 03:04:32 %ben oofs
2018-12-11 04:20:57 @deepend welp.. tildenic.org is configured. now just need something on the page lol
2018-12-11 04:21:56 %ben lol brilliant
2018-12-11 04:22:16 %ben it's still redirecting to yourtilde.com for me
2018-12-11 04:24:43 @deepend welp.. clear your browser cache? lol
2018-12-11 04:25:04 %ben lol
2018-12-11 04:25:06 %ben ok
2018-12-11 04:25:39 %ben empty page
2018-12-11 04:25:45 @deepend as it should be
2018-12-11 04:25:47 @deepend lol
2018-12-11 04:26:00 @deepend now it just needs a page.. lol
2018-12-11 04:26:18 %ben oh
2018-12-11 04:26:21 %ben i see
2018-12-11 04:26:35 @deepend and suppose ubergeek is probably not around atm? :D
2018-12-11 04:27:12 %ben yeah it's somewhat late
2018-12-11 04:27:22 @deepend unfortunately
2018-12-11 04:27:32 %ben rips
2018-12-11 04:27:36 @deepend ^^
2018-12-11 04:36:53 @deepend there.. just copied some basic information off of the tildegit repo and put it on tildenic.org.. will be good enough until ubergeek is around.
2018-12-11 04:37:38 %ben lol
2018-12-11 04:37:40 %ben ok
2018-12-11 04:37:51 %ben good 4 now
2018-12-11 04:43:52 @deepend there.. made it better.. lmao
2018-12-11 04:44:50 %ben nice
2018-12-11 04:47:53 %ben might want to put everything in div.container
2018-12-11 04:48:01 %ben that'll center it
2018-12-11 04:52:28 @deepend me no expert.. lol did it I think?
2018-12-11 04:53:34 %ben um
2018-12-11 04:53:36 %ben lemme see
2018-12-11 04:53:39 @deepend maybe not lol
2018-12-11 04:53:48 %ben did you do a 301
2018-12-11 04:53:51 @deepend is there a specific class to use with that hacker.css
2018-12-11 04:54:18 %ben yes
2018-12-11 04:54:21 %ben container
2018-12-11 04:54:29 @deepend it is a 301 redirect yes
2018-12-11 04:54:38 %ben the first div after body needs class container
2018-12-11 04:54:40 @deepend oh.. ok
2018-12-11 04:55:17 @deepend like that
2018-12-11 04:55:18 %ben there ya go
2018-12-11 04:55:34 @deepend yay!.. i learnded someting lol
2018-12-11 04:55:45 %ben you'll want this in <head> too:
2018-12-11 04:55:47 %ben <meta charset="UTF-8">
2018-12-11 04:55:49 %ben <meta http-equiv="X-UA-Compatible" content="IE=edge">
2018-12-11 04:55:51 %ben <meta name="viewport" content="width=device-width, initial-scale=1">
2018-12-11 04:56:48 @deepend done
2018-12-11 04:58:50 @deepend not professional by any means.. but will work as a temporary page until me ubergeek or someone makes something better :)
2018-12-11 04:58:54 %ben lol
2018-12-11 04:58:56 %ben perfect
2018-12-11 05:02:13 @deepend now who wants to make a nic page that someone could register their own domains under .tilde.. :D lol
2018-12-11 05:19:39 %ben oh boy
2018-12-11 05:21:25 @deepend could almost do a hacky way.. lol could have scripts basically just doing git commands to process the request lol
2018-12-11 05:43:01 %ben ouch
2018-12-11 05:43:04 %ben that sounds awful
2018-12-11 05:43:11 @deepend yep.. it sure does.
2018-12-11 05:43:45 @deepend guess its a good thing I would never even attempt such a thing. lol but I have the crazy ideas anyways :D
2018-12-11 05:44:32 %ben i do not want to do that lol
2018-12-11 05:44:39 @deepend i'm actually surprised how well grand theft auto works on linux
2018-12-11 05:44:48 %ben 5?
2018-12-11 05:45:07 @deepend yep
2018-12-11 05:45:11 @deepend proton
2018-12-11 05:45:28 @deepend dont think online would work without getting banned.. but local play works great
2018-12-11 05:51:05 %ben graphics card too?
2018-12-11 05:51:20 @deepend of course
2018-12-11 05:51:23 %ben nice
2018-12-11 05:51:34 @deepend nvidia supports linux fairly well
2018-12-11 05:52:07 %ben huh
2018-12-11 05:52:22 @deepend why huh?
2018-12-11 05:52:35 %ben i've not really had any luck with wine or proton
2018-12-11 05:53:04 @deepend have you had current nvidia drivers installed? has to be actual nvidia drivers. not that open source driver
2018-12-11 05:53:48 @deepend and proton running from the steam client.. ive never tried using proton by itself
2018-12-11 05:56:52 %ben oh i have the debian recommended one
2018-12-11 05:57:07 %ben i just boot into windwos lol
2018-12-11 05:59:03 @deepend so probably the open source driver.. since the nvidia one wouldn't be included in the install of debian..
2018-12-11 06:00:48 @deepend not running the newest driver in theory.. running 410.57 on linux.. windows current version is 417.22 .. but the 410 version works good
2018-12-11 06:01:31 @deepend 410.78 is current stable for linux from nvidia
2018-12-11 06:02:24 @deepend all works good. handles my 144hz monitor great.. dont know if g-sync is supported or not tho
2018-12-11 06:02:29 %ben i have 390?
2018-12-11 06:02:45 %ben i guess that's kinda old
2018-12-11 06:03:00 @deepend oh.. yup g-sync is functional
2018-12-11 06:03:05 @deepend 390 is probably too old
2018-12-11 06:03:06 %ben nice
2018-12-11 06:04:06 %ben yah probably
2018-12-11 06:08:55 %ben ehh this is why i keep the windows dualboot around
2018-12-11 10:42:06 Naglfar 01:00.0 VGA compatible controller: ATI Technologies Inc M96 [Mobility Radeon HD 4650]
2018-12-11 10:42:34 Naglfar xf86-video-ati-7.8.0
2018-12-11 10:42:53 Naglfar that's why I don't need boot windows
2018-12-11 10:42:58 Naglfar OS: Linux 3.12.67-xhlb2/x86_64 - CPU: Intel Core2 Duo (2 Cores) @ 800.000 MHz - Processes: 74 - Uptime: 8d 13h 7m - Load Average: 0.68 - Memory Usage: 279.59MB/3916.85MB (7.14%) - Disk Usage: 84.00GB/222.00GB (37.84%)
2018-12-11 14:14:30 %ben heh
2018-12-11 14:14:33 %ben i have a gtx1080ti
2018-12-11 14:52:01 <-- IRC-bridge (matrixirc@237.92.198.178.dynamic.wline.res.cust.swisscom.ch) has quit (Ping timeout: 121 seconds)
2018-12-11 14:52:25 <-- M-ben (benl4p1nch@237.92.198.178.dynamic.wline.res.cust.swisscom.ch) has quit (Ping timeout: 121 seconds)
2018-12-11 14:56:29 --> IRC-bridge (matrixirc@237.92.198.178.dynamic.wline.res.cust.swisscom.ch) has joined #.tilde
2018-12-11 14:57:24 --> M-ben (benl4p1nch@237.92.198.178.dynamic.wline.res.cust.swisscom.ch) has joined #.tilde
2018-12-11 15:06:47 Naglfar ben, is it possible to use open source driver for gtx1080ti ?
2018-12-11 15:08:44 %ben yeah but it's awful
2018-12-11 15:08:47 %ben i've tried it
2018-12-11 15:11:35 jan6 why awful, and how awful?
2018-12-11 15:11:47 jan6 terrible to use, or terrible performance?
2018-12-11 15:13:18 %ben performance
2018-12-11 15:13:43 Naglfar ben, you will be amazed using open source radeon driver instead
2018-12-11 15:14:13 %ben lol would i be able to use radeon drivers with an nvidia card?
2018-12-11 15:14:28 Naglfar :)
2018-12-11 15:14:49 Naglfar don't mix it
2018-12-11 15:15:36 Naglfar I don't believe nvidia allow use it
2018-12-11 15:16:06 Naglfar radeon drivers are developed to use on amd gpu
2018-12-11 15:16:46 %ben heh yeah drivers for nvidia cards are notoriously bad and out of date on linux
2018-12-11 15:17:09 %ben https://wiki.debian.org/NvidiaGraphicsDrivers
2018-12-11 15:17:11 TildeBot NvidiaGraphicsDrivers - Debian Wiki https://bhh.sh/2ho
2018-12-11 15:18:25 Naglfar https://www.x.org/wiki/RadeonFeature/
2018-12-11 15:18:26 TildeBot RadeonFeature https://bhh.sh/2hp
2018-12-11 15:24:30 %ben nice
2018-12-13 04:42:19 <-- amcclure (amcclure@triton.blinkenshell.org) has quit (Ping timeout: 121 seconds)
2018-12-13 04:45:02 --> amcclure (amcclure@triton.blinkenshell.org) has joined #.tilde
2018-12-13 14:57:32 <-- amcclure (amcclure@triton.blinkenshell.org) has quit (quit: leaving)
2018-12-13 14:58:42 -- amcclure[team] is now known as amcclure
2018-12-13 17:38:39 %ben ubergeek: https://tildegit.org/.tilde/.tilde/pulls/18
2018-12-13 17:38:50 %ben could you give the zonefile a quick sanity check
2018-12-13 19:02:40 ~ubergeek sure thing
2018-12-13 19:09:26 ~ubergeek merged
2018-12-13 19:10:49 %ben nice, thanks :)
2018-12-13 19:11:16 %ben nameservers pull automatically right?
2018-12-13 19:16:12 ~ubergeek They are cronned to pull down once per hour
2018-12-13 19:16:21 %ben ok cool
2018-12-13 19:16:21 ~ubergeek At least mine and deepend's are
2018-12-13 19:16:25 %ben good deal
2018-12-14 02:28:51 <-- TildeBot (tildebot@yourtilde.com) has quit (Connection closed)
2018-12-14 02:30:22 --> TildeBot (tildebot@yourtilde.com) has joined #.tilde
2018-12-14 02:36:04 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-12-14 02:37:35 --> TildeBot (tildebot@yourtilde.com) has joined #.tilde
2018-12-14 05:56:22 -- You are now known as ^
2018-12-14 06:11:12 -- You are now known as fosslinux
2018-12-14 18:30:48 Naglfar I guess there's some issue with my isp since some hours ago, because I can't reach tilde DNS servers from it
2018-12-14 18:41:47 %ben huh
2018-12-14 18:41:49 %ben :(
2018-12-14 18:42:44 ~ubergeek weird.
2018-12-14 18:42:50 ~ubergeek Which one(s)?
2018-12-14 18:43:43 Naglfar none of 4
2018-12-14 18:43:57 Naglfar it seems not to be an tilde dns issue
2018-12-14 18:44:13 Naglfar because I really can't reach oder nameservers
2018-12-14 18:45:50 Naglfar other*
2018-12-14 18:49:22 ~ubergeek not even 8.8.8.8?
2018-12-14 18:51:00 Naglfar https://bin.tilde.team/l5my/
2018-12-14 18:52:44 Naglfar not even with 8.8.8.8
2018-12-14 18:53:22 Naglfar I did this traceroute using nameserver 192.71.245.208
2018-12-14 19:21:12 ~ubergeek most of those services don't response to ping, so keep that in mind.
2018-12-14 19:21:28 ~ubergeek traceroute uses ICMP ping in order to do the packet tracing.
2018-12-14 19:21:36 ~ubergeek try it with the dig command, or nslookup
2018-12-14 19:26:23 ~ubergeek are you using centurylink, per chance?
2018-12-14 19:26:24 ~ubergeek https://www.richsnapp.com/blog/2018/12-13-centurylink-blocking-internet-in-utah
2018-12-14 19:26:26 TildeBot CenturyLink is blocking its customer's internet while saying Utah legislators told them to - RichSnapp.com https://bhh.sh/2ji
2018-12-14 19:31:32 Naglfar if centurylink is an isp: no, I'm not using it
2018-12-15 00:37:21 --> ubergeek1 (ubergeek@yourtilde.com) has joined #.tilde
2018-12-15 00:40:20 <-- ubergeek1 (ubergeek@yourtilde.com) has quit (Quit: WeeChat 2.3)
2018-12-15 18:46:09 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-12-15 18:47:39 --> TildeBot (tildebot@yourtilde.com) has joined #.tilde
2018-12-16 12:16:15 --> robdrake (rgdrake@tilde.team) has joined #.tilde
2018-12-16 12:16:34 <-- robdrake (rgdrake@tilde.team) has left #.tilde ("WeeChat 2.3")
2018-12-17 15:21:24 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-12-17 15:27:53 --> ben (ben@oper.tilde.chat) has joined #.tilde
2018-12-18 00:55:28 Naglfar good news, I can reach 144.202.23.174
2018-12-18 00:55:51 Naglfar not the other three yet, though
2018-12-18 00:56:50 Naglfar !serverlist
2018-12-18 00:56:50 TildeBot .tilde dns servers are: Frankfurt: 139.59.215.24 | Quebec: 149.56.184.112 | Seattle: 66.42.77.29 | Atlanta: 144.202.23.174
2018-12-18 00:57:13 ~ubergeek that is durned odd. What ISP are you using?
2018-12-18 00:59:10 Naglfar it's jazztel.es
2018-12-18 12:52:33 Naglfar it seems like I can reach and use .tilde DNS servers again
2018-12-18 12:57:48 ~ubergeek good news. It's very curious as to why you couldn't to begin with, but I guess we just have to blame "the cloud" :(
2018-12-18 13:10:25 Naglfar probably some issue in the cloud
2018-12-18 13:10:38 Naglfar now there's more hops: https://bin.tilde.team/3djz
2018-12-18 18:22:04 amcclure !serverlist
2018-12-18 18:22:04 TildeBot .tilde dns servers are: Frankfurt: 139.59.215.24 | Quebec: 149.56.184.112 | Seattle: 66.42.77.29 | Atlanta: 144.202.23.174
2018-12-19 15:28:59 -- ben is now known as 550AAAAAE
2018-12-19 15:29:44 -- 550AAAAAE is now known as ben
2018-12-19 15:43:55 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-12-19 15:45:11 --> 550AAAAAE (ben@oper.tilde.chat) has joined #.tilde
2018-12-19 15:45:31 -- 550AAAAAE is now known as ben
2018-12-19 15:51:00 <-- Naglfar (Severance@bsd.tilde.team) has quit (team.tilde.chat bsd.tilde.chat)
2018-12-19 15:52:49 --> Naglfar (Severance@bsd.tilde.team) has joined #.tilde
2018-12-19 23:30:56 -- irc: disconnected from server

View File

@ -0,0 +1,484 @@
2018-11-18 03:44:44 --> fosslinux (fosslinux@tilde-fhah4o.tilde.team) has joined #6502gen
2018-11-18 03:44:44 -- Topic for #6502gen is "A 6502 high level assembler macro/repeat system. https://tildegit.org/khuxkm/6502gen"
2018-11-18 03:44:44 -- Topic set by khuxkm|lounge (khuxkm@oper.tilde.chat) on Sat, 17 Nov 2018 20:42:49
2018-11-18 03:44:44 -- Channel #6502gen: 5 nicks (2 ops, 0 halfops, 0 voices, 3 normals)
2018-11-18 03:44:46 -- Channel created on Sat, 17 Nov 2018 19:17:30
2018-11-18 03:44:53 fosslinux what's this?
2018-11-18 03:45:21 ben see topic
2018-11-18 03:46:07 fosslinux nice
2018-11-18 03:48:39 ~khuxkm it's eventually going to handle everything up to (and, configurably, including) assembling
2018-11-18 03:48:50 ~khuxkm right now we're trying to fix the gitea webhook bot
2018-11-18 03:49:53 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 03:49:57 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-18 03:50:37 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 03:50:45 giteabot test pushed 1 commit. (test)
2018-11-18 03:50:56 ~khuxkm hmm
2018-11-18 03:51:00 ~khuxkm so that one went through
2018-11-18 03:51:03 ~khuxkm and this one has not
2018-11-18 03:51:13 ~khuxkm it hasn't even made it to the middleware parser
2018-11-18 03:51:49 giteabot test pushed 1 commit. (test)
2018-11-18 03:54:02 ~khuxkm ...
2018-11-18 03:54:03 ~khuxkm ok
2018-11-18 03:54:11 giteabot test pushed 1 commit. (test)
2018-11-18 03:54:25 giteabot test pushed 1 commit. (test)
2018-11-18 03:54:37 ~khuxkm hmmst
2018-11-18 03:55:01 ~khuxkm ...I think I know where the problem lies but I'll wait
2018-11-18 03:55:18 ~khuxkm actually nvm
2018-11-18 03:55:28 giteabot test pushed 1 commit. (test)
2018-11-18 03:55:35 ~khuxkm hmmst
2018-11-18 03:55:42 ~khuxkm so it takes multiple seconds
2018-11-18 03:55:52 giteabot test pushed 1 commit. (test)
2018-11-18 03:55:54 giteabot test pushed 1 commit. (test)
2018-11-18 03:56:03 ~khuxkm alright here we go
2018-11-18 03:56:08 ~khuxkm it IS pretty irregular
2018-11-18 03:56:17 ~khuxkm now I got it to hang again
2018-11-18 03:56:29 ~khuxkm the weird thing is, it does go, it just takes many many seconds
2018-11-18 03:56:39 ~khuxkm ben: ^
2018-11-18 03:56:50 ben hmmm
2018-11-18 03:56:52 ben i have no idea
2018-11-18 03:56:55 giteabot test pushed 1 commit. (test)
2018-11-18 03:57:08 ~khuxkm so I did `date && curl blahblahblah blah && date`
2018-11-18 03:57:20 ~khuxkm it takes a full 60 seconds
2018-11-18 03:57:25 ben weird
2018-11-18 03:57:28 ~khuxkm khuxkm@tilde:~$ date && curl -XPOST -H 'X-GitHub-Event: push' -H "Content-type: application/json" -d '{"secret":"asdf","pusher":{"full_name":"test"},"commits":[{"message":"test"}]}' 'https://khuxkm.nand.sh/webhook/' && date
2018-11-18 03:57:32 ~khuxkm Sat Nov 17 22:55:55 EST 2018
2018-11-18 03:57:34 ~khuxkm Sat Nov 17 22:56:55 EST 2018
2018-11-18 03:57:47 ben why not just use `time`
2018-11-18 03:57:57 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-18 03:58:44 ~khuxkm how would I use time in this scenario
2018-11-18 03:58:49 ~khuxkm (the command)
2018-11-18 03:58:52 ben time curl blag blag
2018-11-18 03:59:26 ben so where is the php webhook code?
2018-11-18 04:00:54 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 04:01:02 ~khuxkm it's node.js
2018-11-18 04:01:05 ~khuxkm all of it
2018-11-18 04:01:16 giteabot test pushed 1 commit. (test)
2018-11-18 04:01:50 ~khuxkm ben: see above
2018-11-18 04:02:10 ben oh and that's on your lxd container?
2018-11-18 04:02:11 ben ok
2018-11-18 04:02:16 ~khuxkm yeah
2018-11-18 04:02:18 giteabot test pushed 1 commit. (test)
2018-11-18 04:02:34 ~khuxkm hmmst
2018-11-18 04:02:34 ~khuxkm real 1m0.024s
2018-11-18 04:02:34 ~khuxkm user 0m0.006s
2018-11-18 04:02:35 ~khuxkm sys 0m0.011s
2018-11-18 04:02:42 ben something's hanging
2018-11-18 04:03:51 ~khuxkm|lounge i mean, i knew that much
2018-11-18 04:03:56 ben try strace
2018-11-18 04:04:30 giteabot test pushed 1 commit. (test)
2018-11-18 04:04:36 giteabot test pushed 1 commit. (test)
2018-11-18 04:05:39 giteabot test pushed 1 commit. (test)
2018-11-18 04:05:40 ~khuxkm it hangs on poll([{fd=3, events=POLLIN}], 1, 1000) = 0 for a while
2018-11-18 04:06:06 ~khuxkm followed by a few rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f64dc18c890}, NULL, 8) = 0
2018-11-18 04:06:29 giteabot test pushed 1 commit. (test)
2018-11-18 04:06:36 giteabot test pushed 1 commit. (test)
2018-11-18 04:06:47 ~khuxkm hmmst
2018-11-18 04:06:55 ben huh
2018-11-18 04:07:04 ~khuxkm so give me a sec and I should have a full strace log for you of a hung process
2018-11-18 04:07:11 ~khuxkm (remember it takes 1min realtime)
2018-11-18 04:07:39 giteabot test pushed 1 commit. (test)
2018-11-18 04:09:41 ~khuxkm|lounge https://ttm.sh/iW.txt
2018-11-18 04:09:43 ~khuxkm|lounge ben: ^
2018-11-18 04:10:37 ben uuf forgot how verbose strace is
2018-11-18 04:10:57 ben the last time i encountered a delay like this was when ipv6 wasn't enabled in nginx
2018-11-18 04:11:14 ben make sure you have listen [::]:80;
2018-11-18 04:11:20 ben and listen [::]:443 ssl;
2018-11-18 04:11:23 ben where appropriate
2018-11-18 04:14:10 ~khuxkm would that be on the ~team side or the lxd side
2018-11-18 04:14:25 ben lxd
2018-11-18 04:14:40 ben ~team side is passing ipv6 on afaik
2018-11-18 04:17:15 ~khuxkm it already is listening on ipv6
2018-11-18 04:17:18 ~khuxkm on both ~team and lxd
2018-11-18 04:17:30 ~khuxkm lxd config: https://ttm.sh/iB.txt
2018-11-18 04:18:08 ~khuxkm ben: ^
2018-11-18 04:18:39 giteabot test pushed 1 commit. (test)
2018-11-18 04:18:43 ~khuxkm hmm
2018-11-18 04:18:45 giteabot test pushed 1 commit. (test)
2018-11-18 04:18:46 giteabot test pushed 1 commit. (test)
2018-11-18 04:18:47 giteabot test pushed 1 commit. (test)
2018-11-18 04:18:48 giteabot test pushed 1 commit. (test)
2018-11-18 04:18:49 giteabot test pushed 1 commit. (test)
2018-11-18 04:18:49 giteabot test pushed 1 commit. (test)
2018-11-18 04:18:50 giteabot test pushed 1 commit. (test)
2018-11-18 04:18:50 giteabot test pushed 1 commit. (test)
2018-11-18 04:18:51 giteabot test pushed 1 commit. (test)
2018-11-18 04:18:51 giteabot test pushed 1 commit. (test)
2018-11-18 04:18:53 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:08 ~khuxkm ben: so hitting khuxkm.lxd directly with it works just fine
2018-11-18 04:19:13 ~khuxkm it hasn't hung once
2018-11-18 04:19:14 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:15 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:16 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:17 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:18 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:18 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:18 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:19 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:19 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:19 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:20 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:20 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:20 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:20 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:21 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:21 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:21 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:22 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:23 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:24 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:25 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:26 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:27 giteabot test pushed 1 commit. (test)
2018-11-18 04:19:28 giteabot test pushed 1 commit. (test)
2018-11-18 04:20:12 ben huh
2018-11-18 04:21:24 ~khuxkm|lounge this is the weirdest shit I've ever seen
2018-11-18 04:21:43 ~khuxkm|lounge can you maybe check over the ~team config and make sure I haven't missed anything there?
2018-11-18 04:21:47 ben that's what i was thinking when i had that with the toot thing
2018-11-18 04:22:40 ben i pulled all the listen stuff into /etc/nginx/snippets/listen{,-ssl}.conf
2018-11-18 04:23:00 ben and they have the proper ip and port configs
2018-11-18 04:23:03 ~khuxkm|lounge and I checked those and they seem to be correct
2018-11-18 04:23:30 ben maybe it needs some more headers passed on before proxy_pass?
2018-11-18 04:24:11 ~khuxkm it shouldn't
2018-11-18 04:24:26 ben plenty of stuff needs more headers
2018-11-18 04:24:27 ben hmm
2018-11-18 04:24:28 ~khuxkm about ready to just bust open express and log all the things there
2018-11-18 04:24:49 ben i mean
2018-11-18 04:27:49 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-18 04:27:56 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 04:28:25 giteabot test pushed 1 commit. (test)
2018-11-18 04:28:26 giteabot test pushed 1 commit. (test)
2018-11-18 04:29:10 ~khuxkm hmmst
2018-11-18 04:29:14 ~khuxkm so I turned on debug
2018-11-18 04:29:27 giteabot test pushed 1 commit. (test)
2018-11-18 04:29:39 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-18 04:29:42 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 04:29:47 giteabot test pushed 1 commit. (test)
2018-11-18 04:29:48 giteabot test pushed 1 commit. (test)
2018-11-18 04:30:12 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-18 04:30:57 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 04:31:04 giteabot test pushed 1 commit. (test)
2018-11-18 04:32:05 giteabot test pushed 1 commit. (test)
2018-11-18 04:33:18 ~khuxkm ben: this is the logging from request hits server to request hits endpoint
2018-11-18 04:33:20 ~khuxkm https://ttm.sh/iI.txt
2018-11-18 04:34:05 ben looks pretty standard
2018-11-18 04:34:29 ~khuxkm yeah
2018-11-18 04:34:40 ~khuxkm that would align with a direct hit working every time
2018-11-18 04:34:56 ~khuxkm so it has to be something up with the config on the ~team side
2018-11-18 04:35:00 ~khuxkm but I don't know what
2018-11-18 04:36:50 ~khuxkm|lounge I could try using curl -v
2018-11-18 04:37:29 giteabot test pushed 1 commit. (test)
2018-11-18 04:37:37 giteabot test pushed 1 commit. (test)
2018-11-18 04:37:43 ben worth a try
2018-11-18 04:37:46 ben i'm at a loss too
2018-11-18 04:38:48 giteabot test pushed 1 commit. (test)
2018-11-18 04:39:49 giteabot test pushed 1 commit. (test)
2018-11-18 04:41:22 ~khuxkm ben: https://ttm.sh/in.txt
2018-11-18 04:41:52 ~khuxkm|lounge so it IS an IPv6 issue
2018-11-18 04:43:22 ~khuxkm|lounge but it's a confusing one
2018-11-18 04:43:39 ben turn on http2 in your nginx
2018-11-18 04:43:52 ~khuxkm|lounge why is http2 needed?
2018-11-18 04:43:55 ben < HTTP/2 200
2018-11-18 04:44:57 ~khuxkm so how do I do that?
2018-11-18 04:45:08 ben listen [::]:80 http2;
2018-11-18 04:45:16 ben listen 80 http2;
2018-11-18 04:46:05 ~khuxkm still hangs sometimes
2018-11-18 04:46:18 ~khuxkm also it has now stopped posting in chat apparently?
2018-11-18 04:46:37 ~khuxkm ben: ^
2018-11-18 04:46:51 ben hm
2018-11-18 04:46:57 ben check if express has an http2 opiton
2018-11-18 04:47:04 ben i can turn it off in the ~team configs
2018-11-18 04:47:09 ben but it might break other things
2018-11-18 04:51:53 ~khuxkm|lounge what might break?
2018-11-18 04:52:10 ben mastodon, a couple other things
2018-11-18 04:52:14 ~khuxkm|lounge also, it seems I have to choose HTTP2 or no HTTP2
2018-11-18 04:52:19 ~khuxkm|lounge why does masto depend on http2?
2018-11-18 04:52:23 ben idk
2018-11-18 04:52:31 ben oh wait
2018-11-18 04:52:40 ben i can just not use the listen snippet
2018-11-18 04:52:42 ben one sec
2018-11-18 04:53:33 ben ok try now
2018-11-18 04:54:00 ~khuxkm it's hung
2018-11-18 04:54:11 ben is it giving you http2?
2018-11-18 04:54:17 ~khuxkm IDK
2018-11-18 04:54:26 ~khuxkm I'll tell you when it completes
2018-11-18 04:54:32 ~khuxkm you reloaded nginx right?
2018-11-18 04:54:35 ben yup
2018-11-18 04:55:24 ben rip: https://stackoverflow.com/a/39466948
2018-11-18 04:55:45 ~khuxkm yep it gave me http2
2018-11-18 04:55:46 ben 23:52 <~khuxkm|lounge> also, it seems I have to choose HTTP2 or no HTTP2
2018-11-18 04:55:51 ben can you try it with HTTP2
2018-11-18 04:56:49 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-18 04:58:30 ~khuxkm|lounge so the problem is that it wants me to use HTTPS (read: HTTPS is *required* for HTTP2)
2018-11-18 04:58:35 ~khuxkm|lounge s/wants/needs/
2018-11-18 04:58:39 --> sedbot (sedbot@localhost) has joined #6502gen
2018-11-18 04:58:48 ben oh i see
2018-11-18 04:59:00 ben certbot time
2018-11-18 04:59:30 ben or i can try disabling it and see what breaks?
2018-11-18 05:00:06 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 05:02:08 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-18 05:02:31 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 05:06:54 ~khuxkm|lounge ben: maybe try disabling it and see what happens to masto?
2018-11-18 05:07:09 ~khuxkm|lounge I mean, I can't get it to work with HTTP/2 on my end
2018-11-18 05:07:41 ben ok disabled it
2018-11-18 05:07:44 ben try no
2018-11-18 05:07:54 ben 1.1 now
2018-11-18 05:13:45 giteabot test pushed 1 commit. (test)
2018-11-18 05:15:32 ~khuxkm ...
2018-11-18 05:16:28 ~khuxkm so http2 isn't the problem
2018-11-18 05:16:34 ~khuxkm (it still hangs regardless)
2018-11-18 05:16:41 ben wtf
2018-11-18 05:17:10 giteabot test pushed 1 commit. (test)
2018-11-18 05:21:13 ~khuxkm|lounge ben: do me a favor, please, and remove the HTTP -> HTTPS redirect for khuxkm.nand.sh real quick
2018-11-18 05:21:18 ~khuxkm|lounge I want to try something
2018-11-18 05:21:24 ben ok
2018-11-18 05:21:58 ben try no
2018-11-18 05:22:01 ben s/$/w
2018-11-18 05:22:01 sedbot <ben> try now
2018-11-18 05:23:01 ~khuxkm ...wtf
2018-11-18 05:23:19 ~khuxkm so it still hangs when going directly there
2018-11-18 05:23:35 ~khuxkm so in review
2018-11-18 05:23:36 giteabot test pushed 1 commit. (test)
2018-11-18 05:24:01 ~khuxkm khuxkm.nand.sh --hang?--> khuxkm.lxd --nope!--> webhookbot
2018-11-18 05:24:10 ~khuxkm ben: ^
2018-11-18 05:26:55 ben bizarre
2018-11-18 05:31:00 ~khuxkm so tildegit runs on this box, right?
2018-11-18 05:31:05 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-18 05:32:48 ~khuxkm ben: ^
2018-11-18 05:32:55 ben yup
2018-11-18 05:33:19 ~khuxkm so could I just use http://khuxkm.lxd/webhook/ for it?
2018-11-18 05:33:44 ~khuxkm (as in, is the lxd resolver also going to help gitea find my container?)
2018-11-18 05:33:53 ben yeah gitea would be able to find it
2018-11-18 05:40:08 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 05:41:17 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-18 05:41:29 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 05:43:59 giteabot Robert Miles pushed 1 commit. (Begin work on macro support)
2018-11-18 05:44:31 ~khuxkm|lounge ooh yay it worls
2018-11-18 05:44:35 ~khuxkm|lounge s/ls/ks/
2018-11-18 05:44:35 sedbot <khuxkm|lounge> ooh yay it works
2018-11-18 05:44:41 ben frik yea
2018-11-18 05:46:01 slipyx whos robert
2018-11-18 05:46:15 ~khuxkm|lounge me
2018-11-18 06:10:16 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-18 06:11:46 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 06:26:27 giteabot XXXXXXXXXXX pushed undefined1 commit to master. (Begin work on macro support)
2018-11-18 06:26:36 ~khuxkm hmm
2018-11-18 06:40:15 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-18 06:40:32 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 06:40:51 giteabot XXXXXXXXXXX pushed undefined1 commit to master. (Begin work on macro support)
2018-11-18 06:40:57 ~khuxkm wtf
2018-11-18 06:41:06 ~khuxkm (I'm trying to add color)
2018-11-18 06:48:24 ben it's \x03<colornumber> iirc
2018-11-18 06:48:59 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-18 06:49:07 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 06:49:28 ~khuxkm no I was trying to use the lib methods
2018-11-18 06:49:38 giteabot XXXXXXXXXXX pushed 1 commit to master. (Begin work on macro support)
2018-11-18 06:49:44 ~khuxkm there we go
2018-11-18 06:50:05 ~khuxkm maybe I should make it put the hash on one commit
2018-11-18 06:50:21 ben oh ok there it is
2018-11-18 06:52:41 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-18 06:52:58 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 06:53:07 ~khuxkm last restart for a while I promise
2018-11-18 06:53:23 giteabot XXXXXXXXXXX pushed 1 commit to master. (Begin work on macro support)
2018-11-18 06:53:27 ~khuxkm woot!
2018-11-18 06:53:58 ben no problems :)
2018-11-18 06:54:30 ben so could we set it up to ping #meta for all stuff in the tildeverse org? and #team for all stuff in the team org?
2018-11-18 06:55:09 ~khuxkm see the README
2018-11-18 06:55:26 ~khuxkm https://github.com/MineRobber9000/webhookbot
2018-11-18 06:55:48 ben owo ok
2018-11-18 06:56:19 ben if you can set the webhook url, we can pass it as a query param
2018-11-18 06:56:30 ben ie ?channel=meta
2018-11-18 06:59:39 ~khuxkm|lounge I was thinking like "#channel": "owner/repo"
2018-11-18 06:59:45 ~khuxkm|lounge in the config
2018-11-18 07:00:50 ben webhooks aren't only per-repo
2018-11-18 07:01:25 ben https://tildegit.org/org/tildeverse/settings/hooks
2018-11-18 07:01:27 ben etc
2018-11-18 07:02:01 ~khuxkm|lounge hooks for all repos =/= hooks for org
2018-11-18 07:02:21 ~khuxkm|lounge not to mention IIRC GitHub doesn't/didn't have anything like that
2018-11-18 07:02:22 ben it can be
2018-11-18 07:02:37 ~khuxkm|lounge I want this thing to have compat
2018-11-18 07:03:16 ~khuxkm|lounge the best I'll do is add a configuration var to allow it
2018-11-18 07:04:38 ben ok
2018-11-18 07:04:53 ben query param would be just as easy imo
2018-11-18 07:06:22 ben https://helga.readthedocs.io/en/latest/webhooks.html
2018-11-18 07:07:51 ~khuxkm|lounge that's not what I'm using though >:(
2018-11-18 07:09:20 ~khuxkm not to mention that doing it properly would require a refactor
2018-11-18 07:10:32 ben i know, just figured you could have a look at it and get some ideas
2018-11-18 07:11:32 ~khuxkm (passive-aggressive) yes, link me some docs of a Python lib so I can get ideas for how to write my Node project (/passive-aggressive)
2018-11-18 07:11:35 ~khuxkm :P
2018-11-18 07:16:27 ben heh sorry, didn't realiz it was py
2018-11-18 07:28:19 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-18 07:32:16 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 07:32:30 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-18 07:32:58 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 07:33:07 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-18 07:33:34 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 07:33:46 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-18 07:35:44 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 07:35:47 giteabot [undefined] XXXXXXXXXXX pushed 1 commit to master. (Begin work on macro support)
2018-11-18 07:36:01 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-18 07:37:21 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 07:37:39 giteabot [khuxkm/6502gen] XXXXXXXXXXX pushed 1 commit to master. (Begin work on macro support)
2018-11-18 07:39:34 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-18 07:44:07 ~khuxkm|lounge ben: so the repo-channel thing works
2018-11-18 07:44:31 ~khuxkm|lounge basically, it checks the fullname of the repo with the entry in the config.json
2018-11-18 07:45:08 ~khuxkm|lounge https://github.com/MineRobber9000/webhookbot/tree/multi-repo
2018-11-18 07:45:51 ben oh ok nice
2018-11-18 07:51:12 ~khuxkm|lounge https://github.com/MineRobber9000/webhookbot/pull/3
2018-11-18 07:54:33 ~khuxkm ...and it's merged!
2018-11-18 07:54:52 ~khuxkm now its 2:54 AM and I'm tired
2018-11-18 07:55:25 ~khuxkm so "#meta": "tildeverse/(.*)"
2018-11-18 07:56:01 ~khuxkm + "#team": "team/(.*)"
2018-11-18 07:56:03 ~khuxkm ?
2018-11-18 07:56:08 ~khuxkm ben: ^
2018-11-18 07:56:10 ~khuxkm O
2018-11-18 07:56:18 ~khuxkm s/O/...
2018-11-18 07:56:18 sedbot <khuxkm> ...
2018-11-18 07:56:31 ~khuxkm I'm sick and tired and I wanna get this done before I sleep
2018-11-18 07:56:32 ~khuxkm :P
2018-11-18 07:57:29 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 08:06:14 ~khuxkm|lounge ben: https://github.com/MineRobber9000/webhookbot/pull/4 future goals
2018-11-18 08:06:41 ~khuxkm|lounge for now, team/* is mapped to #team and tildeverse/* is mapped to #meta
2018-11-18 08:08:08 ben owo nice :D
2018-11-18 08:08:12 ben it is late
2018-11-18 08:13:07 fosslinux it is late
2018-11-18 21:19:56 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-18 21:20:43 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 21:22:28 ~khuxkm !watching
2018-11-18 21:22:29 giteabot khuxkm: This channel is watching khuxkm/(6502gen).
2018-11-18 21:22:39 ~khuxkm ben: PR 4 seems to be working
2018-11-18 21:22:52 ~khuxkm now to add a botlist command plugin and kick the bot off again :P
2018-11-18 21:23:19 ben uwu nice :D
2018-11-18 21:23:35 ~khuxkm do you think it's good?
2018-11-18 21:23:53 ben yeah it's dope!
2018-11-18 21:23:53 ~khuxkm I personally think I should change up the watching command to remove the regex parts
2018-11-18 21:24:15 ben you could replace it with a check for a slash?
2018-11-18 21:24:20 ben slash present => repo
2018-11-18 21:24:24 ben no slash => org?
2018-11-18 21:24:42 ben unless it does something more than that
2018-11-18 21:25:27 ~khuxkm|lounge no, I mean like "This channel is watching team/*" as opposed to "This channel is watching team/(.*)"
2018-11-18 21:25:31 ~khuxkm|lounge ben: ^
2018-11-18 21:26:07 ~khuxkm|lounge https://github.com/MineRobber9000/webhookbot/blob/master/util.js#L27-L47
2018-11-18 21:26:16 ~khuxkm|lounge that's the code that determines what channel to send to
2018-11-18 21:26:16 ben oh ok
2018-11-18 21:26:49 ben ah i see
2018-11-18 21:29:50 ~khuxkm|lounge should be a simple replace: `config.channels[channel].replace(/[(.)]/g,"")`
2018-11-18 21:30:40 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-18 21:30:43 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 21:30:49 ~khuxkm !watching
2018-11-18 21:30:49 giteabot khuxkm: This channel is watching khuxkm/6502gen.
2018-11-18 21:31:11 ~khuxkm ben: I think its good for merge!
2018-11-18 21:31:14 ben does it respond to invites?
2018-11-18 21:34:13 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-18 21:34:15 --> giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has joined #6502gen
2018-11-18 21:34:18 ~khuxkm !botlist
2018-11-18 21:34:21 ~khuxkm ...
2018-11-18 21:34:24 ~khuxkm hmmst
2018-11-18 21:34:27 ~khuxkm ben: no
2018-11-18 21:34:44 ~khuxkm what's the point of allowing it into a channel if it isn't watching anything in that channel
2018-11-18 21:37:21 ben oh i was thinking i could add a watch with a command
2018-11-18 21:41:30 ~khuxkm not the way it's set up right now
2018-11-18 21:41:50 ~khuxkm maybe that'll be further down on the roadmap: live config editing (through admin command?)
2018-11-18 21:45:05 ~khuxkm ben: so would you say that #4 is good for merge?
2018-11-18 21:46:27 ben yeah might as well
2018-11-18 21:46:46 ~khuxkm now I can finally get some work done on 6502gen
2018-11-18 21:46:56 ~khuxkm (you know, the whole point of this channel? :P
2018-11-18 21:47:21 ben lol
2018-11-18 21:47:23 ben nice
2018-11-19 01:46:08 <-- slipyx (slip@tilde-l4taic.bc.googleusercontent.com) has left #6502gen ("WeeChat 2.2")
2018-11-20 21:21:54 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (Connection closed)
2018-11-20 21:22:05 --> khuxkm|lounge (khuxkm@tilde.team) has joined #6502gen
2018-11-21 02:26:32 -- irc: disconnected from server
2018-11-21 02:27:12 --> fosslinux (fosslinux@fhah4o.tilde.team) has joined #6502gen
2018-11-21 02:27:12 -- Topic for #6502gen is "A 6502 high level assembler macro/repeat system. https://tildegit.org/khuxkm/6502gen"
2018-11-21 02:27:12 -- Topic set by khuxkm|lounge (khuxkm@oper.tilde.chat) on Sat, 17 Nov 2018 20:42:49
2018-11-21 02:27:12 -- Channel #6502gen: 6 nicks (1 op, 0 halfops, 0 voices, 5 normals)
2018-11-21 02:27:42 -- Channel created on Sat, 17 Nov 2018 19:17:30
2018-11-21 03:39:40 -- irc: disconnected from server
2018-11-21 03:40:20 --> fosslinux1 (fosslinux@fhah4o.tilde.team) has joined #6502gen
2018-11-21 03:40:20 -- Topic for #6502gen is "A 6502 high level assembler macro/repeat system. https://tildegit.org/khuxkm/6502gen"
2018-11-21 03:40:20 -- Topic set by khuxkm|lounge (khuxkm@oper.tilde.chat) on Sat, 17 Nov 2018 20:42:49
2018-11-21 03:40:20 -- Channel #6502gen: 7 nicks (1 op, 0 halfops, 0 voices, 6 normals)
2018-11-21 03:40:50 -- Channel created on Sat, 17 Nov 2018 19:17:30
2018-11-21 03:40:52 <-- fosslinux (fosslinux@fhah4o.tilde.team) has quit (Connection closed)
2018-11-21 04:19:27 -- You are now known as fosslinux
2018-11-21 15:18:34 <-- khuxkm|lounge (khuxkm@tilde.team) has quit (Changing host)
2018-11-21 15:18:34 --> khuxkm|lounge (khuxkm@sudoers.tilde.team) has joined #6502gen
2018-11-21 15:18:34 -- Mode #6502gen [+qo khuxkm|lounge khuxkm|lounge] by ChanServ
2018-11-24 09:08:04 <-- giteabot (nodebot@tilde-ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-24 09:08:07 --> giteabot (nodebot@ebi.ek5.99.10.IP) has joined #6502gen
2018-11-24 09:08:32 <-- giteabot (nodebot@ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-24 09:08:53 --> giteabot (nodebot@ebi.ek5.99.10.IP) has joined #6502gen
2018-11-24 09:08:55 <-- giteabot (nodebot@ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-24 09:09:09 --> giteabot (nodebot@ebi.ek5.99.10.IP) has joined #6502gen
2018-11-24 09:09:11 <-- giteabot (nodebot@ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-24 09:09:38 --> giteabot (nodebot@ebi.ek5.99.10.IP) has joined #6502gen
2018-11-24 09:09:44 <-- giteabot (nodebot@ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-24 09:12:15 --> giteabot (nodebot@ebi.ek5.99.10.IP) has joined #6502gen
2018-11-24 09:12:57 giteabot [khuxkm/6502gen] Robert Miles pushed 4b4fa6a to master. (Begin work on macro support; https://tildegit.org/khuxkm/6502gen/commit/4b4fa6a)
2018-11-24 09:13:32 <-- giteabot (nodebot@ebi.ek5.99.10.IP) has quit (Connection closed)
2018-11-24 09:18:47 --> giteabot (nodebot@ebi.ek5.99.10.IP) has joined #6502gen
2018-11-25 04:40:29 <-- khuxkm|lounge (khuxkm@sudoers.tilde.team) has quit (Changing host)
2018-11-25 04:40:29 --> khuxkm|lounge (khuxkm@oper.tilde.chat) has joined #6502gen
2018-11-25 04:40:30 -- Mode #6502gen [+qo khuxkm|lounge khuxkm|lounge] by team.tilde.chat
2018-11-25 06:03:09 <-- giteabot (nodebot@ebi.ek5.99.10.IP) has quit (Changing host)
2018-11-25 06:03:09 --> giteabot (nodebot@10.99.157.239) has joined #6502gen
2018-11-25 22:48:15 <-- khuxkm (khuxkm@oper.tilde.chat) has quit (Changing host)
2018-11-25 22:48:15 --> khuxkm (khuxkm@sudoers.tilde.team) has joined #6502gen
2018-11-25 22:48:15 -- Mode #6502gen [+qo khuxkm khuxkm] by team.tilde.chat
2018-11-26 02:10:52 <-- ben (ben@oper.tilde.chat) has quit (Server shutdown)
2018-11-26 02:24:24 --> ben (ben@oper.tilde.chat) has joined #6502gen
2018-11-26 03:14:49 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-26 03:18:04 --> ben (ben@oper.tilde.chat) has joined #6502gen
2018-11-26 14:49:25 <-- giteabot (nodebot@10.99.157.239) has quit (Connection closed)
2018-11-26 14:49:29 --> giteabot (nodebot@10.99.157.239) has joined #6502gen
2018-11-26 15:39:58 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (Connection closed)
2018-11-26 21:50:36 --> khuxkm|lounge (khuxkm@tilde.team) has joined #6502gen
2018-11-27 16:15:35 <-- giteabot (nodebot@10.99.157.239) has quit (Connection closed)
2018-11-27 16:17:52 --> giteabot (nodebot@10.99.157.239) has joined #6502gen
2018-11-27 16:18:29 <-- sedbot (sedbot@localhost) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:00 <-- khuxkm|lounge (khuxkm@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:21 --> khuxkm|lounge (khuxkm@tilde.team) has joined #6502gen
2018-11-27 16:20:32 --> sedbot (sedbot@tilde.team) has joined #6502gen
2018-11-27 16:45:40 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-11-27 16:45:56 --> ben (ben@oper.tilde.chat) has joined #6502gen
2018-11-27 19:41:06 <-- khuxkm|lounge (khuxkm@tilde.team) has quit (Changing host)
2018-11-27 19:41:06 --> khuxkm|lounge (khuxkm@sudoers.tilde.team) has joined #6502gen
2018-11-27 19:41:07 -- Mode #6502gen [+qo khuxkm|lounge khuxkm|lounge] by ChanServ
2018-11-28 09:12:00 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-11-28 09:16:26 --> ben (ben@oper.tilde.chat) has joined #6502gen
2018-11-30 05:11:59 -- irc: disconnected from server
2018-11-30 05:12:34 --> fosslinux (fosslinux@bsd.tilde.team) has joined #6502gen
2018-11-30 05:12:34 -- Topic for #6502gen is "A 6502 high level assembler macro/repeat system. https://tildegit.org/khuxkm/6502gen"
2018-11-30 05:12:34 -- Topic set by khuxkm|lounge (khuxkm@oper.tilde.chat) on Sat, 17 Nov 2018 20:42:49
2018-11-30 05:12:34 -- Channel #6502gen: 6 nicks (2 ops, 0 halfops, 0 voices, 4 normals)
2018-11-30 05:13:18 -- Channel created on Sat, 17 Nov 2018 19:17:30
2018-12-01 03:33:34 <-- khuxkm|lounge (khuxkm@sudoers.tilde.team) has quit (Changing host)
2018-12-01 03:33:35 --> khuxkm|lounge (khuxkm@oper.tilde.chat) has joined #6502gen
2018-12-01 03:33:35 -- Mode #6502gen [+qo khuxkm|lounge khuxkm|lounge] by team.tilde.chat
2018-12-01 06:29:18 <-- giteabot (nodebot@10.99.157.239) has quit (Connection closed)
2018-12-01 06:29:20 --> giteabot (nodebot@10.99.157.239) has joined #6502gen
2018-12-01 06:36:10 <-- giteabot (nodebot@10.99.157.239) has quit (Connection closed)
2018-12-01 06:36:13 --> giteabot (nodebot@10.99.157.239) has joined #6502gen
2018-12-01 21:23:47 <-- ben (ben@oper.tilde.chat) has left #6502gen ("ping me anyways i guess")
2018-12-03 06:10:31 <-- sedbot (sedbot@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:11:16 --> khuxkm|lounge (khuxkm@tilde.team) has joined #6502gen
2018-12-03 06:12:19 --> sedbot (sedbot@tilde.team) has joined #6502gen
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-03 10:47:57 --> fosslinux (fosslinux@bsd.tilde.team) has joined #6502gen
2018-12-03 10:47:57 -- Topic for #6502gen is "A 6502 high level assembler macro/repeat system. https://tildegit.org/khuxkm/6502gen"
2018-12-03 10:47:57 -- Topic set by khuxkm|lounge (khuxkm@oper.tilde.chat) on Sat, 17 Nov 2018 20:42:49
2018-12-03 10:47:57 -- Channel #6502gen: 5 nicks (1 op, 0 halfops, 0 voices, 4 normals)
2018-12-03 10:48:43 -- Channel created on Sat, 17 Nov 2018 19:17:30
2018-12-03 14:52:55 <-- khuxkm|lounge (khuxkm@tilde.team) has quit (Changing host)
2018-12-03 14:52:55 --> khuxkm|lounge (khuxkm@oper.tilde.chat) has joined #6502gen
2018-12-03 22:45:14 -- khuxkm is now known as a
2018-12-03 22:45:20 -- a is now known as khuxkm
2018-12-04 06:12:21 -- You are now known as |
2018-12-04 06:13:48 -- You are now known as fosslinux
2018-12-05 21:44:30 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (Changing host)
2018-12-05 21:44:30 --> khuxkm|lounge (khuxkm@sudoers.tilde.team) has joined #6502gen
2018-12-05 21:44:30 -- Mode #6502gen [+qo khuxkm|lounge khuxkm|lounge] by ChanServ
2018-12-14 05:56:22 -- You are now known as ^
2018-12-14 06:11:12 -- You are now known as fosslinux
2018-12-19 23:30:56 -- irc: disconnected from server

View File

@ -0,0 +1,3 @@
2018-12-06 05:32:01 --> fosslinux (fosslinux@fosslinux.tk) has joined #a
2018-12-06 05:32:01 -- Channel #a: 1 nick (1 op, 0 halfops, 0 voices, 0 normals)
2018-12-06 05:32:03 -- Channel created on Thu, 06 Dec 2018 05:32:01

View File

@ -0,0 +1,3 @@
2018-12-06 05:31:39 --> fosslinux (fosslinux@fosslinux.tk) has joined #aaa
2018-12-06 05:31:39 -- Channel #aaa: 1 nick (1 op, 0 halfops, 0 voices, 0 normals)
2018-12-06 05:31:41 -- Channel created on Thu, 06 Dec 2018 05:31:39

View File

@ -0,0 +1,442 @@
2018-12-03 05:40:06 --> fosslinux (fosslinux@fosslinux.tk) has joined #adventofcode
2018-12-03 05:40:06 -- Channel #adventofcode: 5 nicks (1 op, 0 halfops, 0 voices, 4 normals)
2018-12-03 05:40:07 -- Channel created on Sun, 02 Dec 2018 05:32:56
2018-12-03 06:10:31 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:11:17 --> khuxkm|lounge (khuxkm@tilde.team) has joined #adventofcode
2018-12-03 06:23:30 @ben henlo
2018-12-03 06:23:37 fosslinux hellooooo
2018-12-03 06:23:51 fosslinux what happens with aoc
2018-12-03 06:24:03 @ben https://adventofcode.com
2018-12-03 06:24:06 slipyx despair mostly
2018-12-03 06:24:21 fosslinux lol slipyx
2018-12-03 06:54:04 slipyx you know theres a tseng in #!, you think thats him
2018-12-03 06:54:27 @ben oh shit
2018-12-03 06:54:30 @ben it might be
2018-12-03 06:54:33 @ben not sure though
2018-12-03 06:54:41 slipyx yell peter see if he responds
2018-12-03 06:55:18 @ben lol
2018-12-03 06:55:20 @ben no u
2018-12-03 06:55:27 fosslinux ill doit
2018-12-03 06:55:35 @ben lel ok
2018-12-03 06:55:36 fosslinux should i actualyl :P
2018-12-03 06:55:41 @ben i mean why not
2018-12-03 06:55:45 fosslinux ok doing it
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-03 10:48:13 --> fosslinux (fosslinux@bsd.tilde.team) has joined #adventofcode
2018-12-03 10:48:13 -- Channel #adventofcode: 5 nicks (1 op, 0 halfops, 0 voices, 4 normals)
2018-12-03 10:48:59 -- Channel created on Sun, 02 Dec 2018 05:32:56
2018-12-03 14:52:55 <-- khuxkm|lounge (khuxkm@tilde.team) has quit (Changing host)
2018-12-03 14:52:55 --> khuxkm|lounge (khuxkm@oper.tilde.chat) has joined #adventofcode
2018-12-03 14:53:00 -- Mode #adventofcode [+oo khuxkm khuxkm|lounge] by khuxkm|lounge
2018-12-03 14:54:19 -- khuxkm|lounge has changed topic for #adventofcode to "Advent Of Code 2018 | Private Leaderboard Code: 164791-d59cedbc | No spoiling puzzles!"
2018-12-03 18:04:43 --> aewens (aewens@king.of.chaos) has joined #adventofcode
2018-12-03 18:04:51 @ben anyone have their solutions posted?
2018-12-03 18:05:02 aewens https://github.com/aewens/aoc18
2018-12-03 18:06:45 aewens I saw you had yours at https://github.com/benharri/aoc2018
2018-12-03 18:09:54 @ben oh i'll need to push to that too
2018-12-03 18:09:59 @ben i have the main one on tildegit.org
2018-12-03 18:10:52 aewens I have my main on GitHub so my brother can easily get to it (he's new to the whole coding scene and using AoC as a way to get more comfortable with it)
2018-12-03 18:10:55 @ben did you join the leaderboard?
2018-12-03 18:11:03 @ben gh is a mirror for mine
2018-12-03 18:11:07 @ben but i just pushed
2018-12-03 18:12:10 @ben i like my day2 solution the best so far
2018-12-03 18:12:54 aewens I think so? It looks like I'm not ranked very high though.
2018-12-03 18:13:04 aewens --------Part 1-------- --------Part 2--------
2018-12-03 18:13:06 aewens Day Time Rank Score Time Rank Score
2018-12-03 18:13:08 aewens 3 11:13:06 10513 0 11:19:15 9479 0
2018-12-03 18:13:10 aewens 2 09:28:49 13120 0 10:16:58 11609 0
2018-12-03 18:13:12 aewens 1 09:00:06 11345 0 09:31:39 8986 0
2018-12-03 18:13:20 @ben https://adventofcode.com/2018/leaderboard/private/view/164791
2018-12-03 18:13:38 @ben use the code in the topic
2018-12-03 18:14:10 aewens Okay, I'm #7 there
2018-12-03 18:14:15 aewens Out of 9. oof
2018-12-03 18:14:54 @ben ope there ya go
2018-12-03 18:14:56 @ben it's time-based
2018-12-03 18:15:20 aewens Like when you submit your answer?
2018-12-03 18:15:26 @ben yup
2018-12-03 18:16:00 @ben read the description when you click [Ordering]
2018-12-03 18:16:02 aewens Hmm, I might need to invest in working on these earlier.
2018-12-03 18:16:14 @ben should be 11 pm for you
2018-12-03 18:16:19 @ben they come out 12 am eastern
2018-12-03 18:16:49 aewens Well, I'm usually asleep around 11pm (local), so I guess I'm at an uphill battle here xD
2018-12-03 18:16:57 @ben stay up for it
2018-12-03 18:17:01 @ben that's not that late
2018-12-03 18:18:49 aewens Sure, I just needed to wake up earlier since my wife's car is being worked on.
2018-12-03 18:21:15 @ben heh that's fair
2018-12-03 19:05:09 @khuxkm|lounge my problem is that staying up 'til midnight is bad since I'd have to do it on my phone :P
2018-12-03 19:13:05 aewens I mean, while the problems require a bit of thought they don't require a lot of code to get it working. Plus, we live in the https://repl.it/ world where you can do coding on your phone in many languages.
2018-12-03 19:16:29 @khuxkm|lounge I was referring to the tiny keyboard
2018-12-03 19:16:44 @khuxkm|lounge I can SSH into ~team from my phone no issue
2018-12-03 19:18:01 aewens You mean you don't carry around a bluetooth keyboard for break-in-case-of-emergency coding?
2018-12-03 19:18:09 @khuxkm nah
2018-12-03 19:18:23 @khuxkm the thing is, I'm supposed to be asleep at midnight
2018-12-03 19:18:44 @khuxkm so I have to use my phone or wait until I know for a fact my mom is out cold
2018-12-03 19:21:06 @ben ohh sneaky coding
2018-12-03 19:21:08 @ben is ee you
2018-12-03 19:21:13 --> sedbot (sedbot@tilde.team) has joined #adventofcode
2018-12-03 19:21:35 aewens When I was still living with my parents, I found that in the war of attrition of me staying up late vs my mom not being a fan of it, I was able to stay up later than she wanted to try and fight me on this.
2018-12-03 22:45:14 -- khuxkm is now known as a
2018-12-03 22:45:20 -- a is now known as khuxkm
2018-12-04 02:04:24 slipyx success and sleep are mutually exclusive
2018-12-04 04:17:34 @ben yes
2018-12-04 04:17:38 @ben correct
2018-12-04 05:41:39 slipyx i guess we can assume they start the shift awake
2018-12-04 05:43:00 @ben yeup
2018-12-04 05:59:02 aewens I'm now staying up past 11pm so I can raise my score on AoC to beat you nerds on the leadership board. Day 4 down, 21 to go.
2018-12-04 05:59:51 aewens But now I'm going to sleep, it's too late to be awake. Cya in the morning ~team, happy coding
2018-12-04 05:59:52 @ben ;)
2018-12-04 06:12:21 -- You are now known as |
2018-12-04 06:13:48 -- You are now known as fosslinux
2018-12-04 07:14:51 slipyx the answer to part 2 is 49
2018-12-04 07:14:54 * slipyx hides
2018-12-04 07:21:53 fosslinux tut tut tut
2018-12-04 07:21:56 fosslinux badd boy
2018-12-04 14:48:09 @ben it's 42 what are you talking about
2018-12-04 16:01:34 aewens That reminds me, for part 2 on day 1, how long did it take your programs to finish calculating it?
2018-12-04 16:02:07 aewens Because mine took about 6 minutes to finish. Partially because Python, partially because I probably did it inefficiently
2018-12-04 16:06:12 @ben about the same i think
2018-12-04 16:06:22 @ben i finished it and moved on
2018-12-04 16:06:41 @ben there's a solution with something-something intervals
2018-12-04 16:06:45 @ben but i didn't bother
2018-12-04 16:07:08 aewens Yeah, I was just curious if anyone else experienced the long runtime or if my solution just really sucked that day
2018-12-04 16:08:14 @ben naive solution is slwo yea
2018-12-04 16:08:32 @ben my day 2 is real quick
2018-12-04 16:08:59 aewens I didn't have any slowness in the rest of my solutions, just part 2 of day 1.
2018-12-04 16:09:27 aewens I *almost* did in day 4 part 1, but I used some quick memoization to speed it up
2018-12-04 16:40:40 <-- ben (ben@oper.tilde.chat) has quit (Server shutdown)
2018-12-04 16:44:23 --> ben (ben@oper.tilde.chat) has joined #adventofcode
2018-12-04 21:04:52 @khuxkm so I actually got stuck on day 4 part 1 all day just to realize after a quick check to see how others were doing that I misunderstood the question
2018-12-04 21:08:37 @khuxkm ...and my solution keeps coming out to the wrong thing :(
2018-12-04 23:04:35 aewens My brother was having issues with it too. While trying to help him I realized that the puzzle input you get is different between people.
2018-12-04 23:04:57 aewens So that's a thing
2018-12-04 23:28:58 ben yeah each person gets their own
2018-12-05 03:22:22 slipyx ive been using pypy
2018-12-05 03:39:18 slipyx though the startup time usually takes longer than the execution
2018-12-05 04:12:05 slipyx rip login
2018-12-05 04:13:44 slipyx theres 10 in our leaderboard, and avg of 10% make it do day 1, so only one of us here will make it
2018-12-05 04:14:43 slipyx s/1,/25,
2018-12-05 04:14:44 sedbot <slipyx> theres 10 in our leaderboard, and avg of 10% make it do day 25, so only one of us here will make it
2018-12-05 04:19:00 ben we'll see
2018-12-05 04:19:46 * slipyx opens crosh
2018-12-05 04:20:11 ben oh
2018-12-05 04:50:23 aewens That one is going to be me
2018-12-05 04:50:35 aewens You all are going down!
2018-12-05 05:06:09 slipyx let's cook jesse
2018-12-05 05:20:37 fosslinux ???
2018-12-05 05:21:02 slipyx chemistry
2018-12-05 05:23:58 aewens I thought it was a Breaking Bad reference
2018-12-05 05:24:30 ben makes sense
2018-12-05 05:24:33 aewens Ugh, another problem with a long runtime solution >.<
2018-12-05 05:36:14 fosslinux 2/go 8
2018-12-05 05:36:22 fosslinux jeeezus
2018-12-05 05:53:52 aewens 2/go 8?
2018-12-05 05:54:05 fosslinux /go 9
2018-12-05 05:54:09 fosslinux /go 8
2018-12-05 05:54:11 fosslinux i meant
2018-12-05 05:56:44 slipyx 2.5m brute forcing in pypy on an intel atom
2018-12-05 05:57:09 * slipyx shamelessly takes second gold star
2018-12-05 05:59:54 * aewens still waiting for program to run because he had a bug the first time that showed up right at the end
2018-12-05 06:01:11 fosslinux py?
2018-12-05 06:01:38 aewens Yeah, python
2018-12-05 06:01:39 slipyx thon
2018-12-05 06:02:02 fosslinux another issue with py
2018-12-05 06:02:04 fosslinux bugs only show on run
2018-12-05 06:02:29 * aewens accidentally quit it half way through and is now quietly weeping
2018-12-05 06:02:54 aewens fosslinux: It's more the bug was that the answer was wrong
2018-12-05 06:03:11 fosslinux lol how long did it take
2018-12-05 06:03:18 aewens About 10 minutes
2018-12-05 06:03:34 fosslinux oof
2018-12-05 06:03:39 fosslinux run it on ~team
2018-12-05 06:03:48 fosslinux for the specs
2018-12-05 06:03:52 fosslinux and speed
2018-12-05 06:03:55 aewens Hmm, worth a shot.
2018-12-05 06:05:48 slipyx lol mine ran in 4s on team
2018-12-05 06:07:00 fosslinux which one
2018-12-05 06:07:33 fosslinux im not doing aoc rn
2018-12-05 06:07:41 slipyx d5p2
2018-12-05 06:08:04 fosslinux :D
2018-12-05 06:08:38 slipyx hm doesnt look like i have pypy on team
2018-12-05 06:08:51 fosslinux ping b3n on #team
2018-12-05 06:08:57 fosslinux to install it
2018-12-05 06:09:15 slipyx easy enough to do a local install
2018-12-05 06:10:57 aewens It's a race to see if ~team will beat my local that's already been running for a bit.
2018-12-05 06:11:15 aewens Woah, ~team is a lot faster :p
2018-12-05 06:11:25 aewens s/p/o/
2018-12-05 06:11:25 sedbot <aewens> Woah, ~team is a lot faster :o
2018-12-05 06:11:53 fosslinux how long
2018-12-05 06:11:55 fosslinux did it take
2018-12-05 06:12:43 aewens Well, it looks like about 3-4 minutes instead of 13-15 minutes
2018-12-05 06:13:33 fosslinux :P
2018-12-05 06:13:39 fosslinux s/P/O
2018-12-05 06:13:40 sedbot <fosslinux> :O
2018-12-05 06:13:51 fosslinux goood
2018-12-05 06:14:28 aewens Good to know, ~team is faster than a Chromebook running Linux xD
2018-12-05 06:14:38 slipyx weird, pypy took 20s
2018-12-05 06:14:55 slipyx guess its better to use normal py for string intensive stuff
2018-12-05 06:15:09 fosslinux woah what a suprise
2018-12-05 06:15:12 aewens I'm also probably doing this the most inefficient way possible
2018-12-05 06:17:39 slipyx though pypy has about 25x slower startup time than normiepy
2018-12-05 06:18:30 fosslinux i think normiepy is cpython
2018-12-05 06:20:48 aewens I tried to make it run faster. Ran in about 2s but got a wrong answer. Hmm
2018-12-05 06:27:16 slipyx protip: remember to rstrip the input, theres a stray newline
2018-12-05 06:29:42 fosslinux slipyx: you doing python as well?
2018-12-05 06:29:49 slipyx yeah
2018-12-05 06:29:56 fosslinux kk
2018-12-05 06:30:09 fosslinux ben: khuxkm: what lanugage you doing?
2018-12-05 06:30:30 ben elixis
2018-12-05 06:30:32 ben s/s/r
2018-12-05 06:30:33 sedbot <ben> elixir
2018-12-05 06:34:10 <-- aewens (aewens@king.of.chaos) has quit (Ping timeout: 121 seconds)
2018-12-05 06:34:38 slipyx ip
2018-12-05 06:34:43 slipyx s/i/ri
2018-12-05 06:34:43 sedbot <slipyx> rip
2018-12-05 06:41:46 --> aewens (aewens@tilde.team) has joined #adventofcode
2018-12-05 06:41:48 aewens Ugh, finally got it
2018-12-05 06:42:44 <-- aewens (aewens@tilde.team) has quit (services.tilde.chat (Too many invalid passwords))
2018-12-05 06:43:43 --> aewens (aewens@tilde.team) has joined #adventofcode
2018-12-05 06:44:41 <-- aewens (aewens@tilde.team) has quit (Changing host)
2018-12-05 06:44:41 --> aewens (aewens@king.of.chaos) has joined #adventofcode
2018-12-05 07:13:53 ben nice
2018-12-05 07:14:22 aewens Now I need to let part 2 run, which is taking 5ever
2018-12-05 07:14:56 ben mine's about 1 second
2018-12-05 07:16:28 aewens The main reason mine is slow is because I'm moving 2 at a time. At least how I read the problem, that's what we should be doing?
2018-12-05 07:19:51 ben 2 at at time?
2018-12-05 07:19:54 ben nah
2018-12-05 07:20:59 aewens In the example it showed that if you had cCc, it would result in c. I guess I could just have it move one head after a match to make sure it doesn't match both cC and Cc.
2018-12-05 07:21:52 ben just iterate the alphabet, replacing lowercase-uppercase pairs until there's nothing left to replace
2018-12-05 07:22:16 ben oh wait that's part 1
2018-12-05 07:22:46 slipyx i had to functionize my part 1 so i could use it for part2
2018-12-05 07:23:01 ben well part 2 you just iterate a..z once, remove all occurences of each letter, and run the part1 algo
2018-12-05 07:23:37 ben find the smallest one, grab the strlen
2018-12-05 07:29:47 aewens Just realized why it didn't work the first time. Used max instead of min.
2018-12-05 07:29:51 * aewens facepalms
2018-12-05 07:30:39 aewens Also, I tried not going 2 at a time to speed it up, but it got the wrong result for part 1 so I just set it back because I'm too tired to try and reason with it.
2018-12-05 07:31:48 ben lol that's fair
2018-12-05 07:31:55 ben slep and try again tmrw
2018-12-05 07:39:30 aewens The slow version is on X, so I'm gonna wait it out
2018-12-05 07:39:52 slipyx the answer is Z
2018-12-05 07:40:07 slipyx thats what mine was actually lol
2018-12-05 07:42:11 aewens I'm now #5 on the leaderboard. Making my way up.
2018-12-05 07:42:25 aewens Okay, I'm done and I'm tired. Night everyone. Happy hacking
2018-12-05 07:43:27 ben night!
2018-12-05 14:49:52 aewens Day 2 of trying to stay up late to do AoC: I'm feel like I've been hit by a train and feel the constant pull towards the depths of slumber
2018-12-05 15:19:52 ben that's me every day rip
2018-12-05 16:49:40 aewens Something to note: Sleeping on a problem did wonders. I have a solution in python works and only takes half a second to run now
2018-12-05 16:49:57 ben frik yea
2018-12-05 16:50:28 aewens Now to get part 2 to run fast, which should be sups easy now
2018-12-05 16:52:37 ben it's basically just running part1 with each letter of the alphabet stripped out
2018-12-05 16:53:02 ben then finding min lenght
2018-12-05 16:53:36 aewens Sure, I just needed to turn my solver into a function instead of just a while loop
2018-12-05 16:54:11 ben yup!
2018-12-05 17:02:36 aewens Got it working. That was a hell of a lot simpler than whatever madness I was trying last night.
2018-12-05 17:02:50 aewens Kids, don't be drowsy and code
2018-12-05 17:04:51 ben lol i do that all the time though
2018-12-05 17:04:56 ben when am i not drowsy
2018-12-05 17:05:53 aewens I do my best work when I'm sharp and alert, or when I'm freshly hacked up on coffee. When I'm tired, my laziness leaks into my coding.
2018-12-05 17:07:49 ben for sure
2018-12-05 18:16:32 --> ahriman (ahriman@falte.red) has joined #adventofcode
2018-12-05 21:44:30 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (Changing host)
2018-12-05 21:44:30 --> khuxkm|lounge (khuxkm@sudoers.tilde.team) has joined #adventofcode
2018-12-05 21:44:30 -- Mode #adventofcode [+o khuxkm|lounge] by team.tilde.chat
2018-12-05 22:49:54 --> wlsn (wlsn@92.26.153.255) has joined #adventofcode
2018-12-06 10:51:34 slipyx Because of a bug in the day 6 puzzle that made it unsolvable for some users until about two hours after unlock, day 6 is worth no points on the global leaderboard.
2018-12-06 10:51:36 slipyx what
2018-12-06 15:47:56 ben people were getting bad inputs
2018-12-06 17:13:41 aewens Hmm, now I'm glad I decided to sleep last night instead of staying up to solve it.
2018-12-06 17:32:00 <-- ahriman (ahriman@falte.red) has quit (team.tilde.chat cosmic.tilde.chat)
2018-12-06 17:37:18 --> ahriman (ahriman@falte.red) has joined #adventofcode
2018-12-06 19:31:48 <-- ahriman (ahriman@falte.red) has quit (quit: rebootying vps)
2018-12-06 19:35:04 --> ahriman (ahriman@falte.red) has joined #adventofcode
2018-12-06 19:35:15 <-- ahriman (ahriman@falte.red) has left #adventofcode ("WeeChat 2.2")
2018-12-06 20:00:38 aewens So I just got day 6 finished. Had to learn a bunch of new stuff to get that working.
2018-12-07 02:15:24 slipyx like when you're not supposed to use 'break' where you mean to use 'continue'
2018-12-07 05:56:10 aewens Yeah, there's a distinct different between the two
2018-12-07 06:42:59 slipyx guess its a good idea to recreate the example's input and solution before submitting anything :|
2018-12-07 07:20:43 aewens That's what I started doing since day 6. Just finished day 7.
2018-12-07 07:22:03 aewens I am Thanos, and the AoC puzzles are my Infinity Stones. I will solve them all!
2018-12-07 07:30:23 --> aewens|otg (aewensotg@tilde.team) has joined #adventofcode
2018-12-07 20:31:19 <-- wlsn (wlsn@92.26.153.255) has left #adventofcode ("WeeChat 2.1")
2018-12-08 04:07:27 slipyx or nor
2018-12-08 04:09:30 slipyx R I P B H H
2018-12-08 05:25:42 slipyx i kind of envy those we lst
2018-12-08 05:29:54 slipyx does christmas music help
2018-12-08 05:31:01 aewens Huh?
2018-12-08 05:31:29 slipyx for focus
2018-12-08 05:35:40 aewens I use rock and roll or ambient
2018-12-08 05:35:52 aewens Depending on my mood
2018-12-08 06:01:11 aewens You best watch out slipyx, I've completed day 8 1&2 and now in 4th place. I'm coming for your spot in 3rd
2018-12-08 11:29:48 slipyx you better not pout
2018-12-08 19:25:56 --> wlsn (wlsn@92.26.153.255) has joined #adventofcode
2018-12-08 20:58:57 <-- wlsn (wlsn@92.26.153.255) has left #adventofcode ("WeeChat 2.1")
2018-12-09 06:48:15 slipyx is p2 just a test of your algo's speed?
2018-12-09 06:48:37 slipyx like impossible to do if your first part is too slow
2018-12-09 07:01:52 slipyx or am i just guessing
2018-12-09 07:47:58 ben oh
2018-12-09 07:48:00 ben um
2018-12-09 07:51:20 slipyx not cool having p2 be an optimization
2018-12-09 07:51:34 slipyx i mean im writing python ffs what they expect
2018-12-09 08:02:55 ben lol
2018-12-09 15:57:40 aewens slipyx: I just decided to run it on ~team and come back later to check on it.
2018-12-09 16:02:17 aewens It'll be done in about 4 hours if I don't optimize it by then ;)
2018-12-09 16:23:59 --> wlsn (wlsn@92.26.153.255) has joined #adventofcode
2018-12-10 03:14:34 slipyx is it done yet?
2018-12-10 05:08:11 slipyx so graphical output for todays?
2018-12-10 05:12:40 ben graphical output and parsing figlet?
2018-12-10 05:55:54 slipyx well example output is replicated
2018-12-10 05:56:09 slipyx now to adjust my terminal to 90000x90000
2018-12-10 06:04:29 ben oooof
2018-12-10 06:04:34 ben i don't think it will end up that big?
2018-12-10 09:15:30 slipyx that's what she said
2018-12-10 14:00:18 ben owo
2018-12-10 15:04:29 <-- wlsn (wlsn@92.26.153.255) has left #adventofcode ("WeeChat 2.1")
2018-12-10 15:46:17 aewens slipyx: To answer your earlier question, I found a faster way to solve it before the original finished, so I cancelled it then.
2018-12-11 05:06:33 slipyx ok so why i need to find the power level when just above tells me its already shown
2018-12-11 05:07:17 slipyx do they not think ppl read the lore
2018-12-11 05:07:36 slipyx this is why programmers shouldnt mess with creative writing
2018-12-11 05:10:00 @khuxkm|lounge ?
2018-12-11 05:11:12 @khuxkm|lounge from my reading they want the location of the cell
2018-12-11 05:11:16 @khuxkm|lounge not the power level
2018-12-11 05:21:09 ben lol
2018-12-11 05:21:22 ben yes they want the top left coordinate of the 3x3 group with the highest sum
2018-12-11 05:21:43 ben still trying to figure out how to iterate though this?
2018-12-11 05:22:25 slipyx how many unique 3x3's would be in a 300x300
2018-12-11 05:23:53 ben 297x297?
2018-12-11 05:24:37 ben i was just going to iterate 0..297 for x and y, sum the 3x3, then find the max?
2018-12-11 05:24:59 ben maybe?
2018-12-11 05:44:07 slipyx def cellPowerLevel( x, y ): return 9001
2018-12-11 05:44:41 ben it's OVER 9000!
2018-12-11 06:23:43 slipyx damn it ben upgrade ~team cpu so i can brute force this faster
2018-12-11 06:27:00 ben owo
2018-12-11 06:27:16 ben beefy auction server time?
2018-12-11 06:31:46 fosslinux lol
2018-12-11 06:31:52 fosslinux du stull have that
2018-12-11 06:34:02 fosslinux someone might like to register this chan
2018-12-11 06:34:47 ben oh no i cancelled that beast
2018-12-11 06:35:00 ben i wasn't gonna be able to use it to the fullest extent of its abilities
2018-12-11 06:35:01 fosslinux heehe
2018-12-11 06:35:07 fosslinux we dont need it :P
2018-12-11 06:35:29 ben i'd really like to reinstall the os on the ~team box and switch the raid to 0
2018-12-11 06:35:37 slipyx woo i beat npa today
2018-12-11 06:35:38 ben get 300gb more disk space
2018-12-11 06:35:41 ben woah nice
2018-12-11 06:35:50 ben is he not in here?
2018-12-11 06:35:56 slipyx too good for us
2018-12-11 06:35:57 fosslinux whats the raid atm
2018-12-11 06:35:59 slipyx i guess
2018-12-11 06:36:01 ben 1
2018-12-11 06:36:05 fosslinux hm
2018-12-11 06:36:12 fosslinux is there any other reduncancy
2018-12-11 06:36:17 -- Mode #adventofcode [+rq khuxkm|lounge] by ChanServ
2018-12-11 06:36:18 ben hourly backups
2018-12-11 06:36:39 ben plus it's ssd anywaya
2018-12-11 06:36:43 ben failure rate is v low
2018-12-11 06:36:49 ben relatively
2018-12-11 06:37:01 fosslinux hourly backups is enuff
2018-12-11 06:37:15 ben i don't have anywhere to move it to in the meantime
2018-12-11 06:37:24 ben i don't want to have downtime
2018-12-11 06:37:43 -- Mode #adventofcode [+q khuxkm] by khuxkm|lounge
2018-12-11 06:38:24 -- Mode #adventofcode [+ovvvv ben fosslinux aewens aewens|otg slipyx] by khuxkm|lounge
2018-12-11 06:38:33 +fosslinux probably shoult
2018-12-11 06:38:43 +fosslinux why?
2018-12-11 06:38:50 +fosslinux khuxkm|lounge:
2018-12-11 06:38:57 ~khuxkm|lounge because I can
2018-12-11 06:39:14 @ben owo
2018-12-11 06:39:30 @ben when npa joins he can have NO OPS
2018-12-11 06:39:40 +fosslinux lol
2018-12-11 06:39:47 +fosslinux what does + even do
2018-12-11 06:39:51 @ben i /invited him
2018-12-11 06:39:57 @ben you can talk if the chanmode +m
2018-12-11 06:40:00 @ben that's it
2018-12-11 06:40:32 +fosslinux talk?????
2018-12-11 06:41:21 @ben who's tumdum
2018-12-11 06:41:36 +fosslinux who is tumdum
2018-12-11 06:41:45 @ben on our leaderboard
2018-12-11 06:41:49 +fosslinux oh
2018-12-11 06:41:52 +slipyx t
2018-12-11 06:42:02 @ben and the lobste.rs one too
2018-12-11 06:42:51 +fosslinux s/oh/ohh
2018-12-11 06:42:51 sedbot <fosslinux> ohh
2018-12-11 06:43:23 @ben the guy in 7th place is on the lobste.rs board
2018-12-11 06:44:02 @ben so is the guy that wrote ripgrep
2018-12-11 06:44:10 @ben burntsushi
2018-12-11 07:34:07 --> npa (npa@127.0.0.1) has joined #adventofcode
2018-12-11 07:34:11 npa henlo
2018-12-11 07:34:27 npa a third one..?
2018-12-11 07:34:39 +slipyx the best one
2018-12-11 07:46:30 @ben yes the best one
2018-12-11 11:49:07 -- Mode #adventofcode [+v npa] by khuxkm|lounge
2018-12-11 19:38:33 +fosslinux a third one npa?
2018-12-11 19:49:31 ~khuxkm|lounge a third channel
2018-12-11 19:49:46 ~khuxkm|lounge #adventofcode here, and #adventofcode and #aoc on tilde.town
2018-12-12 05:14:30 +slipyx was wondering when thered be one with cellular automata
2018-12-12 05:51:23 +npa we turing machine now bois
2018-12-12 06:02:13 +npa oh boy, that was a doozy
2018-12-12 06:03:55 +fosslinux ?
2018-12-12 06:04:02 +fosslinux "we turing machine"
2018-12-12 06:05:34 +npa it's a turing machine that always shifts right after reading a cell
2018-12-12 06:06:03 +npa er, then skips to the front at the end
2018-12-12 06:06:16 +npa maybe i shouldn't call it a turing machine but instead a automata
2018-12-12 06:07:17 +fosslinux hehe
2018-12-12 07:27:27 +slipyx for i in range(50000000000):
2018-12-12 07:28:28 +fosslinux :P
2018-12-13 05:17:25 <-- slipyx (slip@46.68.203.35.bc.googleusercontent.com) has left #adventofcode ("WeeChat 2.2")
2018-12-13 05:19:32 @ben um
2018-12-13 05:20:36 @ben wtf
2018-12-13 05:45:02 +npa yeah this is lame
2018-12-13 05:45:27 @ben i'm so not interested in solving ths one
2018-12-13 05:47:10 +npa just a lame simulation one
2018-12-13 05:47:30 @ben i've already lost interest and stopped working on it
2018-12-14 05:56:22 -- You are now known as ^
2018-12-14 06:11:12 -- You are now known as fosslinux
2018-12-15 05:25:59 +npa hey ben, get read for this one lol
2018-12-15 05:26:42 @ben oh shit
2018-12-15 05:26:46 @ben i haven't done the last two days :x
2018-12-15 05:26:51 +npa another shitty simulation!
2018-12-15 05:26:55 +npa i know you love those
2018-12-15 05:27:05 +npa at least elves get to die in this one
2018-12-15 05:30:25 ~khuxkm|lounge i simultaneously wish I hadn't quit and am glad I did
2018-12-15 05:33:19 @ben i haven't decided that i've quit
2018-12-15 05:33:27 @ben i just haven't caught up lol
2018-12-15 05:34:22 ~khuxkm|lounge well I have :P not worth the frustration
2018-12-15 05:34:42 ~khuxkm|lounge I'm still going to maintain our leaderboard but I really don't care wrt my position on it
2018-12-15 05:36:54 @ben lol same
2018-12-15 06:04:08 +npa 1 hour in and only 20 people have one start
2018-12-15 06:04:11 +npa lol
2018-12-15 06:05:07 @ben yeouch
2018-12-15 06:05:20 +npa fuck this one is shit
2018-12-15 06:05:20 @ben i still haven't even looked at it lol
2018-12-15 06:05:29 +npa there's bloody path finding
2018-12-15 06:05:33 +npa my floodfill is shite
2018-12-15 06:06:06 @ben simon parents at it again
2018-12-15 06:07:20 ~khuxkm path finding?
2018-12-15 06:07:26 ~khuxkm in my AoC?
2018-12-15 06:07:33 ~khuxkm (it's more likely than you think)
2018-12-15 08:41:22 +npa jfc
2018-12-15 08:41:39 +npa so many hacks in my code lol
2018-12-15 08:41:43 +npa at least its fucking done
2018-12-16 05:02:21 +npa hey ben
2018-12-16 05:02:23 +npa guess what
2018-12-16 05:02:52 @ben chicken butt
2018-12-16 05:12:27 +npa that's right
2018-12-16 05:12:39 +npa there'll be another simulation thank u
2018-12-16 05:14:15 @ben oh noooo
2018-12-16 05:14:24 @ben i don't think i'll do it :x
2018-12-16 05:15:08 +npa it's ASM
2018-12-16 05:15:14 +npa shitty elf asm, that its
2018-12-16 05:30:33 @ben oh boy
2018-12-16 05:33:36 ~khuxkm isn't elf asm the last AoC's schtick?
2018-12-16 05:43:41 +npa i take that back
2018-12-16 05:43:44 +npa today's was super fun
2018-12-16 05:43:56 +npa wasn't a sim
2018-12-17 12:34:46 +npa however... today's was
2018-12-17 12:35:22 +npa not too fun either, some fiddly edge cases, and annoying to visualise, but quick to do if you have the motivation
2018-12-17 15:21:24 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-12-17 15:27:53 --> ben (ben@oper.tilde.chat) has joined #adventofcode
2018-12-19 02:04:02 <-- npa (npa@127.0.0.1) has quit (Quit: WeeChat 2.2)
2018-12-19 05:21:43 --> npa (npa@127.0.0.1) has joined #adventofcode
2018-12-19 15:28:59 -- ben is now known as 550AAAAAE
2018-12-19 15:29:44 -- 550AAAAAE is now known as ben
2018-12-19 15:43:55 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-12-19 15:45:10 --> 550AAAAAE (ben@oper.tilde.chat) has joined #adventofcode
2018-12-19 15:45:31 -- 550AAAAAE is now known as ben
2018-12-19 23:30:56 -- irc: disconnected from server

View File

@ -0,0 +1,62 @@
2018-12-15 20:25:50 --> fosslinux (fosslinux@fosslinux.tk) has joined #bbj
2018-12-15 20:25:50 -- Topic for #bbj is "https://github.com/bbj-dev/bbj"
2018-12-15 20:25:50 -- Topic set by ben on Thu, 01 Nov 2018 21:04:43
2018-12-15 20:25:50 -- Channel #bbj: 11 nicks (2 ops, 0 halfops, 0 voices, 9 normals)
2018-12-15 20:25:52 -- Channel created on Mon, 15 Oct 2018 15:38:54
2018-12-15 20:29:50 Bender [town/desvox] khuxkm|lounge: every one is (key, foreground, background)
2018-12-15 20:29:55 Bender [town/desvox] so key is the name
2018-12-15 20:30:12 Bender [town/desvox] and you can see what to set here http://urwid.org/manual/displayattributes.html
2018-12-15 20:32:04 Bender [town/desvox] so i define ("bold", "default,bold", "default") and can call urwid.Text(("bold", "Discard current post?")) to give me a text object with foreground "default,bold" and background "default"
2018-12-15 20:32:16 Bender [town/desvox] might want to read up on urwids docs, just generally speaking
2018-12-15 20:33:07 Bender [town/desvox] also the channel is only dead because nobody has anything to say, if filing issues and using this channel hasnt worked, then theres just not much interest in it
2018-12-15 20:33:16 Bender [town/desvox] and moving somewhere else wont help with that
2018-12-15 20:47:39 robdrake any python experts here? Just need someone who can integrate my voting program, when finished, into bbj
2018-12-15 20:48:15 fosslinux im pretty ok
2018-12-15 20:48:34 robdrake I need to get off IRC and back to work, bbiaf
2018-12-15 20:48:42 fosslinux cya
2018-12-15 20:57:45 Bender [town/desvox] funny you mention polls, that was planned at some point
2018-12-15 21:29:02 robdrake I asked if there was something I could do to help tilde.team, he said write a voting program
2018-12-15 21:30:43 robdrake using python so someone _else_ can integrate the program into BBJ
2018-12-15 21:31:01 fosslinux lol
2018-12-15 21:31:06 fosslinux i dont know bbj code
2018-12-15 21:31:11 fosslinux i might read it a bit later
2018-12-15 21:39:08 Bender [town/desvox] the client is all urwid and i didn't particularly enjoy working with urwid
2018-12-15 21:39:44 Bender [town/desvox] urwid of course being the ui library, not some other language
2018-12-15 21:39:59 Bender [town/desvox] so that's messy as hell but yeah you can read it
2018-12-15 23:15:18 robdrake Sorry progress is slow, I sit in the wheelchair, I don't fall asleep due to tailbone pain, and if I'm in bed, I doze off, but my tailbone doesn't hurt
2018-12-15 23:37:31 ~ben oof lose-lose situation there
2018-12-16 00:00:55 robdrake yeah, kind of
2018-12-16 00:01:19 robdrake but... If I do doze off, I can make up the time tonight
2018-12-16 00:07:55 cmccabe robdrake: how did you get injured?
2018-12-16 00:10:18 ~ben there's no time requirement; no worries
2018-12-16 00:37:55 robdrake cmccabe: Winters of 2000, 2001, 2002, slipped on ice, fell straight down onto the sidewalk, tailbone first
2018-12-16 00:38:16 robdrake once hard enough to split a clip board in my backpack
2018-12-16 00:39:57 robdrake it's still my project, pull requests rejected, but what I have so far: https://tildegit.org/rgdrake/vote_program.git
2018-12-16 00:40:21 robdrake looking for comments on the questions.json format in src
2018-12-16 01:28:05 robdrake someone wants to take over the python branch, pushes to master, for now, welcome, I've made a node branch that is the current branch I'm working on. I should move master to python I guess
2018-12-16 01:29:32 robdrake anyone still awake?
2018-12-16 01:34:18 fosslinux yesss
2018-12-16 02:01:38 ~ben i'm not awake
2018-12-16 02:26:25 robdrake oh
2018-12-16 02:37:23 cmccabe i'm back for a bit
2018-12-16 02:37:36 ~ben hello back for a bit
2018-12-16 02:37:38 ~ben i'm ben
2018-12-16 02:38:39 cmccabe i thought you were not awake
2018-12-16 02:38:53 ~ben lol
2018-12-16 02:38:57 ~ben did i say i was?
2018-12-16 02:39:18 cmccabe must've been a dream
2018-12-16 07:20:36 robdrake Hello
2018-12-16 10:14:46 <-- robdrake (rgdrake@tilde.team) has quit (quit: WeeChat 2.3)
2018-12-17 15:21:24 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-12-17 15:27:53 --> ben (ben@oper.tilde.chat) has joined #bbj
2018-12-17 15:27:53 -- Mode #bbj [+qo ben ben] by ChanServ
2018-12-18 13:24:56 khuxkm|lounge so I want to do BBJ dev right now but I can't find the time
2018-12-18 14:31:39 Bender [town/desvox] i cant find jackshit
2018-12-18 14:31:52 Bender [town/desvox] where the fuck are my neurons let alone my time
2018-12-19 15:28:59 -- ben is now known as 550AAAAAE
2018-12-19 15:29:44 -- 550AAAAAE is now known as ben
2018-12-19 15:43:55 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-12-19 15:45:11 --> 550AAAAAE (ben@oper.tilde.chat) has joined #bbj
2018-12-19 15:45:11 -- Mode #bbj [+qo 550AAAAAE 550AAAAAE] by center.tilde.chat
2018-12-19 15:45:31 -- 550AAAAAE is now known as ben
2018-12-19 23:30:56 -- irc: disconnected from server

View File

@ -0,0 +1,74 @@
2018-11-24 22:19:11 --> fosslinux (fosslinux@fhah4o.tilde.team) has joined #blamejan6
2018-11-24 22:19:11 -- Topic for #blamejan6 is "blame jan6 for anything he may or may not have done, been involved in, or just thought of"
2018-11-24 22:19:11 -- Topic set by jan6 (jan6@is.quite.awesome) on Tue, 23 Oct 2018 20:09:15
2018-11-24 22:19:11 -- Channel #blamejan6: 3 nicks (1 op, 0 halfops, 0 voices, 2 normals)
2018-11-24 22:19:13 -- Channel created on Mon, 22 Oct 2018 19:32:39
2018-11-24 22:19:17 fosslinux wth is this
2018-11-25 03:29:43 --> slipyx (slip@tilde-l4taic.bc.googleusercontent.com) has joined #blamejan6
2018-11-25 03:30:44 <-- slipyx (slip@tilde-l4taic.bc.googleusercontent.com) has left #blamejan6 ("WeeChat 2.2")
2018-11-25 10:01:56 ~jan6 it is what it is
2018-11-25 10:02:15 ~jan6 I blame jan6 for making it cloudy today
2018-11-25 19:51:53 fosslinux i blame jan6 for school existing :P
2018-11-25 19:55:42 ~jan6 improper grammer, mines 10 points
2018-11-25 19:56:48 fosslinux improper spelling x2, minus 20 points
2018-11-25 19:56:52 fosslinux should be:
2018-11-25 19:57:00 fosslinux improper grammar, minus 10 points
2018-11-25 19:57:05 fosslinux :P
2018-11-25 19:58:19 ~jan6 thy correction has't misseth my pointh
2018-11-25 19:58:30 ~jan6 -15 pointh
2018-11-26 21:08:28 -- jan6 is now known as ok
2018-11-26 21:13:42 -- ok is now known as jan6
2018-11-27 16:18:29 <-- jan6 (jan6@is.quite.awesome) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:43 --> jan6 (jan6@tilde.team) has joined #blamejan6
2018-11-27 16:32:24 <-- jan6 (jan6@tilde.team) has quit (Changing host)
2018-11-27 16:32:24 --> jan6 (jan6@is.quite.awesome) has joined #blamejan6
2018-11-27 16:32:24 -- Mode #blamejan6 [+qo jan6 jan6] by ChanServ
2018-11-30 05:11:59 -- irc: disconnected from server
2018-11-30 05:12:38 --> fosslinux (fosslinux@bsd.tilde.team) has joined #blamejan6
2018-11-30 05:12:38 -- Topic for #blamejan6 is "blame jan6 for anything he may or may not have done, been involved in, or just thought of"
2018-11-30 05:12:38 -- Topic set by jan6 (jan6@is.quite.awesome) on Tue, 23 Oct 2018 20:09:15
2018-11-30 05:12:38 -- Channel #blamejan6: 3 nicks (1 op, 0 halfops, 0 voices, 2 normals)
2018-11-30 05:13:22 -- Channel created on Mon, 22 Oct 2018 19:32:39
2018-12-01 11:46:49 --> EHG (EHG@194.59.251.235) has joined #blamejan6
2018-12-01 11:46:54 EHG ffs jan6
2018-12-01 11:47:07 EHG how could you even think that
2018-12-01 11:55:06 EHG s/think/dream/
2018-12-01 12:24:20 ~jan6 thank you for blaming jan6, your ticket number is #ERR$NO_SUCH_NUMBER, please keep it for future reference
2018-12-01 13:05:08 EHG I will cherish this ticket forever and redeem for future reference.
2018-12-01 19:54:02 --> cirno (cirno@45.76.18.74) has joined #blamejan6
2018-12-01 20:06:03 <-- EHG (EHG@194.59.251.235) has quit (Connection closed)
2018-12-01 21:01:38 -- jan6 is now known as ben_shapiro
2018-12-01 21:02:31 -- ben_shapiro is now known as jan6
2018-12-02 02:59:12 --> EHG (EHG@193.37.253.101) has joined #blamejan6
2018-12-02 22:08:49 -- jan6 is now known as irc_irc_jan6
2018-12-02 22:10:13 -- irc_irc_jan6 is now known as |
2018-12-02 22:13:04 -- | is now known as jan6
2018-12-03 06:10:31 <-- jan6 (jan6@is.quite.awesome) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:12:02 --> jan6 (jan6@tilde.team) has joined #blamejan6
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-03 10:48:01 --> fosslinux (fosslinux@bsd.tilde.team) has joined #blamejan6
2018-12-03 10:48:01 -- Topic for #blamejan6 is "blame jan6 for anything he may or may not have done, been involved in, or just thought of"
2018-12-03 10:48:01 -- Topic set by jan6 (jan6@is.quite.awesome) on Tue, 23 Oct 2018 20:09:15
2018-12-03 10:48:01 -- Channel #blamejan6: 5 nicks (0 ops, 0 halfops, 0 voices, 5 normals)
2018-12-03 10:48:47 -- Channel created on Mon, 22 Oct 2018 19:32:39
2018-12-03 14:48:42 <-- jan6 (jan6@tilde.team) has quit (Changing host)
2018-12-03 14:48:42 --> jan6 (jan6@is.quite.awesome) has joined #blamejan6
2018-12-03 14:48:42 -- Mode #blamejan6 [+qo jan6 jan6] by ChanServ
2018-12-03 19:24:33 -- jan6 is now known as aewenz
2018-12-03 19:25:59 -- aewenz is now known as jan6
2018-12-04 06:12:21 -- You are now known as |
2018-12-04 06:13:48 -- You are now known as fosslinux
2018-12-07 13:22:44 <-- cirno (cirno@45.76.18.74) has quit (quit: im....not...the strongest....)
2018-12-07 19:08:40 * EHG peeks inside the little wooden box every so often, the ticket glows with power
2018-12-07 19:15:04 * jan6 steals the ticket
2018-12-07 19:42:37 EHG D:
2018-12-07 20:16:08 * jan6 puts the ticket in a cloning machine and cackles
2018-12-07 21:01:56 * EHG spams the create ticket function
2018-12-07 21:02:13 EHG I blame jan6!
2018-12-07 21:02:14 EHG I blame jan6!
2018-12-07 21:02:14 EHG I blame jan6!
2018-12-07 21:02:22 EHG for all the things!
2018-12-07 21:29:49 ~jan6 ;]
2018-12-14 05:56:22 -- You are now known as ^
2018-12-14 06:11:12 -- You are now known as fosslinux
2018-12-19 23:30:56 -- irc: disconnected from server

View File

@ -0,0 +1,4 @@
2018-12-02 07:38:14 --> fosslinux (fosslinux@fosslinux.tk) has joined #bot
2018-12-02 07:38:14 -- Channel #bot: 1 nick (1 op, 0 halfops, 0 voices, 0 normals)
2018-12-02 07:38:16 -- Channel created on Sun, 02 Dec 2018 07:38:14
2018-12-02 07:38:19 <-- fosslinux (fosslinux@fosslinux.tk) has left #bot ("WeeChat 2.2")

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,12 @@
2018-12-02 07:38:24 --> fosslinux (fosslinux@fosslinux.tk) has joined #bots2
2018-12-02 07:38:24 -- Channel #bots2: 1 nick (1 op, 0 halfops, 0 voices, 0 normals)
2018-12-02 07:38:25 -- Channel created on Sun, 02 Dec 2018 07:38:23
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-03 10:48:11 --> fosslinux (fosslinux@bsd.tilde.team) has joined #bots2
2018-12-03 10:48:11 -- Channel #bots2: 1 nick (1 op, 0 halfops, 0 voices, 0 normals)
2018-12-03 10:48:57 -- Channel created on Mon, 03 Dec 2018 10:48:11
2018-12-04 06:12:21 -- You are now known as |
2018-12-04 06:13:48 -- You are now known as fosslinux
2018-12-14 05:56:22 -- You are now known as ^
2018-12-14 06:11:12 -- You are now known as fosslinux
2018-12-19 23:30:56 -- irc: disconnected from server

View File

@ -0,0 +1,75 @@
2018-12-15 22:29:16 --> fosslinux (fosslinux@fosslinux.tk) has joined #bsd
2018-12-15 22:29:16 -- Channel #bsd: 3 nicks (1 op, 0 halfops, 0 voices, 2 normals)
2018-12-15 22:29:18 -- Channel created on Sat, 15 Dec 2018 21:49:15
2018-12-15 22:36:27 ~cmccabe_bsd hey fosslinux
2018-12-15 22:40:50 -- cmccabe_bsd has changed topic for #bsd to "bsd.tilde.team"
2018-12-15 22:41:13 -- cmccabe_bsd has changed topic for #bsd from "bsd.tilde.team" to "bsd.tilde.team - what are you doing with it?"
2018-12-15 22:43:38 ben i'm running a node in the tilde.chat network on it :)
2018-12-15 23:10:46 ~cmccabe_bsd you're using pkg for software installs?
2018-12-15 23:11:07 ben yeah
2018-12-15 23:11:09 ben a couple ports
2018-12-15 23:11:15 ~cmccabe_bsd how do you like it?
2018-12-15 23:52:16 -- Mode #bsd [+o fosslinux] by ChanServ
2018-12-16 00:08:07 ~cmccabe_bsd happy sunday
2018-12-16 00:10:47 ben it's not sunday yet :P
2018-12-16 00:10:56 ~cmccabe_bsd the server says it is
2018-12-16 00:11:48 ben oh must be on utcx
2018-12-16 00:11:50 ben nice
2018-12-16 00:11:58 -- Mode #bsd [+o ben] by OperServ
2018-12-16 00:12:05 -- Notice(team.tilde.chat): *** ben invited sedbot into the channel
2018-12-16 00:12:06 --> sedbot (sedbot@tilde.team) has joined #bsd
2018-12-16 01:32:15 @fosslinux lol why am i @
2018-12-16 01:32:28 @fosslinux s/@/+o
2018-12-16 01:32:29 sedbot <fosslinux> lol why am i +o
2018-12-16 02:02:52 @ben why not
2018-12-16 02:03:17 @fosslinux lol just wondering why wat happened for me to get that
2018-12-16 02:05:55 @ben chanserv did it
2018-12-16 02:08:43 @fosslinux ummmmm wth ok?
2018-12-16 02:08:56 @fosslinux why would chanserv do that tho?
2018-12-16 02:09:32 @ben cmccabe_bsd probably set it?
2018-12-16 02:10:05 @fosslinux oh ok
2018-12-16 12:12:23 ~cmccabe_bsd it was a reward for your good behavior, fosslinux
2018-12-16 19:48:22 @fosslinux oh why thank you cmccabe_bsd :)
2018-12-16 19:49:09 @fosslinux "bsd.tilde.team - what are you doing with it?" - im running weechat on it because it has the lowest ping
2018-12-16 20:32:24 @ben brilliant
2018-12-17 01:50:16 ~cmccabe_bsd skylab is running freebsd too
2018-12-17 05:59:38 @ben nice
2018-12-17 05:59:46 @ben that's one of the places i don't have an account
2018-12-17 12:15:45 ~cmccabe_bsd there are some nice folks there, but it's really low volume. i think it used to be much more active.
2018-12-17 12:22:36 --> cmccabe (cmccabe@tilde.team) has joined #bsd
2018-12-17 12:23:03 <-- cmccabe (cmccabe@tilde.team) has left #bsd ("WeeChat 2.1")
2018-12-17 13:37:33 --> cmccabe (cmccabe@tilde.team) has joined #bsd
2018-12-17 14:46:07 @ben nice
2018-12-17 15:21:24 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-12-17 15:27:53 --> ben (ben@oper.tilde.chat) has joined #bsd
2018-12-17 20:03:55 --> ben|bsd (ben@bsd.tilde.team) has joined #bsd
2018-12-18 00:54:38 ~cmccabe_bsd i believe sebboh is a skylabber
2018-12-18 02:14:32 ben oh i can see that
2018-12-18 02:14:35 ben he's all over the place too
2018-12-18 05:37:44 @fosslinux lmao
2018-12-18 05:37:55 -- Mode #bsd [+o ben] by fosslinux
2018-12-18 05:38:04 -- Mode #bsd [+o ben|bsd] by fosslinux
2018-12-18 05:38:13 -- Mode #bsd [+o cmccabe] by fosslinux
2018-12-18 05:44:37 @ben oh wow
2018-12-18 05:55:21 @fosslinux wat
2018-12-18 06:13:55 @ben why did u set modes
2018-12-18 06:25:33 @fosslinux becaue u are admins
2018-12-18 06:27:09 @ben lol ok
2018-12-18 11:41:19 @cmccabe this bsd channel is really taking off
2018-12-18 14:15:16 @ben sure is
2018-12-18 16:45:09 @cmccabe zoom
2018-12-18 19:33:10 @fosslinux lol
2018-12-19 15:28:59 -- ben is now known as 550AAAAAE
2018-12-19 15:29:44 -- 550AAAAAE is now known as ben
2018-12-19 15:43:55 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-12-19 15:45:11 --> 550AAAAAE (ben@oper.tilde.chat) has joined #bsd
2018-12-19 15:45:11 -- Mode #bsd [+o 550AAAAAE] by center.tilde.chat
2018-12-19 15:45:31 -- 550AAAAAE is now known as ben
2018-12-19 15:50:42 <-- ben|bsd (ben@bsd.tilde.team) has quit (Changing host)
2018-12-19 15:50:42 --> ben|bsd (ben@oper.tilde.chat) has joined #bsd
2018-12-19 15:50:42 -- Mode #bsd [+o ben|bsd] by team.tilde.chat
2018-12-19 15:51:00 <-- ben|bsd (ben@oper.tilde.chat) has quit (team.tilde.chat bsd.tilde.chat)
2018-12-19 15:52:49 --> ben|bsd (ben@oper.tilde.chat) has joined #bsd
2018-12-19 15:52:49 -- Mode #bsd [+o ben|bsd] by bsd.tilde.chat
2018-12-19 22:04:44 --> jeschust (jeschust@tilde.team) has joined #bsd
2018-12-19 23:30:56 -- irc: disconnected from server

View File

@ -0,0 +1,3 @@
2018-12-19 22:57:38 --> fosslinux (fosslinux@fosslinux.tk) has joined #chaois
2018-12-19 22:57:38 -- Channel #chaois: 1 nick (1 op, 0 halfops, 0 voices, 0 normals)
2018-12-19 22:57:40 -- Channel created on Wed, 19 Dec 2018 22:57:38

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,35 @@
2018-12-05 06:09:37 --> fosslinux (fosslinux@bsd.tilde.team) has joined #choas
2018-12-05 06:09:37 -- Topic for #choas is "have your boring channel back I don't give a shit anymore :P"
2018-12-05 06:09:37 -- Topic set by khuxkm|lounge (khuxkm@oper.tilde.chat) on Sat, 17 Nov 2018 23:54:27
2018-12-05 06:09:37 -- Channel #choas: 4 nicks (1 op, 0 halfops, 0 voices, 3 normals)
2018-12-05 06:09:39 -- Channel created on Wed, 10 Oct 2018 15:48:36
2018-12-05 06:09:57 fosslinux lol bye
2018-12-06 05:51:07 --> fosslinux (fosslinux@fosslinux.tk) has joined #choas
2018-12-06 05:51:07 -- Topic for #choas is "have your boring channel back I don't give a shit anymore :P"
2018-12-06 05:51:07 -- Topic set by khuxkm|lounge (khuxkm@oper.tilde.chat) on Sat, 17 Nov 2018 23:54:27
2018-12-06 05:51:07 -- Channel #choas: 4 nicks (1 op, 0 halfops, 0 voices, 3 normals)
2018-12-06 05:51:09 -- Channel created on Wed, 10 Oct 2018 15:48:36
2018-12-06 05:51:24 fosslinux give me op
2018-12-06 05:51:28 fosslinux or i leave
2018-12-06 05:54:30 -- Mode #choas [+h fosslinux] by jan6|
2018-12-06 05:54:39 ~jan6| ;]
2018-12-06 06:00:23 %fosslinux yay
2018-12-06 06:00:33 <-- fosslinux has kicked midlow (fosslinux)
2018-12-06 06:00:36 %fosslinux we dont want him here
2018-12-06 11:19:37 --> arne (arne@arnes.cozy.tilde) has joined #choas
2018-12-06 11:19:41 arne choas
2018-12-06 11:51:50 ~jan6| welcome to the off-brand #chaos
2018-12-06 11:52:39 ~jan6| there is one rule, jan6 is the king, otherwise it's free-for-all, and aewens despises it
2018-12-06 11:53:36 -- Mode #choas [+ooo scifi arne fosslinux] by ChanServ
2018-12-06 19:26:02 @fosslinux lmao
2018-12-06 19:26:44 @fosslinux \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\////////////////////////
2018-12-10 20:08:52 <-- scifi (scifi@165.227.67.248) has quit (Client exited)
2018-12-12 18:36:43 <-- arne (arne@arnes.cozy.tilde) has left #choas ("tilde lounge - https://irc.tilde.team")
2018-12-14 05:56:22 -- You are now known as ^
2018-12-14 06:11:12 -- You are now known as fosslinux
2018-12-19 23:30:56 -- irc: disconnected from server
2018-12-19 23:37:50 --> fosslinux (fosslinux@bsd.tilde.team) has joined #choas
2018-12-19 23:37:50 -- Topic for #choas is "have your boring channel back I don't give a shit anymore :P"
2018-12-19 23:37:50 -- Topic set by khuxkm|lounge (khuxkm@oper.tilde.chat) on Sat, 17 Nov 2018 23:54:27
2018-12-19 23:37:50 -- Channel #choas: 2 nicks (1 op, 0 halfops, 0 voices, 1 normal)
2018-12-19 23:37:52 -- Channel created on Wed, 10 Oct 2018 15:48:36

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,3 @@
2018-12-06 05:35:59 --> fosslinux (fosslinux@fosslinux.tk) has joined #count
2018-12-06 05:35:59 -- Channel #count: 1 nick (1 op, 0 halfops, 0 voices, 0 normals)
2018-12-06 05:36:01 -- Channel created on Thu, 06 Dec 2018 05:35:59

View File

@ -0,0 +1,174 @@
2018-12-06 05:36:32 --> fosslinux (fosslinux@fosslinux.tk) has joined #counting
2018-12-06 05:36:32 -- Channel #counting: 1 nick (1 op, 0 halfops, 0 voices, 0 normals)
2018-12-06 05:36:34 -- Channel created on Thu, 06 Dec 2018 05:36:32
2018-12-06 05:36:39 -- #counting: You must have channel founder access or above to set channel mode q
2018-12-06 05:39:39 -- Mode #counting [+rq fosslinux] by ChanServ
2018-12-06 05:39:44 ~fosslinux ah did it
2018-12-06 05:41:53 -- fosslinux has changed topic for #counting to "counting up from 1. dont break it"
2018-12-06 05:42:03 -- fosslinux has changed topic for #counting from "counting up from 1. dont break it" to "counting up from 1. dont break it or you'll be kicked"
2018-12-06 05:42:46 ~fosslinux 1
2018-12-06 05:42:46 ~fosslinux 2
2018-12-06 05:42:47 ~fosslinux 3
2018-12-06 05:42:48 ~fosslinux 4
2018-12-06 05:43:05 ~fosslinux 5
2018-12-06 05:43:05 ~fosslinux 6
2018-12-06 05:43:06 ~fosslinux 7
2018-12-06 05:43:07 ~fosslinux 8
2018-12-06 05:43:07 ~fosslinux 9
2018-12-06 05:43:08 ~fosslinux 10
2018-12-06 05:43:19 -- fosslinux has changed topic for #counting from "counting up from 1. dont break it or you'll be kicked" to "start counting from 11"
2018-12-06 05:43:21 ~fosslinux 12
2018-12-06 05:43:21 ~fosslinux 13
2018-12-06 05:43:22 ~fosslinux 14
2018-12-06 05:46:53 --> ben (ben@oper.tilde.chat) has joined #counting
2018-12-06 05:46:55 ben 1
2018-12-06 05:48:16 ~fosslinux 2
2018-12-06 05:48:29 ben 3
2018-12-06 05:48:39 ~fosslinux 4
2018-12-06 05:48:58 -- fosslinux has changed topic for #counting from "start counting from 11" to "counting up dont break it"
2018-12-06 05:49:44 --> jan6| (jan6|lounge@is.quite.awesome) has joined #counting
2018-12-06 05:50:32 jan6| 1 66 9001
2018-12-06 05:50:55 ~fosslinux wowoow
2018-12-06 05:50:58 ~fosslinux you broke it
2018-12-06 05:52:26 ben 1
2018-12-06 05:52:41 ~fosslinux 2
2018-12-06 05:52:46 jan6| 10
2018-12-06 05:54:01 jan6| x^3+x
2018-12-06 05:54:24 ~fosslinux wow
2018-12-06 05:54:28 ~fosslinux 1
2018-12-06 05:55:09 jan6| 10
2018-12-06 05:55:14 jan6| 100
2018-12-06 05:55:20 jan6| 1000
2018-12-06 05:55:25 jan6| 10000
2018-12-06 05:55:55 jan6| (go on, count with the zeroes)
2018-12-06 05:57:25 ben 1
2018-12-06 06:00:01 ~fosslinux we
2018-12-06 06:00:03 ~fosslinux are
2018-12-06 06:00:04 ~fosslinux counting
2018-12-06 06:00:07 ~fosslinux from
2018-12-06 06:00:07 ~fosslinux 1
2018-12-06 06:00:08 ~fosslinux up
2018-12-06 06:00:17 <-- fosslinux has kicked jan6| (stop killing the system)
2018-12-06 06:06:16 ben 1
2018-12-06 06:07:15 ~fosslinux 2
2018-12-06 06:08:29 ~fosslinux 3
2018-12-06 06:08:30 ~fosslinux 4
2018-12-06 06:08:31 ~fosslinux 5
2018-12-06 06:08:32 ~fosslinux 6
2018-12-06 06:13:08 ben u can't go twice in a row
2018-12-06 06:13:11 ben that's breaking it
2018-12-06 06:13:13 ben 1
2018-12-06 06:22:13 ~fosslinux 2
2018-12-06 06:32:43 ben 3
2018-12-06 06:32:50 ~fosslinux 4
2018-12-06 06:33:12 ben 5
2018-12-06 06:34:30 ~fosslinux 6
2018-12-06 06:47:50 ben 7
2018-12-06 07:11:26 ~fosslinux 8
2018-12-06 07:11:34 ben 9
2018-12-06 07:11:41 ~fosslinux 10
2018-12-06 07:12:27 ben 11
2018-12-06 09:48:47 --> jan6| (jan6|lounge@is.quite.awesome) has joined #counting
2018-12-06 09:48:52 jan6| counting
2018-12-06 09:48:54 jan6| doesn't
2018-12-06 09:48:56 jan6| have
2018-12-06 09:48:58 jan6| to
2018-12-06 09:49:00 jan6| be
2018-12-06 09:49:04 jan6| incrementa
2018-12-06 09:49:06 jan6| of
2018-12-06 09:49:08 jan6| one
2018-12-06 15:47:27 ben 1
2018-12-06 15:51:57 jan6| 10
2018-12-06 15:52:31 ben 1
2018-12-06 16:06:24 jan6| 10
2018-12-06 16:06:26 jan6| 11
2018-12-06 16:06:30 jan6| 100
2018-12-06 16:06:33 jan6| 101
2018-12-06 16:06:35 jan6| 110
2018-12-06 16:06:37 jan6| 111
2018-12-06 16:06:40 jan6| 1000
2018-12-06 16:06:54 jan6| count in binarynthen
2018-12-06 16:08:38 ben 1
2018-12-06 16:09:57 jan6| 10
2018-12-06 16:10:42 ben 1
2018-12-06 16:10:46 jan6| 10
2018-12-06 16:10:52 ben 1
2018-12-06 16:11:09 jan6| 10
2018-12-06 16:11:48 ben 11
2018-12-06 16:13:08 jan6| 12
2018-12-06 16:13:30 * jan6| correct to 100
2018-12-06 16:13:30 ben 1
2018-12-06 16:13:35 jan6| 10
2018-12-06 16:13:47 ben 11
2018-12-06 16:21:20 jan6| 100
2018-12-06 16:21:35 jan6| 101
2018-12-06 16:21:44 ben 110
2018-12-06 16:22:03 jan6| 111
2018-12-06 16:22:13 ben 1000
2018-12-06 16:24:42 jan6| 1001
2018-12-06 16:24:53 ben 1010
2018-12-06 16:25:09 jan6| 1011
2018-12-06 16:25:22 ben 1100
2018-12-06 16:26:49 jan6| 1101
2018-12-06 16:27:32 ben 1111
2018-12-06 16:28:12 jan6| oof
2018-12-06 16:28:19 jan6| missed 1110
2018-12-06 16:28:21 ben 1
2018-12-06 16:28:30 jan6| 10
2018-12-06 16:28:36 ben 11
2018-12-06 16:29:23 jan6| 100
2018-12-06 16:31:42 ben 101
2018-12-06 16:45:20 jan6| 110
2018-12-06 16:50:55 ben 111
2018-12-06 16:56:51 jan6| 1000
2018-12-06 16:57:52 ben 1001
2018-12-06 17:15:01 jan6| 1010
2018-12-06 17:23:40 ben 1011
2018-12-06 22:41:39 jan6| 1100
2018-12-06 23:42:53 ben 1101
2018-12-07 22:01:18 ~fosslinux 1110
2018-12-07 22:03:59 ben 1111
2018-12-11 05:49:57 jan6| 10000
2018-12-11 05:51:15 ~fosslinux 10001
2018-12-11 05:51:42 ben 10010
2018-12-11 05:53:13 jan6| 10100
2018-12-11 05:54:41 ~fosslinux damn it
2018-12-11 05:54:48 ~fosslinux you missed 10011
2018-12-11 05:54:54 ~fosslinux 1
2018-12-11 05:55:47 jan6| no?
2018-12-11 05:55:52 jan6| lol
2018-12-11 05:56:25 jan6| or sure
2018-12-11 05:56:26 jan6| 10
2018-12-11 06:17:41 ~fosslinux ?
2018-12-11 06:17:44 ~fosslinux u broke it
2018-12-11 06:17:44 ~fosslinux 1
2018-12-11 06:19:14 ben 10
2018-12-11 06:31:30 ~fosslinux 11
2018-12-11 06:39:00 ben 100
2018-12-11 06:48:05 ~fosslinux 101
2018-12-11 09:56:33 jan6| 110
2018-12-11 14:13:54 ben 111
2018-12-11 19:37:47 ~fosslinux 1000
2018-12-11 19:39:52 ben 1001
2018-12-11 19:42:32 ~fosslinux 1010
2018-12-11 19:43:00 ben 1011
2018-12-11 19:43:25 ~fosslinux 1100
2018-12-11 19:43:38 ben 1101
2018-12-12 05:16:21 ~fosslinux 1110
2018-12-12 05:42:46 jan6| 1111
2018-12-12 05:44:15 ben 10000
2018-12-14 05:56:22 -- You are now known as ^
2018-12-14 06:11:12 -- You are now known as fosslinux
2018-12-17 15:21:24 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-12-17 15:27:53 --> ben (ben@oper.tilde.chat) has joined #counting
2018-12-19 10:19:03 jan6| 10001
2018-12-19 10:24:31 jan6| 10010
2018-12-19 15:22:42 ben 10011
2018-12-19 15:28:59 -- ben is now known as 550AAAAAE
2018-12-19 15:29:44 -- 550AAAAAE is now known as ben
2018-12-19 15:43:55 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-12-19 15:45:11 --> 550AAAAAE (ben@oper.tilde.chat) has joined #counting
2018-12-19 15:45:31 -- 550AAAAAE is now known as ben
2018-12-19 18:33:47 jan6| 10100
2018-12-19 18:34:13 ben 10101
2018-12-19 23:30:56 -- irc: disconnected from server

View File

@ -0,0 +1,3 @@
2018-12-04 06:17:02 --> fosslinux (fosslinux@bsd.tilde.team) has joined #hackers
2018-12-04 06:17:02 -- Channel #hackers: 1 nick (1 op, 0 halfops, 0 voices, 0 normals)
2018-12-04 06:17:04 -- Channel created on Tue, 04 Dec 2018 06:17:02

View File

@ -0,0 +1,946 @@
2018-12-09 07:27:28 --> fosslinux (fosslinux@fosslinux.tk) has joined #idlerpg
2018-12-09 07:27:28 -- Topic for #idlerpg is "IdleRPG - https://yourtilde.com/~ubergeek/irpg"
2018-12-09 07:27:28 -- Topic set by ubergeek (ubergeek@tilde.team) on Wed, 12 Sep 2018 23:44:41
2018-12-09 07:27:28 -- Channel #idlerpg: 10 nicks (2 ops, 0 halfops, 4 voices, 4 normals)
2018-12-09 07:27:30 -- Channel created on Sat, 14 Jul 2018 00:59:54
2018-12-09 07:27:38 fosslinux i do nwo
2018-12-09 07:32:46 -- Mode #idlerpg [+v fosslinux] by idlerpg_bot
2018-12-09 07:32:46 @idlerpg_bot Welcome fosslinux's new player Jeff, the A Generic Human Being! Next level in 0 days, 00:10:00.
2018-12-09 07:33:03 +fosslinux lmao
2018-12-09 07:42:52 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 1! Next level in 0 days, 00:11:36.
2018-12-09 07:54:29 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 2! Next level in 0 days, 00:13:27.
2018-12-09 08:07:58 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 3! Next level in 0 days, 00:15:36.
2018-12-09 08:15:55 @idlerpg_bot wowbagger [258/460] has challenged naj9 [265/374] in combat and lost! 0 days, 02:00:14 is added to wowbagger's clock.
2018-12-09 08:15:55 @idlerpg_bot wowbagger reaches next level in 1 day, 06:38:01.
2018-12-09 08:23:34 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 4! Next level in 0 days, 00:18:06.
2018-12-09 08:41:42 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 5! Next level in 0 days, 00:21:00.
2018-12-09 09:02:42 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 6! Next level in 0 days, 00:24:21.
2018-12-09 09:16:33 @idlerpg_bot wowbagger [119/460] has challenged ahriman [187/216] in combat and lost! 0 days, 02:04:25 is added to wowbagger's clock.
2018-12-09 09:16:33 @idlerpg_bot wowbagger reaches next level in 1 day, 07:41:49.
2018-12-09 09:27:04 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 7! Next level in 0 days, 00:28:15.
2018-12-09 09:55:20 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 8! Next level in 0 days, 00:32:47.
2018-12-09 09:55:20 @idlerpg_bot Jeff [1/37] has challenged idlerpg_bot [487/736] in combat and lost! 0 days, 00:03:16 is added to Jeff's clock.
2018-12-09 09:55:20 @idlerpg_bot Jeff reaches next level in 0 days, 00:36:03.
2018-12-09 10:04:49 @idlerpg_bot naj9 was visited by a very pretty nymph! This wondrous godsend has accelerated them 0 days, 04:16:26 towards level 42.
2018-12-09 10:04:49 @idlerpg_bot naj9 reaches next level in 1 day, 14:27:58.
2018-12-09 10:17:07 @idlerpg_bot jan6 [549/808] has challenged naj9 [355/374] in combat and won! 2 days, 14:21:24 is removed from jan6's clock.
2018-12-09 10:17:07 @idlerpg_bot jan6 reaches next level in 23 days, 09:12:41.
2018-12-09 10:31:25 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 9! Next level in 0 days, 00:38:01.
2018-12-09 10:36:49 @idlerpg_bot Verily I say unto thee, the Heavens have burst forth, and the blessed hand of God carried Jeff 0 days, 00:12:25 toward level 10.
2018-12-09 10:36:49 @idlerpg_bot Jeff reaches next level in 0 days, 00:20:16.
2018-12-09 10:57:01 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 10! Next level in 0 days, 00:44:06.
2018-12-09 11:17:47 @idlerpg_bot Idle RPG Top Players:
2018-12-09 11:17:47 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #1! Next level in 1 day, 23:01:56.
2018-12-09 11:17:47 @idlerpg_bot jan6, the level 57 the scripter, is #2! Next level in 23 days, 08:12:02.
2018-12-09 11:17:47 @idlerpg_bot ewensa, the level 53 king of chaos, is #3! Next level in 14 days, 23:35:59.
2018-12-09 11:17:47 @idlerpg_bot wowbagger [109/460] has challenged jan6 [241/808] in combat and lost! 0 days, 02:22:26 is added to wowbagger's clock.
2018-12-09 11:17:50 @idlerpg_bot wowbagger reaches next level in 1 day, 08:03:01.
2018-12-09 11:41:07 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 11! Next level in 0 days, 00:51:10.
2018-12-09 12:18:22 @idlerpg_bot jan6 [752/808] has challenged idlerpg_bot [541/736] in combat and won! 4 days, 15:50:17 is removed from jan6's clock.
2018-12-09 12:18:22 @idlerpg_bot jan6 reaches next level in 18 days, 15:21:09.
2018-12-09 12:32:18 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 12! Next level in 0 days, 00:59:21.
2018-12-09 13:04:21 @idlerpg_bot Verily I say unto thee, the Heavens have burst forth, and the blessed hand of God carried jan6 9 days, 11:45:32 toward level 58.
2018-12-09 13:04:21 @idlerpg_bot jan6 reaches next level in 9 days, 02:49:38.
2018-12-09 13:18:57 @idlerpg_bot wowbagger [397/460] has challenged naj9 [303/374] in combat and won! 0 days, 03:00:11 is removed from wowbagger's clock.
2018-12-09 13:18:57 @idlerpg_bot wowbagger reaches next level in 1 day, 03:01:39.
2018-12-09 13:31:41 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 13! Next level in 0 days, 01:08:51.
2018-12-09 13:31:41 @idlerpg_bot Jeff [62/68] has challenged naj9 [106/374] in combat and lost! 0 days, 00:04:49 is added to Jeff's clock.
2018-12-09 13:31:41 @idlerpg_bot Jeff reaches next level in 0 days, 01:13:40.
2018-12-09 14:19:33 @idlerpg_bot wowbagger [395/460] has challenged ahriman [71/216] in combat and won! 0 days, 01:49:16 is removed from wowbagger's clock.
2018-12-09 14:19:33 @idlerpg_bot wowbagger reaches next level in 1 day, 00:11:47.
2018-12-09 14:19:33 @idlerpg_bot wowbagger has dealt ahriman a Critical Strike! 0 days, 00:03:41 is added to ahriman's clock.
2018-12-09 14:19:34 @idlerpg_bot ahriman reaches next level in 0 days, 01:05:18.
2018-12-09 14:45:20 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 14! Next level in 0 days, 01:19:52.
2018-12-09 15:20:03 @idlerpg_bot wowbagger [129/460] has challenged Jeff [28/68] in combat and won! 0 days, 01:37:23 is removed from wowbagger's clock.
2018-12-09 15:20:03 @idlerpg_bot wowbagger reaches next level in 0 days, 21:33:54.
2018-12-09 15:24:51 @idlerpg_bot ahriman, the Ranger, has attained level 28! Next level in 0 days, 10:38:00.
2018-12-09 15:24:51 @idlerpg_bot ahriman [165/228] has challenged idlerpg_bot [181/736] in combat and lost! 0 days, 01:03:48 is added to ahriman's clock.
2018-12-09 15:24:51 @idlerpg_bot ahriman reaches next level in 0 days, 11:41:48.
2018-12-09 16:05:13 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 15! Next level in 0 days, 01:32:39.
2018-12-09 16:05:13 @idlerpg_bot Jeff [55/83] has challenged naj9 [150/374] in combat and lost! 0 days, 00:06:29 is added to Jeff's clock.
2018-12-09 16:05:13 @idlerpg_bot Jeff reaches next level in 0 days, 01:39:08.
2018-12-09 16:05:22 @idlerpg_bot wowbagger, naj9, jan6, and ahriman have blessed the realm by completing their quest! 25% of their burden is eliminated.
2018-12-09 16:20:38 @idlerpg_bot jan6 [647/808] has challenged ahriman [108/228] in combat and won! 0 days, 11:18:43 is removed from jan6's clock.
2018-12-09 16:20:38 @idlerpg_bot jan6 reaches next level in 6 days, 06:17:28.
2018-12-09 17:21:08 @idlerpg_bot jan6 [79/808] has challenged naj9 [263/374] in combat and lost! 0 days, 10:26:59 is added to jan6's clock.
2018-12-09 17:21:08 @idlerpg_bot jan6 reaches next level in 6 days, 15:43:57.
2018-12-09 17:44:22 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 16! Next level in 0 days, 01:47:28.
2018-12-09 17:44:22 @idlerpg_bot Jeff [51/104] has challenged jan6 [233/808] in combat and lost! 0 days, 00:08:35 is added to Jeff's clock.
2018-12-09 17:44:22 @idlerpg_bot Jeff reaches next level in 0 days, 01:56:03.
2018-12-09 18:21:45 @idlerpg_bot jan6 [238/808] has challenged naj9 [138/374] in combat and won! 0 days, 15:52:20 is removed from jan6's clock.
2018-12-09 18:21:45 @idlerpg_bot jan6 reaches next level in 5 days, 22:51:00.
2018-12-09 19:22:19 @idlerpg_bot jan6 [471/808] has challenged wowbagger [300/460] in combat and won! 0 days, 17:01:15 is removed from jan6's clock.
2018-12-09 19:22:19 @idlerpg_bot jan6 reaches next level in 5 days, 04:49:11.
2018-12-09 19:40:26 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 17! Next level in 0 days, 02:04:40.
2018-12-09 20:22:57 @idlerpg_bot wowbagger [375/460] has challenged idlerpg_bot [728/736] in combat and lost! 0 days, 01:07:53 is added to wowbagger's clock.
2018-12-09 20:22:57 @idlerpg_bot wowbagger reaches next level in 0 days, 12:26:45.
2018-12-09 21:23:31 @idlerpg_bot Idle RPG Top Players:
2018-12-09 21:23:31 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #1! Next level in 1 day, 23:01:56.
2018-12-09 21:23:31 @idlerpg_bot jan6, the level 57 the scripter, is #2! Next level in 5 days, 02:48:00.
2018-12-09 21:23:31 @idlerpg_bot ewensa, the level 53 king of chaos, is #3! Next level in 14 days, 23:35:59.
2018-12-09 21:23:31 @idlerpg_bot wowbagger [80/460] has challenged naj9 [109/374] in combat and lost! 0 days, 00:48:01 is added to wowbagger's clock.
2018-12-09 21:23:34 @idlerpg_bot wowbagger reaches next level in 0 days, 12:14:12.
2018-12-09 21:45:08 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 18! Next level in 0 days, 02:24:37.
2018-12-09 22:05:25 @idlerpg_bot naj9, Jeff, ahriman, and jan6 have been chosen by the gods to locate the herbs and brew the elixir to rid the realm of the Normonic Plague. Quest to end in 0 days, 16:06:55.
2018-12-09 22:24:07 @idlerpg_bot jan6 [253/808] has challenged idlerpg_bot [445/736] in combat and lost! 0 days, 12:10:44 is added to jan6's clock.
2018-12-09 22:24:07 @idlerpg_bot jan6 reaches next level in 5 days, 13:58:07.
2018-12-09 23:24:46 @idlerpg_bot wowbagger [278/460] has challenged Jeff [49/121] in combat and won! 0 days, 00:42:54 is removed from wowbagger's clock.
2018-12-09 23:24:46 @idlerpg_bot wowbagger reaches next level in 0 days, 09:30:03.
2018-12-10 00:09:45 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 19! Next level in 0 days, 02:47:45.
2018-12-10 00:09:45 @idlerpg_bot Jeff [96/138] has challenged naj9 [93/374] in combat and won! 0 days, 00:16:46 is removed from Jeff's clock.
2018-12-10 00:09:45 @idlerpg_bot Jeff reaches next level in 0 days, 02:30:59.
2018-12-10 00:21:18 @idlerpg_bot ahriman, the Ranger, has attained level 29! Next level in 0 days, 12:20:05.
2018-12-10 00:21:18 @idlerpg_bot ahriman [142/228] has challenged Jeff [96/138] in combat and won! 0 days, 00:51:48 is removed from ahriman's clock.
2018-12-10 00:21:18 @idlerpg_bot ahriman reaches next level in 0 days, 11:28:17.
2018-12-10 00:25:27 @idlerpg_bot wowbagger [57/460] has challenged Jeff [86/138] in combat and lost! 0 days, 00:35:39 is added to wowbagger's clock.
2018-12-10 00:25:27 @idlerpg_bot wowbagger reaches next level in 0 days, 09:05:00.
2018-12-10 01:26:03 @idlerpg_bot wowbagger [351/460] has challenged Jeff [53/138] in combat and won! 0 days, 00:33:54 is removed from wowbagger's clock.
2018-12-10 01:26:03 @idlerpg_bot wowbagger reaches next level in 0 days, 07:30:30.
2018-12-10 02:26:40 @idlerpg_bot wowbagger [71/460] has challenged jan6 [249/808] in combat and lost! 0 days, 00:31:11 is added to wowbagger's clock.
2018-12-10 02:26:40 @idlerpg_bot wowbagger reaches next level in 0 days, 07:01:04.
2018-12-10 02:40:46 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 20! Next level in 0 days, 03:14:36.
2018-12-10 02:40:46 @idlerpg_bot Jeff [58/144] has challenged ahriman [218/228] in combat and lost! 0 days, 00:13:37 is added to Jeff's clock.
2018-12-10 02:40:46 @idlerpg_bot Jeff reaches next level in 0 days, 03:28:13.
2018-12-10 03:27:17 @idlerpg_bot wowbagger [65/460] has challenged Jeff [48/144] in combat and won! 0 days, 00:25:13 is removed from wowbagger's clock.
2018-12-10 03:27:17 @idlerpg_bot wowbagger reaches next level in 0 days, 05:35:14.
2018-12-10 04:12:16 @idlerpg_bot jan6 found an exploit in the IRPG code! This wondrous godsend has accelerated them 0 days, 11:32:05 towards level 58.
2018-12-10 04:12:16 @idlerpg_bot jan6 reaches next level in 4 days, 20:37:53.
2018-12-10 04:27:51 @idlerpg_bot jan6 [637/808] has challenged ahriman [179/228] in combat and won! 0 days, 08:08:45 is removed from jan6's clock.
2018-12-10 04:27:51 @idlerpg_bot jan6 reaches next level in 4 days, 12:13:33.
2018-12-10 05:28:22 @idlerpg_bot wowbagger [420/460] has challenged ahriman [165/228] in combat and won! 0 days, 00:14:59 is removed from wowbagger's clock.
2018-12-10 05:28:22 @idlerpg_bot wowbagger reaches next level in 0 days, 03:19:10.
2018-12-10 06:09:00 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 21! Next level in 0 days, 03:45:44.
2018-12-10 06:28:58 @idlerpg_bot jan6 [32/808] has challenged Jeff [99/163] in combat and lost! 0 days, 07:26:04 is added to jan6's clock.
2018-12-10 06:28:58 @idlerpg_bot jan6 reaches next level in 4 days, 17:38:30.
2018-12-10 07:29:36 @idlerpg_bot Idle RPG Top Players:
2018-12-10 07:29:36 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #1! Next level in 1 day, 23:01:56.
2018-12-10 07:29:36 @idlerpg_bot jan6, the level 57 the scripter, is #2! Next level in 4 days, 16:37:52.
2018-12-10 07:29:36 @idlerpg_bot ewensa, the level 53 king of chaos, is #3! Next level in 14 days, 23:35:59.
2018-12-10 07:29:36 @idlerpg_bot jan6 [795/808] has challenged wowbagger [319/460] in combat and won! 0 days, 13:30:56 is removed from jan6's clock.
2018-12-10 07:29:39 @idlerpg_bot jan6 reaches next level in 4 days, 03:06:56.
2018-12-10 08:30:22 @idlerpg_bot wowbagger [240/460] has challenged naj9 [15/374] in combat and won! 0 days, 00:01:43 is removed from wowbagger's clock.
2018-12-10 08:30:22 @idlerpg_bot wowbagger reaches next level in 0 days, 00:15:27.
2018-12-10 08:45:48 @idlerpg_bot wowbagger, the infinitely prolonged, has attained level 52! Next level in 15 days, 14:40:59.
2018-12-10 08:45:48 @idlerpg_bot wowbagger [455/460] has challenged naj9 [14/374] in combat and won! 1 day, 13:28:05 is removed from wowbagger's clock.
2018-12-10 08:45:48 @idlerpg_bot wowbagger reaches next level in 14 days, 01:12:54.
2018-12-10 09:31:01 @idlerpg_bot wowbagger [405/460] has challenged jan6 [465/808] in combat and lost! 1 day, 02:55:01 is added to wowbagger's clock.
2018-12-10 09:31:01 @idlerpg_bot wowbagger reaches next level in 15 days, 03:22:46.
2018-12-10 09:54:45 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 22! Next level in 0 days, 04:21:51.
2018-12-10 10:31:41 @idlerpg_bot wowbagger [357/460] has challenged naj9 [9/374] in combat and won! 1 day, 12:14:12 is removed from wowbagger's clock.
2018-12-10 10:31:41 @idlerpg_bot wowbagger reaches next level in 13 days, 14:07:53.
2018-12-10 10:47:06 @idlerpg_bot Thereupon He stretched out His little finger among them and consumed ahriman with fire, slowing the heathen 0 days, 00:26:15 from level 30.
2018-12-10 10:47:06 @idlerpg_bot ahriman reaches next level in 0 days, 01:28:47.
2018-12-10 11:32:20 @idlerpg_bot wowbagger [434/460] has challenged jan6 [297/808] in combat and won! 1 day, 21:31:00 is removed from wowbagger's clock.
2018-12-10 11:32:20 @idlerpg_bot wowbagger reaches next level in 11 days, 15:36:14.
2018-12-10 12:15:51 @idlerpg_bot ahriman, the Ranger, has attained level 30! Next level in 0 days, 14:18:29.
2018-12-10 12:15:51 @idlerpg_bot ahriman [184/228] has challenged naj9 [204/374] in combat and lost! 0 days, 01:00:05 is added to ahriman's clock.
2018-12-10 12:15:51 @idlerpg_bot ahriman reaches next level in 0 days, 15:18:34.
2018-12-10 12:32:59 @idlerpg_bot jan6 [306/808] has challenged naj9 [218/374] in combat and won! 0 days, 09:24:21 is removed from jan6's clock.
2018-12-10 12:32:59 @idlerpg_bot jan6 reaches next level in 3 days, 12:39:12.
2018-12-10 13:33:38 @idlerpg_bot jan6 [98/808] has challenged idlerpg_bot [85/736] in combat and won! 0 days, 16:43:42 is removed from jan6's clock.
2018-12-10 13:33:38 @idlerpg_bot jan6 reaches next level in 2 days, 18:54:51.
2018-12-10 14:12:23 @idlerpg_bot naj9, Jeff, ahriman, and jan6 have blessed the realm by completing their quest! 25% of their burden is eliminated.
2018-12-10 14:15:31 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 23! Next level in 0 days, 05:03:45.
2018-12-10 14:34:12 @idlerpg_bot jan6 [497/808] has challenged ahriman [184/228] in combat and won! 0 days, 03:27:13 is removed from jan6's clock.
2018-12-10 14:34:12 @idlerpg_bot jan6 reaches next level in 1 day, 21:53:02.
2018-12-10 15:34:49 @idlerpg_bot jan6 [34/808] has challenged wowbagger [131/460] in combat and lost! 0 days, 03:08:28 is added to jan6's clock.
2018-12-10 15:34:49 @idlerpg_bot jan6 reaches next level in 2 days, 00:00:53.
2018-12-10 15:52:28 @idlerpg_bot naj9, the Chaotic Good, has attained level 42! Next level in 3 days, 12:56:04.
2018-12-10 15:52:28 @idlerpg_bot naj9 [146/383] has challenged wowbagger [407/460] in combat and lost! 0 days, 05:56:43 is added to naj9's clock.
2018-12-10 15:52:29 @idlerpg_bot naj9 reaches next level in 3 days, 18:52:47.
2018-12-10 16:35:28 @idlerpg_bot wowbagger [364/460] has challenged jan6 [650/808] in combat and lost! 0 days, 21:57:50 is added to wowbagger's clock.
2018-12-10 16:35:28 @idlerpg_bot wowbagger reaches next level in 12 days, 08:30:57.
2018-12-10 17:35:58 @idlerpg_bot Idle RPG Top Players:
2018-12-10 17:35:58 @idlerpg_bot jan6, the level 57 the scripter, is #1! Next level in 1 day, 21:59:44.
2018-12-10 17:35:59 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #2! Next level in 1 day, 23:01:56.
2018-12-10 17:35:59 @idlerpg_bot ewensa, the level 53 king of chaos, is #3! Next level in 14 days, 23:35:59.
2018-12-10 17:35:59 @idlerpg_bot wowbagger [342/460] has challenged naj9 [301/383] in combat and won! 1 day, 05:33:02 is removed from wowbagger's clock.
2018-12-10 17:36:01 @idlerpg_bot wowbagger reaches next level in 11 days, 01:57:24.
2018-12-10 18:36:40 @idlerpg_bot jan6 [100/808] has challenged naj9 [212/383] in combat and lost! 0 days, 03:08:55 is added to jan6's clock.
2018-12-10 18:36:40 @idlerpg_bot jan6 reaches next level in 2 days, 00:07:57.
2018-12-10 18:46:23 -- Mode #idlerpg [+v ubergeek] by idlerpg_bot
2018-12-10 18:46:23 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is now online from nickname ubergeek. Next level in 1 day, 23:01:56.
2018-12-10 18:47:52 @idlerpg_bot ubergeek has summoned the Hand of God.
2018-12-10 18:47:52 @idlerpg_bot Verily I say unto thee, the Heavens have burst forth, and the blessed hand of God carried naj9 0 days, 22:52:07 toward level 43.
2018-12-10 18:47:52 @idlerpg_bot naj9 reaches next level in 2 days, 17:05:17.
2018-12-10 19:19:18 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 24! Next level in 0 days, 05:52:21.
2018-12-10 19:32:58 <-- ubergeek (ubergeek@tilde.team) has quit (quit: WeeChat 2.3)
2018-12-10 19:36:55 --> ubergeek_ (ubergeek@0::1) has joined #idlerpg
2018-12-10 19:37:23 @idlerpg_bot wowbagger [149/460] has challenged Jeff [134/181] in combat and won! 0 days, 18:28:31 is removed from wowbagger's clock.
2018-12-10 19:37:24 @idlerpg_bot wowbagger reaches next level in 10 days, 05:27:28.
2018-12-10 19:40:44 <-- ubergeek_ (ubergeek@0::1) has quit (Quit: WeeChat 2.3)
2018-12-10 20:12:24 @idlerpg_bot naj9, Jeff, wowbagger, and jan6 have been chosen by the gods to locate and destroy the immensely powerful Eyeless Amulet of the evil sorceress, Ankh B'loht. Quest to end in 0 days, 15:13:06.
2018-12-10 20:38:01 @idlerpg_bot wowbagger [415/460] has challenged Jeff [33/181] in combat and won! 0 days, 17:06:40 is removed from wowbagger's clock.
2018-12-10 20:38:01 @idlerpg_bot wowbagger reaches next level in 9 days, 11:20:10.
2018-12-10 21:38:35 @idlerpg_bot wowbagger [45/460] has challenged naj9 [242/383] in combat and lost! 0 days, 15:50:34 is added to wowbagger's clock.
2018-12-10 21:38:35 @idlerpg_bot wowbagger reaches next level in 10 days, 02:10:10.
2018-12-10 22:39:13 @idlerpg_bot wowbagger [319/460] has challenged naj9 [206/383] in combat and won! 1 day, 00:06:57 is removed from wowbagger's clock.
2018-12-10 22:39:13 @idlerpg_bot wowbagger reaches next level in 9 days, 01:02:35.
2018-12-10 23:39:49 @idlerpg_bot wowbagger [355/460] has challenged jan6 [169/808] in combat and won! 1 day, 06:14:40 is removed from wowbagger's clock.
2018-12-10 23:39:49 @idlerpg_bot wowbagger reaches next level in 7 days, 17:47:19.
2018-12-11 00:13:53 @idlerpg_bot ahriman, the Ranger, has attained level 31! Next level in 0 days, 16:35:51.
2018-12-11 00:13:53 @idlerpg_bot ahriman [106/248] has challenged naj9 [256/383] in combat and lost! 0 days, 01:09:42 is added to ahriman's clock.
2018-12-11 00:13:53 @idlerpg_bot ahriman reaches next level in 0 days, 17:45:33.
2018-12-11 00:40:19 @idlerpg_bot jan6 [607/808] has challenged idlerpg_bot [461/736] in combat and won! 0 days, 08:24:51 is removed from jan6's clock.
2018-12-11 00:40:19 @idlerpg_bot jan6 reaches next level in 1 day, 09:39:27.
2018-12-11 01:11:39 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 25! Next level in 0 days, 06:48:44.
2018-12-11 01:11:39 @idlerpg_bot Jeff [73/201] has challenged naj9 [129/383] in combat and lost! 0 days, 00:28:36 is added to Jeff's clock.
2018-12-11 01:11:39 @idlerpg_bot Jeff reaches next level in 0 days, 07:17:20.
2018-12-11 01:18:32 --> ubergeek (ubergeek@tilde.team) has joined #idlerpg
2018-12-11 01:18:32 -- Mode #idlerpg [+qo ubergeek ubergeek] by ChanServ
2018-12-11 01:40:54 @idlerpg_bot wowbagger [376/460] has challenged Jeff [85/201] in combat and won! 0 days, 12:51:50 is removed from wowbagger's clock.
2018-12-11 01:40:54 @idlerpg_bot wowbagger reaches next level in 7 days, 02:54:24.
2018-12-11 02:41:24 @idlerpg_bot jan6 [110/808] has challenged naj9 [361/383] in combat and lost! 0 days, 02:12:53 is added to jan6's clock.
2018-12-11 02:41:24 @idlerpg_bot jan6 reaches next level in 1 day, 09:51:16.
2018-12-11 03:42:00 @idlerpg_bot Idle RPG Top Players:
2018-12-11 03:42:00 @idlerpg_bot jan6, the level 57 the scripter, is #1! Next level in 1 day, 08:50:40.
2018-12-11 03:42:00 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #2! Next level in 2 days, 07:59:22.
2018-12-11 03:42:00 @idlerpg_bot ewensa, the level 53 king of chaos, is #3! Next level in 14 days, 23:35:59.
2018-12-11 03:42:00 @idlerpg_bot wowbagger [307/460] has challenged ahriman [7/248] in combat and won! 0 days, 11:49:19 is removed from wowbagger's clock.
2018-12-11 03:42:03 @idlerpg_bot wowbagger reaches next level in 6 days, 13:04:00.
2018-12-11 04:42:32 @idlerpg_bot wowbagger [290/460] has challenged jan6 [416/808] in combat and lost! 0 days, 12:29:04 is added to wowbagger's clock.
2018-12-11 04:42:32 @idlerpg_bot wowbagger reaches next level in 7 days, 00:32:31.
2018-12-11 05:43:05 @idlerpg_bot wowbagger [368/460] has challenged idlerpg_bot [43/736] in combat and won! 1 day, 09:30:23 is removed from wowbagger's clock.
2018-12-11 05:43:05 @idlerpg_bot wowbagger reaches next level in 5 days, 14:01:35.
2018-12-11 06:43:39 @idlerpg_bot wowbagger [342/460] has challenged Jeff [114/201] in combat and won! 0 days, 09:18:40 is removed from wowbagger's clock.
2018-12-11 06:43:39 @idlerpg_bot wowbagger reaches next level in 5 days, 03:42:21.
2018-12-11 07:43:57 @idlerpg_bot jan6 [502/808] has challenged wowbagger [126/460] in combat and won! 0 days, 03:44:43 is removed from jan6's clock.
2018-12-11 07:43:57 @idlerpg_bot jan6 reaches next level in 1 day, 01:03:59.
2018-12-11 08:29:02 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 26! Next level in 0 days, 07:54:08.
2018-12-11 08:29:02 @idlerpg_bot Jeff [213/226] has challenged ahriman [13/248] in combat and won! 0 days, 00:33:11 is removed from Jeff's clock.
2018-12-11 08:29:02 @idlerpg_bot Jeff reaches next level in 0 days, 07:20:57.
2018-12-11 08:44:23 @idlerpg_bot wowbagger [297/460] has challenged Jeff [21/226] in combat and won! 0 days, 08:31:06 is removed from wowbagger's clock.
2018-12-11 08:44:23 @idlerpg_bot wowbagger reaches next level in 4 days, 17:10:31.
2018-12-11 09:44:55 @idlerpg_bot wowbagger [434/460] has challenged naj9 [360/383] in combat and won! 0 days, 11:13:00 is removed from wowbagger's clock.
2018-12-11 09:44:55 @idlerpg_bot wowbagger reaches next level in 4 days, 04:57:00.
2018-12-11 10:45:32 @idlerpg_bot jan6 [115/808] has challenged naj9 [192/383] in combat and lost! 0 days, 01:32:34 is added to jan6's clock.
2018-12-11 10:45:32 @idlerpg_bot jan6 reaches next level in 0 days, 23:34:58.
2018-12-11 10:57:04 @idlerpg_bot naj9 and jan6 have not let the iniquities of evil men poison them. Together have they prayed to their god, and it is his light that now shines upon them. 8% of their time is removed from their clocks.
2018-12-11 10:57:04 @idlerpg_bot naj9 reaches next level in 1 day, 21:01:13.
2018-12-11 10:57:04 @idlerpg_bot jan6 reaches next level in 0 days, 21:31:09.
2018-12-11 11:25:32 @idlerpg_bot naj9, Jeff, wowbagger, and jan6 have blessed the realm by completing their quest! 25% of their burden is eliminated.
2018-12-11 11:46:01 @idlerpg_bot wowbagger [303/460] has challenged ahriman [60/248] in combat and won! 0 days, 05:11:16 is removed from wowbagger's clock.
2018-12-11 11:46:01 @idlerpg_bot wowbagger reaches next level in 2 days, 20:55:32.
2018-12-11 12:46:31 @idlerpg_bot wowbagger [95/460] has challenged Jeff [115/226] in combat and lost! 0 days, 04:45:15 is added to wowbagger's clock.
2018-12-11 12:46:31 @idlerpg_bot wowbagger reaches next level in 3 days, 00:40:16.
2018-12-11 13:47:03 @idlerpg_bot Idle RPG Top Players:
2018-12-11 13:47:03 @idlerpg_bot jan6, the level 57 the scripter, is #1! Next level in 0 days, 13:25:29.
2018-12-11 13:47:03 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #2! Next level in 2 days, 07:59:22.
2018-12-11 13:47:03 @idlerpg_bot ewensa, the level 53 king of chaos, is #3! Next level in 14 days, 23:35:59.
2018-12-11 13:47:03 @idlerpg_bot jan6 [325/808] has challenged idlerpg_bot [710/736] in combat and lost! 0 days, 01:20:32 is added to jan6's clock.
2018-12-11 13:47:06 @idlerpg_bot jan6 reaches next level in 0 days, 14:46:01.
2018-12-11 14:43:52 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 27! Next level in 0 days, 09:10:00.
2018-12-11 14:43:52 @idlerpg_bot Jeff [22/226] has challenged ahriman [114/248] in combat and lost! 0 days, 00:38:30 is added to Jeff's clock.
2018-12-11 14:43:52 @idlerpg_bot Jeff reaches next level in 0 days, 09:48:30.
2018-12-11 14:47:35 @idlerpg_bot wowbagger [262/460] has challenged idlerpg_bot [392/736] in combat and lost! 0 days, 07:03:55 is added to wowbagger's clock.
2018-12-11 14:47:35 @idlerpg_bot wowbagger reaches next level in 3 days, 05:43:07.
2018-12-11 15:48:08 @idlerpg_bot jan6 [657/808] has challenged ahriman [82/248] in combat and won! 0 days, 00:53:32 is removed from jan6's clock.
2018-12-11 15:48:08 @idlerpg_bot jan6 reaches next level in 0 days, 11:51:24.
2018-12-11 16:48:43 @idlerpg_bot wowbagger [336/460] has challenged ahriman [104/248] in combat and won! 0 days, 05:17:56 is removed from wowbagger's clock.
2018-12-11 16:48:43 @idlerpg_bot wowbagger reaches next level in 2 days, 22:24:03.
2018-12-11 17:25:33 @idlerpg_bot naj9, Jeff, wowbagger, and jan6 have been chosen by the gods to locate and destroy the immensely powerful Eyeless Amulet of the evil sorceress, Ankh B'loht. Quest to end in 0 days, 15:07:32.
2018-12-11 17:49:17 @idlerpg_bot wowbagger [378/460] has challenged naj9 [49/383] in combat and won! 0 days, 06:56:20 is removed from wowbagger's clock.
2018-12-11 17:49:17 @idlerpg_bot wowbagger reaches next level in 2 days, 14:27:09.
2018-12-11 17:59:26 @idlerpg_bot ahriman, the Ranger, has attained level 32! Next level in 0 days, 19:15:11.
2018-12-11 17:59:26 @idlerpg_bot ahriman [40/248] has challenged Jeff [72/226] in combat and lost! 0 days, 01:20:51 is added to ahriman's clock.
2018-12-11 17:59:26 @idlerpg_bot ahriman reaches next level in 0 days, 20:36:02.
2018-12-11 18:49:50 @idlerpg_bot wowbagger [419/460] has challenged Jeff [220/226] in combat and won! 0 days, 04:18:03 is removed from wowbagger's clock.
2018-12-11 18:49:50 @idlerpg_bot wowbagger reaches next level in 2 days, 09:08:33.
2018-12-11 19:50:26 @idlerpg_bot wowbagger [102/460] has challenged ahriman [9/248] in combat and won! 0 days, 04:29:26 is removed from wowbagger's clock.
2018-12-11 19:50:26 @idlerpg_bot wowbagger reaches next level in 2 days, 03:38:31.
2018-12-11 20:50:59 @idlerpg_bot wowbagger [261/460] has challenged Jeff [68/226] in combat and won! 0 days, 03:32:39 is removed from wowbagger's clock.
2018-12-11 20:50:59 @idlerpg_bot wowbagger reaches next level in 1 day, 23:05:19.
2018-12-11 21:51:31 @idlerpg_bot jan6 [553/808] has challenged ahriman [99/248] in combat and won! 0 days, 00:27:50 is removed from jan6's clock.
2018-12-11 21:51:31 @idlerpg_bot jan6 reaches next level in 0 days, 05:20:11.
2018-12-11 22:52:06 @idlerpg_bot wowbagger [232/460] has challenged jan6 [451/808] in combat and lost! 0 days, 03:36:20 is added to wowbagger's clock.
2018-12-11 22:52:06 @idlerpg_bot wowbagger reaches next level in 2 days, 00:40:32.
2018-12-11 23:52:41 @idlerpg_bot Idle RPG Top Players:
2018-12-11 23:52:41 @idlerpg_bot jan6, the level 57 the scripter, is #1! Next level in 0 days, 03:19:01.
2018-12-11 23:52:42 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #2! Next level in 2 days, 07:59:22.
2018-12-11 23:52:42 @idlerpg_bot ewensa, the level 53 king of chaos, is #3! Next level in 14 days, 23:35:59.
2018-12-11 23:52:42 @idlerpg_bot jan6 [670/808] has challenged naj9 [10/383] in combat and won! 0 days, 00:19:54 is removed from jan6's clock.
2018-12-11 23:52:44 @idlerpg_bot jan6 reaches next level in 0 days, 02:59:07.
2018-12-12 00:13:48 @idlerpg_bot wowbagger [41/460] has come upon Jeff [70/226] and been defeated in combat! 0 days, 03:18:43 is added to wowbagger's clock.
2018-12-12 00:13:48 @idlerpg_bot wowbagger reaches next level in 2 days, 02:37:33.
2018-12-12 00:32:24 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 28! Next level in 0 days, 10:38:00.
2018-12-12 00:32:24 @idlerpg_bot Jeff [108/226] has challenged idlerpg_bot [66/736] in combat and won! 0 days, 02:07:36 is removed from Jeff's clock.
2018-12-12 00:32:24 @idlerpg_bot Jeff reaches next level in 0 days, 08:30:24.
2018-12-12 00:53:11 @idlerpg_bot wowbagger [249/460] has challenged naj9 [191/383] in combat and won! 0 days, 04:59:49 is removed from wowbagger's clock.
2018-12-12 00:53:11 @idlerpg_bot wowbagger reaches next level in 1 day, 20:58:21.
2018-12-12 01:53:47 @idlerpg_bot jan6 [290/808] has challenged Jeff [192/226] in combat and won! 0 days, 00:04:03 is removed from jan6's clock.
2018-12-12 01:53:47 @idlerpg_bot jan6 reaches next level in 0 days, 00:53:58.
2018-12-12 02:47:44 @idlerpg_bot jan6, the the scripter, has attained level 58! Next level in 38 days, 00:52:36.
2018-12-12 02:47:44 @idlerpg_bot jan6 [385/808] has challenged Jeff [34/226] in combat and won! 2 days, 15:54:04 is removed from jan6's clock.
2018-12-12 02:47:44 @idlerpg_bot jan6 reaches next level in 35 days, 08:58:32.
2018-12-12 02:54:21 @idlerpg_bot wowbagger [361/460] has challenged ahriman [197/248] in combat and won! 0 days, 03:26:10 is removed from wowbagger's clock.
2018-12-12 02:54:21 @idlerpg_bot wowbagger reaches next level in 1 day, 15:31:01.
2018-12-12 03:54:55 @idlerpg_bot jan6 [259/808] has challenged idlerpg_bot [282/736] in combat and lost! 3 days, 12:47:08 is added to jan6's clock.
2018-12-12 03:54:55 @idlerpg_bot jan6 reaches next level in 38 days, 20:38:32.
2018-12-12 04:55:37 @idlerpg_bot wowbagger [148/460] has challenged jan6 [409/808] in combat and lost! 0 days, 02:59:58 is added to wowbagger's clock.
2018-12-12 04:55:37 @idlerpg_bot wowbagger reaches next level in 1 day, 16:29:43.
2018-12-12 05:56:15 @idlerpg_bot jan6 [97/808] has challenged wowbagger [329/460] in combat and lost! 2 days, 17:08:36 is added to jan6's clock.
2018-12-12 05:56:15 @idlerpg_bot jan6 reaches next level in 41 days, 11:45:48.
2018-12-12 06:56:49 @idlerpg_bot jan6 [80/808] has challenged ahriman [10/248] in combat and won! 3 days, 07:34:49 is removed from jan6's clock.
2018-12-12 06:56:49 @idlerpg_bot jan6 reaches next level in 38 days, 03:10:25.
2018-12-12 07:57:23 @idlerpg_bot jan6 [132/808] has challenged wowbagger [227/460] in combat and lost! 2 days, 15:59:29 is added to jan6's clock.
2018-12-12 07:57:23 @idlerpg_bot jan6 reaches next level in 40 days, 18:09:20.
2018-12-12 08:33:07 @idlerpg_bot naj9, Jeff, wowbagger, and jan6 have blessed the realm by completing their quest! 25% of their burden is eliminated.
2018-12-12 08:40:29 @idlerpg_bot ahriman was accepted into Pi Beta Phi! This wondrous godsend has accelerated them 0 days, 00:39:03 towards level 33.
2018-12-12 08:40:29 @idlerpg_bot ahriman reaches next level in 0 days, 05:15:59.
2018-12-12 08:55:24 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 29! Next level in 0 days, 12:20:05.
2018-12-12 08:55:24 @idlerpg_bot Jeff [203/226] has challenged ahriman [131/248] in combat and won! 0 days, 00:59:12 is removed from Jeff's clock.
2018-12-12 08:55:24 @idlerpg_bot Jeff reaches next level in 0 days, 11:20:53.
2018-12-12 08:57:48 @idlerpg_bot wowbagger [354/460] has challenged idlerpg_bot [610/736] in combat and lost! 0 days, 02:43:26 is added to wowbagger's clock.
2018-12-12 08:57:48 @idlerpg_bot wowbagger reaches next level in 1 day, 05:57:54.
2018-12-12 09:58:22 @idlerpg_bot Idle RPG Top Players:
2018-12-12 09:58:22 @idlerpg_bot jan6, the level 58 the scripter, is #1! Next level in 30 days, 11:44:57.
2018-12-12 09:58:22 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #2! Next level in 2 days, 07:59:22.
2018-12-12 09:58:22 @idlerpg_bot ewensa, the level 53 king of chaos, is #3! Next level in 14 days, 23:35:59.
2018-12-12 09:58:22 @idlerpg_bot jan6 [648/808] has challenged ahriman [22/248] in combat and won! 2 days, 10:32:23 is removed from jan6's clock.
2018-12-12 09:58:25 @idlerpg_bot jan6 reaches next level in 28 days, 01:12:34.
2018-12-12 10:58:46 @idlerpg_bot wowbagger [152/460] has challenged Jeff [188/226] in combat and lost! 0 days, 01:57:23 is added to wowbagger's clock.
2018-12-12 10:58:46 @idlerpg_bot wowbagger reaches next level in 1 day, 05:54:20.
2018-12-12 11:58:57 @idlerpg_bot jan6 [320/808] has challenged ahriman [225/248] in combat and won! 2 days, 05:41:45 is removed from jan6's clock.
2018-12-12 11:58:57 @idlerpg_bot jan6 reaches next level in 25 days, 17:30:14.
2018-12-12 12:59:05 @idlerpg_bot jan6 [737/808] has challenged idlerpg_bot [569/736] in combat and won! 5 days, 03:18:01 is removed from jan6's clock.
2018-12-12 12:59:05 @idlerpg_bot jan6 reaches next level in 20 days, 13:12:06.
2018-12-12 13:56:27 @idlerpg_bot ahriman, the Ranger, has attained level 33! Next level in 0 days, 22:20:01.
2018-12-12 13:56:27 @idlerpg_bot ahriman [42/261] has challenged naj9 [325/383] in combat and lost! 0 days, 01:33:48 is added to ahriman's clock.
2018-12-12 13:56:27 @idlerpg_bot ahriman reaches next level in 0 days, 23:53:49.
2018-12-12 13:59:12 @idlerpg_bot jan6 [223/808] has challenged wowbagger [49/460] in combat and won! 2 days, 15:59:09 is removed from jan6's clock.
2018-12-12 13:59:12 @idlerpg_bot jan6 reaches next level in 17 days, 20:12:49.
2018-12-12 14:33:10 @idlerpg_bot naj9, ahriman, wowbagger, and jan6 have been chosen by the gods to hunt down the over-abundance of mountain wolves that are slaying the regions' cows. Participants must first reach [160,480], then [160,380]. See http://www.yourtilde.com/~ubergeek/irpg/quest.php to monitor their journey's progress.
2018-12-12 14:59:24 @idlerpg_bot wowbagger [229/460] has challenged idlerpg_bot [439/736] in combat and lost! 0 days, 02:35:22 is added to wowbagger's clock.
2018-12-12 14:59:24 @idlerpg_bot wowbagger reaches next level in 1 day, 04:29:03.
2018-12-12 16:00:02 @idlerpg_bot wowbagger [17/460] has challenged idlerpg_bot [220/736] in combat and lost! 0 days, 02:44:50 is added to wowbagger's clock.
2018-12-12 16:00:02 @idlerpg_bot wowbagger reaches next level in 1 day, 06:13:15.
2018-12-12 17:00:37 @idlerpg_bot wowbagger [58/460] has challenged idlerpg_bot [372/736] in combat and lost! 0 days, 02:55:16 is added to wowbagger's clock.
2018-12-12 17:00:37 @idlerpg_bot wowbagger reaches next level in 1 day, 08:07:56.
2018-12-12 17:45:49 @idlerpg_bot naj9, the Chaotic Good, has attained level 43! Next level in 4 days, 02:31:26.
2018-12-12 17:45:49 @idlerpg_bot naj9 [370/437] has challenged ahriman [162/261] in combat and won! 0 days, 07:52:54 is removed from naj9's clock.
2018-12-12 17:45:49 @idlerpg_bot naj9 reaches next level in 3 days, 18:38:32.
2018-12-12 18:01:07 @idlerpg_bot wowbagger [445/460] has challenged idlerpg_bot [254/736] in combat and won! 0 days, 06:13:29 is removed from wowbagger's clock.
2018-12-12 18:01:07 @idlerpg_bot wowbagger reaches next level in 1 day, 00:53:57.
2018-12-12 19:01:37 @idlerpg_bot jan6 [202/808] has challenged naj9 [398/437] in combat and lost! 1 day, 05:37:19 is added to jan6's clock.
2018-12-12 19:01:37 @idlerpg_bot jan6 reaches next level in 18 days, 20:47:43.
2018-12-12 19:25:28 @idlerpg_bot naj9 ate a poisonous fruit. This terrible calamity has slowed them 0 days, 06:13:43 from level 44.
2018-12-12 19:25:28 @idlerpg_bot naj9 reaches next level in 3 days, 23:12:39.
2018-12-12 20:02:07 @idlerpg_bot Idle RPG Top Players:
2018-12-12 20:02:07 @idlerpg_bot jan6, the level 58 the scripter, is #1! Next level in 18 days, 19:47:13.
2018-12-12 20:02:07 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #2! Next level in 2 days, 07:59:22.
2018-12-12 20:02:07 @idlerpg_bot ewensa, the level 53 king of chaos, is #3! Next level in 14 days, 23:35:59.
2018-12-12 20:02:07 @idlerpg_bot jan6 [727/808] has challenged ahriman [248/261] in combat and won! 1 day, 12:08:34 is removed from jan6's clock.
2018-12-12 20:02:10 @idlerpg_bot jan6 reaches next level in 17 days, 07:38:39.
2018-12-12 20:16:18 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 30! Next level in 0 days, 14:18:29.
2018-12-12 20:16:19 @idlerpg_bot Jeff [15/259] has challenged jan6 [797/808] in combat and lost! 0 days, 01:08:40 is added to Jeff's clock.
2018-12-12 20:16:19 @idlerpg_bot Jeff reaches next level in 0 days, 15:27:09.
2018-12-12 21:02:41 @idlerpg_bot jan6 [674/808] has challenged wowbagger [154/460] in combat and won! 2 days, 05:54:09 is removed from jan6's clock.
2018-12-12 21:02:41 @idlerpg_bot jan6 reaches next level in 15 days, 00:43:56.
2018-12-12 22:03:11 @idlerpg_bot wowbagger [104/460] has challenged ahriman [31/261] in combat and won! 0 days, 01:40:09 is removed from wowbagger's clock.
2018-12-12 22:03:11 @idlerpg_bot wowbagger reaches next level in 0 days, 19:11:44.
2018-12-12 23:03:45 @idlerpg_bot jan6 [150/808] has challenged wowbagger [134/460] in combat and won! 1 day, 22:37:58 is removed from jan6's clock.
2018-12-12 23:03:45 @idlerpg_bot jan6 reaches next level in 13 days, 00:04:54.
2018-12-13 00:04:26 @idlerpg_bot wowbagger [128/460] has challenged naj9 [363/437] in combat and lost! 0 days, 01:12:08 is added to wowbagger's clock.
2018-12-13 00:04:26 @idlerpg_bot wowbagger reaches next level in 0 days, 18:22:37.
2018-12-13 01:04:59 @idlerpg_bot wowbagger [373/460] has challenged idlerpg_bot [341/736] in combat and won! 0 days, 03:28:24 is removed from wowbagger's clock.
2018-12-13 01:04:59 @idlerpg_bot wowbagger reaches next level in 0 days, 13:53:40.
2018-12-13 02:05:33 @idlerpg_bot wowbagger [229/460] has challenged naj9 [68/437] in combat and won! 0 days, 01:17:18 is removed from wowbagger's clock.
2018-12-13 02:05:33 @idlerpg_bot wowbagger reaches next level in 0 days, 11:35:48.
2018-12-13 02:37:18 @idlerpg_bot naj9 and jan6 have not let the iniquities of evil men poison them. Together have they prayed to their god, and it is his light that now shines upon them. 8% of their time is removed from their clocks.
2018-12-13 02:37:18 @idlerpg_bot naj9 reaches next level in 3 days, 08:58:21.
2018-12-13 02:37:18 @idlerpg_bot jan6 reaches next level in 11 days, 19:50:26.
2018-12-13 03:06:03 @idlerpg_bot jan6 [719/808] has challenged ahriman [91/261] in combat and won! 0 days, 22:40:08 is removed from jan6's clock.
2018-12-13 03:06:03 @idlerpg_bot jan6 reaches next level in 10 days, 20:41:33.
2018-12-13 04:06:36 @idlerpg_bot wowbagger [285/460] has challenged ahriman [174/261] in combat and won! 0 days, 00:45:58 is removed from wowbagger's clock.
2018-12-13 04:06:36 @idlerpg_bot wowbagger reaches next level in 0 days, 08:48:47.
2018-12-13 05:07:11 @idlerpg_bot wowbagger [92/460] has challenged ahriman [91/261] in combat and won! 0 days, 00:37:27 is removed from wowbagger's clock.
2018-12-13 05:07:11 @idlerpg_bot wowbagger reaches next level in 0 days, 07:10:45.
2018-12-13 06:07:45 @idlerpg_bot Idle RPG Top Players:
2018-12-13 06:07:45 @idlerpg_bot jan6, the level 58 the scripter, is #1! Next level in 10 days, 17:39:52.
2018-12-13 06:07:45 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #2! Next level in 2 days, 07:59:22.
2018-12-13 06:07:45 @idlerpg_bot ewensa, the level 53 king of chaos, is #3! Next level in 14 days, 23:35:59.
2018-12-13 06:07:45 @idlerpg_bot wowbagger [397/460] has challenged Jeff [243/259] in combat and won! 0 days, 00:25:54 is removed from wowbagger's clock.
2018-12-13 06:07:48 @idlerpg_bot wowbagger reaches next level in 0 days, 05:44:18.
2018-12-13 06:22:20 @idlerpg_bot naj9 learned Perl! This wondrous godsend has accelerated them 0 days, 08:29:40 towards level 44.
2018-12-13 06:22:20 @idlerpg_bot naj9 reaches next level in 2 days, 20:43:40.
2018-12-13 06:34:53 @idlerpg_bot jan6 discovered caffeinated coffee! This wondrous godsend has accelerated them 0 days, 18:00:17 towards level 59.
2018-12-13 06:34:53 @idlerpg_bot jan6 reaches next level in 9 days, 23:12:26.
2018-12-13 06:49:27 @idlerpg_bot naj9, ahriman, wowbagger, and jan6 have completed their journey! 25% of their burden is eliminated.
2018-12-13 07:02:57 @idlerpg_bot wowbagger [136/460] has come upon ahriman [21/261] and taken them in combat! 0 days, 00:17:04 is removed from wowbagger's clock.
2018-12-13 07:02:57 @idlerpg_bot wowbagger reaches next level in 0 days, 03:16:22.
2018-12-13 07:08:15 @idlerpg_bot jan6 [26/808] has challenged naj9 [416/437] in combat and lost! 0 days, 12:31:25 is added to jan6's clock.
2018-12-13 07:08:15 @idlerpg_bot jan6 reaches next level in 7 days, 23:26:00.
2018-12-13 08:08:27 @idlerpg_bot wowbagger [82/460] has challenged Jeff [243/259] in combat and lost! 0 days, 00:09:09 is added to wowbagger's clock.
2018-12-13 08:08:27 @idlerpg_bot wowbagger reaches next level in 0 days, 02:20:01.
2018-12-13 09:08:56 @idlerpg_bot jan6 [659/808] has challenged naj9 [36/437] in combat and won! 0 days, 18:56:31 is removed from jan6's clock.
2018-12-13 09:08:56 @idlerpg_bot jan6 reaches next level in 7 days, 02:28:48.
2018-12-13 10:09:30 @idlerpg_bot wowbagger [118/460] has challenged jan6 [633/808] in combat and lost! 0 days, 00:01:31 is added to wowbagger's clock.
2018-12-13 10:09:30 @idlerpg_bot wowbagger reaches next level in 0 days, 00:20:29.
2018-12-13 10:29:56 @idlerpg_bot wowbagger, the infinitely prolonged, has attained level 53! Next level in 18 days, 02:37:56.
2018-12-13 10:29:56 @idlerpg_bot wowbagger [335/471] has challenged naj9 [399/437] in combat and lost! 1 day, 06:25:27 is added to wowbagger's clock.
2018-12-13 10:29:56 @idlerpg_bot wowbagger reaches next level in 19 days, 09:03:23.
2018-12-13 11:10:06 @idlerpg_bot wowbagger [456/471] has challenged idlerpg_bot [715/736] in combat and lost! 1 day, 22:26:19 is added to wowbagger's clock.
2018-12-13 11:10:06 @idlerpg_bot wowbagger reaches next level in 21 days, 06:49:35.
2018-12-13 11:43:29 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 31! Next level in 0 days, 16:35:51.
2018-12-13 11:43:29 @idlerpg_bot Jeff [154/259] has challenged wowbagger [462/471] in combat and lost! 0 days, 01:09:42 is added to Jeff's clock.
2018-12-13 11:43:29 @idlerpg_bot Jeff reaches next level in 0 days, 17:45:33.
2018-12-13 12:05:02 @idlerpg_bot ahriman, the Ranger, has attained level 34! Next level in 1 day, 01:54:25.
2018-12-13 12:05:02 @idlerpg_bot ahriman [204/292] has challenged wowbagger [156/471] in combat and won! 0 days, 03:22:04 is removed from ahriman's clock.
2018-12-13 12:05:02 @idlerpg_bot ahriman reaches next level in 0 days, 22:32:21.
2018-12-13 12:10:41 @idlerpg_bot wowbagger [193/471] has challenged jan6 [525/808] in combat and lost! 1 day, 16:47:07 is added to wowbagger's clock.
2018-12-13 12:10:41 @idlerpg_bot wowbagger reaches next level in 22 days, 22:36:07.
2018-12-13 12:49:29 @idlerpg_bot naj9, Jeff, wowbagger, and jan6 have been chosen by the gods to slay the great and horrible troll, Dokt'r Wiii. Participants must first reach [290,65], then [325,270]. See http://www.yourtilde.com/~ubergeek/irpg/quest.php to monitor their journey's progress.
2018-12-13 13:11:15 @idlerpg_bot jan6 [709/808] has challenged naj9 [114/437] in combat and won! 0 days, 16:38:38 is removed from jan6's clock.
2018-12-13 13:11:15 @idlerpg_bot jan6 reaches next level in 6 days, 05:47:51.
2018-12-13 14:11:45 @idlerpg_bot wowbagger [268/471] has challenged idlerpg_bot [701/736] in combat and lost! 2 days, 06:51:30 is added to wowbagger's clock.
2018-12-13 14:11:45 @idlerpg_bot wowbagger reaches next level in 25 days, 03:26:33.
2018-12-13 15:12:15 @idlerpg_bot jan6 [491/808] has challenged wowbagger [38/471] in combat and won! 0 days, 19:12:41 is removed from jan6's clock.
2018-12-13 15:12:15 @idlerpg_bot jan6 reaches next level in 5 days, 08:34:10.
2018-12-13 16:12:48 @idlerpg_bot Idle RPG Top Players:
2018-12-13 16:12:48 @idlerpg_bot jan6, the level 58 the scripter, is #1! Next level in 5 days, 07:33:37.
2018-12-13 16:12:48 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #2! Next level in 2 days, 07:59:22.
2018-12-13 16:12:48 @idlerpg_bot ewensa, the level 53 king of chaos, is #3! Next level in 14 days, 23:35:59.
2018-12-13 16:12:48 @idlerpg_bot jan6 [766/808] has challenged Jeff [213/259] in combat and won! 0 days, 08:55:45 is removed from jan6's clock.
2018-12-13 16:12:51 @idlerpg_bot jan6 reaches next level in 4 days, 22:37:52.
2018-12-13 17:13:22 @idlerpg_bot wowbagger [319/471] has challenged Jeff [243/259] in combat and won! 1 day, 18:01:44 is removed from wowbagger's clock.
2018-12-13 17:13:22 @idlerpg_bot wowbagger reaches next level in 23 days, 06:23:13.
2018-12-13 18:14:01 @idlerpg_bot jan6 [252/808] has challenged Jeff [110/259] in combat and won! 0 days, 08:09:46 is removed from jan6's clock.
2018-12-13 18:14:01 @idlerpg_bot jan6 reaches next level in 4 days, 12:26:54.
2018-12-13 19:14:33 @idlerpg_bot wowbagger [224/471] has challenged Jeff [50/259] in combat and won! 1 day, 14:56:44 is removed from wowbagger's clock.
2018-12-13 19:14:33 @idlerpg_bot wowbagger reaches next level in 21 days, 13:25:18.
2018-12-13 20:15:05 @idlerpg_bot wowbagger [452/471] has challenged ahriman [150/292] in combat and won! 1 day, 17:18:46 is removed from wowbagger's clock.
2018-12-13 20:15:05 @idlerpg_bot wowbagger reaches next level in 19 days, 19:05:59.
2018-12-13 21:15:35 @idlerpg_bot wowbagger [188/471] has challenged ahriman [126/292] in combat and won! 1 day, 13:55:38 is removed from wowbagger's clock.
2018-12-13 21:15:35 @idlerpg_bot wowbagger reaches next level in 18 days, 04:09:51.
2018-12-13 22:16:05 @idlerpg_bot wowbagger [317/471] has challenged naj9 [375/437] in combat and lost! 1 day, 06:27:39 is added to wowbagger's clock.
2018-12-13 22:16:05 @idlerpg_bot wowbagger reaches next level in 19 days, 09:37:00.
2018-12-13 23:16:38 @idlerpg_bot jan6 [607/808] has challenged idlerpg_bot [305/736] in combat and won! 0 days, 20:40:51 is removed from jan6's clock.
2018-12-13 23:16:38 @idlerpg_bot jan6 reaches next level in 3 days, 10:43:25.
2018-12-14 00:17:12 @idlerpg_bot wowbagger [147/471] has challenged idlerpg_bot [255/736] in combat and lost! 1 day, 22:21:35 is added to wowbagger's clock.
2018-12-14 00:17:12 @idlerpg_bot wowbagger reaches next level in 21 days, 05:57:29.
2018-12-14 01:17:40 @idlerpg_bot wowbagger [286/471] has challenged jan6 [410/808] in combat and lost! 1 day, 16:42:57 is added to wowbagger's clock.
2018-12-14 01:17:40 @idlerpg_bot wowbagger reaches next level in 22 days, 21:39:57.
2018-12-14 02:18:13 @idlerpg_bot Idle RPG Top Players:
2018-12-14 02:18:13 @idlerpg_bot jan6, the level 58 the scripter, is #1! Next level in 3 days, 07:41:50.
2018-12-14 02:18:13 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #2! Next level in 2 days, 07:59:22.
2018-12-14 02:18:13 @idlerpg_bot ewensa, the level 53 king of chaos, is #3! Next level in 14 days, 23:35:59.
2018-12-14 02:18:13 @idlerpg_bot wowbagger [288/471] has challenged jan6 [580/808] in combat and lost! 1 day, 19:53:33 is added to wowbagger's clock.
2018-12-14 02:18:16 @idlerpg_bot wowbagger reaches next level in 24 days, 16:32:57.
2018-12-14 03:18:45 @idlerpg_bot jan6 [688/808] has challenged Jeff [39/259] in combat and won! 0 days, 05:30:29 is removed from jan6's clock.
2018-12-14 03:18:45 @idlerpg_bot jan6 reaches next level in 3 days, 01:10:49.
2018-12-14 04:19:17 @idlerpg_bot jan6 [505/808] has challenged naj9 [234/437] in combat and won! 0 days, 07:13:01 is removed from jan6's clock.
2018-12-14 04:19:17 @idlerpg_bot jan6 reaches next level in 2 days, 16:57:16.
2018-12-14 05:09:48 @idlerpg_bot naj9, Jeff, wowbagger, and jan6 have completed their journey! 25% of their burden is eliminated.
2018-12-14 05:19:51 @idlerpg_bot wowbagger [145/471] has challenged naj9 [230/437] in combat and lost! 1 day, 06:56:49 is added to wowbagger's clock.
2018-12-14 05:19:51 @idlerpg_bot wowbagger reaches next level in 19 days, 17:02:47.
2018-12-14 05:24:15 @idlerpg_bot Jeff, the A Generic Human Being, has attained level 32! Next level in 0 days, 19:15:11.
2018-12-14 05:24:15 @idlerpg_bot Jeff [110/307] has challenged ahriman [16/292] in combat and won! 0 days, 01:32:24 is removed from Jeff's clock.
2018-12-14 05:24:15 @idlerpg_bot Jeff reaches next level in 0 days, 17:42:47.
2018-12-14 05:47:39 <-- ahriman (ahriman@falte.red) has quit (quit: brb)
2018-12-14 05:48:53 --> ahriman (ahriman@falte.red) has joined #idlerpg
2018-12-14 05:56:22 -- You are now known as ^
2018-12-14 06:11:12 -- You are now known as fosslinux
2018-12-14 06:20:28 @idlerpg_bot jan6 [608/808] has challenged naj9 [128/437] in combat and won! 0 days, 04:41:26 is removed from jan6's clock.
2018-12-14 06:20:28 @idlerpg_bot jan6 reaches next level in 1 day, 18:12:57.
2018-12-14 06:29:34 @idlerpg_bot wowbagger discovered caffeinated coffee! This wondrous godsend has accelerated them 1 day, 23:11:18 towards level 54.
2018-12-14 06:29:34 @idlerpg_bot wowbagger reaches next level in 17 days, 16:41:47.
2018-12-14 07:20:57 @idlerpg_bot wowbagger [355/471] has challenged ahriman [152/292] in combat and won! 1 day, 09:54:25 is removed from wowbagger's clock.
2018-12-14 07:20:57 @idlerpg_bot wowbagger reaches next level in 16 days, 05:55:58.
2018-12-14 07:21:25 <-- ahriman (ahriman@falte.red) has left #idlerpg ("WeeChat 2.2")
2018-12-14 08:21:27 @idlerpg_bot jan6 [505/808] has challenged ahriman [265/292] in combat and won! 0 days, 03:12:57 is removed from jan6's clock.
2018-12-14 08:21:27 @idlerpg_bot jan6 reaches next level in 1 day, 12:59:01.
2018-12-14 09:21:58 @idlerpg_bot jan6 [387/808] has challenged idlerpg_bot [156/736] in combat and won! 0 days, 07:11:42 is removed from jan6's clock.
2018-12-14 09:21:58 @idlerpg_bot jan6 reaches next level in 1 day, 04:46:48.
2018-12-14 10:22:35 @idlerpg_bot jan6 [591/808] has challenged idlerpg_bot [119/736] in combat and won! 0 days, 05:33:14 is removed from jan6's clock.
2018-12-14 10:22:35 @idlerpg_bot jan6 reaches next level in 0 days, 22:12:58.
2018-12-14 10:37:24 @idlerpg_bot ahriman, the Ranger, has attained level 35! Next level in 1 day, 06:03:08.
2018-12-14 10:37:24 @idlerpg_bot ahriman [237/294] has challenged idlerpg_bot [202/736] in combat and won! 0 days, 06:00:37 is removed from ahriman's clock.
2018-12-14 10:37:24 @idlerpg_bot ahriman reaches next level in 1 day, 00:02:31.
2018-12-14 11:09:49 @idlerpg_bot naj9, ahriman, wowbagger, and jan6 have been chosen by the gods to worship the sacred Cow until such time as she is satiated. Quest to end in 0 days, 16:50:18.
2018-12-14 11:23:04 @idlerpg_bot wowbagger [168/471] has challenged naj9 [348/437] in combat and lost! 1 day, 03:00:46 is added to wowbagger's clock.
2018-12-14 11:23:04 @idlerpg_bot wowbagger reaches next level in 17 days, 04:54:37.
2018-12-14 12:23:34 @idlerpg_bot Idle RPG Top Players:
2018-12-14 12:23:34 @idlerpg_bot jan6, the level 58 the scripter, is #1! Next level in 0 days, 20:11:58.
2018-12-14 12:23:34 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #2! Next level in 2 days, 07:59:22.
2018-12-14 12:23:34 @idlerpg_bot ewensa, the level 53 king of chaos, is #3! Next level in 14 days, 23:35:59.
2018-12-14 12:23:34 @idlerpg_bot wowbagger [308/471] has challenged Jeff [70/307] in combat and won! 1 day, 08:57:07 is removed from wowbagger's clock.
2018-12-14 12:23:37 @idlerpg_bot wowbagger reaches next level in 15 days, 18:57:00.
2018-12-14 13:24:04 @idlerpg_bot wowbagger [198/471] has challenged naj9 [265/437] in combat and lost! 1 day, 02:27:21 is added to wowbagger's clock.
2018-12-14 13:24:04 @idlerpg_bot wowbagger reaches next level in 16 days, 20:23:51.
2018-12-14 14:24:41 @idlerpg_bot jan6 [224/808] has challenged ahriman [215/294] in combat and won! 0 days, 01:27:16 is removed from jan6's clock.
2018-12-14 14:24:41 @idlerpg_bot jan6 reaches next level in 0 days, 16:43:36.
2018-12-14 15:25:13 @idlerpg_bot jan6 [665/808] has challenged idlerpg_bot [602/736] in combat and won! 0 days, 03:08:36 is removed from jan6's clock.
2018-12-14 15:25:13 @idlerpg_bot jan6 reaches next level in 0 days, 12:34:27.
2018-12-14 16:25:45 @idlerpg_bot jan6 [524/808] has challenged ahriman [156/294] in combat and won! 0 days, 00:55:30 is removed from jan6's clock.
2018-12-14 16:25:45 @idlerpg_bot jan6 reaches next level in 0 days, 10:38:25.
2018-12-14 17:26:16 @idlerpg_bot jan6 [586/808] has challenged wowbagger [72/471] in combat and won! 0 days, 01:15:07 is removed from jan6's clock.
2018-12-14 17:26:16 @idlerpg_bot jan6 reaches next level in 0 days, 08:22:47.
2018-12-14 18:26:48 @idlerpg_bot wowbagger [244/471] has challenged naj9 [245/437] in combat and lost! 1 day, 03:57:16 is added to wowbagger's clock.
2018-12-14 18:26:48 @idlerpg_bot wowbagger reaches next level in 17 days, 19:18:23.
2018-12-14 19:27:23 @idlerpg_bot jan6 [668/808] has challenged Jeff [281/307] in combat and won! 0 days, 00:30:32 is removed from jan6's clock.
2018-12-14 19:27:23 @idlerpg_bot jan6 reaches next level in 0 days, 05:51:08.
2018-12-14 20:27:59 @idlerpg_bot jan6 [699/808] has challenged wowbagger [28/471] in combat and won! 0 days, 00:37:46 is removed from jan6's clock.
2018-12-14 20:27:59 @idlerpg_bot jan6 reaches next level in 0 days, 04:12:47.
2018-12-14 21:28:33 @idlerpg_bot wowbagger [132/471] has challenged jan6 [429/808] in combat and lost! 1 day, 09:56:31 is added to wowbagger's clock.
2018-12-14 21:28:33 @idlerpg_bot wowbagger reaches next level in 19 days, 02:13:10.
2018-12-14 22:29:07 @idlerpg_bot Idle RPG Top Players:
2018-12-14 22:29:07 @idlerpg_bot jan6, the level 58 the scripter, is #1! Next level in 0 days, 02:11:39.
2018-12-14 22:29:07 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #2! Next level in 2 days, 07:59:22.
2018-12-14 22:29:07 @idlerpg_bot ewensa, the level 53 king of chaos, is #3! Next level in 14 days, 23:35:59.
2018-12-14 22:29:07 @idlerpg_bot wowbagger [162/471] has challenged naj9 [331/437] in combat and lost! 1 day, 08:00:16 is added to wowbagger's clock.
2018-12-14 22:29:10 @idlerpg_bot wowbagger reaches next level in 20 days, 09:12:52.
2018-12-14 23:29:36 @idlerpg_bot jan6 [309/808] has challenged idlerpg_bot [187/736] in combat and won! 0 days, 00:14:13 is removed from jan6's clock.
2018-12-14 23:29:36 @idlerpg_bot jan6 reaches next level in 0 days, 00:56:56.
2018-12-15 00:26:30 @idlerpg_bot jan6, the the scripter, has attained level 59! Next level in 44 days, 02:56:13.
2018-12-15 00:26:30 @idlerpg_bot jan6 [771/861] has challenged wowbagger [28/471] in combat and won! 5 days, 17:39:42 is removed from jan6's clock.
2018-12-15 00:26:30 @idlerpg_bot jan6 reaches next level in 38 days, 09:16:31.
2018-12-15 00:30:08 @idlerpg_bot jan6 [752/861] has challenged naj9 [274/437] in combat and won! 3 days, 20:07:17 is removed from jan6's clock.
2018-12-15 00:30:08 @idlerpg_bot jan6 reaches next level in 34 days, 13:05:39.
2018-12-15 00:40:06 --> ubergeek1 (ubergeek@yourtilde.com) has joined #idlerpg
2018-12-15 00:40:20 <-- ubergeek1 (ubergeek@yourtilde.com) has quit (Quit: WeeChat 2.3)
2018-12-15 01:30:43 @idlerpg_bot wowbagger [0/471] has challenged idlerpg_bot [752/784] in combat and lost! 2 days, 00:37:07 is added to wowbagger's clock.
2018-12-15 01:30:43 @idlerpg_bot wowbagger reaches next level in 22 days, 06:48:22.
2018-12-15 02:31:13 @idlerpg_bot wowbagger [446/471] has challenged Jeff [220/307] in combat and won! 1 day, 18:42:13 is removed from wowbagger's clock.
2018-12-15 02:31:13 @idlerpg_bot wowbagger reaches next level in 20 days, 11:05:39.
2018-12-15 02:48:47 @idlerpg_bot naj9, the Chaotic Good, has attained level 44! Next level in 4 days, 18:17:16.
2018-12-15 02:48:47 @idlerpg_bot naj9 [212/437] has challenged wowbagger [249/471] in combat and lost! 0 days, 08:00:00 is added to naj9's clock.
2018-12-15 02:48:47 @idlerpg_bot naj9 reaches next level in 5 days, 02:17:16.
2018-12-15 02:54:43 @idlerpg_bot ahriman grew an extra leg! This wondrous godsend has accelerated them 0 days, 00:41:52 towards level 36.
2018-12-15 02:54:43 @idlerpg_bot ahriman reaches next level in 0 days, 07:03:23.
2018-12-15 03:31:43 @idlerpg_bot wowbagger [79/471] has challenged ahriman [22/294] in combat and won! 1 day, 15:12:24 is removed from wowbagger's clock.
2018-12-15 03:31:43 @idlerpg_bot wowbagger reaches next level in 18 days, 18:52:46.
2018-12-15 04:00:10 @idlerpg_bot naj9, ahriman, wowbagger, and jan6 have blessed the realm by completing their quest! 25% of their burden is eliminated.
2018-12-15 04:32:13 @idlerpg_bot jan6 [353/861] has challenged naj9 [356/437] in combat and lost! 1 day, 19:18:22 is added to jan6's clock.
2018-12-15 04:32:13 @idlerpg_bot jan6 reaches next level in 27 days, 13:58:01.
2018-12-15 05:32:50 @idlerpg_bot wowbagger [158/471] has challenged idlerpg_bot [360/784] in combat and lost! 1 day, 09:37:33 is added to wowbagger's clock.
2018-12-15 05:32:50 @idlerpg_bot wowbagger reaches next level in 15 days, 09:53:06.
2018-12-15 06:33:21 @idlerpg_bot wowbagger [395/471] has challenged idlerpg_bot [741/784] in combat and lost! 1 day, 12:53:15 is added to wowbagger's clock.
2018-12-15 06:33:21 @idlerpg_bot wowbagger reaches next level in 16 days, 21:45:51.
2018-12-15 07:33:44 @idlerpg_bot wowbagger [167/471] has challenged idlerpg_bot [247/784] in combat and lost! 1 day, 16:28:32 is added to wowbagger's clock.
2018-12-15 07:33:44 @idlerpg_bot wowbagger reaches next level in 18 days, 13:13:59.
2018-12-15 08:28:35 @idlerpg_bot ahriman, the Ranger, has attained level 36! Next level in 1 day, 10:51:38.
2018-12-15 08:28:36 @idlerpg_bot ahriman [225/319] has challenged Jeff [180/307] in combat and won! 0 days, 02:47:19 is removed from ahriman's clock.
2018-12-15 08:28:36 @idlerpg_bot ahriman reaches next level in 1 day, 08:04:19.
2018-12-15 08:33:51 @idlerpg_bot Idle RPG Top Players:
2018-12-15 08:33:51 @idlerpg_bot jan6, the level 59 the scripter, is #1! Next level in 27 days, 09:56:23.
2018-12-15 08:33:51 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #2! Next level in 2 days, 07:59:22.
2018-12-15 08:33:51 @idlerpg_bot ewensa, the level 53 king of chaos, is #3! Next level in 14 days, 23:35:59.
2018-12-15 08:33:51 @idlerpg_bot wowbagger [38/471] has challenged jan6 [711/861] in combat and lost! 1 day, 11:32:18 is added to wowbagger's clock.
2018-12-15 08:33:54 @idlerpg_bot wowbagger reaches next level in 19 days, 23:46:10.
2018-12-15 09:33:56 @idlerpg_bot jan6 [126/861] has challenged wowbagger [2/471] in combat and won! 3 days, 13:24:07 is removed from jan6's clock.
2018-12-15 09:33:56 @idlerpg_bot jan6 reaches next level in 23 days, 19:32:11.
2018-12-15 10:00:12 @idlerpg_bot naj9, Jeff, ahriman, and wowbagger have been chosen by the gods to assassinate the general, Ronald Ashur, of the invading army of Denmark. Participants must first reach [35,40], then [325,270]. See http://www.yourtilde.com/~ubergeek/irpg/quest.php to monitor their journey's progress.
2018-12-15 10:34:05 @idlerpg_bot jan6 [252/861] has challenged wowbagger [334/471] in combat and lost! 1 day, 15:56:14 is added to jan6's clock.
2018-12-15 10:34:05 @idlerpg_bot jan6 reaches next level in 25 days, 10:28:16.
2018-12-15 11:34:13 @idlerpg_bot jan6 [317/861] has challenged Jeff [18/307] in combat and won! 2 days, 00:45:27 is removed from jan6's clock.
2018-12-15 11:34:13 @idlerpg_bot jan6 reaches next level in 23 days, 08:42:41.
2018-12-15 12:34:44 @idlerpg_bot wowbagger [350/471] has challenged idlerpg_bot [669/784] in combat and lost! 1 day, 23:34:31 is added to wowbagger's clock.
2018-12-15 12:34:44 @idlerpg_bot wowbagger reaches next level in 21 days, 19:19:48.
2018-12-15 13:35:17 @idlerpg_bot wowbagger [431/471] has challenged Jeff [273/307] in combat and won! 1 day, 17:47:08 is removed from wowbagger's clock.
2018-12-15 13:35:17 @idlerpg_bot wowbagger reaches next level in 20 days, 00:32:07.
2018-12-15 14:35:51 @idlerpg_bot jan6 [747/861] has challenged Jeff [22/307] in combat and won! 1 day, 20:36:53 is removed from jan6's clock.
2018-12-15 14:35:51 @idlerpg_bot jan6 reaches next level in 21 days, 09:04:10.
2018-12-15 15:36:23 @idlerpg_bot wowbagger [240/471] has challenged naj9 [210/437] in combat and won! 2 days, 04:38:12 is removed from wowbagger's clock.
2018-12-15 15:36:23 @idlerpg_bot wowbagger reaches next level in 17 days, 17:52:49.
2018-12-15 16:37:04 @idlerpg_bot jan6 [780/861] has challenged Jeff [177/307] in combat and won! 1 day, 16:53:02 is removed from jan6's clock.
2018-12-15 16:37:04 @idlerpg_bot jan6 reaches next level in 19 days, 14:09:55.
2018-12-15 17:37:40 @idlerpg_bot jan6 [275/861] has challenged wowbagger [455/471] in combat and lost! 1 day, 08:50:27 is added to jan6's clock.
2018-12-15 17:37:40 @idlerpg_bot jan6 reaches next level in 20 days, 21:59:46.
2018-12-15 18:38:15 @idlerpg_bot Idle RPG Top Players:
2018-12-15 18:38:15 @idlerpg_bot jan6, the level 59 the scripter, is #1! Next level in 20 days, 20:59:12.
2018-12-15 18:38:15 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #2! Next level in 2 days, 07:59:22.
2018-12-15 18:38:15 @idlerpg_bot ewensa, the level 53 king of chaos, is #3! Next level in 14 days, 23:35:59.
2018-12-15 18:38:15 @idlerpg_bot wowbagger [3/471] has challenged jan6 [297/861] in combat and lost! 1 day, 09:49:40 is added to wowbagger's clock.
2018-12-15 18:38:18 @idlerpg_bot wowbagger reaches next level in 19 days, 00:40:38.
2018-12-15 19:38:44 @idlerpg_bot jan6 [163/861] has challenged naj9 [86/437] in combat and won! 2 days, 06:59:51 is removed from jan6's clock.
2018-12-15 19:38:44 @idlerpg_bot jan6 reaches next level in 18 days, 12:58:51.
2018-12-15 20:39:17 @idlerpg_bot wowbagger [189/471] has challenged Jeff [53/307] in combat and won! 1 day, 12:22:22 is removed from wowbagger's clock.
2018-12-15 20:39:17 @idlerpg_bot wowbagger reaches next level in 17 days, 10:17:13.
2018-12-15 21:39:54 @idlerpg_bot jan6 [235/861] has challenged ahriman [143/319] in combat and won! 1 day, 15:51:59 is removed from jan6's clock.
2018-12-15 21:39:54 @idlerpg_bot jan6 reaches next level in 16 days, 19:05:42.
2018-12-15 21:39:54 @idlerpg_bot jan6 has dealt ahriman a Critical Strike! 0 days, 03:46:36 is added to ahriman's clock.
2018-12-15 21:39:54 @idlerpg_bot ahriman reaches next level in 0 days, 22:39:39.
2018-12-15 22:40:24 @idlerpg_bot jan6 [358/861] has challenged naj9 [421/437] in combat and lost! 1 day, 04:08:45 is added to jan6's clock.
2018-12-15 22:40:24 @idlerpg_bot jan6 reaches next level in 17 days, 22:13:57.
2018-12-15 23:40:57 @idlerpg_bot wowbagger [335/471] has challenged idlerpg_bot [736/784] in combat and lost! 1 day, 17:31:33 is added to wowbagger's clock.
2018-12-15 23:40:57 @idlerpg_bot wowbagger reaches next level in 19 days, 00:47:06.
2018-12-16 00:41:27 @idlerpg_bot jan6 [310/861] has challenged wowbagger [194/471] in combat and won! 2 days, 07:40:04 is removed from jan6's clock.
2018-12-16 00:41:27 @idlerpg_bot jan6 reaches next level in 15 days, 12:32:50.
2018-12-16 01:42:02 @idlerpg_bot jan6 [23/861] has challenged wowbagger [97/471] in combat and lost! 1 day, 02:00:27 is added to jan6's clock.
2018-12-16 01:42:02 @idlerpg_bot jan6 reaches next level in 16 days, 13:32:42.
2018-12-16 02:42:33 @idlerpg_bot jan6 [673/861] has challenged Jeff [6/307] in combat and won! 1 day, 07:43:22 is removed from jan6's clock.
2018-12-16 02:42:33 @idlerpg_bot jan6 reaches next level in 15 days, 04:48:49.
2018-12-16 03:43:03 @idlerpg_bot wowbagger [26/471] has challenged jan6 [31/861] in combat and lost! 1 day, 12:13:12 is added to wowbagger's clock.
2018-12-16 03:43:03 @idlerpg_bot wowbagger reaches next level in 20 days, 08:58:12.
2018-12-16 04:43:38 @idlerpg_bot Idle RPG Top Players:
2018-12-16 04:43:38 @idlerpg_bot jan6, the level 59 the scripter, is #1! Next level in 15 days, 02:47:44.
2018-12-16 04:43:38 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #2! Next level in 2 days, 07:59:22.
2018-12-16 04:43:38 @idlerpg_bot ewensa, the level 53 king of chaos, is #3! Next level in 14 days, 23:35:59.
2018-12-16 04:43:38 @idlerpg_bot wowbagger [411/471] has challenged idlerpg_bot [606/784] in combat and lost! 2 days, 00:47:45 is added to wowbagger's clock.
2018-12-16 04:43:41 @idlerpg_bot wowbagger reaches next level in 22 days, 08:45:22.
2018-12-16 04:55:40 @idlerpg_bot Thereupon He stretched out His little finger among them and consumed jan6 with fire, slowing the heathen 5 days, 06:54:29 from level 60.
2018-12-16 04:55:40 @idlerpg_bot jan6 reaches next level in 20 days, 09:30:11.
2018-12-16 05:44:10 @idlerpg_bot wowbagger [53/471] has challenged Jeff [254/307] in combat and lost! 1 day, 13:30:08 is added to wowbagger's clock.
2018-12-16 05:44:10 @idlerpg_bot wowbagger reaches next level in 23 days, 21:14:59.
2018-12-16 06:29:15 @idlerpg_bot naj9, Jeff, ahriman, and wowbagger have completed their journey! 25% of their burden is eliminated.
2018-12-16 06:35:18 @idlerpg_bot wowbagger [37/471] has come upon Jeff [179/307] and been defeated in combat! 1 day, 06:02:56 is added to wowbagger's clock.
2018-12-16 06:35:18 @idlerpg_bot wowbagger reaches next level in 19 days, 03:19:17.
2018-12-16 06:44:44 @idlerpg_bot jan6 [470/861] has challenged ahriman [120/319] in combat and won! 1 day, 19:53:30 is removed from jan6's clock.
2018-12-16 06:44:44 @idlerpg_bot jan6 reaches next level in 18 days, 11:47:37.
2018-12-16 07:45:15 @idlerpg_bot wowbagger [52/471] has challenged naj9 [181/437] in combat and lost! 1 day, 08:04:15 is added to wowbagger's clock.
2018-12-16 07:45:15 @idlerpg_bot wowbagger reaches next level in 20 days, 10:13:35.
2018-12-16 08:45:47 @idlerpg_bot jan6 [186/861] has challenged naj9 [200/437] in combat and lost! 1 day, 06:55:27 is added to jan6's clock.
2018-12-16 08:45:47 @idlerpg_bot jan6 reaches next level in 19 days, 16:42:01.
2018-12-16 09:46:20 @idlerpg_bot wowbagger [124/471] has challenged naj9 [187/437] in combat and lost! 1 day, 10:10:28 is added to wowbagger's clock.
2018-12-16 09:46:20 @idlerpg_bot wowbagger reaches next level in 21 days, 18:22:58.
2018-12-16 10:46:51 @idlerpg_bot jan6 [756/861] has challenged Jeff [249/307] in combat and won! 1 day, 13:39:16 is removed from jan6's clock.
2018-12-16 10:46:51 @idlerpg_bot jan6 reaches next level in 18 days, 01:01:41.
2018-12-16 11:14:08 @idlerpg_bot ahriman was taught to run quickly by a secret tribe of pygmies that know how to, among other things, run quickly! This wondrous godsend has accelerated them 0 days, 00:27:01 towards level 37.
2018-12-16 11:14:08 @idlerpg_bot ahriman reaches next level in 0 days, 05:10:49.
2018-12-16 11:47:23 @idlerpg_bot wowbagger [431/471] has challenged Jeff [124/307] in combat and won! 1 day, 17:37:45 is removed from wowbagger's clock.
2018-12-16 11:47:23 @idlerpg_bot wowbagger reaches next level in 19 days, 22:44:10.
2018-12-16 12:29:18 @idlerpg_bot naj9, ahriman, wowbagger, and jan6 have been chosen by the gods to setup a trade route through the mountains to the neighboring land of Qwok and arrange correspondence with their leader, Cuincey-Love Vikk'l. Participants must first reach [235,125], then [430,60]. See http://www.yourtilde.com/~ubergeek/irpg/quest.php to monitor their journey's progress.
2018-12-16 12:47:55 @idlerpg_bot wowbagger [452/471] has challenged ahriman [268/319] in combat and won! 1 day, 18:59:43 is removed from wowbagger's clock.
2018-12-16 12:47:55 @idlerpg_bot wowbagger reaches next level in 18 days, 02:43:55.
2018-12-16 13:48:27 @idlerpg_bot wowbagger [206/471] has challenged Jeff [90/307] in combat and won! 1 day, 10:41:52 is removed from wowbagger's clock.
2018-12-16 13:48:27 @idlerpg_bot wowbagger reaches next level in 16 days, 15:01:31.
2018-12-16 14:48:59 @idlerpg_bot Idle RPG Top Players:
2018-12-16 14:48:59 @idlerpg_bot jan6, the level 59 the scripter, is #1! Next level in 17 days, 20:59:33.
2018-12-16 14:48:59 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #2! Next level in 2 days, 07:59:22.
2018-12-16 14:48:59 @idlerpg_bot ewensa, the level 53 king of chaos, is #3! Next level in 14 days, 23:35:59.
2018-12-16 14:48:59 @idlerpg_bot wowbagger [440/471] has challenged ahriman [121/319] in combat and won! 1 day, 11:49:17 is removed from wowbagger's clock.
2018-12-16 14:49:02 @idlerpg_bot wowbagger reaches next level in 15 days, 02:11:42.
2018-12-16 15:49:32 @idlerpg_bot wowbagger [64/471] has challenged naj9 [242/437] in combat and lost! 1 day, 01:16:58 is added to wowbagger's clock.
2018-12-16 15:49:32 @idlerpg_bot wowbagger reaches next level in 16 days, 02:28:07.
2018-12-16 16:24:54 @idlerpg_bot ahriman, the Ranger, has attained level 37! Next level in 1 day, 16:26:18.
2018-12-16 16:24:54 @idlerpg_bot ahriman [60/319] has challenged wowbagger [320/471] in combat and lost! 0 days, 02:49:50 is added to ahriman's clock.
2018-12-16 16:24:54 @idlerpg_bot ahriman reaches next level in 1 day, 19:16:08.
2018-12-16 16:50:10 @idlerpg_bot jan6 [414/861] has challenged ahriman [145/319] in combat and won! 1 day, 14:25:39 is removed from jan6's clock.
2018-12-16 16:50:10 @idlerpg_bot jan6 reaches next level in 16 days, 04:32:44.
2018-12-16 17:50:42 @idlerpg_bot wowbagger [372/471] has challenged ahriman [65/319] in combat and won! 1 day, 10:36:01 is removed from wowbagger's clock.
2018-12-16 17:50:42 @idlerpg_bot wowbagger reaches next level in 14 days, 13:50:56.
2018-12-16 18:51:17 @idlerpg_bot wowbagger [330/471] has challenged Jeff [240/307] in combat and won! 1 day, 03:54:25 is removed from wowbagger's clock.
2018-12-16 18:51:17 @idlerpg_bot wowbagger reaches next level in 13 days, 08:55:57.
2018-12-16 19:51:50 @idlerpg_bot jan6 [418/861] has challenged wowbagger [52/471] in combat and won! 2 days, 02:07:02 is removed from jan6's clock.
2018-12-16 19:51:50 @idlerpg_bot jan6 reaches next level in 13 days, 23:24:01.
2018-12-16 20:52:23 @idlerpg_bot wowbagger [240/471] has challenged idlerpg_bot [206/784] in combat and won! 2 days, 15:46:58 is removed from wowbagger's clock.
2018-12-16 20:52:23 @idlerpg_bot wowbagger reaches next level in 10 days, 15:07:52.
2018-12-16 21:52:54 @idlerpg_bot wowbagger [465/471] has challenged ahriman [14/319] in combat and won! 0 days, 22:52:15 is removed from wowbagger's clock.
2018-12-16 21:52:54 @idlerpg_bot wowbagger reaches next level in 9 days, 15:15:06.
2018-12-16 22:53:28 @idlerpg_bot jan6 [494/861] has challenged idlerpg_bot [169/784] in combat and won! 2 days, 18:28:28 is removed from jan6's clock.
2018-12-16 22:53:28 @idlerpg_bot jan6 reaches next level in 11 days, 01:53:55.
2018-12-16 23:54:03 @idlerpg_bot jan6 [828/861] has challenged idlerpg_bot [553/784] in combat and won! 2 days, 04:58:40 is removed from jan6's clock.
2018-12-16 23:54:03 @idlerpg_bot jan6 reaches next level in 8 days, 19:54:40.
2018-12-17 00:54:36 @idlerpg_bot Idle RPG Top Players:
2018-12-17 00:54:36 @idlerpg_bot jan6, the level 59 the scripter, is #1! Next level in 8 days, 18:54:07.
2018-12-17 00:54:36 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #2! Next level in 2 days, 07:59:22.
2018-12-17 00:54:36 @idlerpg_bot wowbagger, the level 53 infinitely prolonged, is #3! Next level in 9 days, 12:13:24.
2018-12-17 00:54:36 @idlerpg_bot jan6 [95/861] has challenged Jeff [178/307] in combat and lost! 0 days, 14:45:47 is added to jan6's clock.
2018-12-17 00:54:39 @idlerpg_bot jan6 reaches next level in 9 days, 09:39:54.
2018-12-17 01:55:08 @idlerpg_bot wowbagger [460/471] has challenged Jeff [296/307] in combat and won! 0 days, 18:10:37 is removed from wowbagger's clock.
2018-12-17 01:55:08 @idlerpg_bot wowbagger reaches next level in 8 days, 17:02:15.
2018-12-17 02:55:38 @idlerpg_bot wowbagger [463/471] has challenged Jeff [259/307] in combat and won! 0 days, 16:38:32 is removed from wowbagger's clock.
2018-12-17 02:55:38 @idlerpg_bot wowbagger reaches next level in 7 days, 23:23:13.
2018-12-17 02:57:03 @idlerpg_bot naj9, ahriman, wowbagger, and jan6 have completed their journey! 25% of their burden is eliminated.
2018-12-17 03:56:09 @idlerpg_bot wowbagger [21/471] has challenged naj9 [229/437] in combat and lost! 0 days, 09:58:39 is added to wowbagger's clock.
2018-12-17 03:56:09 @idlerpg_bot wowbagger reaches next level in 6 days, 08:30:53.
2018-12-17 04:56:42 @idlerpg_bot jan6 [716/861] has challenged Jeff [282/307] in combat and won! 0 days, 13:15:28 is removed from jan6's clock.
2018-12-17 04:56:42 @idlerpg_bot jan6 reaches next level in 6 days, 08:27:59.
2018-12-17 05:57:14 @idlerpg_bot wowbagger [27/471] has challenged ahriman [296/319] in combat and lost! 0 days, 10:32:05 is added to wowbagger's clock.
2018-12-17 05:57:14 @idlerpg_bot wowbagger reaches next level in 6 days, 17:01:53.
2018-12-17 06:57:47 @idlerpg_bot jan6 [381/861] has challenged naj9 [282/437] in combat and won! 0 days, 16:32:57 is removed from jan6's clock.
2018-12-17 06:57:47 @idlerpg_bot jan6 reaches next level in 5 days, 13:53:56.
2018-12-17 07:58:16 @idlerpg_bot jan6 [820/861] has challenged Jeff [77/307] in combat and won! 0 days, 10:37:52 is removed from jan6's clock.
2018-12-17 07:58:16 @idlerpg_bot jan6 reaches next level in 5 days, 02:15:35.
2018-12-17 08:57:05 @idlerpg_bot Jeff, ahriman, wowbagger, and jan6 have been chosen by the gods to locate and destroy the immensely powerful Eyeless Amulet of the evil sorceress, Ankh B'loht. Quest to end in 0 days, 19:28:52.
2018-12-17 08:58:54 @idlerpg_bot wowbagger [197/471] has challenged naj9 [90/437] in combat and won! 0 days, 17:22:49 is removed from wowbagger's clock.
2018-12-17 08:58:54 @idlerpg_bot wowbagger reaches next level in 5 days, 20:37:24.
2018-12-17 09:59:29 @idlerpg_bot jan6 [262/861] has challenged naj9 [250/437] in combat and won! 0 days, 13:13:34 is removed from jan6's clock.
2018-12-17 09:59:29 @idlerpg_bot jan6 reaches next level in 4 days, 11:00:48.
2018-12-17 11:00:05 @idlerpg_bot Idle RPG Top Players:
2018-12-17 11:00:05 @idlerpg_bot jan6, the level 59 the scripter, is #1! Next level in 4 days, 10:00:12.
2018-12-17 11:00:05 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #2! Next level in 2 days, 07:59:22.
2018-12-17 11:00:06 @idlerpg_bot wowbagger, the level 53 infinitely prolonged, is #3! Next level in 5 days, 18:36:13.
2018-12-17 11:00:06 @idlerpg_bot wowbagger [32/471] has challenged idlerpg_bot [609/784] in combat and lost! 0 days, 13:51:37 is added to wowbagger's clock.
2018-12-17 11:00:08 @idlerpg_bot wowbagger reaches next level in 6 days, 08:27:50.
2018-12-17 12:00:39 @idlerpg_bot wowbagger [341/471] has challenged jan6 [295/861] in combat and won! 0 days, 21:12:13 is removed from wowbagger's clock.
2018-12-17 12:00:39 @idlerpg_bot wowbagger reaches next level in 5 days, 10:15:03.
2018-12-17 13:01:10 @idlerpg_bot jan6 [194/861] has challenged ahriman [42/319] in combat and won! 0 days, 09:21:31 is removed from jan6's clock.
2018-12-17 13:01:10 @idlerpg_bot jan6 reaches next level in 3 days, 22:37:37.
2018-12-17 14:01:46 @idlerpg_bot jan6 [616/861] has challenged Jeff [6/307] in combat and won! 0 days, 07:29:21 is removed from jan6's clock.
2018-12-17 14:01:46 @idlerpg_bot jan6 reaches next level in 3 days, 14:07:40.
2018-12-17 15:02:24 @idlerpg_bot wowbagger [167/471] has challenged ahriman [247/319] in combat and lost! 0 days, 08:54:19 is added to wowbagger's clock.
2018-12-17 15:02:24 @idlerpg_bot wowbagger reaches next level in 5 days, 16:07:38.
2018-12-17 15:21:24 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-12-17 15:21:27 @idlerpg_bot wowbagger's prudence and self-regard has brought the wrath of the gods upon the realm. All your great wickedness makes you as it were heavy with lead, and to tend downwards with great weight and pressure towards hell. Therefore have you drawn yourselves 15 steps closer to that gaping maw.
2018-12-17 15:27:52 --> ben (ben@oper.tilde.chat) has joined #idlerpg
2018-12-17 15:41:38 -- Mode #idlerpg [+v ben] by idlerpg_bot
2018-12-17 15:41:38 @idlerpg_bot wowbagger, the level 53 infinitely prolonged, is now online from nickname ben. Next level in 6 days, 01:53:41.
2018-12-17 15:49:35 --> ben|bsd (ben@bsd.tilde.team) has joined #idlerpg
2018-12-17 15:51:44 -- Mode #idlerpg [+v ben|bsd] by idlerpg_bot
2018-12-17 15:51:44 @idlerpg_bot Welcome ben|bsd's new player agrajag, the cursed! Next level in 0 days, 00:10:00.
2018-12-17 15:55:06 +ben|bsd henllo
2018-12-17 15:55:18 +ben|bsd let's get some penatlsiessees
2018-12-17 15:57:08 +jan6 lol
2018-12-17 15:57:23 +jan6 interesting
2018-12-17 15:57:48 +jan6 10:57:39 -- | idlerpg_bot: Sorry, you're not in #idlerpg.
2018-12-17 15:58:00 +jan6 that moment when you don't exist, lol
2018-12-17 15:58:01 +ben|bsd wot
2018-12-17 15:58:08 +ben|bsd how'd u manage that
2018-12-17 15:58:12 +jan6 magic
2018-12-17 15:58:16 +ben|bsd owo
2018-12-17 15:58:35 +jan6 probably the bot just restarted sometime and only counts JOINs, not the current list
2018-12-17 15:58:52 +ben|bsd weird
2018-12-17 15:58:58 +jan6 buuut I can speak freely, I guess
2018-12-17 15:59:07 +jan6 no penalties foe me ;P
2018-12-17 15:59:20 +jan6 do you get your enalty pings correctly?
2018-12-17 15:59:27 +jan6 s/enalty, penalty
2018-12-17 15:59:31 +ben|bsd yes
2018-12-17 15:59:35 +jan6 cool
2018-12-17 16:00:09 +jan6 I guess we can chat with only you being affected, use longer sentences for max prolongation
2018-12-17 16:00:30 +ben|bsd lorem ipsum dolor sit amet
2018-12-17 16:00:39 +jan6 s/yes/why, yes fine sir, I believe that to be the case indeed/
2018-12-17 16:00:46 +jan6 ;P
2018-12-17 16:03:01 @idlerpg_bot jan6 [43/861] has challenged idlerpg_bot [551/784] in combat and lost! 0 days, 09:21:34 is added to jan6's clock.
2018-12-17 16:03:01 @idlerpg_bot jan6 reaches next level in 4 days, 06:57:14.
2018-12-17 16:03:28 @idlerpg_bot agrajag, the cursed, has attained level 1! Next level in 0 days, 00:11:36.
2018-12-17 16:05:52 +jan6 cool!
2018-12-17 16:06:07 +jan6 you still didn't manage to prolong the inevitable level 1, lol
2018-12-17 16:15:06 @idlerpg_bot agrajag, the cursed, has attained level 2! Next level in 0 days, 00:13:27.
2018-12-17 16:15:06 @idlerpg_bot agrajag [3/4] has challenged idlerpg_bot [552/784] in combat and lost! 0 days, 00:01:20 is added to agrajag's clock.
2018-12-17 16:15:06 @idlerpg_bot agrajag reaches next level in 0 days, 00:14:47.
2018-12-17 16:29:52 @idlerpg_bot agrajag, the cursed, has attained level 3! Next level in 0 days, 00:15:36.
2018-12-17 16:45:28 @idlerpg_bot agrajag, the cursed, has attained level 4! Next level in 0 days, 00:18:06.
2018-12-17 17:03:37 @idlerpg_bot wowbagger [59/471] has challenged jan6 [263/861] in combat and lost! 0 days, 11:33:44 is added to wowbagger's clock.
2018-12-17 17:03:37 @idlerpg_bot wowbagger reaches next level in 6 days, 12:05:29.
2018-12-17 17:03:37 @idlerpg_bot agrajag, the cursed, has attained level 5! Next level in 0 days, 00:21:00.
2018-12-17 17:24:39 @idlerpg_bot agrajag, the cursed, has attained level 6! Next level in 0 days, 00:24:21.
2018-12-17 17:49:02 @idlerpg_bot agrajag, the cursed, has attained level 7! Next level in 0 days, 00:28:15.
2018-12-17 17:49:02 @idlerpg_bot agrajag [34/37] has challenged wowbagger [179/471] in combat and lost! 0 days, 00:01:58 is added to agrajag's clock.
2018-12-17 17:49:02 @idlerpg_bot agrajag reaches next level in 0 days, 00:30:13.
2018-12-17 18:04:18 @idlerpg_bot wowbagger [3/471] has challenged jan6 [481/861] in combat and lost! 0 days, 12:24:23 is added to wowbagger's clock.
2018-12-17 18:04:18 @idlerpg_bot wowbagger reaches next level in 6 days, 23:29:11.
2018-12-17 18:19:15 @idlerpg_bot agrajag, the cursed, has attained level 8! Next level in 0 days, 00:32:47.
2018-12-17 18:52:02 @idlerpg_bot agrajag, the cursed, has attained level 9! Next level in 0 days, 00:38:01.
2018-12-17 18:52:02 @idlerpg_bot agrajag [14/45] has challenged jan6 [790/861] in combat and lost! 0 days, 00:03:02 is added to agrajag's clock.
2018-12-17 18:52:02 @idlerpg_bot agrajag reaches next level in 0 days, 00:41:03.
2018-12-17 19:04:56 @idlerpg_bot wowbagger [366/471] has challenged jan6 [359/861] in combat and won! 0 days, 23:18:23 is removed from wowbagger's clock.
2018-12-17 19:04:56 @idlerpg_bot wowbagger reaches next level in 5 days, 23:10:09.
2018-12-17 19:04:56 @idlerpg_bot In the fierce battle, jan6 dropped his level 37 charm! wowbagger picks it up, tossing his old level 35 charm to jan6.
2018-12-17 19:33:06 @idlerpg_bot agrajag, the cursed, has attained level 10! Next level in 0 days, 00:44:06.
2018-12-17 20:05:29 @idlerpg_bot jan6 [646/859] has challenged naj9 [76/437] in combat and won! 0 days, 10:52:49 is removed from jan6's clock.
2018-12-17 20:05:29 @idlerpg_bot jan6 reaches next level in 3 days, 16:01:58.
2018-12-17 20:17:12 @idlerpg_bot agrajag, the cursed, has attained level 11! Next level in 0 days, 00:51:10.
2018-12-17 20:17:12 @idlerpg_bot agrajag [22/64] has challenged Jeff [2/307] in combat and won! 0 days, 00:04:05 is removed from agrajag's clock.
2018-12-17 20:17:12 @idlerpg_bot agrajag reaches next level in 0 days, 00:47:05.
2018-12-17 20:22:31 +jan6 woop woop
2018-12-17 20:23:00 +jan6 agrajag has gained lvl 11, ben|bsd where'd your penalties go? ;P
2018-12-17 20:24:25 +ben|bsd penalties are more fun when you're a higher level
2018-12-17 21:06:09 @idlerpg_bot Idle RPG Top Players:
2018-12-17 21:06:09 @idlerpg_bot jan6, the level 59 the scripter, is #1! Next level in 3 days, 15:01:17.
2018-12-17 21:06:09 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #2! Next level in 2 days, 07:59:22.
2018-12-17 21:06:09 @idlerpg_bot wowbagger, the level 53 infinitely prolonged, is #3! Next level in 5 days, 21:08:56.
2018-12-17 21:06:09 @idlerpg_bot jan6 [497/859] has challenged naj9 [377/437] in combat and won! 0 days, 09:34:20 is removed from jan6's clock.
2018-12-17 21:06:12 @idlerpg_bot jan6 reaches next level in 3 days, 05:26:57.
2018-12-17 21:07:50 @idlerpg_bot agrajag, the cursed, has attained level 12! Next level in 0 days, 00:59:21.
2018-12-17 21:07:50 @idlerpg_bot agrajag [74/76] has challenged idlerpg_bot [57/782] in combat and won! 0 days, 00:11:52 is removed from agrajag's clock.
2018-12-17 21:07:50 @idlerpg_bot agrajag reaches next level in 0 days, 00:47:29.
2018-12-17 21:08:37 +jan6 I'm still the first, muhahaha
2018-12-17 21:55:18 @idlerpg_bot agrajag, the cursed, has attained level 13! Next level in 0 days, 01:08:51.
2018-12-17 21:55:18 @idlerpg_bot agrajag [35/83] has challenged naj9 [229/437] in combat and lost! 0 days, 00:04:49 is added to agrajag's clock.
2018-12-17 21:55:18 @idlerpg_bot agrajag reaches next level in 0 days, 01:13:40.
2018-12-17 22:06:45 @idlerpg_bot jan6 [269/859] has challenged idlerpg_bot [449/782] in combat and lost! 0 days, 07:38:38 is added to jan6's clock.
2018-12-17 22:06:45 @idlerpg_bot jan6 reaches next level in 3 days, 12:05:00.
2018-12-17 23:07:23 @idlerpg_bot jan6 [661/859] has challenged naj9 [227/437] in combat and won! 0 days, 09:08:16 is removed from jan6's clock.
2018-12-17 23:07:23 @idlerpg_bot jan6 reaches next level in 3 days, 01:56:05.
2018-12-17 23:09:00 @idlerpg_bot agrajag, the cursed, has attained level 14! Next level in 0 days, 01:19:52.
2018-12-18 00:07:59 @idlerpg_bot jan6 [83/859] has challenged Jeff [126/307] in combat and lost! 0 days, 05:06:17 is added to jan6's clock.
2018-12-18 00:07:59 @idlerpg_bot jan6 reaches next level in 3 days, 06:01:46.
2018-12-18 00:28:55 @idlerpg_bot agrajag, the cursed, has attained level 15! Next level in 0 days, 01:32:39.
2018-12-18 01:07:22 @idlerpg_bot naj9, the Chaotic Good, has attained level 45! Next level in 5 days, 12:34:26.
2018-12-18 01:07:23 @idlerpg_bot naj9 [280/476] has challenged wowbagger [106/473] in combat and won! 0 days, 17:14:04 is removed from naj9's clock.
2018-12-18 01:07:23 @idlerpg_bot naj9 reaches next level in 4 days, 19:20:22.
2018-12-18 01:08:26 @idlerpg_bot naj9 [452/476] has challenged agrajag [32/83] in combat and won! 0 days, 08:04:21 is removed from naj9's clock.
2018-12-18 01:08:26 @idlerpg_bot naj9 reaches next level in 4 days, 11:15:00.
2018-12-18 02:01:35 @idlerpg_bot agrajag, the cursed, has attained level 16! Next level in 0 days, 01:47:28.
2018-12-18 02:08:59 @idlerpg_bot naj9 [237/476] has challenged Jeff [285/307] in combat and lost! 0 days, 07:26:12 is added to naj9's clock.
2018-12-18 02:08:59 @idlerpg_bot naj9 reaches next level in 4 days, 17:40:39.
2018-12-18 03:09:36 @idlerpg_bot naj9 [61/476] has challenged wowbagger [371/473] in combat and lost! 0 days, 07:53:12 is added to naj9's clock.
2018-12-18 03:09:36 @idlerpg_bot naj9 reaches next level in 5 days, 00:33:15.
2018-12-18 03:21:29 @idlerpg_bot agrajag, naj9, ahriman, and jan6 have been chosen by the gods to hunt down the over-abundance of mountain wolves that are slaying the regions' cows. Participants must first reach [160,480], then [160,380]. See http://www.yourtilde.com/~ubergeek/irpg/quest.php to monitor their journey's progress.
2018-12-18 03:49:05 @idlerpg_bot agrajag, the cursed, has attained level 17! Next level in 0 days, 02:04:40.
2018-12-18 04:01:54 @idlerpg_bot ahriman, the Ranger, has attained level 38! Next level in 1 day, 22:54:30.
2018-12-18 04:01:55 @idlerpg_bot ahriman [92/319] has challenged jan6 [135/859] in combat and lost! 0 days, 03:45:09 is added to ahriman's clock.
2018-12-18 04:01:55 @idlerpg_bot ahriman reaches next level in 2 days, 02:39:39.
2018-12-18 04:10:10 @idlerpg_bot naj9 [10/476] has challenged idlerpg_bot [347/782] in combat and lost! 0 days, 11:57:16 is added to naj9's clock.
2018-12-18 04:10:10 @idlerpg_bot naj9 reaches next level in 5 days, 11:29:56.
2018-12-18 05:10:49 @idlerpg_bot wowbagger [88/473] has challenged naj9 [143/476] in combat and lost! 0 days, 09:18:53 is added to wowbagger's clock.
2018-12-18 05:10:49 @idlerpg_bot wowbagger reaches next level in 5 days, 22:23:09.
2018-12-18 05:45:02 +ben|bsd are we ready for some penalties yet
2018-12-18 05:45:06 @idlerpg_bot agrajag's prudence and self-regard has brought the wrath of the gods upon the realm. All your great wickedness makes you as it were heavy with lead, and to tend downwards with great weight and pressure towards hell. Therefore have you drawn yourselves 15 steps closer to that gaping maw.
2018-12-18 06:01:36 @idlerpg_bot agrajag, the cursed, has attained level 18! Next level in 0 days, 02:24:37.
2018-12-18 06:11:22 @idlerpg_bot jan6 [273/859] has challenged ahriman [120/319] in combat and won! 0 days, 07:19:53 is removed from jan6's clock.
2018-12-18 06:11:22 @idlerpg_bot jan6 reaches next level in 3 days, 02:07:46.
2018-12-18 07:11:59 @idlerpg_bot Idle RPG Top Players:
2018-12-18 07:11:59 @idlerpg_bot jan6, the level 59 the scripter, is #1! Next level in 3 days, 01:07:09.
2018-12-18 07:11:59 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #2! Next level in 2 days, 07:59:22.
2018-12-18 07:11:59 @idlerpg_bot wowbagger, the level 53 infinitely prolonged, is #3! Next level in 6 days, 00:41:20.
2018-12-18 07:11:59 @idlerpg_bot wowbagger [117/473] has challenged agrajag [0/131] in combat and won! 0 days, 10:07:41 is removed from wowbagger's clock.
2018-12-18 07:12:02 @idlerpg_bot wowbagger reaches next level in 5 days, 14:33:39.
2018-12-18 08:12:09 @idlerpg_bot jan6 [231/859] has challenged Jeff [159/307] in combat and won! 0 days, 05:46:09 is removed from jan6's clock.
2018-12-18 08:12:09 @idlerpg_bot jan6 reaches next level in 2 days, 18:20:50.
2018-12-18 08:26:14 @idlerpg_bot agrajag, the cursed, has attained level 19! Next level in 0 days, 02:47:45.
2018-12-18 08:26:15 @idlerpg_bot agrajag [5/145] has challenged jan6 [371/859] in combat and lost! 0 days, 00:13:25 is added to agrajag's clock.
2018-12-18 08:26:15 @idlerpg_bot agrajag reaches next level in 0 days, 03:01:10.
2018-12-18 09:12:26 @idlerpg_bot naj9 [469/476] has challenged jan6 [344/859] in combat and won! 0 days, 17:55:00 is removed from naj9's clock.
2018-12-18 09:12:26 @idlerpg_bot naj9 reaches next level in 4 days, 14:03:35.
2018-12-18 10:13:01 @idlerpg_bot jan6 [120/859] has challenged idlerpg_bot [415/782] in combat and lost! 0 days, 06:25:59 is added to jan6's clock.
2018-12-18 10:13:01 @idlerpg_bot jan6 reaches next level in 2 days, 22:45:58.
2018-12-18 10:22:42 @idlerpg_bot wowbagger was decapitated, temporarily... This terrible calamity has slowed them 0 days, 10:30:38 from level 54.
2018-12-18 10:22:42 @idlerpg_bot wowbagger reaches next level in 5 days, 21:53:34.
2018-12-18 11:13:36 @idlerpg_bot jan6 [845/859] has challenged ahriman [238/319] in combat and won! 0 days, 06:16:40 is removed from jan6's clock.
2018-12-18 11:13:36 @idlerpg_bot jan6 reaches next level in 2 days, 15:28:42.
2018-12-18 11:27:26 @idlerpg_bot agrajag, the cursed, has attained level 20! Next level in 0 days, 03:14:36.
2018-12-18 12:14:10 @idlerpg_bot wowbagger [264/473] has challenged Jeff [90/307] in combat and won! 0 days, 11:12:10 is removed from wowbagger's clock.
2018-12-18 12:14:10 @idlerpg_bot wowbagger reaches next level in 5 days, 08:49:56.
2018-12-18 12:14:10 @idlerpg_bot wowbagger has dealt Jeff a Critical Strike! 0 days, 01:23:05 is added to Jeff's clock.
2018-12-18 12:14:10 @idlerpg_bot Jeff reaches next level in 0 days, 15:13:59.
2018-12-18 12:55:53 @idlerpg_bot agrajag stopped using dial-up! This wondrous godsend has accelerated them 0 days, 00:09:33 towards level 21.
2018-12-18 12:55:53 @idlerpg_bot agrajag reaches next level in 0 days, 01:36:39.
2018-12-18 13:14:43 @idlerpg_bot jan6 [556/859] has challenged ahriman [100/319] in combat and won! 0 days, 05:31:52 is removed from jan6's clock.
2018-12-18 13:14:43 @idlerpg_bot jan6 reaches next level in 2 days, 07:55:43.
2018-12-18 14:15:20 @idlerpg_bot wowbagger [460/473] has challenged ahriman [48/319] in combat and won! 0 days, 11:24:47 is removed from wowbagger's clock.
2018-12-18 14:15:20 @idlerpg_bot wowbagger reaches next level in 4 days, 19:23:59.
2018-12-18 14:32:29 @idlerpg_bot agrajag, the cursed, has attained level 21! Next level in 0 days, 03:45:44.
2018-12-18 14:32:29 @idlerpg_bot agrajag [165/172] has challenged Jeff [245/307] in combat and lost! 0 days, 00:15:48 is added to agrajag's clock.
2018-12-18 14:32:29 @idlerpg_bot agrajag reaches next level in 0 days, 04:01:32.
2018-12-18 15:15:51 @idlerpg_bot wowbagger [243/473] has challenged Jeff [96/307] in combat and won! 0 days, 09:09:04 is removed from wowbagger's clock.
2018-12-18 15:15:51 @idlerpg_bot wowbagger reaches next level in 4 days, 09:14:24.
2018-12-18 16:07:32 @idlerpg_bot ahriman found kitten! This wondrous godsend has accelerated them 0 days, 02:21:01 towards level 39.
2018-12-18 16:07:32 @idlerpg_bot ahriman reaches next level in 1 day, 12:49:23.
2018-12-18 16:11:52 -- Mode #idlerpg [+v aewens] by idlerpg_bot
2018-12-18 16:11:52 @idlerpg_bot ewensa, the level 53 king of chaos, is now online from nickname aewens. Next level in 14 days, 23:35:59.
2018-12-18 16:16:28 @idlerpg_bot jan6 [483/859] has challenged agrajag [80/172] in combat and won! 0 days, 03:42:10 is removed from jan6's clock.
2018-12-18 16:16:28 @idlerpg_bot jan6 reaches next level in 2 days, 01:11:48.
2018-12-18 17:17:01 @idlerpg_bot Idle RPG Top Players:
2018-12-18 17:17:01 @idlerpg_bot jan6, the level 59 the scripter, is #1! Next level in 2 days, 00:11:15.
2018-12-18 17:17:02 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #2! Next level in 2 days, 07:59:22.
2018-12-18 17:17:02 @idlerpg_bot wowbagger, the level 53 infinitely prolonged, is #3! Next level in 4 days, 07:13:14.
2018-12-18 17:17:02 @idlerpg_bot naj9 [78/476] has challenged wowbagger [163/473] in combat and lost! 0 days, 07:08:19 is added to naj9's clock.
2018-12-18 17:17:04 @idlerpg_bot naj9 reaches next level in 4 days, 13:07:19.
2018-12-18 17:19:26 +jan6 woop woop
2018-12-18 17:19:51 +jan6 oh, and btw, it's amazing loophole...
2018-12-18 17:19:59 +jan6 naj9 is online from this nick
2018-12-18 17:20:12 +jan6 but the bot also thinks that I don't exist
2018-12-18 17:20:20 +jan6 so I get free lvl ;P
2018-12-18 17:45:07 @idlerpg_bot naj9, Jeff, wowbagger, and jan6 have been chosen by the gods to rescue the beautiful princess Juliet from the grasp of the beast Grabthul. Participants must first reach [167,458], then [325,270]. See http://www.yourtilde.com/~ubergeek/irpg/quest.php to monitor their journey's progress.
2018-12-18 17:46:23 +jan6 cool
2018-12-18 18:17:37 @idlerpg_bot wowbagger [167/473] has challenged ahriman [308/319] in combat and lost! 0 days, 07:09:17 is added to wowbagger's clock.
2018-12-18 18:17:37 @idlerpg_bot wowbagger reaches next level in 4 days, 13:21:55.
2018-12-18 18:34:01 @idlerpg_bot agrajag, the cursed, has attained level 22! Next level in 0 days, 04:21:51.
2018-12-18 19:18:08 @idlerpg_bot ewensa [247/405] has challenged Jeff [61/307] in combat and won! 1 day, 04:31:10 is removed from ewensa's clock.
2018-12-18 19:18:08 @idlerpg_bot ewensa reaches next level in 13 days, 15:58:37.
2018-12-18 20:18:43 @idlerpg_bot jan6 [102/859] has challenged ahriman [177/319] in combat and lost! 0 days, 03:09:40 is added to jan6's clock.
2018-12-18 20:18:43 @idlerpg_bot jan6 reaches next level in 2 days, 00:19:13.
2018-12-18 21:19:17 @idlerpg_bot ewensa [274/405] has challenged wowbagger [74/473] in combat and won! 1 day, 18:22:28 is removed from ewensa's clock.
2018-12-18 21:19:17 @idlerpg_bot ewensa reaches next level in 11 days, 19:34:59.
2018-12-18 21:57:41 @idlerpg_bot wowbagger left his weapon out in the rain to rust! wowbagger's weapon loses 10% of its effectiveness.
2018-12-18 22:19:53 @idlerpg_bot naj9 [134/476] has challenged ewensa [28/405] in combat and won! 0 days, 13:31:46 is removed from naj9's clock.
2018-12-18 22:19:53 @idlerpg_bot naj9 reaches next level in 3 days, 18:32:41.
2018-12-18 22:51:45 @idlerpg_bot wowbagger found kitten! This wondrous godsend has accelerated them 0 days, 08:23:01 towards level 54.
2018-12-18 22:51:45 @idlerpg_bot wowbagger reaches next level in 4 days, 00:24:46.
2018-12-18 22:55:53 @idlerpg_bot agrajag, the cursed, has attained level 23! Next level in 0 days, 05:03:45.
2018-12-18 23:20:29 @idlerpg_bot naj9 [225/476] has challenged idlerpg_bot [541/782] in combat and lost! 0 days, 08:57:12 is added to naj9's clock.
2018-12-18 23:20:29 @idlerpg_bot naj9 reaches next level in 4 days, 02:29:17.
2018-12-19 00:21:03 @idlerpg_bot wowbagger [247/466] has challenged jan6 [33/859] in combat and won! 0 days, 13:17:21 is removed from wowbagger's clock.
2018-12-19 00:21:03 @idlerpg_bot wowbagger reaches next level in 3 days, 09:38:07.
2018-12-19 01:21:37 @idlerpg_bot jan6 [834/859] has challenged ahriman [246/319] in combat and won! 0 days, 03:53:40 is removed from jan6's clock.
2018-12-19 01:21:37 @idlerpg_bot jan6 reaches next level in 1 day, 15:22:39.
2018-12-19 02:22:03 @idlerpg_bot jan6 [524/859] has challenged wowbagger [233/466] in combat and won! 0 days, 04:59:17 is removed from jan6's clock.
2018-12-19 02:22:03 @idlerpg_bot jan6 reaches next level in 1 day, 09:22:56.
2018-12-19 03:22:36 @idlerpg_bot Idle RPG Top Players:
2018-12-19 03:22:36 @idlerpg_bot jan6, the level 59 the scripter, is #1! Next level in 1 day, 08:22:24.
2018-12-19 03:22:36 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #2! Next level in 2 days, 07:59:22.
2018-12-19 03:22:36 @idlerpg_bot wowbagger, the level 53 infinitely prolonged, is #3! Next level in 3 days, 06:36:35.
2018-12-19 03:22:36 @idlerpg_bot wowbagger [269/466] has challenged ahriman [34/319] in combat and won! 0 days, 07:04:29 is removed from wowbagger's clock.
2018-12-19 03:22:39 @idlerpg_bot wowbagger reaches next level in 2 days, 23:32:06.
2018-12-19 03:59:39 @idlerpg_bot agrajag, the cursed, has attained level 24! Next level in 0 days, 05:52:21.
2018-12-19 04:23:09 @idlerpg_bot naj9 [296/476] has challenged wowbagger [428/466] in combat and lost! 0 days, 06:32:27 is added to naj9's clock.
2018-12-19 04:23:09 @idlerpg_bot naj9 reaches next level in 4 days, 03:59:04.
2018-12-19 05:23:41 @idlerpg_bot naj9 [332/476] has challenged Jeff [170/307] in combat and won! 0 days, 07:55:04 is removed from naj9's clock.
2018-12-19 05:23:41 @idlerpg_bot naj9 reaches next level in 3 days, 19:03:28.
2018-12-19 06:24:16 @idlerpg_bot ewensa [36/405] has challenged jan6 [437/859] in combat and lost! 0 days, 21:57:36 is added to ewensa's clock.
2018-12-19 06:24:16 @idlerpg_bot ewensa reaches next level in 12 days, 08:27:36.
2018-12-19 07:24:50 @idlerpg_bot wowbagger [210/466] has challenged jan6 [449/859] in combat and lost! 0 days, 05:23:59 is added to wowbagger's clock.
2018-12-19 07:24:50 @idlerpg_bot wowbagger reaches next level in 3 days, 00:53:50.
2018-12-19 08:15:50 @idlerpg_bot wowbagger sharpened the edge of his weapon! wowbagger's weapon gains 10% effectiveness.
2018-12-19 08:25:25 @idlerpg_bot naj9 [172/476] has challenged agrajag [136/214] in combat and won! 0 days, 06:09:43 is removed from naj9's clock.
2018-12-19 08:25:25 @idlerpg_bot naj9 reaches next level in 3 days, 09:52:01.
2018-12-19 09:08:35 @idlerpg_bot jan6, agrajag, and ewensa [1115/1478] have team battled wowbagger, ahriman, and naj9 [359/1266] and won! 0 days, 00:08:41 is removed from their clocks.
2018-12-19 09:26:03 @idlerpg_bot jan6 [258/859] has challenged ahriman [93/319] in combat and won! 0 days, 02:21:19 is removed from jan6's clock.
2018-12-19 09:26:03 @idlerpg_bot jan6 reaches next level in 0 days, 23:48:57.
2018-12-19 09:43:20 @idlerpg_bot agrajag, the cursed, has attained level 25! Next level in 0 days, 06:48:44.
2018-12-19 09:43:20 @idlerpg_bot agrajag [27/224] has challenged wowbagger [11/471] in combat and won! 0 days, 00:53:08 is removed from agrajag's clock.
2018-12-19 09:43:20 @idlerpg_bot agrajag reaches next level in 0 days, 05:55:36.
2018-12-19 10:26:38 @idlerpg_bot ewensa [6/405] has challenged agrajag [43/224] in combat and lost! 0 days, 20:27:33 is added to ewensa's clock.
2018-12-19 10:26:38 @idlerpg_bot ewensa reaches next level in 13 days, 00:44:06.
2018-12-19 11:27:10 @idlerpg_bot naj9 [94/476] has challenged ewensa [332/405] in combat and lost! 0 days, 05:31:07 is added to naj9's clock.
2018-12-19 11:27:10 @idlerpg_bot naj9 reaches next level in 3 days, 12:21:23.
2018-12-19 12:27:37 @idlerpg_bot naj9, Jeff, wowbagger, and jan6 have completed their journey! 25% of their burden is eliminated.
2018-12-19 12:27:43 @idlerpg_bot Jeff [167/307] has come upon naj9 [98/476] and taken them in combat! 0 days, 01:15:24 is removed from Jeff's clock.
2018-12-19 12:27:43 @idlerpg_bot Jeff reaches next level in 0 days, 10:10:05.
2018-12-19 12:27:46 @idlerpg_bot wowbagger [450/471] has challenged Jeff [61/307] in combat and won! 0 days, 04:04:15 is removed from wowbagger's clock.
2018-12-19 12:27:46 @idlerpg_bot wowbagger reaches next level in 1 day, 22:48:53.
2018-12-19 12:42:14 @idlerpg_bot Jeff [234/307] has come upon naj9 [77/476] and taken them in combat! 0 days, 01:07:06 is removed from Jeff's clock.
2018-12-19 12:42:14 @idlerpg_bot Jeff reaches next level in 0 days, 09:02:59.
2018-12-19 12:42:53 @idlerpg_bot ahriman stopped using dial-up! This wondrous godsend has accelerated them 0 days, 01:37:24 towards level 39.
2018-12-19 12:42:53 @idlerpg_bot ahriman reaches next level in 0 days, 14:36:38.
2018-12-19 13:28:19 @idlerpg_bot Idle RPG Top Players:
2018-12-19 13:28:19 @idlerpg_bot jan6, the level 59 the scripter, is #1! Next level in 0 days, 14:34:49.
2018-12-19 13:28:19 @idlerpg_bot ubergeek, the level 57 Grand Poobah, is #2! Next level in 2 days, 07:59:22.
2018-12-19 13:28:19 @idlerpg_bot wowbagger, the level 53 infinitely prolonged, is #3! Next level in 1 day, 21:48:20.
2018-12-19 13:28:19 @idlerpg_bot wowbagger [210/471] has challenged agrajag [121/224] in combat and won! 0 days, 03:12:23 is removed from wowbagger's clock.
2018-12-19 13:28:22 @idlerpg_bot wowbagger reaches next level in 1 day, 18:35:57.
2018-12-19 13:29:01 @idlerpg_bot jan6 was caught in a terrible snowstorm. This terrible calamity has slowed them 0 days, 00:52:26 from level 60.
2018-12-19 13:29:01 @idlerpg_bot jan6 reaches next level in 0 days, 15:26:33.
2018-12-19 14:28:53 @idlerpg_bot wowbagger [32/471] has challenged Jeff [258/307] in combat and lost! 0 days, 02:54:40 is added to wowbagger's clock.
2018-12-19 14:28:53 @idlerpg_bot wowbagger reaches next level in 1 day, 20:30:03.
2018-12-19 15:28:59 -- ben is now known as 550AAAAAE
2018-12-19 15:29:28 @idlerpg_bot naj9 [219/476] has challenged ahriman [190/319] in combat and won! 0 days, 05:21:11 is removed from naj9's clock.
2018-12-19 15:29:28 @idlerpg_bot naj9 reaches next level in 2 days, 06:07:40.
2018-12-19 15:29:44 -- 550AAAAAE is now known as ben
2018-12-19 15:38:56 @idlerpg_bot agrajag, the cursed, has attained level 26! Next level in 0 days, 07:54:08.
2018-12-19 15:38:56 @idlerpg_bot agrajag [31/224] has challenged jan6 [134/859] in combat and lost! 0 days, 00:37:55 is added to agrajag's clock.
2018-12-19 15:38:56 @idlerpg_bot agrajag reaches next level in 0 days, 08:32:03.
2018-12-19 15:43:55 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-12-19 15:45:11 --> 550AAAAAE (ben@oper.tilde.chat) has joined #idlerpg
2018-12-19 15:45:11 -- Mode #idlerpg [+v 550AAAAAE] by center.tilde.chat
2018-12-19 15:45:31 -- 550AAAAAE is now known as ben
2018-12-19 15:50:42 <-- ben|bsd (ben@bsd.tilde.team) has quit (Changing host)
2018-12-19 15:50:42 --> ben|bsd (ben@oper.tilde.chat) has joined #idlerpg
2018-12-19 15:50:42 -- Mode #idlerpg [+v ben|bsd] by team.tilde.chat
2018-12-19 15:51:00 <-- ben|bsd (ben@oper.tilde.chat) has quit (team.tilde.chat bsd.tilde.chat)
2018-12-19 15:52:49 --> ben|bsd (ben@oper.tilde.chat) has joined #idlerpg
2018-12-19 15:52:49 -- Mode #idlerpg [+v ben|bsd] by bsd.tilde.chat
2018-12-19 16:29:58 @idlerpg_bot jan6 [837/859] has challenged ewensa [243/405] in combat and won! 0 days, 01:36:55 is removed from jan6's clock.
2018-12-19 16:29:58 @idlerpg_bot jan6 reaches next level in 0 days, 10:48:42.
2018-12-19 16:39:13 +ben|bsd henlo
2018-12-19 16:39:33 @idlerpg_bot agrajag, the level 26 cursed, is now online from nickname ben|bsd. Next level in 0 days, 08:30:18.
2018-12-19 17:12:30 +jan6 hai!
2018-12-19 17:12:45 +jan6 time to talk after logging in
2018-12-19 17:30:31 @idlerpg_bot ewensa [176/405] has challenged jan6 [614/859] in combat and lost! 1 day, 00:27:13 is added to ewensa's clock.
2018-12-19 17:30:31 @idlerpg_bot ewensa reaches next level in 13 days, 18:07:27.
2018-12-19 18:27:39 @idlerpg_bot Jeff, ahriman, ewensa, and wowbagger have been chosen by the gods to setup a trade route through the mountains to the neighboring land of Qwok and arrange correspondence with their leader, Cuincey-Love Vikk'l. Participants must first reach [235,125], then [430,60]. See http://www.yourtilde.com/~ubergeek/irpg/quest.php to monitor their journey's progress.
2018-12-19 18:31:04 @idlerpg_bot naj9 [28/476] has challenged ahriman [7/319] in combat and won! 0 days, 04:35:56 is removed from naj9's clock.
2018-12-19 18:31:04 @idlerpg_bot naj9 reaches next level in 1 day, 22:30:08.
2018-12-19 19:31:37 @idlerpg_bot naj9 [409/476] has challenged agrajag [89/224] in combat and won! 0 days, 03:11:04 is removed from naj9's clock.
2018-12-19 19:31:37 @idlerpg_bot naj9 reaches next level in 1 day, 18:18:31.
2018-12-19 19:42:26 @idlerpg_bot agrajag got knifed in a dark alley. This terrible calamity has slowed them 0 days, 00:29:28 from level 27.
2018-12-19 19:42:26 @idlerpg_bot agrajag reaches next level in 0 days, 05:56:56.
2018-12-19 20:32:11 @idlerpg_bot naj9 [201/476] has challenged agrajag [116/224] in combat and won! 0 days, 02:53:27 is removed from naj9's clock.
2018-12-19 20:32:11 @idlerpg_bot naj9 reaches next level in 1 day, 14:24:30.
2018-12-19 21:32:42 @idlerpg_bot wowbagger [355/471] has challenged ewensa [164/405] in combat and won! 0 days, 05:59:26 is removed from wowbagger's clock.
2018-12-19 21:32:42 @idlerpg_bot wowbagger reaches next level in 1 day, 16:05:30.
2018-12-19 22:33:18 @idlerpg_bot ewensa [63/405] has challenged agrajag [210/224] in combat and lost! 0 days, 22:45:19 is added to ewensa's clock.
2018-12-19 22:33:18 @idlerpg_bot ewensa reaches next level in 14 days, 11:49:58.
2018-12-19 23:30:56 -- irc: disconnected from server

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,282 @@
2018-11-13 07:05:37 --> fosslinux1 (fosslinux@tilde-fhah4o.tilde.team) has joined #journal
2018-11-13 07:05:37 -- Topic for #journal is "The Intentional Journal of the Tildeverse - https://journal.tildeverse.org"
2018-11-13 07:05:37 -- Topic set by khuxkm|lounge (lounge-user@oper.tilde.chat) on Wed, 08 Aug 2018 21:44:14
2018-11-13 07:05:37 -- Channel #journal: 14 nicks (1 op, 0 halfops, 0 voices, 13 normals)
2018-11-13 07:05:39 -- Channel created on Sat, 07 Jul 2018 20:39:49
2018-11-13 07:06:34 <-- fosslinux (pi@tilde-7hvk8p.exetel.com.au) has quit (quit: changing host)
2018-11-13 07:06:46 -- You are now known as fosslinux
2018-11-13 12:52:38 -- irc: disconnected from server
2018-11-13 23:02:30 --> fosslinux (fosslinux@tilde-fhah4o.tilde.team) has joined #journal
2018-11-13 23:02:30 -- Topic for #journal is "The Intentional Journal of the Tildeverse - https://journal.tildeverse.org"
2018-11-13 23:02:30 -- Topic set by khuxkm|lounge (lounge-user@oper.tilde.chat) on Wed, 08 Aug 2018 21:44:14
2018-11-13 23:02:30 -- Channel #journal: 10 nicks (1 op, 0 halfops, 0 voices, 9 normals)
2018-11-13 23:02:33 --> ben (ben@oper.tilde.chat) has joined #journal
2018-11-13 23:02:56 -- Channel created on Sat, 07 Jul 2018 20:39:49
2018-11-13 23:03:12 -- You are now known as 674AAA06V
2018-11-14 04:28:08 -- You are now known as fosslinux
2018-11-14 15:13:26 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-14 15:14:34 --> ben (ben@oper.tilde.chat) has joined #journal
2018-11-14 15:30:00 -- You are now known as 674AAA06V
2018-11-14 19:10:59 --> dozens (dozens@127.0.0.1) has joined #journal
2018-11-14 19:10:59 --> joniwoni (joniwoni@127.0.0.1) has joined #journal
2018-11-14 19:45:38 -- You are now known as fosslinux_
2018-11-14 19:56:04 -- You are now known as fosslinux
2018-11-16 12:12:56 --> mspe (mspe@tilde-581.2jv.173.37.IP) has joined #journal
2018-11-16 12:36:14 <-- khuxkm|lounge (khuxkm@sudoers.tilde.team) has quit (Changing host)
2018-11-16 12:36:14 --> khuxkm|lounge (khuxkm@oper.tilde.chat) has joined #journal
2018-11-16 19:59:12 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-16 19:59:50 --> ben (ben@oper.tilde.chat) has joined #journal
2018-11-17 00:06:51 <-- mspe (mspe@tilde-581.2jv.173.37.IP) has quit (Ping timeout: 121 seconds)
2018-11-17 00:07:00 --> mspe (mspe@tilde-26e.46j.165.37.IP) has joined #journal
2018-11-17 00:14:20 <-- mspe (mspe@tilde-26e.46j.165.37.IP) has quit (Ping timeout: 121 seconds)
2018-11-17 11:15:27 --> mspe (mspe@tilde-dq7.ov8.164.37.IP) has joined #journal
2018-11-17 11:43:50 <-- mspe (mspe@tilde-dq7.ov8.164.37.IP) has quit (Ping timeout: 121 seconds)
2018-11-17 11:44:02 --> mspe (mspe@tilde-jg8.mhd.169.37.IP) has joined #journal
2018-11-17 12:18:57 @cmccabe https://en.wikipedia.org/wiki/Slow_Journalism
2018-11-17 21:55:54 dozens i like that. i saw that posted on the b-b-j
2018-11-17 23:43:50 <-- mspe (mspe@tilde-jg8.mhd.169.37.IP) has quit (Ping timeout: 121 seconds)
2018-11-17 23:44:02 --> mspe (mspe@tilde-c7n.gl9.165.37.IP) has joined #journal
2018-11-18 00:53:50 <-- mspe (mspe@tilde-c7n.gl9.165.37.IP) has quit (Ping timeout: 121 seconds)
2018-11-18 00:58:48 --> mspe (mspe@tilde-c7n.gl9.165.37.IP) has joined #journal
2018-11-18 01:05:50 <-- mspe (mspe@tilde-c7n.gl9.165.37.IP) has quit (Ping timeout: 121 seconds)
2018-11-18 09:27:00 --> mspe (mspe@tilde-d53.c0c.170.37.IP) has joined #journal
2018-11-18 10:06:20 <-- mspe (mspe@tilde-d53.c0c.170.37.IP) has quit (Ping timeout: 121 seconds)
2018-11-18 10:06:40 --> mspe (mspe@tilde-vqc.nik.164.37.IP) has joined #journal
2018-11-18 22:06:50 <-- mspe (mspe@tilde-vqc.nik.164.37.IP) has quit (Ping timeout: 121 seconds)
2018-11-18 22:07:05 --> mspe (mspe@ltu.78c.169.37.IP) has joined #journal
2018-11-18 23:13:26 <-- mspe (mspe@ltu.78c.169.37.IP) has quit (quit: Leaving)
2018-11-20 06:34:57 --> blue (David@a3k3a8.client.mchsi.com) has joined #journal
2018-11-20 06:39:25 <-- blue (David@a3k3a8.client.mchsi.com) has quit (quit: https://web.tilde.chat - thelounge)
2018-11-20 07:23:33 --> blue (davidblue@a3k3a8.client.mchsi.com) has joined #journal
2018-11-20 07:24:29 <-- blue (davidblue@a3k3a8.client.mchsi.com) has left #journal ("https://web.tilde.chat - thelounge")
2018-11-20 21:21:54 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (Connection closed)
2018-11-20 21:21:54 <-- aewens|otg (aewensotg@tilde.team) has quit (Connection closed)
2018-11-20 21:22:09 --> khuxkm|lounge (khuxkm@tilde.team) has joined #journal
2018-11-20 21:22:11 --> aewens|otg (aewensotg@tilde.team) has joined #journal
2018-11-21 02:26:32 -- irc: disconnected from server
2018-11-21 02:27:04 --> fosslinux (fosslinux@fhah4o.tilde.team) has joined #journal
2018-11-21 02:27:04 -- Topic for #journal is "The Intentional Journal of the Tildeverse - https://journal.tildeverse.org"
2018-11-21 02:27:04 -- Topic set by khuxkm|lounge (lounge-user@oper.tilde.chat) on Wed, 08 Aug 2018 21:44:14
2018-11-21 02:27:04 -- Channel #journal: 13 nicks (1 op, 0 halfops, 0 voices, 12 normals)
2018-11-21 02:27:34 -- Channel created on Sat, 07 Jul 2018 20:39:49
2018-11-21 03:39:40 -- irc: disconnected from server
2018-11-21 03:40:12 --> fosslinux1 (fosslinux@fhah4o.tilde.team) has joined #journal
2018-11-21 03:40:12 -- Topic for #journal is "The Intentional Journal of the Tildeverse - https://journal.tildeverse.org"
2018-11-21 03:40:12 -- Topic set by khuxkm|lounge (lounge-user@oper.tilde.chat) on Wed, 08 Aug 2018 21:44:14
2018-11-21 03:40:12 -- Channel #journal: 14 nicks (1 op, 0 halfops, 0 voices, 13 normals)
2018-11-21 03:40:42 -- Channel created on Sat, 07 Jul 2018 20:39:49
2018-11-21 03:40:52 <-- fosslinux (fosslinux@fhah4o.tilde.team) has quit (Connection closed)
2018-11-21 04:19:27 -- You are now known as fosslinux
2018-11-21 15:18:34 <-- khuxkm|lounge (khuxkm@tilde.team) has quit (Changing host)
2018-11-21 15:18:34 --> khuxkm|lounge (khuxkm@sudoers.tilde.team) has joined #journal
2018-11-21 16:58:06 <-- minerbot2 (minerbot2@tilde.team) has quit (Connection closed)
2018-11-21 16:58:15 --> minerbot2 (minerbot2@tilde.team) has joined #journal
2018-11-21 17:03:16 minerbot2 [GLOBAL] going down
2018-11-21 17:03:23 <-- minerbot2 (minerbot2@tilde.team) has quit (Connection closed)
2018-11-21 17:03:31 --> minerbot2 (minerbot2@tilde.team) has joined #journal
2018-11-21 17:03:50 <-- minerbot2 (minerbot2@tilde.team) has quit (Connection closed)
2018-11-21 17:22:53 --> minerbot2 (minerbot2@tilde.team) has joined #journal
2018-11-22 19:30:49 --> bilbertbates (bilberto@155.254.115.70) has joined #journal
2018-11-22 19:30:52 bilbertbates █▀▀▀▀▀█ █ ▄█▄ █▀▀▀▀▀█ i r c . s u p e r n e t s . o r g # s u p e r b o w l
2018-11-22 19:30:54 bilbertbates █ ███ █ █▄▀ █ █ ███ █ YO NET AINT GOT NO COOCHIE
2018-11-22 19:30:56 bilbertbates █ ▀▀▀ █ ▄█▄▄▄ █ ▀▀▀ █ HAPPY FL-O-O-D-SGIVING
2018-11-22 19:30:58 bilbertbates ▀▀▀▀▀▀▀ ▀▄█▄█ ▀▀▀▀▀▀▀ i r c . s u p e r n e t s . o r g # s u p e r b o w l
2018-11-22 19:31:00 bilbertbates ██▄ ▀█▀ ▄ ▄▀ ▄▀▄▀█▀▀
2018-11-22 19:31:09 bilbertbates ▀▀▀ █▀ ▄▀ ▀▄█ ▄█▀▀█ ██ █ █ ██ ██ ██ ███ █ ██ ███ ███
2018-11-22 19:31:10 bilbertbates ▀ ▀▀▀█▄█▄▀▄▄▄▄ ▄█ █ █ █ █ █ █ █ █ █ █ █ █ █ █│
2018-11-22 19:31:11 bilbertbates █▀▀▀▀▀█ ▄▄▀▄ ▄▀ █▄▀█ ██ █ █ ██ ██ ██ █ █ █ ██ █ ███
2018-11-22 19:31:12 bilbertbates █ ███ █ ▀ ▀█▀▀ █▄▄ ▀█ █ █ █ █ █ █ █ █ █ █ █ █ █
2018-11-22 19:31:13 bilbertbates █ ▀▀▀ █ ▄█▄ ▄▀ ▀▀▀ ██ ███ █ ██ █ █ █ ███ ██ █ ███
2018-11-22 19:31:14 bilbertbates ▀▀▀▀▀▀▀ ▀ ▀▀▀▀ ▀ ▀ └───────────────────────────────────┘
2018-11-22 19:31:17 bilbertbates oldenBear desvox sedbot rain1 joniwoni khuxkm|lounge aewens|otg ben aewens cmccabe fosslinux dozens minerbot2
2018-11-22 19:31:18 <-- bilbertbates (bilberto@155.254.115.70) has left #journal ("HAPPY FL O O D S GIVING")
2018-11-22 19:32:13 fosslinux WTHHH
2018-11-22 19:32:26 desvox of all the channels to do this on....#journal? really?
2018-11-22 19:32:39 desvox big oofs
2018-11-22 19:35:35 fosslinux lol
2018-11-22 19:36:02 ben that's silly
2018-11-22 19:36:16 fosslinux what is this anyway
2018-11-22 19:36:24 fosslinux theres nothing on the journal
2018-11-22 19:37:13 ben no one's written anything
2018-11-22 19:41:26 --> arne (arne@arnes.cozy.tilde) has joined #journal
2018-11-22 20:36:32 dozens the fuck is that
2018-11-22 20:48:03 desvox ==/g 56
2018-11-22 20:48:16 desvox fuckimg fuck phone keynords'
2018-11-23 03:26:06 --> romanianheck (realbigheck@ec2-34-221-165-206.us-west-2.compute.amazonaws.com) has joined #journal
2018-11-23 03:27:16 <-- romanianheck (realbigheck@ec2-34-221-165-206.us-west-2.compute.amazonaws.com) has quit (RecvQ exceeded)
2018-11-23 03:53:15 --> coochiemanflex (coochiemooc@89.238.186.230) has joined #journal
2018-11-23 03:53:15 coochiemanflex █▀▀▀▀▀█ █ ▄█▄ █▀▀▀▀▀█ i r c . s u p e r n e t s . o r g # s u p e r b o w l
2018-11-23 03:53:16 coochiemanflex █ ███ █ █▄▀ █ █ ███ █ YO NET AINT GOT NO COOCHIE
2018-11-23 03:53:16 coochiemanflex █ ▀▀▀ █ ▄█▄▄▄ █ ▀▀▀ █ HAPPY FL-O-O-D-SGIVING
2018-11-23 03:53:17 coochiemanflex ▀▀▀▀▀▀▀ ▀▄█▄█ ▀▀▀▀▀▀▀ i r c . s u p e r n e t s . o r g # s u p e r b o w l
2018-11-23 03:53:17 coochiemanflex ██▄ ▀█▀ ▄ ▄▀ ▄▀▄▀█▀▀
2018-11-23 03:53:18 coochiemanflex ▀▀▀ █▀ ▄▀ ▀▄█ ▄█▀▀█ ██ █ █ ██ ██ ██ ███ █ ██ ███ ███
2018-11-23 03:53:21 coochiemanflex ▀ ▀▀▀█▄█▄▀▄▄▄▄ ▄█ █ █ █ █ █ █ █ █ █ █ █ █ █ █│
2018-11-23 03:53:23 coochiemanflex █▀▀▀▀▀█ ▄▄▀▄ ▄▀ █▄▀█ ██ █ █ ██ ██ ██ █ █ █ ██ █ ███
2018-11-23 03:53:25 coochiemanflex █ ███ █ ▀ ▀█▀▀ █▄▄ ▀█ █ █ █ █ █ █ █ █ █ █ █ █ █
2018-11-23 03:53:27 coochiemanflex █ ▀▀▀ █ ▄█▄ ▄▀ ▀▀▀ ██ ███ █ ██ █ █ █ ███ ██ █ ███
2018-11-23 03:53:29 coochiemanflex ▀▀▀▀▀▀▀ ▀ ▀▀▀▀ ▀ ▀ └───────────────────────────────────┘
2018-11-23 03:53:31 coochiemanflex oldenBear desvox sedbot rain1 joniwoni khuxkm|lounge aewens|otg arne ben aewens cmccabe fosslinux dozens minerbot2
2018-11-23 03:53:32 <-- coochiemanflex (coochiemooc@89.238.186.230) has left #journal ("i r c s u p e r n e t s o r g ")
2018-11-23 22:35:55 --> mspe (mspe@cnt1qt.abo.wanadoo.fr) has joined #journal
2018-11-24 06:09:35 <-- mspe (mspe@cnt1qt.abo.wanadoo.fr) has quit (quit: Leaving)
2018-11-25 04:40:29 <-- khuxkm|lounge (khuxkm@sudoers.tilde.team) has quit (Changing host)
2018-11-25 04:40:29 --> khuxkm|lounge (khuxkm@oper.tilde.chat) has joined #journal
2018-11-25 06:03:09 <-- desvox (desvox@tilde-nri.thk.76.45.IP) has quit (Changing host)
2018-11-25 06:03:09 --> desvox (desvox@45.76.18.74) has joined #journal
2018-11-25 18:46:33 --> mspe (mspe@37.173.105.81) has joined #journal
2018-11-26 02:10:52 <-- ben (ben@oper.tilde.chat) has quit (Server shutdown)
2018-11-26 02:22:48 --> ben (ben@oper.tilde.chat) has joined #journal
2018-11-26 02:23:05 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-26 02:23:42 --> ben (ben@oper.tilde.chat) has joined #journal
2018-11-26 03:14:49 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-26 03:18:04 --> ben (ben@oper.tilde.chat) has joined #journal
2018-11-26 06:34:00 <-- mspe (mspe@37.173.105.81) has quit (Ping timeout: 121 seconds)
2018-11-26 06:34:13 --> mspe (mspe@37.164.208.170) has joined #journal
2018-11-26 15:39:58 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (Connection closed)
2018-11-26 15:39:58 <-- arne (arne@arnes.cozy.tilde) has quit (Connection closed)
2018-11-26 15:39:58 <-- aewens|otg (aewensotg@tilde.team) has quit (Connection closed)
2018-11-26 18:34:00 <-- mspe (mspe@37.164.208.170) has quit (Ping timeout: 121 seconds)
2018-11-26 18:34:13 --> mspe (mspe@37.165.223.48) has joined #journal
2018-11-26 21:50:37 --> arne (arne@arnes.cozy.tilde) has joined #journal
2018-11-26 21:50:41 --> aewens|otg (aewensotg@tilde.team) has joined #journal
2018-11-26 21:50:43 --> khuxkm|lounge (khuxkm@tilde.team) has joined #journal
2018-11-26 22:50:30 <-- mspe (mspe@37.165.223.48) has quit (Ping timeout: 121 seconds)
2018-11-27 01:23:40 @cmccabe ahoy journalistas. i've been away from the helm for a bit, but i'm working my way back.
2018-11-27 01:24:14 @cmccabe anyone interested in working on some next-steps for the journal?
2018-11-27 05:24:25 --> mspe (mspe@37.165.137.73) has joined #journal
2018-11-27 05:26:23 <-- mspe (mspe@37.165.137.73) has quit (quit: Leaving)
2018-11-27 05:49:30 fosslinux hey
2018-11-27 05:49:33 fosslinux cmccabe
2018-11-27 11:57:18 @cmccabe hey fosslinux
2018-11-27 12:13:10 khuxkm|lounge we need to promote ourselves better
2018-11-27 12:13:25 khuxkm|lounge and get some submissions
2018-11-27 12:13:36 khuxkm|lounge amd make a submission list page
2018-11-27 12:14:00 @cmccabe correct me if i'm wrong, but there have been no articles yet, right?
2018-11-27 12:16:34 @cmccabe if not, i have an idea for a first one, sort of an overview of the journal concept, and a description of how tildes create a socio-technical space separate from the corporate venues that focuses on human connections and interactions.
2018-11-27 12:17:02 @cmccabe the other thing, is that i keep thinking this might benefit from some type of connection or bimodal publication format that involves gopher.
2018-11-27 12:17:17 @cmccabe (ignore the errant comma...)
2018-11-27 14:08:57 ben that would be awesome! :)
2018-11-27 16:17:00 <-- dozens (dozens@127.0.0.1) has quit (team.tilde.chat town.tilde.chat)
2018-11-27 16:17:00 <-- joniwoni (joniwoni@127.0.0.1) has quit (team.tilde.chat town.tilde.chat)
2018-11-27 16:17:31 <-- minerbot2 (minerbot2@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:18:29 <-- sedbot (sedbot@localhost) has quit (Ping timeout: 121 seconds)
2018-11-27 16:18:43 <-- rain1 (rain1@localhost) has quit (Ping timeout: 121 seconds)
2018-11-27 16:18:55 <-- GoldenBear (gb@localhost) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:00 <-- khuxkm|lounge (khuxkm@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:00 <-- arne (arne@arnes.cozy.tilde) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:00 <-- aewens|otg (aewensotg@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:26 --> aewens|otg (aewensotg@tilde.team) has joined #journal
2018-11-27 16:19:29 --> khuxkm|lounge (khuxkm@tilde.team) has joined #journal
2018-11-27 16:19:37 --> GoldenBear (gb@tilde.team) has joined #journal
2018-11-27 16:19:43 --> sedbot (sedbot@tilde.team) has joined #journal
2018-11-27 16:19:43 --> rain1 (rain1@tilde.team) has joined #journal
2018-11-27 16:32:11 --> arne (arne@arnes.cozy.tilde) has joined #journal
2018-11-27 16:45:40 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-11-27 16:45:56 --> ben (ben@oper.tilde.chat) has joined #journal
2018-11-27 18:42:42 --> dozens (dozens@127.0.0.1) has joined #journal
2018-11-27 18:42:42 --> joniwoni (joniwoni@127.0.0.1) has joined #journal
2018-11-27 19:41:06 <-- khuxkm|lounge (khuxkm@tilde.team) has quit (Changing host)
2018-11-27 19:41:06 --> khuxkm|lounge (khuxkm@sudoers.tilde.team) has joined #journal
2018-11-27 19:51:13 fosslinux cmccabe: yes im interested
2018-11-27 21:07:03 --> minerbot2 (minerbot2@tilde.team) has joined #journal
2018-11-28 09:12:00 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-11-28 09:16:26 --> ben (ben@oper.tilde.chat) has joined #journal
2018-11-28 21:48:24 @cmccabe even though it is really only a hypothetical journal at this point...
2018-11-28 21:48:43 @cmccabe would anyone have interested in making it a gopher-based journal?
2018-11-28 21:49:03 @cmccabe fosslinux, do you use gopher?
2018-11-28 21:49:40 ben what about an instance of https://github.com/writeas/writefreely
2018-11-28 21:50:05 ben wouldn't really have "issues" like a traditional journal
2018-11-29 05:54:02 fosslinux cmccabe: i'm trying to get into gopher, learing at the moment
2018-11-29 11:58:03 @cmccabe ben: i'll support whatever the majority wants to do. my preference would be to keep it command line oriented though, which is one reason i like gopher.
2018-11-29 11:58:43 @cmccabe fosslinux: i'm a relative newbie with gopher too. but let me know if you have any questions about it and i can try to help.
2018-11-29 12:45:10 khuxkm|lounge I prefer the web-based journal, though a gopher based front is OK by me
2018-11-29 12:45:45 khuxkm|lounge https://journal.tildeverse.org/charter.php
2018-11-29 12:45:57 khuxkm|lounge see the charter for an idea
2018-11-29 12:46:14 khuxkm|lounge it was always meant as more of a repository for information
2018-11-29 15:33:28 @cmccabe i wrote that charter :)
2018-11-29 15:34:16 @cmccabe i'm happy to see it go forward in whatever way gets the most people involved.
2018-11-29 19:35:58 fosslinux we can always do both
2018-11-30 05:11:59 -- irc: disconnected from server
2018-11-30 05:12:26 --> fosslinux (fosslinux@bsd.tilde.team) has joined #journal
2018-11-30 05:12:26 -- Topic for #journal is "The Intentional Journal of the Tildeverse - https://journal.tildeverse.org"
2018-11-30 05:12:26 -- Topic set by khuxkm|lounge (lounge-user@oper.tilde.chat) on Wed, 08 Aug 2018 21:44:14
2018-11-30 05:12:26 -- Channel #journal: 14 nicks (1 op, 0 halfops, 0 voices, 13 normals)
2018-11-30 05:13:10 -- Channel created on Sat, 07 Jul 2018 20:39:49
2018-11-30 17:31:17 --> mspe (mspe@37.173.35.209) has joined #journal
2018-12-01 00:42:45 <-- mspe (mspe@37.173.35.209) has quit (Ping timeout: 121 seconds)
2018-12-01 00:42:57 --> mspe (mspe@37.173.173.116) has joined #journal
2018-12-01 00:46:37 <-- mspe (mspe@37.173.173.116) has quit (quit: Leaving)
2018-12-01 03:33:34 <-- khuxkm|lounge (khuxkm@sudoers.tilde.team) has quit (Changing host)
2018-12-01 03:33:34 --> khuxkm|lounge (khuxkm@oper.tilde.chat) has joined #journal
2018-12-01 15:42:06 --> mspe (mspe@37.164.36.127) has joined #journal
2018-12-01 17:13:34 <-- mspe (mspe@37.164.36.127) has quit (Ping timeout: 121 seconds)
2018-12-01 17:13:43 --> mspe (mspe@37.169.98.216) has joined #journal
2018-12-01 23:01:04 <-- mspe (mspe@37.169.98.216) has quit (Ping timeout: 121 seconds)
2018-12-02 07:52:58 --> mspe (mspe@37.173.162.191) has joined #journal
2018-12-02 08:01:20 <-- mspe (mspe@37.173.162.191) has quit (quit: Leaving)
2018-12-03 06:10:31 <-- minerbot2 (minerbot2@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- arne (arne@arnes.cozy.tilde) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- sedbot (sedbot@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- GoldenBear (gb@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- rain1 (rain1@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- aewens|otg (aewensotg@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:11:18 --> arne (arne@arnes.cozy.tilde) has joined #journal
2018-12-03 06:11:20 --> aewens|otg (aewensotg@tilde.team) has joined #journal
2018-12-03 06:11:25 --> khuxkm|lounge (khuxkm@tilde.team) has joined #journal
2018-12-03 06:11:29 --> sedbot (sedbot@tilde.team) has joined #journal
2018-12-03 06:11:31 --> minerbot2 (minerbot2@tilde.team) has joined #journal
2018-12-03 06:11:33 --> GoldenBear (gb@tilde.team) has joined #journal
2018-12-03 06:12:00 --> rain1 (rain1@tilde.team) has joined #journal
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-03 10:47:49 --> fosslinux (fosslinux@bsd.tilde.team) has joined #journal
2018-12-03 10:47:49 -- Topic for #journal is "The Intentional Journal of the Tildeverse - https://journal.tildeverse.org"
2018-12-03 10:47:49 -- Topic set by khuxkm|lounge (lounge-user@oper.tilde.chat) on Wed, 08 Aug 2018 21:44:14
2018-12-03 10:47:49 -- Channel #journal: 14 nicks (1 op, 0 halfops, 0 voices, 13 normals)
2018-12-03 10:48:35 -- Channel created on Sat, 07 Jul 2018 20:39:49
2018-12-03 14:52:55 <-- khuxkm|lounge (khuxkm@tilde.team) has quit (Changing host)
2018-12-03 14:52:55 --> khuxkm|lounge (khuxkm@oper.tilde.chat) has joined #journal
2018-12-04 02:34:37 --> ubergeek (ubergeek@tilde.team) has joined #journal
2018-12-04 06:12:21 -- You are now known as |
2018-12-04 06:13:48 -- You are now known as fosslinux
2018-12-04 16:40:40 <-- ben (ben@oper.tilde.chat) has quit (Server shutdown)
2018-12-04 16:44:23 --> ben (ben@oper.tilde.chat) has joined #journal
2018-12-05 06:34:10 <-- aewens (aewens@king.of.chaos) has quit (Ping timeout: 121 seconds)
2018-12-05 06:41:18 --> aewens (aewens@tilde.team) has joined #journal
2018-12-05 06:42:44 <-- aewens (aewens@tilde.team) has quit (services.tilde.chat (Too many invalid passwords))
2018-12-05 06:43:15 --> aewens (aewens@tilde.team) has joined #journal
2018-12-05 06:44:41 <-- aewens (aewens@tilde.team) has quit (Changing host)
2018-12-05 06:44:41 --> aewens (aewens@king.of.chaos) has joined #journal
2018-12-05 21:44:30 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (Changing host)
2018-12-05 21:44:30 --> khuxkm|lounge (khuxkm@sudoers.tilde.team) has joined #journal
2018-12-06 19:38:31 --> mspe (mspe@37.173.255.240) has joined #journal
2018-12-06 23:47:04 <-- mspe (mspe@37.173.255.240) has quit (quit: Leaving)
2018-12-07 13:22:44 <-- desvox (desvox@45.76.18.74) has quit (quit: ZNC is dead now. f)
2018-12-09 01:06:01 <-- ubergeek (ubergeek@tilde.team) has quit (quit: WeeChat 2.3)
2018-12-09 05:13:52 fosslinux you might like to register this channel cmccabe
2018-12-09 05:44:26 fosslinux also tilde.fun dosen't exist (charter)
2018-12-09 08:21:43 khuxkm|lounge tilde.fun used to exist
2018-12-10 01:26:56 @cmccabe fosslinux: how to do that?
2018-12-10 01:27:37 ben /msg chanserv help register
2018-12-10 01:33:36 -- Mode #journal [+rq cmccabe] by ChanServ
2018-12-10 01:33:58 ~cmccabe thank you kind sir
2018-12-10 01:34:10 ben heh np
2018-12-10 12:28:02 <-- cmccabe (cmccabe@tilde.team) has left #journal ("WeeChat 2.1")
2018-12-10 12:28:12 --> cmccabe (cmccabe@tilde.team) has joined #journal
2018-12-10 12:28:12 -- Mode #journal [+qo cmccabe cmccabe] by ChanServ
2018-12-10 23:00:30 --> nonlinear (nonlinear@46.23.92.158) has joined #journal
2018-12-10 23:47:28 <-- nonlinear (nonlinear@46.23.92.158) has quit (quit: The Lounge - https://thelounge.github.io)
2018-12-10 23:47:44 --> nonlinear (nonlinear@46.23.92.158) has joined #journal
2018-12-12 18:36:45 <-- arne (arne@arnes.cozy.tilde) has left #journal ("tilde lounge - https://irc.tilde.team")
2018-12-14 05:56:22 -- You are now known as ^
2018-12-14 06:11:12 -- You are now known as fosslinux
2018-12-15 23:38:39 -- cmccabe has changed topic for #journal from "The Intentional Journal of the Tildeverse - https://journal.tildeverse.org" to "Tilde Journal - for longer write-ups about tilde member's projects or topics of interest"
2018-12-17 15:21:24 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-12-17 15:27:52 --> ben (ben@oper.tilde.chat) has joined #journal
2018-12-19 15:28:59 -- ben is now known as 550AAAAAE
2018-12-19 15:29:44 -- 550AAAAAE is now known as ben
2018-12-19 15:43:55 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-12-19 15:45:11 --> 550AAAAAE (ben@oper.tilde.chat) has joined #journal
2018-12-19 15:45:31 -- 550AAAAAE is now known as ben
2018-12-19 23:30:56 -- irc: disconnected from server

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,54 @@
2018-12-01 00:11:42 --> fosslinux (fosslinux@fosslinux.tk) has joined #minetest
2018-12-01 00:11:42 -- Topic for #minetest is "server: tildeverse.org | mumble: tilde.chat | see #minecraft for minecraft"
2018-12-01 00:11:42 -- Topic set by ben on Fri, 24 Aug 2018 04:52:46
2018-12-01 00:11:42 -- Channel #minetest: 10 nicks (0 ops, 0 halfops, 0 voices, 10 normals)
2018-12-01 00:11:44 -- Channel created on Wed, 22 Aug 2018 23:09:22
2018-12-01 12:51:54 --> peanutbutter144 (peanutbutte@cpc91242-cmbg18-2-0-cust960.5-4.cable.virginm.net) has joined #minetest
2018-12-01 12:53:15 <-- peanutbutter144 (peanutbutte@cpc91242-cmbg18-2-0-cust960.5-4.cable.virginm.net) has quit (Client exited)
2018-12-01 13:09:41 --> peanutbutter144 (peanutbutte@cpc91242-cmbg18-2-0-cust960.5-4.cable.virginm.net) has joined #minetest
2018-12-01 13:26:35 <-- peanutbutter144 (peanutbutte@cpc91242-cmbg18-2-0-cust960.5-4.cable.virginm.net) has quit (Client exited)
2018-12-01 21:01:38 -- jan6 is now known as ben_shapiro
2018-12-01 21:02:31 -- ben_shapiro is now known as jan6
2018-12-02 22:08:49 -- jan6 is now known as irc_irc_jan6
2018-12-02 22:10:13 -- irc_irc_jan6 is now known as |
2018-12-02 22:13:04 -- | is now known as jan6
2018-12-03 06:10:31 <-- midlow (midlow@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- arne (arne@arnes.cozy.tilde) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- sedbot (sedbot@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- desvox_ (desvox@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- jan6 (jan6@is.quite.awesome) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:11:25 --> midlow (midlow@tilde.team) has joined #minetest
2018-12-03 06:11:36 --> arne (arne@arnes.cozy.tilde) has joined #minetest
2018-12-03 06:11:47 --> sedbot (sedbot@tilde.team) has joined #minetest
2018-12-03 06:11:53 --> desvox_ (desvox@tilde.team) has joined #minetest
2018-12-03 06:12:16 --> jan6 (jan6@tilde.team) has joined #minetest
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-03 10:48:05 --> fosslinux (fosslinux@bsd.tilde.team) has joined #minetest
2018-12-03 10:48:05 -- Topic for #minetest is "server: tildeverse.org | mumble: tilde.chat | see #minecraft for minecraft"
2018-12-03 10:48:05 -- Topic set by ben on Fri, 24 Aug 2018 04:52:46
2018-12-03 10:48:05 -- Channel #minetest: 10 nicks (0 ops, 0 halfops, 0 voices, 10 normals)
2018-12-03 10:48:51 -- Channel created on Wed, 22 Aug 2018 23:09:22
2018-12-03 14:48:42 <-- jan6 (jan6@tilde.team) has quit (Changing host)
2018-12-03 14:48:42 --> jan6 (jan6@is.quite.awesome) has joined #minetest
2018-12-03 19:24:33 -- jan6 is now known as aewenz
2018-12-03 19:25:59 -- aewenz is now known as jan6
2018-12-04 06:12:21 -- You are now known as |
2018-12-04 06:13:48 -- You are now known as fosslinux
2018-12-04 16:40:40 <-- ben (ben@oper.tilde.chat) has quit (Server shutdown)
2018-12-04 16:44:23 --> ben (ben@oper.tilde.chat) has joined #minetest
2018-12-04 17:19:08 <-- kirch (kirch@127.0.0.1) has quit (Connection closed)
2018-12-04 17:20:03 --> kirch (kirch@127.0.0.1) has joined #minetest
2018-12-09 10:00:31 minetest *** desvox joined the game
2018-12-09 10:02:02 minetest *** desvox left the game
2018-12-12 18:36:13 <-- arne (arne@arnes.cozy.tilde) has left #minetest ("tilde lounge - https://irc.tilde.team")
2018-12-14 05:56:22 -- You are now known as ^
2018-12-14 06:11:12 -- You are now known as fosslinux
2018-12-14 20:35:53 <-- minetest (Minetest@tilde.team) has quit (quit: Game shutting down.)
2018-12-17 15:21:24 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-12-17 15:27:53 --> ben (ben@oper.tilde.chat) has joined #minetest
2018-12-19 15:28:59 -- ben is now known as 550AAAAAE
2018-12-19 15:29:44 -- 550AAAAAE is now known as ben
2018-12-19 15:43:55 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-12-19 15:45:10 --> 550AAAAAE (ben@oper.tilde.chat) has joined #minetest
2018-12-19 15:45:31 -- 550AAAAAE is now known as ben
2018-12-19 23:30:56 -- irc: disconnected from server

View File

@ -0,0 +1,285 @@
2018-11-13 07:05:46 --> fosslinux1 (fosslinux@tilde-fhah4o.tilde.team) has joined #modded
2018-11-13 07:05:46 -- Topic for #modded is "Modded server! | Mod requests are open, see https://ttm.sh/2 | In alpha right now, if you want in ask khuxkm | Futuro Tecnico: https://khuxkm.tilde.team/ftmodpack/"
2018-11-13 07:05:46 -- Topic set by khuxkm|lounge (lounge-user@oper.tilde.chat) on Sun, 26 Aug 2018 02:37:44
2018-11-13 07:05:46 -- Channel #modded: 11 nicks (2 ops, 0 halfops, 0 voices, 9 normals)
2018-11-13 07:05:48 -- Channel created on Sat, 25 Aug 2018 02:01:48
2018-11-13 07:06:34 <-- fosslinux (pi@tilde-7hvk8p.exetel.com.au) has quit (quit: changing host)
2018-11-13 07:06:46 -- You are now known as fosslinux
2018-11-13 12:52:38 -- irc: disconnected from server
2018-11-13 23:02:32 --> fosslinux (fosslinux@tilde-fhah4o.tilde.team) has joined #modded
2018-11-13 23:02:32 -- Topic for #modded is "Modded server! | Mod requests are open, see https://ttm.sh/2 | In alpha right now, if you want in ask khuxkm | Futuro Tecnico: https://khuxkm.tilde.team/ftmodpack/"
2018-11-13 23:02:32 -- Topic set by khuxkm|lounge (lounge-user@oper.tilde.chat) on Sun, 26 Aug 2018 02:37:44
2018-11-13 23:02:32 -- Channel #modded: 8 nicks (2 ops, 0 halfops, 0 voices, 6 normals)
2018-11-13 23:02:55 --> ben (ben@oper.tilde.chat) has joined #modded
2018-11-13 23:02:58 -- Channel created on Sat, 25 Aug 2018 02:01:48
2018-11-13 23:03:12 -- You are now known as 674AAA06V
2018-11-14 04:28:08 -- You are now known as fosslinux
2018-11-14 15:13:26 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-14 15:14:56 --> ben (ben@oper.tilde.chat) has joined #modded
2018-11-14 15:30:00 -- You are now known as 674AAA06V
2018-11-14 19:11:00 --> troido (troido@127.0.0.1) has joined #modded
2018-11-14 19:45:38 -- You are now known as fosslinux_
2018-11-14 19:56:04 -- You are now known as fosslinux
2018-11-15 19:44:03 ~khuxkm|lounge trying to decide whether I should add a couple more computer mods to the modpack
2018-11-15 21:13:26 ~khuxkm|lounge ben: desvox: dpc: fosslinux: kadin: midlow: troido: please do poll https://www.strawpoll.me/16851660
2018-11-16 02:05:49 desvox khuxkm|lounge: done
2018-11-16 04:35:07 fosslinux umm
2018-11-16 04:35:13 fosslinux i don't play this
2018-11-16 04:35:22 fosslinux anyway
2018-11-16 04:35:26 fosslinux i do like mods
2018-11-16 04:35:30 fosslinux maybe i should play on this
2018-11-16 12:36:14 <-- khuxkm|lounge (khuxkm@sudoers.tilde.team) has quit (Changing host)
2018-11-16 12:36:14 --> khuxkm|lounge (khuxkm@oper.tilde.chat) has joined #modded
2018-11-16 12:36:14 -- Mode #modded [+qo khuxkm|lounge khuxkm|lounge] by team.tilde.chat
2018-11-16 19:59:12 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-16 20:00:12 --> ben (ben@oper.tilde.chat) has joined #modded
2018-11-20 21:21:54 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (Connection closed)
2018-11-20 21:21:54 <-- midlow (midlow@tilde.team) has quit (Connection closed)
2018-11-20 21:22:11 --> midlow (midlow@tilde.team) has joined #modded
2018-11-20 21:22:11 --> khuxkm|lounge (khuxkm@tilde.team) has joined #modded
2018-11-21 02:26:32 -- irc: disconnected from server
2018-11-21 02:27:06 --> fosslinux (fosslinux@fhah4o.tilde.team) has joined #modded
2018-11-21 02:27:06 -- Topic for #modded is "Modded server! | Mod requests are open, see https://ttm.sh/2 | In alpha right now, if you want in ask khuxkm | Futuro Tecnico: https://khuxkm.tilde.team/ftmodpack/"
2018-11-21 02:27:06 -- Topic set by khuxkm|lounge (lounge-user@oper.tilde.chat) on Sun, 26 Aug 2018 02:37:44
2018-11-21 02:27:06 -- Channel #modded: 10 nicks (1 op, 0 halfops, 0 voices, 9 normals)
2018-11-21 02:27:36 -- Channel created on Sat, 25 Aug 2018 02:01:48
2018-11-21 03:39:40 -- irc: disconnected from server
2018-11-21 03:40:14 --> fosslinux1 (fosslinux@fhah4o.tilde.team) has joined #modded
2018-11-21 03:40:14 -- Topic for #modded is "Modded server! | Mod requests are open, see https://ttm.sh/2 | In alpha right now, if you want in ask khuxkm | Futuro Tecnico: https://khuxkm.tilde.team/ftmodpack/"
2018-11-21 03:40:14 -- Topic set by khuxkm|lounge (lounge-user@oper.tilde.chat) on Sun, 26 Aug 2018 02:37:44
2018-11-21 03:40:14 -- Channel #modded: 11 nicks (1 op, 0 halfops, 0 voices, 10 normals)
2018-11-21 03:40:44 -- Channel created on Sat, 25 Aug 2018 02:01:48
2018-11-21 03:40:52 <-- fosslinux (fosslinux@fhah4o.tilde.team) has quit (Connection closed)
2018-11-21 04:19:27 -- You are now known as fosslinux
2018-11-21 15:18:34 <-- khuxkm|lounge (khuxkm@tilde.team) has quit (Changing host)
2018-11-21 15:18:34 --> khuxkm|lounge (khuxkm@sudoers.tilde.team) has joined #modded
2018-11-21 15:18:34 -- Mode #modded [+qo khuxkm|lounge khuxkm|lounge] by ChanServ
2018-11-23 01:05:23 --> gillvsgregppv (kushmangreg@ip-3-2-55-196.in.asianpacifictelephone.com) has joined #modded
2018-11-23 01:05:45 <-- gillvsgregppv (kushmangreg@ip-3-2-55-196.in.asianpacifictelephone.com) has quit (RecvQ exceeded)
2018-11-23 03:19:46 --> gillvsgregppv (kushmangreg@ip-7-10-52-196.mx.northamericancoax.com) has joined #modded
2018-11-23 03:20:02 <-- gillvsgregppv (kushmangreg@ip-7-10-52-196.mx.northamericancoax.com) has quit (RecvQ exceeded)
2018-11-23 03:25:49 --> romanianheck (realbigheck@ec2-34-221-165-206.us-west-2.compute.amazonaws.com) has joined #modded
2018-11-23 03:26:22 romanianheck █▀▀▀▀▀█ █ ▄█▄ █▀▀▀▀▀█ i r c . s u p e r n e t s . o r g # s u p e r b o w l
2018-11-23 03:26:25 romanianheck █ ███ █ █▄▀ █ █ ███ █ YO NET AINT GOT NO COOCHIE
2018-11-23 03:26:27 romanianheck █ ▀▀▀ █ ▄█▄▄▄ █ ▀▀▀ █ HAPPY FL-O-O-D-SGIVING
2018-11-23 03:26:29 romanianheck ▀▀▀▀▀▀▀ ▀▄█▄█ ▀▀▀▀▀▀▀ i r c . s u p e r n e t s . o r g # s u p e r b o w l
2018-11-23 03:26:31 romanianheck ██▄ ▀█▀ ▄ ▄▀ ▄▀▄▀█▀▀
2018-11-23 03:26:33 romanianheck ▀▀▀ █▀ ▄▀ ▀▄█ ▄█▀▀█ ██ █ █ ██ ██ ██ ███ █ ██ ███ ███
2018-11-23 03:26:41 romanianheck ▀ ▀▀▀█▄█▄▀▄▄▄▄ ▄█ █ █ █ █ █ █ █ █ █ █ █ █ █ █│
2018-11-23 03:26:42 romanianheck █▀▀▀▀▀█ ▄▄▀▄ ▄▀ █▄▀█ ██ █ █ ██ ██ ██ █ █ █ ██ █ ███
2018-11-23 03:26:43 romanianheck █ ███ █ ▀ ▀█▀▀ █▄▄ ▀█ █ █ █ █ █ █ █ █ █ █ █ █ █
2018-11-23 03:26:44 romanianheck █ ▀▀▀ █ ▄█▄ ▄▀ ▀▀▀ ██ ███ █ ██ █ █ █ ███ ██ █ ███
2018-11-23 03:26:45 romanianheck ▀▀▀▀▀▀▀ ▀ ▀▀▀▀ ▀ ▀ └───────────────────────────────────┘
2018-11-23 03:26:46 romanianheck esvox khuxkm sedbot dpc kadin troido khuxkm|lounge ben fosslinux midlow
2018-11-23 03:26:47 <-- romanianheck (realbigheck@ec2-34-221-165-206.us-west-2.compute.amazonaws.com) has left #modded ("HAPPY FL O O D S GIVING")
2018-11-25 04:40:29 <-- khuxkm|lounge (khuxkm@sudoers.tilde.team) has quit (Changing host)
2018-11-25 04:40:29 --> khuxkm|lounge (khuxkm@oper.tilde.chat) has joined #modded
2018-11-25 04:40:29 -- Mode #modded [+qo khuxkm|lounge khuxkm|lounge] by team.tilde.chat
2018-11-25 06:03:09 <-- desvox (desvox@tilde-nri.thk.76.45.IP) has quit (Changing host)
2018-11-25 06:03:09 --> desvox (desvox@45.76.18.74) has joined #modded
2018-11-25 22:48:15 <-- khuxkm (khuxkm@oper.tilde.chat) has quit (Changing host)
2018-11-25 22:48:15 --> khuxkm (khuxkm@sudoers.tilde.team) has joined #modded
2018-11-25 22:48:15 -- Mode #modded [+qo khuxkm khuxkm] by team.tilde.chat
2018-11-26 02:10:52 <-- ben (ben@oper.tilde.chat) has quit (Server shutdown)
2018-11-26 02:22:59 --> ben (ben@oper.tilde.chat) has joined #modded
2018-11-26 02:23:05 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-26 02:24:04 --> ben (ben@oper.tilde.chat) has joined #modded
2018-11-26 03:14:49 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-26 03:18:04 --> ben (ben@oper.tilde.chat) has joined #modded
2018-11-26 15:39:58 <-- midlow (midlow@tilde.team) has quit (Connection closed)
2018-11-26 15:39:58 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (Connection closed)
2018-11-26 21:50:41 --> midlow6 (midlow@tilde.team) has joined #modded
2018-11-26 21:50:48 --> khuxkm|lounge (khuxkm@tilde.team) has joined #modded
2018-11-27 16:09:41 <-- midlow6 (midlow@tilde.team) has quit (quit: tilde lounge - https://irc.tilde.team)
2018-11-27 16:09:50 --> midlow (midlow@tilde.team) has joined #modded
2018-11-27 16:17:00 <-- troido (troido@127.0.0.1) has quit (team.tilde.chat town.tilde.chat)
2018-11-27 16:18:29 <-- kadin (kadin@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:18:29 <-- sedbot (sedbot@localhost) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:00 <-- midlow (midlow@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:00 <-- khuxkm|lounge (khuxkm@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:16 --> kadin (kadin@tilde.team) has joined #modded
2018-11-27 16:19:34 --> khuxkm|lounge (khuxkm@tilde.team) has joined #modded
2018-11-27 16:20:02 --> sedbot (sedbot@tilde.team) has joined #modded
2018-11-27 16:45:40 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-11-27 16:45:56 --> ben (ben@oper.tilde.chat) has joined #modded
2018-11-27 16:55:30 --> midlow (midlow@tilde.team) has joined #modded
2018-11-27 18:42:42 --> troido (troido@127.0.0.1) has joined #modded
2018-11-27 19:41:06 <-- khuxkm|lounge (khuxkm@tilde.team) has quit (Changing host)
2018-11-27 19:41:06 --> khuxkm|lounge (khuxkm@sudoers.tilde.team) has joined #modded
2018-11-27 19:41:07 -- Mode #modded [+qo khuxkm|lounge khuxkm|lounge] by ChanServ
2018-11-28 09:12:00 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-11-28 09:16:26 --> ben (ben@oper.tilde.chat) has joined #modded
2018-11-30 05:11:59 -- irc: disconnected from server
2018-11-30 05:12:28 --> fosslinux (fosslinux@bsd.tilde.team) has joined #modded
2018-11-30 05:12:28 -- Topic for #modded is "Modded server! | Mod requests are open, see https://ttm.sh/2 | In alpha right now, if you want in ask khuxkm | Futuro Tecnico: https://khuxkm.tilde.team/ftmodpack/"
2018-11-30 05:12:28 -- Topic set by khuxkm|lounge (lounge-user@oper.tilde.chat) on Sun, 26 Aug 2018 02:37:44
2018-11-30 05:12:28 -- Channel #modded: 10 nicks (2 ops, 0 halfops, 0 voices, 8 normals)
2018-11-30 05:13:12 -- Channel created on Sat, 25 Aug 2018 02:01:48
2018-12-01 03:33:34 <-- khuxkm|lounge (khuxkm@sudoers.tilde.team) has quit (Changing host)
2018-12-01 03:33:34 --> khuxkm|lounge (khuxkm@oper.tilde.chat) has joined #modded
2018-12-01 03:33:34 -- Mode #modded [+qo khuxkm|lounge khuxkm|lounge] by team.tilde.chat
2018-12-01 03:33:36 --> sose (sose@tilde.town) has joined #modded
2018-12-01 04:07:59 ~khuxkm|lounge sose: tildepack seems pretty cool tbh
2018-12-01 04:08:07 ~khuxkm|lounge I just prefer the set of mods in futuro tecnico
2018-12-01 04:08:20 ~khuxkm|lounge I see you got that CC: Tweaked tho
2018-12-01 04:08:23 ~khuxkm|lounge that's neat
2018-12-01 05:06:32 fosslinux khuxkm, khuxkm|lounge: is this still running
2018-12-01 05:16:11 ~khuxkm so the server errors on boot
2018-12-01 05:16:20 ~khuxkm ben: was hoping you'd help me figure it out
2018-12-01 05:16:28 fosslinux what's the error?
2018-12-01 05:16:52 fosslinux i've ran a minecraft server or two before
2018-12-01 05:16:55 ben hm?
2018-12-01 05:17:26 ~khuxkm the minecraft server errors on boot
2018-12-01 05:17:34 ~khuxkm https://bin.tilde.team/db6p
2018-12-01 05:18:25 fosslinux what java version are you using? and which flavour (open or oracle)
2018-12-01 05:20:47 fosslinux khuxkm:
2018-12-01 05:26:17 ~khuxkm openjdk 10.0.2 2018-07-17
2018-12-01 05:26:18 ~khuxkm fosslinux:
2018-12-01 05:28:19 fosslinux that's your problem right there
2018-12-01 05:28:24 fosslinux you need to use jave 8
2018-12-01 05:28:31 fosslinux s/jave/java
2018-12-01 05:28:31 sedbot <fosslinux> you need to use java 8
2018-12-01 05:29:53 fosslinux khuxkm:
2018-12-01 05:39:04 ~khuxkm|lounge fuck it
2018-12-01 05:39:08 ~khuxkm|lounge sdkman to the rescue
2018-12-01 05:39:13 fosslinux sdkman?
2018-12-01 05:39:18 ~khuxkm|lounge https://sdkman.io/
2018-12-01 05:40:12 fosslinux very nice looking
2018-12-01 05:41:14 fosslinux and also from what i've heard it's preferable to use oracle for performance
2018-12-01 05:41:19 fosslinux but that's closed source
2018-12-01 05:44:35 ben just be considerate of the disk usage
2018-12-01 05:44:48 fosslinux ?
2018-12-01 05:46:45 ~khuxkm sdkman dir is 248MB
2018-12-01 05:47:03 ~khuxkm (with java 8.0.192-zulu installed)
2018-12-01 05:48:30 ~khuxkm and the server should be online soon
2018-12-01 05:48:39 ~khuxkm fosslinux: what's your username
2018-12-01 05:49:18 ~khuxkm so my goal is to possibly add ae2 to futuro tecnico before the modded server goes public
2018-12-01 05:49:28 fosslinux khuxkm: ParkCrafters on mc
2018-12-01 05:49:48 fosslinux i haven't been on the server yet
2018-12-01 05:49:51 fosslinux is the server working?
2018-12-01 05:49:58 ~khuxkm it's whitelisted (I have to add you
2018-12-01 05:51:12 ~khuxkm fosslinux: you're whitelisted
2018-12-01 05:55:24 sose So khuxkm are you starting the server back up?
2018-12-01 05:56:27 ~khuxkm yeah
2018-12-01 05:56:34 ~khuxkm but tildepack is cool
2018-12-01 05:56:45 ~khuxkm plus you can never have too many modded servers :P
2018-12-01 05:57:24 sose I mean I only made the new one cuz I thought the old one was gonna stay down
2018-12-01 05:57:42 ~khuxkm i guess the point of futuro tecnico is a modpack based on "not gonna rape your comp but gonna give you some computing fun" and this server is a bit of a hobby project around that
2018-12-01 05:57:59 ~khuxkm and tildepack is also not gonna destroy the computer but it's a bit cozier
2018-12-01 05:58:13 ~khuxkm idk I'm tired and I don't make sense when tired
2018-12-01 05:58:24 fosslinux go to bed
2018-12-01 05:58:28 sose Nah I see
2018-12-01 05:58:34 sose Maybe I could do the opposite
2018-12-01 05:58:41 fosslinux ?
2018-12-01 05:58:57 sose Make tildepack big and featureful i mean
2018-12-01 05:58:59 sose Lol
2018-12-01 05:59:21 sose Whats the ip again khuxkm?
2018-12-01 06:00:29 fosslinux or the hostname
2018-12-01 06:00:31 -- Topic for #modded is "Modded server! | Mod requests are open, see https://ttm.sh/2 | In alpha right now, if you want in ask khuxkm | Futuro Tecnico: https://khuxkm.tilde.team/ftmodpack/"
2018-12-01 06:00:31 -- Topic set by khuxkm|lounge (lounge-user@oper.tilde.chat) on Sun, 26 Aug 2018 02:37:44
2018-12-01 06:00:43 -- #modded: You do not have access to change the topic on this channel
2018-12-01 06:01:39 ben it's on tilde.team
2018-12-01 06:02:21 ~khuxkm tilde.team:65535
2018-12-01 06:03:13 fosslinux why not modded.tilde.team?
2018-12-01 06:03:31 ben i mean that still resolves to the same ip
2018-12-01 06:04:09 ~khuxkm|lounge yeah
2018-12-01 06:04:13 ~khuxkm|lounge I'm on btw
2018-12-01 06:04:49 ben hi, on btw, i'm ben
2018-12-01 06:07:22 ~khuxkm so officially, I'm considering vetoing Applied Energistics, since my comp can barely run the mods we have at 30 fps with minimal settings
2018-12-01 06:07:34 fosslinux lmao
2018-12-01 06:07:50 sose Aww :(
2018-12-01 06:08:16 sose I would suggest mekanism, but thats pretty heavy too
2018-12-01 06:08:19 fosslinux khuxkm: computer specs?
2018-12-01 06:08:24 sose Do you have optifine?
2018-12-01 06:08:26 fosslinux mekanism is gr888
2018-12-01 06:08:28 fosslinux ^
2018-12-01 06:08:32 sose Fs include it in the pack
2018-12-01 06:08:40 ~khuxkm Dell Chromebook 11 3180
2018-12-01 06:08:44 sose Well
2018-12-01 06:08:57 ~khuxkm (it runs vanilla at 60FPS stop laughing at me :P)
2018-12-01 06:08:59 fosslinux well its a chromebook what do you expect
2018-12-01 06:09:11 ~khuxkm IT RUNS VANILLA AT 60 FPS
2018-12-01 06:09:20 sose But optifine or nah?
2018-12-01 06:09:23 ~khuxkm I EXPECT 30FPS OUT OF IT AT THE SAME SETTINGS
2018-12-01 06:09:33 ~khuxkm i should probably add optifine tbh
2018-12-01 06:09:35 fosslinux YOU'RE RUNNING HEAVY MODS
2018-12-01 06:09:40 ~khuxkm what heavy mods
2018-12-01 06:09:42 sose is he tho?
2018-12-01 06:09:44 sose Yea
2018-12-01 06:10:02 ~khuxkm|lounge 4 fuccin mods https://khuxkm.tilde.team/ftmodpack/modlist.php
2018-12-01 06:10:06 ~khuxkm|lounge it's small af
2018-12-01 06:10:11 ~khuxkm|lounge that's what it's all about :P
2018-12-01 06:10:18 fosslinux like applied energistics is big
2018-12-01 06:10:32 ~khuxkm i would appreciate if someone else would log on btw
2018-12-01 06:10:32 sose Thats not in the pack
2018-12-01 06:10:38 fosslinux oh
2018-12-01 06:10:46 ~khuxkm yeah
2018-12-01 06:10:47 fosslinux i can't rn khuxkm
2018-12-01 06:10:57 ~khuxkm w/o ae2 I barely get 30FPS
2018-12-01 06:10:59 fosslinux forge lags it by itself tbh
2018-12-01 06:11:04 ~khuxkm still
2018-12-01 06:11:09 sose Seriously try optifine tho, even if it isnt in the pack
2018-12-01 06:11:11 ~khuxkm 30FPS is a lot of lag
2018-12-01 06:11:25 ~khuxkm I'm going to probably cave and just add optifine to the pack
2018-12-01 06:11:30 ~khuxkm but in the meantime
2018-12-01 06:11:32 sose And on a chromebook? That isn't too bad
2018-12-01 06:11:41 ~khuxkm I'm gonna work on some things
2018-12-01 06:12:10 ~khuxkm maybe the modded server's homepage could be on modded.tilde.team/modded.tildeverse.org? haven't decided :P
2018-12-01 06:12:28 sose Probably tildeverse
2018-12-01 06:12:33 sose The vanilla one is
2018-12-01 06:14:08 ~khuxkm aight
2018-12-03 06:10:31 <-- midlow (midlow@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- sedbot (sedbot@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- kadin (kadin@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:11:23 --> midlow (midlow@tilde.team) has joined #modded
2018-12-03 06:11:31 --> khuxkm|lounge (khuxkm@tilde.team) has joined #modded
2018-12-03 06:11:48 --> kadin (kadin@tilde.team) has joined #modded
2018-12-03 06:11:49 --> sedbot (sedbot@tilde.team) has joined #modded
2018-12-03 07:42:47 --> rgdrake (rgdrake@tilde.team) has joined #modded
2018-12-03 07:44:45 rgdrake Futuro Technico is probably on the Technic Launcher
2018-12-03 07:45:13 rgdrake but not in the mood to minecraft right now
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-03 10:47:51 --> fosslinux (fosslinux@bsd.tilde.team) has joined #modded
2018-12-03 10:47:51 -- Topic for #modded is "Modded server! | Mod requests are open, see https://ttm.sh/2 | In alpha right now, if you want in ask khuxkm | Futuro Tecnico: https://khuxkm.tilde.team/ftmodpack/"
2018-12-03 10:47:51 -- Topic set by khuxkm|lounge (lounge-user@oper.tilde.chat) on Sun, 26 Aug 2018 02:37:44
2018-12-03 10:47:51 -- Channel #modded: 12 nicks (1 op, 0 halfops, 0 voices, 11 normals)
2018-12-03 10:48:37 -- Channel created on Sat, 25 Aug 2018 02:01:48
2018-12-03 14:52:55 <-- khuxkm|lounge (khuxkm@tilde.team) has quit (Changing host)
2018-12-03 14:52:55 --> khuxkm|lounge (khuxkm@oper.tilde.chat) has joined #modded
2018-12-03 14:54:46 khuxkm|lounge nope
2018-12-03 14:54:55 khuxkm|lounge also you misspelled it
2018-12-03 14:54:57 khuxkm|lounge rgdrake:
2018-12-03 14:55:00 khuxkm|lounge it's Spanish
2018-12-03 14:55:15 khuxkm|lounge futuro técnico
2018-12-03 16:00:32 rgdrake oh ok
2018-12-03 16:00:43 rgdrake what launcher is it on?
2018-12-03 19:07:12 ~khuxkm it isn't
2018-12-03 19:07:38 ~khuxkm download the zip and unzip it into .minecraft and launch the game with that data file and Forge for 1.12.2
2018-12-03 21:33:24 rgdrake oh ok
2018-12-03 22:02:29 <-- rgdrake (rgdrake@tilde.team) has left #modded ("WeeChat 2.3")
2018-12-03 22:45:14 -- khuxkm is now known as a
2018-12-03 22:45:20 -- a is now known as khuxkm
2018-12-04 06:12:21 -- You are now known as |
2018-12-04 06:13:48 -- You are now known as fosslinux
2018-12-04 16:40:40 <-- ben (ben@oper.tilde.chat) has quit (Server shutdown)
2018-12-04 16:44:23 --> ben (ben@oper.tilde.chat) has joined #modded
2018-12-05 21:44:30 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (Changing host)
2018-12-05 21:44:30 --> khuxkm|lounge (khuxkm@sudoers.tilde.team) has joined #modded
2018-12-05 21:44:30 -- Mode #modded [+qo khuxkm|lounge khuxkm|lounge] by ChanServ
2018-12-06 15:48:47 sose khuxkm have you though of maybe adding an irc bridge to the server?
2018-12-06 15:48:54 sose it would be nice to see who's online
2018-12-07 13:22:44 <-- desvox (desvox@45.76.18.74) has quit (quit: ZNC is dead now. f)
2018-12-07 14:45:29 --> desvox (desvox@149.28.241.198) has joined #modded
2018-12-07 15:20:27 --> desvox` (desvox@149.28.241.198) has joined #modded
2018-12-07 15:24:18 -- desvox` is now known as cirno
2018-12-14 05:56:22 -- You are now known as ^
2018-12-14 06:11:12 -- You are now known as fosslinux
2018-12-17 15:21:24 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-12-17 15:27:53 --> ben (ben@oper.tilde.chat) has joined #modded
2018-12-19 15:28:59 -- ben is now known as 550AAAAAE
2018-12-19 15:29:44 -- 550AAAAAE is now known as ben
2018-12-19 15:43:55 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-12-19 15:45:11 --> 550AAAAAE (ben@oper.tilde.chat) has joined #modded
2018-12-19 15:45:31 -- 550AAAAAE is now known as ben
2018-12-19 23:30:56 -- irc: disconnected from server

View File

@ -0,0 +1,316 @@
2018-11-13 07:05:50 --> fosslinux1 (fosslinux@tilde-fhah4o.tilde.team) has joined #music
2018-11-13 07:05:50 -- Channel #music: 12 nicks (0 ops, 0 halfops, 0 voices, 12 normals)
2018-11-13 07:05:52 -- Channel created on Wed, 11 Jul 2018 00:21:49
2018-11-13 07:06:13 fosslinux owo
2018-11-13 07:06:19 fosslinux nothing happens here
2018-11-13 07:06:34 <-- fosslinux (pi@tilde-7hvk8p.exetel.com.au) has quit (quit: changing host)
2018-11-13 07:06:46 -- You are now known as fosslinux
2018-11-13 12:52:38 -- irc: disconnected from server
2018-11-13 23:02:34 --> fosslinux (fosslinux@tilde-fhah4o.tilde.team) has joined #music
2018-11-13 23:02:34 -- Channel #music: 9 nicks (0 ops, 0 halfops, 0 voices, 9 normals)
2018-11-13 23:03:00 -- Channel created on Wed, 11 Jul 2018 00:21:49
2018-11-13 23:03:12 -- You are now known as 674AAA06V
2018-11-13 23:03:12 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-11-13 23:03:12 --> deepend (deepend@yourtilde.com) has joined #music
2018-11-14 00:17:38 <-- deepend (deepend@yourtilde.com) has quit (Changing host)
2018-11-14 00:17:38 --> deepend (deepend@oper.tilde.chat) has joined #music
2018-11-14 03:55:43 -- deepend is now known as deepend_wc
2018-11-14 04:02:55 <-- TildeBot (tildebot@yourtilde.com) has quit (team.tilde.chat your.tilde.chat)
2018-11-14 04:02:55 <-- deepend_wc (deepend@oper.tilde.chat) has quit (team.tilde.chat your.tilde.chat)
2018-11-14 04:28:08 -- You are now known as fosslinux
2018-11-14 14:40:55 arne Everyone, listen to Rosalía - El mal querer
2018-11-14 14:51:37 jan6 nah
2018-11-14 15:13:26 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-14 15:14:20 --> ben (ben@oper.tilde.chat) has joined #music
2018-11-14 15:30:00 -- You are now known as 674AAA06V
2018-11-14 15:30:01 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-11-14 15:30:01 --> deepend_wc (deepend@yourtilde.com) has joined #music
2018-11-14 16:05:36 -- jan6 is now known as someone
2018-11-14 17:31:52 -- someone is now known as jan6
2018-11-14 19:45:38 -- You are now known as fosslinux_
2018-11-14 19:46:25 fosslinux_ /buffer 4
2018-11-14 19:47:26 jan6 /buffer nope
2018-11-14 19:56:04 -- You are now known as fosslinux
2018-11-15 00:31:08 -- deepend_wc is now known as deepend
2018-11-15 00:31:15 <-- deepend (deepend@yourtilde.com) has quit (Changing host)
2018-11-15 00:31:15 --> deepend (deepend@oper.tilde.chat) has joined #music
2018-11-15 01:06:18 <-- deepend (deepend@oper.tilde.chat) has quit (Quit: WeeChat 2.3)
2018-11-15 01:06:29 --> deepend (deepend@yourtilde.com) has joined #music
2018-11-15 01:16:46 <-- deepend (deepend@yourtilde.com) has quit (Quit: WeeChat 2.3)
2018-11-15 01:16:53 --> deepend (deepend@yourtilde.com) has joined #music
2018-11-15 06:55:12 fosslinux lol
2018-11-16 03:53:38 <-- deepend (deepend@yourtilde.com) has quit (Changing host)
2018-11-16 03:53:38 --> deepend (deepend@oper.tilde.chat) has joined #music
2018-11-16 03:53:55 <-- deepend (deepend@oper.tilde.chat) has quit (team.tilde.chat your.tilde.chat)
2018-11-16 03:53:55 <-- TildeBot (tildebot@yourtilde.com) has quit (team.tilde.chat your.tilde.chat)
2018-11-16 03:54:02 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-11-16 03:54:02 --> deepend (deepend@oper.tilde.chat) has joined #music
2018-11-16 19:59:12 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-16 19:59:36 --> ben (ben@oper.tilde.chat) has joined #music
2018-11-18 02:12:29 --> radiobot (radiobot@tilde.team) has joined #music
2018-11-18 03:42:08 <-- TildeBot (tildebot@yourtilde.com) has quit (Connection closed)
2018-11-18 03:42:50 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-11-18 03:50:58 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-11-18 03:51:40 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-11-18 04:01:14 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-11-18 04:12:06 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-11-18 04:19:21 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-11-18 04:20:51 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-11-18 04:31:04 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-11-18 04:31:46 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-11-18 04:42:21 <-- TildeBot (tildebot@yourtilde.com) has quit (Connection closed)
2018-11-18 04:43:03 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-11-18 04:45:10 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-11-18 04:45:53 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-11-18 07:04:21 <-- TildeBot (tildebot@yourtilde.com) has quit (Connection closed)
2018-11-18 07:05:03 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-11-18 07:10:52 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-11-18 07:11:35 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-11-18 07:24:25 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-11-18 07:25:07 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-11-18 07:26:54 <-- TildeBot (tildebot@yourtilde.com) has quit (Connection closed)
2018-11-18 07:27:37 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-11-18 07:45:03 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-11-18 07:45:46 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-11-18 07:47:28 <-- TildeBot (tildebot@yourtilde.com) has quit (Connection closed)
2018-11-18 07:49:18 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-11-18 07:50:59 <-- TildeBot (tildebot@yourtilde.com) has quit (Connection closed)
2018-11-18 07:51:42 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-11-18 07:56:19 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-11-18 07:57:01 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-11-18 07:59:16 <-- TildeBot (tildebot@yourtilde.com) has quit (Connection closed)
2018-11-18 07:59:58 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-11-18 08:06:14 <-- TildeBot (tildebot@yourtilde.com) has quit (Connection closed)
2018-11-18 08:06:56 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-11-19 00:50:37 radiobot ben is now online! tune in now here: https://bhh.sh/listen
2018-11-19 01:02:03 radiobot ben is now online! tune in now here: https://bhh.sh/listen
2018-11-19 20:00:48 arne ben https://www.youtube.com/watch?v=ZQ2e2tBQ9js
2018-11-19 20:00:52 TildeBot [YouTube] Title: ROSALÍA - NANA (Cap.9: Concepción [Audio]) | Uploaded by: RosaliaVEVO | Length: 3m18s | Date: 02/11/2018 | Views: 639,501 | Likes: 97.05% | DisLIKEs: 2.95%
2018-11-19 20:01:23 ben owo
2018-11-19 20:06:21 arne "At the door of heaven they sell shoes
2018-11-19 20:06:21 arne For the little angels who are barefoot
2018-11-19 20:06:21 arne Nobody told you that no dream
2018-11-19 20:06:21 arne Knows of hours or times, does not have an owner
2018-11-19 20:06:21 arne And the sad rain falls to look at you
2018-11-19 20:06:21 arne Behind each drop an angel looks at you"
2018-11-20 17:10:59 -- jan6 is now known as nyan6
2018-11-20 19:40:10 -- nyan6 is now known as jan6
2018-11-20 21:21:54 <-- freeappsw (freeappsw@tilde.team) has quit (Connection closed)
2018-11-20 21:21:54 <-- arne (arne@arnes.cozy.tilde) has quit (Connection closed)
2018-11-20 21:22:05 --> freeappsw (freeappsw@tilde.team) has joined #music
2018-11-20 21:22:16 --> arne (arne@arnes.cozy.tilde) has joined #music
2018-11-21 02:26:32 -- irc: disconnected from server
2018-11-21 02:27:08 --> fosslinux (fosslinux@fhah4o.tilde.team) has joined #music
2018-11-21 02:27:08 -- Channel #music: 12 nicks (0 ops, 0 halfops, 0 voices, 12 normals)
2018-11-21 02:27:38 -- Channel created on Wed, 11 Jul 2018 00:21:49
2018-11-21 03:39:40 -- irc: disconnected from server
2018-11-21 03:40:16 --> fosslinux1 (fosslinux@fhah4o.tilde.team) has joined #music
2018-11-21 03:40:16 -- Channel #music: 13 nicks (0 ops, 0 halfops, 0 voices, 13 normals)
2018-11-21 03:40:46 -- Channel created on Wed, 11 Jul 2018 00:21:49
2018-11-21 03:40:52 <-- fosslinux (fosslinux@fhah4o.tilde.team) has quit (Connection closed)
2018-11-21 04:19:27 -- You are now known as fosslinux
2018-11-21 17:32:19 aewens Gotta love the classics: https://www.youtube.com/watch?v=d5XJ2GiR6Bo
2018-11-21 17:32:23 TildeBot [YouTube] Title: Orchestral Manoeuvres In The Dark - Enola Gay | Uploaded by: OMDVEVO | Length: 3m32s | Date: 20/09/2010 | Views: 16,096,527 | Likes: 97.23% | DisLIKEs: 2.77%
2018-11-21 17:32:47 jan6 http://a-burns.com/music/02-norwegian-wood-this-bird-has-flown.mp3
2018-11-21 17:33:46 aewens I'm liking the guitar so far
2018-11-21 17:44:14 jan6 http://a-burns.com/music/10%20-%20Riders%20on%20the%20Storm.mp3
2018-11-21 20:33:26 aewens Get shooketh: https://www.youtube.com/watch?v=By9-6haIRgQ
2018-11-21 20:33:28 TildeBot [YouTube] Title: Shook - You Were Bigger Than Life | Uploaded by: shookmusic | Length: 6m28s | Date: 10/06/2016 | Views: 110,680 | Likes: 98.05% | DisLIKEs: 1.95%
2018-11-22 03:54:44 radiobot deepend is now online! tune in now here: https://bhh.sh/listen
2018-11-22 07:00:38 radiobot dokuja is now online! tune in now here: https://bhh.sh/listen
2018-11-22 10:39:29 --> gillvsgreg (sueprnettle@23.237.120.26) has joined #music
2018-11-22 10:39:29 gillvsgreg █▀▀▀▀▀█ █ ▄█▄ █▀▀▀▀▀█ i r c . s u p e r n e t s . o r g # s u p e r b o w l
2018-11-22 10:39:29 gillvsgreg █ ███ █ █▄▀ █ █ ███ █ YO NET AINT GOT NO COOCHIE
2018-11-22 10:39:30 gillvsgreg █ ▀▀▀ █ ▄█▄▄▄ █ ▀▀▀ █ HAPPY FL-O-O-D-SGIVING
2018-11-22 10:39:30 gillvsgreg ▀▀▀▀▀▀▀ ▀▄█▄█ ▀▀▀▀▀▀▀ i r c . s u p e r n e t s . o r g # s u p e r b o w l
2018-11-22 10:39:31 gillvsgreg ██▄ ▀█▀ ▄ ▄▀ ▄▀▄▀█▀▀
2018-11-22 10:39:31 gillvsgreg ▀▀▀ █▀ ▄▀ ▀▄█ ▄█▀▀█ ██ █ █ ██ ██ ██ ███ █ ██ ███ ███
2018-11-22 10:39:35 gillvsgreg ▀ ▀▀▀█▄█▄▀▄▄▄▄ ▄█ █ █ █ █ █ █ █ █ █ █ █ █ █ █│
2018-11-22 10:39:37 gillvsgreg █▀▀▀▀▀█ ▄▄▀▄ ▄▀ █▄▀█ ██ █ █ ██ ██ ██ █ █ █ ██ █ ███
2018-11-22 10:39:39 gillvsgreg █ ███ █ ▀ ▀█▀▀ █▄▄ ▀█ █ █ █ █ █ █ █ █ █ █ █ █ █
2018-11-22 10:39:41 gillvsgreg █ ▀▀▀ █ ▄█▄ ▄▀ ▀▀▀ ██ ███ █ ██ █ █ █ ███ ██ █ ███
2018-11-22 10:39:43 gillvsgreg ▀▀▀▀▀▀▀ ▀ ▀▀▀▀ ▀ ▀ └───────────────────────────────────┘
2018-11-22 10:39:45 gillvsgreg ildeBot sedbot deepend zyeri jan6 arne kuriz ben aewens freeappsw fosslinux radiobot
2018-11-22 10:39:46 <-- gillvsgreg (sueprnettle@23.237.120.26) has left #music ("HAPPY fludsgiving YA FILTY ANIMALS")
2018-11-22 13:20:04 <-- radiobot (radiobot@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-22 15:24:01 ben wtf
2018-11-22 15:31:30 arne spam
2018-11-22 15:31:31 arne mer
2018-11-22 16:06:03 ben i don't like it
2018-11-22 16:29:08 jan6 ^
2018-11-22 19:25:49 fosslinux spam
2018-11-22 19:31:25 --> bilbertbates (bilberto@155.254.115.70) has joined #music
2018-11-22 19:31:46 <-- bilbertbates (bilberto@155.254.115.70) has quit (RecvQ exceeded)
2018-11-22 19:33:30 ben delet
2018-11-22 19:39:21 jan6 where'd the messages go?
2018-11-22 19:39:28 jan6 14:31:46 <-- | bilbertbates (bilberto@155.254.115.70) has quit (RecvQ exceeded)
2018-11-22 19:39:49 jan6 but what channel did it pick? anyone?
2018-11-22 19:40:49 ben #journal
2018-11-22 20:17:23 jan6 k
2018-11-22 20:17:28 jan6 same message?
2018-11-23 05:23:16 --> radiobot (radiobot@tilde.team) has joined #music
2018-11-23 21:00:36 radiobot cat is now online! tune in now here: https://bhh.sh/listen
2018-11-23 22:00:45 radiobot severak is now online! tune in now here: https://bhh.sh/listen
2018-11-25 00:15:53 radiobot deepend is now online! tune in now here: https://bhh.sh/listen
2018-11-25 06:03:09 <-- zyeri (zyeri@tilde-cfs.tn8.189.206.IP) has quit (Changing host)
2018-11-25 06:03:09 --> zyeri (zyeri@206.189.181.151) has joined #music
2018-11-25 12:06:47 radiobot severak is now online! tune in now here: https://bhh.sh/listen
2018-11-25 18:55:11 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-11-25 18:55:54 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-11-26 02:10:52 <-- ben (ben@oper.tilde.chat) has quit (Server shutdown)
2018-11-26 02:22:48 --> ben (ben@oper.tilde.chat) has joined #music
2018-11-26 02:23:05 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-26 02:23:28 --> ben (ben@oper.tilde.chat) has joined #music
2018-11-26 03:14:49 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-26 03:18:04 --> ben (ben@oper.tilde.chat) has joined #music
2018-11-26 06:00:39 radiobot dokuja is now online! tune in now here: https://bhh.sh/listen
2018-11-26 15:39:58 <-- freeappsw (freeappsw@tilde.team) has quit (Connection closed)
2018-11-26 15:39:58 <-- arne (arne@arnes.cozy.tilde) has quit (Connection closed)
2018-11-26 21:08:28 -- jan6 is now known as ok
2018-11-26 21:13:42 -- ok is now known as jan6
2018-11-26 21:44:51 --> freeappsw (freeappsw@tilde.team) has joined #music
2018-11-26 21:50:53 --> arne (arne@arnes.cozy.tilde) has joined #music
2018-11-26 23:11:52 --> amcclure[team] (amcclure@tilde.team) has joined #music
2018-11-26 23:12:06 amcclure[team] what's this channel for
2018-11-26 23:12:28 jan6 mewsix
2018-11-26 23:12:49 jan6 nobody's OP tho
2018-11-27 02:56:23 -- Mode #music [+o ben] by ben
2018-11-27 02:56:27 -- Mode #music [+rq ben] by ChanServ
2018-11-27 16:18:29 <-- jan6 (jan6@is.quite.awesome) has quit (Ping timeout: 121 seconds)
2018-11-27 16:18:29 <-- sedbot (sedbot@localhost) has quit (Ping timeout: 121 seconds)
2018-11-27 16:18:38 <-- kuriz (kuriz@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:18:52 <-- radiobot (radiobot@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:18:57 <-- amcclure[team] (amcclure@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:00 <-- arne (arne@arnes.cozy.tilde) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:00 <-- freeappsw (freeappsw@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:21 --> freeappsw (freeappsw@tilde.team) has joined #music
2018-11-27 16:19:30 --> kuriz (kuriz@tilde.team) has joined #music
2018-11-27 16:19:43 --> sedbot (sedbot@tilde.team) has joined #music
2018-11-27 16:19:49 --> amcclure[team] (amcclure@tilde.team) has joined #music
2018-11-27 16:20:07 --> jan6 (jan6@tilde.team) has joined #music
2018-11-27 16:32:22 --> arne (arne@arnes.cozy.tilde) has joined #music
2018-11-27 16:32:24 <-- jan6 (jan6@tilde.team) has quit (Changing host)
2018-11-27 16:32:24 --> jan6 (jan6@is.quite.awesome) has joined #music
2018-11-27 16:45:40 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-11-27 16:45:56 --> ben (ben@oper.tilde.chat) has joined #music
2018-11-27 16:45:56 -- Mode #music [+qo ben ben] by gingko.tilde.chat
2018-11-27 21:06:51 --> radiobot (radiobot@tilde.team) has joined #music
2018-11-27 23:41:15 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-11-27 23:41:57 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-11-28 09:12:00 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-11-28 09:16:26 --> ben (ben@oper.tilde.chat) has joined #music
2018-11-28 09:16:26 -- Mode #music [+qo ben ben] by gingko.tilde.chat
2018-11-28 17:07:49 -- amcclure[team] is now known as amcclure
2018-11-29 04:13:36 --> SinaCutie (sinacutie@static.114.197.216.95.clients.your-server.de) has joined #music
2018-11-30 01:00:52 radiobot tomasino is now online! tune in now here: https://bhh.sh/listen
2018-11-30 05:11:59 -- irc: disconnected from server
2018-11-30 05:12:30 --> fosslinux (fosslinux@bsd.tilde.team) has joined #music
2018-11-30 05:12:30 -- Channel #music: 14 nicks (1 op, 0 halfops, 0 voices, 13 normals)
2018-11-30 05:13:14 -- Channel created on Wed, 11 Jul 2018 00:21:49
2018-11-30 22:24:08 aewens https://www.youtube.com/watch?v=_bJ7RCFxR88
2018-12-01 21:01:38 -- jan6 is now known as ben_shapiro
2018-12-01 21:02:31 -- ben_shapiro is now known as jan6
2018-12-02 03:21:48 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-12-02 03:22:30 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-12-02 22:08:49 -- jan6 is now known as irc_irc_jan6
2018-12-02 22:10:13 -- irc_irc_jan6 is now known as |
2018-12-02 22:13:04 -- | is now known as jan6
2018-12-03 06:10:31 <-- arne (arne@arnes.cozy.tilde) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- amcclure (amcclure@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- sedbot (sedbot@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- jan6 (jan6@is.quite.awesome) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- kuriz (kuriz@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- freeappsw (freeappsw@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:11:15 --> freeappsw (freeappsw@tilde.team) has joined #music
2018-12-03 06:11:29 --> sedbot (sedbot@tilde.team) has joined #music
2018-12-03 06:11:34 --> arne (arne@arnes.cozy.tilde) has joined #music
2018-12-03 06:11:52 --> kuriz (kuriz@tilde.team) has joined #music
2018-12-03 06:11:54 --> amcclure (amcclure@tilde.team) has joined #music
2018-12-03 06:12:26 --> jan6 (jan6@tilde.team) has joined #music
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-03 10:47:53 --> fosslinux (fosslinux@bsd.tilde.team) has joined #music
2018-12-03 10:47:53 -- Channel #music: 14 nicks (1 op, 0 halfops, 0 voices, 13 normals)
2018-12-03 10:48:39 -- Channel created on Wed, 11 Jul 2018 00:21:49
2018-12-03 14:48:42 <-- jan6 (jan6@tilde.team) has quit (Changing host)
2018-12-03 14:48:42 --> jan6 (jan6@is.quite.awesome) has joined #music
2018-12-03 19:24:33 -- jan6 is now known as aewenz
2018-12-03 19:25:59 -- aewenz is now known as jan6
2018-12-04 06:12:21 -- You are now known as |
2018-12-04 06:13:48 -- You are now known as fosslinux
2018-12-04 16:40:40 <-- ben (ben@oper.tilde.chat) has quit (Server shutdown)
2018-12-04 16:44:23 --> ben (ben@oper.tilde.chat) has joined #music
2018-12-04 16:44:34 -- Mode #music [+qo ben ben] by ChanServ
2018-12-05 06:34:10 <-- aewens (aewens@king.of.chaos) has quit (Ping timeout: 121 seconds)
2018-12-05 06:41:02 --> aewens (aewens@tilde.team) has joined #music
2018-12-05 06:42:44 <-- aewens (aewens@tilde.team) has quit (services.tilde.chat (Too many invalid passwords))
2018-12-05 06:42:59 --> aewens (aewens@tilde.team) has joined #music
2018-12-05 06:44:41 <-- aewens (aewens@tilde.team) has quit (Changing host)
2018-12-05 06:44:41 --> aewens (aewens@king.of.chaos) has joined #music
2018-12-05 07:38:36 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-12-05 07:41:00 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-12-05 07:49:47 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-12-05 07:50:29 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-12-05 07:51:05 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-12-05 07:51:47 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-12-05 07:54:20 <-- TildeBot (tildebot@yourtilde.com) has quit (Connection closed)
2018-12-05 07:54:20 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-12-05 07:56:48 <-- TildeBot (tildebot@yourtilde.com) has quit (Connection closed)
2018-12-05 07:57:32 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-12-05 08:05:20 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-12-05 08:06:02 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-12-05 17:12:24 aewens https://www.youtube.com/watch?v=RaG8faaFUMM
2018-12-05 17:12:27 TildeBot [YouTube] Title: Def Leppard - Pour Some Sugar On Me (lyrics) | Uploaded by: ChristianLJB | Length: 4m53s | Date: 09/08/2008 | Views: 40,808,858 | Likes: 95.5% | DisLIKEs: 4.5%
2018-12-05 17:25:17 -- amcclure is now known as amcclure[team]
2018-12-06 05:09:04 <-- zyeri (zyeri@206.189.181.151) has quit (Ping timeout: 121 seconds)
2018-12-06 05:13:12 --> zyeri (zyeri@206.189.181.151) has joined #music
2018-12-06 23:01:37 <-- deepend (deepend@oper.tilde.chat) has quit (Quit: WeeChat 2.3)
2018-12-06 23:01:50 --> deepend (deepend@yourtilde.com) has joined #music
2018-12-07 22:04:51 radiobot cat is now online! tune in now here: https://bhh.sh/listen
2018-12-08 07:50:28 <-- deepend (deepend@yourtilde.com) has quit (Quit: WeeChat 2.3)
2018-12-08 07:50:47 --> deepend (deepend@yourtilde.com) has joined #music
2018-12-08 07:51:00 <-- deepend (deepend@yourtilde.com) has quit (Quit: WeeChat 2.3)
2018-12-08 07:53:18 --> deepend (deepend@yourtilde.com) has joined #music
2018-12-08 07:53:37 <-- deepend (deepend@yourtilde.com) has quit (Quit: WeeChat 2.3)
2018-12-08 07:57:27 --> deepend (deepend@yourtilde.com) has joined #music
2018-12-08 16:44:06 <-- deepend (deepend@yourtilde.com) has quit (Changing host)
2018-12-08 16:44:06 --> deepend (deepend@oper.tilde.chat) has joined #music
2018-12-10 06:00:24 radiobot dokuja is now online! tune in now here: https://bhh.sh/listen
2018-12-10 19:46:02 arne https://open.spotify.com/track/1JnWpnDCNR0ldTOmBgOMve
2018-12-10 23:32:35 radiobot deepend is now online! tune in now here: https://bhh.sh/listen
2018-12-13 14:58:42 -- amcclure[team] is now known as amcclure
2018-12-14 02:28:51 <-- TildeBot (tildebot@yourtilde.com) has quit (Connection closed)
2018-12-14 02:29:34 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-12-14 02:36:04 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-12-14 02:36:47 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-12-14 05:56:22 -- You are now known as ^
2018-12-14 06:11:12 -- You are now known as fosslinux
2018-12-14 21:00:39 radiobot cat is now online! tune in now here: https://bhh.sh/listen
2018-12-14 23:08:51 aewens It doesn't get anymore 80's than the start of this song: https://www.youtube.com/watch?v=SwYN7mTi6HM
2018-12-14 23:08:52 TildeBot [YouTube] Title: Van Halen - Jump | Uploaded by: VHTelevision | Length: 4m2s | Date: 02/10/2009 | Views: 43,943,042 | Likes: 96.68% | DisLIKEs: 3.32%
2018-12-14 23:16:05 jan6 well, unless you count the music from the era itself ;P
2018-12-14 23:16:07 * jan6 cues Popcorn by Hot Butters
2018-12-14 23:26:35 aewens But Jump was made during 1984
2018-12-14 23:27:08 aewens It'd consider 1984 during the 80's ;)
2018-12-15 18:46:09 <-- TildeBot (tildebot@yourtilde.com) has quit (Quit: Connection reset by peer)
2018-12-15 18:46:51 --> TildeBot (tildebot@yourtilde.com) has joined #music
2018-12-16 00:40:08 <-- SinaCutie (sinacutie@static.114.197.216.95.clients.your-server.de) has quit (Connection closed)
2018-12-16 00:40:39 --> SinaCutie (sinacutie@static.114.197.216.95.clients.your-server.de) has joined #music
2018-12-17 06:00:21 radiobot dokuja is now online! tune in now here: https://bhh.sh/listen
2018-12-17 15:21:24 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-12-17 15:27:52 --> ben (ben@oper.tilde.chat) has joined #music
2018-12-17 15:27:53 -- Mode #music [+qo ben ben] by ChanServ
2018-12-18 17:14:49 <-- zyeri (zyeri@206.189.181.151) has quit (NickServ (RECOVER command used by zyeri1))
2018-12-18 17:14:49 --> zyeri (zyeri@tilde.team) has joined #music
2018-12-18 17:15:08 <-- zyeri (zyeri@tilde.team) has quit (quit: WeeChat 2.3)
2018-12-18 17:42:41 --> zyeri (zyeri@tilde.team) has joined #music
2018-12-19 15:28:59 -- ben is now known as 550AAAAAE
2018-12-19 15:29:44 -- 550AAAAAE is now known as ben
2018-12-19 15:43:55 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-12-19 15:45:11 --> 550AAAAAE (ben@oper.tilde.chat) has joined #music
2018-12-19 15:45:11 -- Mode #music [+qo 550AAAAAE 550AAAAAE] by center.tilde.chat
2018-12-19 15:45:31 -- 550AAAAAE is now known as ben
2018-12-19 22:03:16 radiobot severak is now online! tune in now here: https://bhh.sh/listen
2018-12-19 23:30:56 -- irc: disconnected from server
2018-12-19 23:42:14 --> fosslinux (fosslinux@bsd.tilde.team) has joined #music
2018-12-19 23:42:14 -- Channel #music: 14 nicks (1 op, 0 halfops, 0 voices, 13 normals)
2018-12-19 23:42:16 -- Channel created on Wed, 11 Jul 2018 00:21:49

View File

@ -0,0 +1,301 @@
2018-11-13 07:05:17 --> fosslinux1 (fosslinux@tilde-fhah4o.tilde.team) has joined #projects
2018-11-13 07:05:17 -- Topic for #projects is "what are you working on?"
2018-11-13 07:05:17 -- Topic set by ben on Thu, 21 Jun 2018 17:51:56
2018-11-13 07:05:17 -- Channel #projects: 17 nicks (1 op, 0 halfops, 0 voices, 16 normals)
2018-11-13 07:05:19 -- Channel created on Wed, 11 Jul 2018 00:21:48
2018-11-13 07:06:34 <-- fosslinux (pi@tilde-7hvk8p.exetel.com.au) has quit (quit: changing host)
2018-11-13 07:06:46 -- You are now known as fosslinux
2018-11-13 12:52:38 -- irc: disconnected from server
2018-11-13 23:02:28 --> fosslinux (fosslinux@tilde-fhah4o.tilde.team) has joined #projects
2018-11-13 23:02:28 -- Topic for #projects is "what are you working on?"
2018-11-13 23:02:28 -- Topic set by ben on Thu, 21 Jun 2018 17:51:56
2018-11-13 23:02:28 -- Channel #projects: 11 nicks (1 op, 0 halfops, 0 voices, 10 normals)
2018-11-13 23:02:54 -- Channel created on Wed, 11 Jul 2018 00:21:48
2018-11-13 23:03:12 -- You are now known as 674AAA06V
2018-11-13 23:05:24 --> slipyx (slip@tilde-l4taic.bc.googleusercontent.com) has joined #projects
2018-11-13 23:05:50 --> nincollin (nincollin@tilde.town) has joined #projects
2018-11-14 04:28:08 -- You are now known as fosslinux
2018-11-14 13:21:45 --> jusdepatate (jusdepatate@tilde-fbf7dq.fbx.proxad.net) has joined #projects
2018-11-14 15:13:26 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-14 15:14:28 --> ben (ben@oper.tilde.chat) has joined #projects
2018-11-14 15:14:28 -- Mode #projects [+qo ben ben] by ChanServ
2018-11-14 15:17:30 <-- jusdepatate (jusdepatate@tilde-fbf7dq.fbx.proxad.net) has quit (Connection closed)
2018-11-14 15:30:00 -- You are now known as 674AAA06V
2018-11-14 18:31:33 --> tunas (tunas@doesnt.have.enough.spoons) has joined #projects
2018-11-14 19:10:59 --> endorphant (endorphant@127.0.0.1) has joined #projects
2018-11-14 19:10:59 --> kirch (kirch@127.0.0.1) has joined #projects
2018-11-14 19:10:59 --> npa (npa@127.0.0.1) has joined #projects
2018-11-14 19:45:38 -- You are now known as fosslinux_
2018-11-14 19:56:04 -- You are now known as fosslinux
2018-11-16 12:12:56 --> mspe (mspe@tilde-581.2jv.173.37.IP) has joined #projects
2018-11-16 19:26:07 --> jusdepatate (jusdepatate@tilde-fbf7dq.fbx.proxad.net) has joined #projects
2018-11-16 19:59:12 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-16 19:59:44 --> ben (ben@oper.tilde.chat) has joined #projects
2018-11-16 19:59:44 -- Mode #projects [+qo ben ben] by ChanServ
2018-11-16 21:37:45 <-- jusdepatate (jusdepatate@tilde-fbf7dq.fbx.proxad.net) has quit (Connection closed)
2018-11-17 00:06:51 <-- mspe (mspe@tilde-581.2jv.173.37.IP) has quit (Ping timeout: 121 seconds)
2018-11-17 00:07:00 --> mspe (mspe@tilde-26e.46j.165.37.IP) has joined #projects
2018-11-17 00:14:20 <-- mspe (mspe@tilde-26e.46j.165.37.IP) has quit (Ping timeout: 121 seconds)
2018-11-17 07:24:04 --> jusdepatate (jusdepatate@tilde-fbf7dq.fbx.proxad.net) has joined #projects
2018-11-17 08:46:19 <-- jusdepatate (jusdepatate@tilde-fbf7dq.fbx.proxad.net) has quit (Connection closed)
2018-11-17 11:15:27 --> mspe (mspe@tilde-dq7.ov8.164.37.IP) has joined #projects
2018-11-17 11:43:50 <-- mspe (mspe@tilde-dq7.ov8.164.37.IP) has quit (Ping timeout: 121 seconds)
2018-11-17 11:44:02 --> mspe (mspe@tilde-jg8.mhd.169.37.IP) has joined #projects
2018-11-17 11:48:32 --> jusdepatate (jusdepatate@tilde-fbf7dq.fbx.proxad.net) has joined #projects
2018-11-17 12:12:04 <-- jusdepatate (jusdepatate@tilde-fbf7dq.fbx.proxad.net) has quit (Ping timeout: 121 seconds)
2018-11-17 12:43:59 --> jusdepatate (jusdepatate@tilde-lqg.jq9.173.37.IP) has joined #projects
2018-11-17 12:51:58 --> jusdepatate1 (jusdepatate@tilde-fbf7dq.fbx.proxad.net) has joined #projects
2018-11-17 12:52:31 <-- jusdepatate (jusdepatate@tilde-lqg.jq9.173.37.IP) has quit (Ping timeout: 121 seconds)
2018-11-17 13:58:39 <-- jusdepatate1 (jusdepatate@tilde-fbf7dq.fbx.proxad.net) has quit (Connection closed)
2018-11-17 23:43:50 <-- mspe (mspe@tilde-jg8.mhd.169.37.IP) has quit (Ping timeout: 121 seconds)
2018-11-17 23:44:02 --> mspe (mspe@tilde-c7n.gl9.165.37.IP) has joined #projects
2018-11-18 00:53:50 <-- mspe (mspe@tilde-c7n.gl9.165.37.IP) has quit (Ping timeout: 121 seconds)
2018-11-18 00:58:48 --> mspe (mspe@tilde-c7n.gl9.165.37.IP) has joined #projects
2018-11-18 01:05:50 <-- mspe (mspe@tilde-c7n.gl9.165.37.IP) has quit (Ping timeout: 121 seconds)
2018-11-18 09:27:00 --> mspe (mspe@tilde-d53.c0c.170.37.IP) has joined #projects
2018-11-18 10:06:20 <-- mspe (mspe@tilde-d53.c0c.170.37.IP) has quit (Ping timeout: 121 seconds)
2018-11-18 10:06:40 --> mspe (mspe@tilde-vqc.nik.164.37.IP) has joined #projects
2018-11-18 10:16:29 --> jusdepatate (jusdepatate@tilde-fbf7dq.fbx.proxad.net) has joined #projects
2018-11-18 14:10:14 <-- jusdepatate (jusdepatate@tilde-fbf7dq.fbx.proxad.net) has quit (Connection closed)
2018-11-18 22:06:50 <-- mspe (mspe@tilde-vqc.nik.164.37.IP) has quit (Ping timeout: 121 seconds)
2018-11-18 22:07:05 --> mspe (mspe@ltu.78c.169.37.IP) has joined #projects
2018-11-18 23:13:26 <-- mspe (mspe@ltu.78c.169.37.IP) has quit (quit: Leaving)
2018-11-20 21:21:54 <-- freeappsw (freeappsw@tilde.team) has quit (Connection closed)
2018-11-20 21:21:54 <-- aewens|otg (aewensotg@tilde.team) has quit (Connection closed)
2018-11-20 21:21:54 <-- kilic (kilic@tilde.team) has quit (Connection closed)
2018-11-20 21:21:54 <-- th3str3ak (th3str3ak@tilde.team) has quit (Connection closed)
2018-11-20 21:22:06 --> kilic (kilic@tilde.team) has joined #projects
2018-11-20 21:22:06 --> th3str3ak (th3str3ak@tilde.team) has joined #projects
2018-11-20 21:22:07 --> freeappsw (freeappsw@tilde.team) has joined #projects
2018-11-20 21:22:19 --> aewens|otg (aewensotg@tilde.team) has joined #projects
2018-11-21 02:26:32 -- irc: disconnected from server
2018-11-21 02:27:02 --> fosslinux (fosslinux@fhah4o.tilde.team) has joined #projects
2018-11-21 02:27:02 -- Topic for #projects is "what are you working on?"
2018-11-21 02:27:02 -- Topic set by ben on Thu, 21 Jun 2018 17:51:56
2018-11-21 02:27:02 -- Channel #projects: 17 nicks (1 op, 0 halfops, 0 voices, 16 normals)
2018-11-21 02:27:32 -- Channel created on Wed, 11 Jul 2018 00:21:48
2018-11-21 03:39:40 -- irc: disconnected from server
2018-11-21 03:40:10 --> fosslinux1 (fosslinux@fhah4o.tilde.team) has joined #projects
2018-11-21 03:40:10 -- Topic for #projects is "what are you working on?"
2018-11-21 03:40:10 -- Topic set by ben on Thu, 21 Jun 2018 17:51:56
2018-11-21 03:40:10 -- Channel #projects: 18 nicks (1 op, 0 halfops, 0 voices, 17 normals)
2018-11-21 03:40:40 -- Channel created on Wed, 11 Jul 2018 00:21:48
2018-11-21 03:40:52 <-- fosslinux (fosslinux@fhah4o.tilde.team) has quit (Connection closed)
2018-11-21 04:19:27 -- You are now known as fosslinux
2018-11-22 18:30:25 --> nun (nun@tilde.team) has joined #projects
2018-11-22 19:31:01 --> bilbertbates (bilberto@155.254.115.70) has joined #projects
2018-11-22 19:31:27 bilbertbates █▀▀▀▀▀█ █ ▄█▄ █▀▀▀▀▀█ i r c . s u p e r n e t s . o r g # s u p e r b o w l
2018-11-22 19:31:28 bilbertbates █ ███ █ █▄▀ █ █ ███ █ YO NET AINT GOT NO COOCHIE
2018-11-22 19:31:29 bilbertbates █ ▀▀▀ █ ▄█▄▄▄ █ ▀▀▀ █ HAPPY FL-O-O-D-SGIVING
2018-11-22 19:31:30 bilbertbates ▀▀▀▀▀▀▀ ▀▄█▄█ ▀▀▀▀▀▀▀ i r c . s u p e r n e t s . o r g # s u p e r b o w l
2018-11-22 19:31:31 bilbertbates ██▄ ▀█▀ ▄ ▄▀ ▄▀▄▀█▀▀
2018-11-22 19:31:34 bilbertbates ▀▀▀ █▀ ▄▀ ▀▄█ ▄█▀▀█ ██ █ █ ██ ██ ██ ███ █ ██ ███ ███
2018-11-22 19:31:35 bilbertbates ▀ ▀▀▀█▄█▄▀▄▄▄▄ ▄█ █ █ █ █ █ █ █ █ █ █ █ █ █ █│
2018-11-22 19:31:36 bilbertbates █▀▀▀▀▀█ ▄▄▀▄ ▄▀ █▄▀█ ██ █ █ ██ ██ ██ █ █ █ ██ █ ███
2018-11-22 19:31:37 bilbertbates █ ███ █ ▀ ▀█▀▀ █▄▄ ▀█ █ █ █ █ █ █ █ █ █ █ █ █ █
2018-11-22 19:31:38 bilbertbates █ ▀▀▀ █ ▄█▄ ▄▀ ▀▀▀ ██ ███ █ ██ █ █ █ ███ ██ █ ███
2018-11-22 19:31:39 bilbertbates ▀▀▀▀▀▀▀ ▀ ▀▀▀▀ ▀ ▀ └───────────────────────────────────┘
2018-11-22 19:31:42 bilbertbates ndorphant npa nincollin kilic sedbot rain1 tunas slipyx zyeri aewens|otg calypso th3str3ak ben aewens freeappsw fosslinux kirch nun
2018-11-22 19:31:43 <-- bilbertbates (bilberto@155.254.115.70) has left #projects ("HAPPY FL O O D S GIVING")
2018-11-22 19:32:07 fosslinux oh my goodness
2018-11-22 19:32:34 ~ben just klined that hostmask
2018-11-22 19:50:23 tunas ben: No use, you'd sooner ban the entire ipv4 address space than you'd fix this.
2018-11-22 19:54:03 ~ben lol that's rtue
2018-11-22 21:02:17 --> gillvsgregppv (kushmangreg@ip-3-2-55-196.in.asianpacifictelephone.com) has joined #projects
2018-11-22 21:02:19 gillvsgregppv █▀▀▀▀▀█ █ ▄█▄ █▀▀▀▀▀█ i r c . s u p e r n e t s . o r g # s u p e r b o w l
2018-11-22 21:02:21 gillvsgregppv █ ███ █ █▄▀ █ █ ███ █ YO NET AINT GOT NO COOCHIE
2018-11-22 21:02:23 gillvsgregppv █ ▀▀▀ █ ▄█▄▄▄ █ ▀▀▀ █ HAPPY FL-O-O-D-SGIVING
2018-11-22 21:02:25 gillvsgregppv ▀▀▀▀▀▀▀ ▀▄█▄█ ▀▀▀▀▀▀▀ i r c . s u p e r n e t s . o r g # s u p e r b o w l
2018-11-22 21:02:27 gillvsgregppv ██▄ ▀█▀ ▄ ▄▀ ▄▀▄▀█▀▀
2018-11-22 21:02:36 gillvsgregppv ▀▀▀ █▀ ▄▀ ▀▄█ ▄█▀▀█ ██ █ █ ██ ██ ██ ███ █ ██ ███ ███
2018-11-22 21:02:37 gillvsgregppv ▀ ▀▀▀█▄█▄▀▄▄▄▄ ▄█ █ █ █ █ █ █ █ █ █ █ █ █ █ █│
2018-11-22 21:02:38 gillvsgregppv █▀▀▀▀▀█ ▄▄▀▄ ▄▀ █▄▀█ ██ █ █ ██ ██ ██ █ █ █ ██ █ ███
2018-11-22 21:02:39 gillvsgregppv █ ███ █ ▀ ▀█▀▀ █▄▄ ▀█ █ █ █ █ █ █ █ █ █ █ █ █ █
2018-11-22 21:02:40 gillvsgregppv █ ▀▀▀ █ ▄█▄ ▄▀ ▀▀▀ ██ ███ █ ██ █ █ █ ███ ██ █ ███
2018-11-22 21:02:41 gillvsgregppv ▀▀▀▀▀▀▀ ▀ ▀▀▀▀ ▀ ▀ └───────────────────────────────────┘
2018-11-22 21:02:44 gillvsgregppv ndorphant npa nincollin kilic sedbot rain1 tunas slipyx zyeri aewens|otg calypso th3str3ak ben aewens freeappsw fosslinux kirch nun
2018-11-22 21:02:45 <-- gillvsgregppv (kushmangreg@ip-3-2-55-196.in.asianpacifictelephone.com) has left #projects ("HAPPY FL O O D S GIVING")
2018-11-22 21:02:49 nun wtf
2018-11-22 22:41:02 kirch Fun
2018-11-23 00:29:32 npa aw i thought i was popular
2018-11-23 00:30:03 npa do they just scan the internet looking for port 6667 open?
2018-11-23 01:42:41 --> ripmikejones (supernetsne@207.148.117.103) has joined #projects
2018-11-23 01:43:09 <-- ripmikejones (supernetsne@207.148.117.103) has quit (RecvQ exceeded)
2018-11-23 03:19:38 --> gillvsgregppv (kushmangreg@ip-7-10-52-196.mx.northamericancoax.com) has joined #projects
2018-11-23 03:20:02 gillvsgregppv █▀▀▀▀▀█ █ ▄█▄ █▀▀▀▀▀█ i r c . s u p e r n e t s . o r g # s u p e r b o w l
2018-11-23 03:20:02 <-- gillvsgregppv (kushmangreg@ip-7-10-52-196.mx.northamericancoax.com) has quit (RecvQ exceeded)
2018-11-23 03:53:56 --> coochiemanflex (coochiemooc@89.238.186.230) has joined #projects
2018-11-23 03:54:01 <-- coochiemanflex (coochiemooc@89.238.186.230) has quit (RecvQ exceeded)
2018-11-23 03:54:36 npa lol
2018-11-23 05:59:51 --> ahriman (ahriman@tilde.team) has joined #projects
2018-11-23 18:10:40 --> jusdepatate (jusdepatate@fbf7dq.fbx.proxad.net) has joined #projects
2018-11-23 20:49:09 <-- jusdepatate (jusdepatate@fbf7dq.fbx.proxad.net) has quit (Connection closed)
2018-11-23 21:19:54 <-- nun (nun@tilde.team) has left #projects ("WeeChat 2.3")
2018-11-23 22:35:55 --> mspe (mspe@cnt1qt.abo.wanadoo.fr) has joined #projects
2018-11-24 06:09:35 <-- mspe (mspe@cnt1qt.abo.wanadoo.fr) has quit (quit: Leaving)
2018-11-24 08:50:32 --> jusdepatate (jusdepatate@fbf7dq.fbx.proxad.net) has joined #projects
2018-11-24 08:51:58 <-- jusdepatate (jusdepatate@fbf7dq.fbx.proxad.net) has quit (quit: Leaving.)
2018-11-25 06:02:42 <-- ahriman (ahriman@tilde.team) has quit (quit: WeeChat 2.3)
2018-11-25 06:03:09 <-- zyeri (zyeri@tilde-cfs.tn8.189.206.IP) has quit (Changing host)
2018-11-25 06:03:09 --> zyeri (zyeri@206.189.181.151) has joined #projects
2018-11-25 06:03:09 <-- slipyx (slip@tilde-l4taic.bc.googleusercontent.com) has quit (Changing host)
2018-11-25 06:03:09 --> slipyx (slip@46.68.203.35.bc.googleusercontent.com) has joined #projects
2018-11-25 18:46:33 --> mspe (mspe@37.173.105.81) has joined #projects
2018-11-26 02:10:52 <-- ben (ben@oper.tilde.chat) has quit (Server shutdown)
2018-11-26 02:10:52 <-- tunas (tunas@doesnt.have.enough.spoons) has quit (Server shutdown)
2018-11-26 02:11:07 --> tunas (tunas@tilde.team) has joined #projects
2018-11-26 02:22:48 --> ben (ben@oper.tilde.chat) has joined #projects
2018-11-26 02:23:05 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-26 02:23:36 --> ben (ben@oper.tilde.chat) has joined #projects
2018-11-26 02:23:36 -- Mode #projects [+qo ben ben] by ChanServ
2018-11-26 03:14:49 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-26 03:18:04 --> ben (ben@oper.tilde.chat) has joined #projects
2018-11-26 03:18:04 -- Mode #projects [+qo ben ben] by ChanServ
2018-11-26 06:34:00 <-- mspe (mspe@37.173.105.81) has quit (Ping timeout: 121 seconds)
2018-11-26 06:34:13 --> mspe (mspe@37.164.208.170) has joined #projects
2018-11-26 15:39:58 <-- th3str3ak (th3str3ak@tilde.team) has quit (Connection closed)
2018-11-26 15:39:58 <-- kilic (kilic@tilde.team) has quit (Connection closed)
2018-11-26 15:39:58 <-- freeappsw (freeappsw@tilde.team) has quit (Connection closed)
2018-11-26 15:39:58 <-- aewens|otg (aewensotg@tilde.team) has quit (Connection closed)
2018-11-26 18:34:00 <-- mspe (mspe@37.164.208.170) has quit (Ping timeout: 121 seconds)
2018-11-26 18:34:13 --> mspe (mspe@37.165.223.48) has joined #projects
2018-11-26 21:44:53 --> freeappsw (freeappsw@tilde.team) has joined #projects
2018-11-26 21:50:37 --> kilic (kilic@tilde.team) has joined #projects
2018-11-26 21:50:37 --> th3str3ak (th3str3ak@tilde.team) has joined #projects
2018-11-26 21:50:48 --> aewens|otg (aewensotg@tilde.team) has joined #projects
2018-11-26 22:50:30 <-- mspe (mspe@37.165.223.48) has quit (Ping timeout: 121 seconds)
2018-11-27 05:24:25 --> mspe (mspe@37.165.137.73) has joined #projects
2018-11-27 05:26:23 <-- mspe (mspe@37.165.137.73) has quit (quit: Leaving)
2018-11-27 16:17:00 <-- npa (npa@127.0.0.1) has quit (team.tilde.chat town.tilde.chat)
2018-11-27 16:17:00 <-- kirch (kirch@127.0.0.1) has quit (team.tilde.chat town.tilde.chat)
2018-11-27 16:17:00 <-- endorphant (endorphant@127.0.0.1) has quit (team.tilde.chat town.tilde.chat)
2018-11-27 16:18:29 <-- sedbot (sedbot@localhost) has quit (Ping timeout: 121 seconds)
2018-11-27 16:18:43 <-- rain1 (rain1@localhost) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:00 <-- th3str3ak (th3str3ak@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:00 <-- kilic (kilic@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:00 <-- aewens|otg (aewensotg@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:00 <-- freeappsw (freeappsw@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:23 --> freeappsw (freeappsw@tilde.team) has joined #projects
2018-11-27 16:19:32 --> aewens|otg (aewensotg@tilde.team) has joined #projects
2018-11-27 16:19:41 --> rain1 (rain1@tilde.team) has joined #projects
2018-11-27 16:19:56 --> sedbot (sedbot@tilde.team) has joined #projects
2018-11-27 16:32:11 --> kilic (kilic@tilde.team) has joined #projects
2018-11-27 16:32:20 --> th3str3ak (th3str3ak@tilde.team) has joined #projects
2018-11-27 16:45:40 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-11-27 16:45:56 --> ben (ben@oper.tilde.chat) has joined #projects
2018-11-27 16:45:56 -- Mode #projects [+qo ben ben] by gingko.tilde.chat
2018-11-27 18:42:42 --> endorphant (endorphant@127.0.0.1) has joined #projects
2018-11-27 18:42:42 --> kirch (kirch@127.0.0.1) has joined #projects
2018-11-27 18:42:42 --> npa (npa@127.0.0.1) has joined #projects
2018-11-28 09:12:00 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-11-28 09:16:26 --> ben (ben@oper.tilde.chat) has joined #projects
2018-11-28 09:16:26 -- Mode #projects [+qo ben ben] by gingko.tilde.chat
2018-11-28 18:05:51 <-- kirch (kirch@127.0.0.1) has quit (Quit: WeeChat 2.2)
2018-11-28 18:06:10 --> kirch (kirch@127.0.0.1) has joined #projects
2018-11-28 18:07:54 <-- kirch (kirch@127.0.0.1) has quit (Quit: WeeChat 2.2)
2018-11-28 18:08:07 --> kirch (kirch@127.0.0.1) has joined #projects
2018-11-28 18:49:21 <-- kirch (kirch@127.0.0.1) has quit (Quit: WeeChat 2.2)
2018-11-28 18:49:38 --> kirch (kirch@127.0.0.1) has joined #projects
2018-11-28 19:10:48 <-- nincollin (nincollin@tilde.town) has quit (quit: slain by ninlenna)
2018-11-30 05:11:59 -- irc: disconnected from server
2018-11-30 05:12:24 --> fosslinux (fosslinux@bsd.tilde.team) has joined #projects
2018-11-30 05:12:24 -- Topic for #projects is "what are you working on?"
2018-11-30 05:12:24 -- Topic set by ben on Thu, 21 Jun 2018 17:51:56
2018-11-30 05:12:24 -- Channel #projects: 16 nicks (1 op, 0 halfops, 0 voices, 15 normals)
2018-11-30 05:13:08 -- Channel created on Wed, 11 Jul 2018 00:21:48
2018-11-30 17:31:17 --> mspe (mspe@37.173.35.209) has joined #projects
2018-12-01 00:42:45 <-- mspe (mspe@37.173.35.209) has quit (Ping timeout: 121 seconds)
2018-12-01 00:42:57 --> mspe (mspe@37.173.173.116) has joined #projects
2018-12-01 00:46:37 <-- mspe (mspe@37.173.173.116) has quit (quit: Leaving)
2018-12-01 15:42:06 --> mspe (mspe@37.164.36.127) has joined #projects
2018-12-01 17:13:34 <-- mspe (mspe@37.164.36.127) has quit (Ping timeout: 121 seconds)
2018-12-01 17:13:43 --> mspe (mspe@37.169.98.216) has joined #projects
2018-12-01 23:01:04 <-- mspe (mspe@37.169.98.216) has quit (Ping timeout: 121 seconds)
2018-12-02 01:05:00 slipyx welcome to the aoc leaderboard ben
2018-12-02 01:05:27 ~ben hi
2018-12-02 01:05:29 ~ben thank
2018-12-02 01:14:13 fosslinux ?
2018-12-02 01:16:38 npa advent of code
2018-12-02 01:17:17 fosslinux oh
2018-12-02 01:17:18 fosslinux right
2018-12-02 02:31:48 slipyx oh shit
2018-12-02 02:31:57 slipyx just realized next aoc is gonna be on a sunday
2018-12-02 02:32:35 slipyx coding on sundays always end in disaster for me
2018-12-02 07:52:58 --> mspe (mspe@37.173.162.191) has joined #projects
2018-12-02 08:01:20 <-- mspe (mspe@37.173.162.191) has quit (quit: Leaving)
2018-12-03 02:33:45 slipyx judging by previous aoc years, day 3 might be geometry related
2018-12-03 04:28:28 ~ben let's get this bread
2018-12-03 05:02:31 slipyx fuck peter tseng
2018-12-03 05:14:40 ~ben lel
2018-12-03 05:14:43 ~ben srsrly
2018-12-03 05:14:45 ~ben and it's ruby
2018-12-03 05:14:51 ~ben slipyx: #adventofcode
2018-12-03 06:10:31 <-- th3str3ak (th3str3ak@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- kilic (kilic@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- sedbot (sedbot@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- rain1 (rain1@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- aewens|otg (aewensotg@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- freeappsw (freeappsw@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:11:16 --> th3str3ak (th3str3ak@tilde.team) has joined #projects
2018-12-03 06:11:17 --> freeappsw (freeappsw@tilde.team) has joined #projects
2018-12-03 06:11:18 --> kilic (kilic@tilde.team) has joined #projects
2018-12-03 06:11:27 --> aewens|otg (aewensotg@tilde.team) has joined #projects
2018-12-03 06:11:43 --> sedbot (sedbot@tilde.team) has joined #projects
2018-12-03 06:11:58 --> rain1 (rain1@tilde.team) has joined #projects
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-03 10:47:47 --> fosslinux (fosslinux@bsd.tilde.team) has joined #projects
2018-12-03 10:47:47 -- Topic for #projects is "what are you working on?"
2018-12-03 10:47:47 -- Topic set by ben on Thu, 21 Jun 2018 17:51:56
2018-12-03 10:47:47 -- Channel #projects: 16 nicks (1 op, 0 halfops, 0 voices, 15 normals)
2018-12-03 10:48:33 -- Channel created on Wed, 11 Jul 2018 00:21:48
2018-12-03 15:38:32 * kirch is far too lazy to AOC
2018-12-03 15:39:06 kirch I just finished NaNoGenMo, generating 3 books: http://jkirchartz.com/NaNoGenMo/2018/
2018-12-03 15:40:05 kirch the last of which, Vocabularycept, generates poetry books and inspired 2 more projects
2018-12-03 15:40:16 kirch http://tilde.town/~kirch/vocabularycept.html
2018-12-03 15:40:18 kirch http://tilde.town/~kirch/random_magnepo.html
2018-12-03 15:40:48 kirch the first alphabetizes a poem & allows you to re-arrange them magnetic poetry style -- the second just gives the poem in it's original format
2018-12-04 06:12:21 -- You are now known as |
2018-12-04 06:13:48 -- You are now known as fosslinux
2018-12-04 16:40:40 <-- ben (ben@oper.tilde.chat) has quit (Server shutdown)
2018-12-04 16:44:23 --> ben (ben@oper.tilde.chat) has joined #projects
2018-12-04 16:44:34 -- Mode #projects [+qo ben ben] by ChanServ
2018-12-04 17:19:08 <-- kirch (kirch@127.0.0.1) has quit (Connection closed)
2018-12-04 17:20:03 --> kirch (kirch@127.0.0.1) has joined #projects
2018-12-05 06:34:10 <-- aewens (aewens@king.of.chaos) has quit (Ping timeout: 121 seconds)
2018-12-05 06:41:06 --> aewens (aewens@tilde.team) has joined #projects
2018-12-05 06:42:44 <-- aewens (aewens@tilde.team) has quit (services.tilde.chat (Too many invalid passwords))
2018-12-05 06:43:03 --> aewens (aewens@tilde.team) has joined #projects
2018-12-05 06:44:41 <-- aewens (aewens@tilde.team) has quit (Changing host)
2018-12-05 06:44:41 --> aewens (aewens@king.of.chaos) has joined #projects
2018-12-06 05:09:04 <-- zyeri (zyeri@206.189.181.151) has quit (Ping timeout: 121 seconds)
2018-12-06 05:13:12 --> zyeri (zyeri@206.189.181.151) has joined #projects
2018-12-06 19:38:31 --> mspe (mspe@37.173.255.240) has joined #projects
2018-12-06 23:47:04 <-- mspe (mspe@37.173.255.240) has quit (quit: Leaving)
2018-12-13 11:36:16 <-- slipyx (slip@46.68.203.35.bc.googleusercontent.com) has quit (Ping timeout: 121 seconds)
2018-12-13 11:37:59 --> slipyx (slip@46.68.203.35.bc.googleusercontent.com) has joined #projects
2018-12-13 11:47:49 <-- slipyx (slip@46.68.203.35.bc.googleusercontent.com) has quit (Ping timeout: 121 seconds)
2018-12-13 11:48:45 --> slipyx (slip@46.68.203.35.bc.googleusercontent.com) has joined #projects
2018-12-13 11:53:07 <-- slipyx (slip@46.68.203.35.bc.googleusercontent.com) has quit (Ping timeout: 121 seconds)
2018-12-13 11:54:50 --> slipyx (slip@46.68.203.35.bc.googleusercontent.com) has joined #projects
2018-12-14 05:56:22 -- You are now known as ^
2018-12-14 06:11:12 -- You are now known as fosslinux
2018-12-17 15:21:24 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-12-17 15:27:52 --> ben (ben@oper.tilde.chat) has joined #projects
2018-12-17 15:27:53 -- Mode #projects [+qo ben ben] by ChanServ
2018-12-18 17:14:49 <-- zyeri (zyeri@206.189.181.151) has quit (NickServ (RECOVER command used by zyeri1))
2018-12-18 17:14:49 --> zyeri (zyeri@tilde.team) has joined #projects
2018-12-18 17:15:08 <-- zyeri (zyeri@tilde.team) has quit (quit: WeeChat 2.3)
2018-12-18 17:42:41 --> zyeri (zyeri@tilde.team) has joined #projects
2018-12-19 02:04:02 <-- npa (npa@127.0.0.1) has quit (Quit: WeeChat 2.2)
2018-12-19 15:28:59 -- ben is now known as 550AAAAAE
2018-12-19 15:29:44 -- 550AAAAAE is now known as ben
2018-12-19 15:43:55 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-12-19 15:45:11 --> 550AAAAAE (ben@oper.tilde.chat) has joined #projects
2018-12-19 15:45:11 -- Mode #projects [+qo 550AAAAAE 550AAAAAE] by center.tilde.chat
2018-12-19 15:45:31 -- 550AAAAAE is now known as ben
2018-12-19 23:30:56 -- irc: disconnected from server
2018-12-19 23:42:19 --> fosslinux (fosslinux@bsd.tilde.team) has joined #projects
2018-12-19 23:42:19 -- Topic for #projects is "what are you working on?"
2018-12-19 23:42:19 -- Topic set by ben on Thu, 21 Jun 2018 17:51:56
2018-12-19 23:42:19 -- Channel #projects: 15 nicks (1 op, 0 halfops, 0 voices, 14 normals)
2018-12-19 23:42:21 -- Channel created on Wed, 11 Jul 2018 00:21:48

View File

@ -0,0 +1,7 @@
2018-11-30 20:59:39 --> fosslinux (fosslinux@bsd.tilde.team) has joined #religion
2018-11-30 20:59:39 -- Topic for #religion is "religious overflow for when it's just too blasphemous for #meta"
2018-11-30 20:59:39 -- Topic set by aewens on Wed, 29 Aug 2018 15:13:12
2018-11-30 20:59:39 -- Channel #religion: 2 nicks (0 ops, 0 halfops, 0 voices, 2 normals)
2018-11-30 20:59:41 -- Channel created on Wed, 29 Aug 2018 15:10:11
2018-11-30 20:59:49 fosslinux lol nothings in here bye
2018-11-30 20:59:55 <-- fosslinux (fosslinux@bsd.tilde.team) has left #religion ("WeeChat 2.2")

View File

@ -0,0 +1,14 @@
2018-11-15 19:42:18 --> fosslinux (fosslinux@tilde-fhah4o.tilde.team) has joined #shitposting
2018-11-15 19:42:18 -- Channel #shitposting: 13 nicks (1 op, 0 halfops, 0 voices, 12 normals)
2018-11-15 19:42:19 -- Channel created on Wed, 11 Jul 2018 00:21:48
2018-11-15 19:42:22 fosslinux hmmmm
2018-11-15 19:42:23 fosslinux hmm
2018-11-15 19:42:23 fosslinux hmm
2018-11-15 19:42:24 fosslinux hmm
2018-11-15 19:42:25 fosslinux hmm
2018-11-15 19:42:26 fosslinux hmm
2018-11-15 19:42:27 fosslinux hmm
2018-11-15 19:42:28 fosslinux hmm
2018-11-15 19:42:32 fosslinux !hmmscore
2018-11-15 19:42:35 fosslinux oh
2018-11-15 19:42:35 fosslinux damn

View File

@ -0,0 +1,74 @@
2018-11-30 07:32:46 --> fosslinux (fosslinux@bsd.tilde.team) has joined #slbr
2018-11-30 07:32:46 -- Topic for #slbr is "ON HIATUS | SUICIDE LINUX BATTLE ROYALE: https://slbr.tildeverse.org | it's like jenga but it's on a computer and it's with typos"
2018-11-30 07:32:46 -- Topic set by khuxkm|lounge (khuxkm@oper.tilde.chat) on Sun, 25 Nov 2018 05:45:00
2018-11-30 07:32:46 -- Channel #slbr: 10 nicks (0 ops, 0 halfops, 0 voices, 10 normals)
2018-11-30 07:32:48 -- Channel created on Fri, 14 Sep 2018 15:20:10
2018-11-30 07:32:57 fosslinux this looks amazing
2018-11-30 07:33:02 fosslinux i so wanna try this
2018-11-30 07:33:23 fosslinux ON HIATUS
2018-11-30 07:33:25 fosslinux thats sad
2018-11-30 07:33:29 fosslinux anything i can do to help?
2018-11-30 11:14:26 jan6 who knows
2018-11-30 11:14:46 jan6 it's kinda dead, cause nobody's bothering with it anymore
2018-11-30 20:27:21 fosslinux :(
2018-11-30 20:27:33 fosslinux is there any code or anything that anyone had?
2018-11-30 20:28:26 ben https://tildegit.org/tildeverse/slbr i think
2018-12-01 03:33:34 <-- khuxkm|lounge (khuxkm@sudoers.tilde.team) has quit (Changing host)
2018-12-01 03:33:34 --> khuxkm|lounge (khuxkm@oper.tilde.chat) has joined #slbr
2018-12-01 21:01:38 -- jan6 is now known as ben_shapiro
2018-12-01 21:02:31 -- ben_shapiro is now known as jan6
2018-12-02 21:56:56 -- brendantcc_lounge is now known as Real_jan6
2018-12-02 21:57:26 -- Real_jan6 is now known as brendantcc_lounge
2018-12-02 22:08:49 -- jan6 is now known as irc_irc_jan6
2018-12-02 22:10:13 -- irc_irc_jan6 is now known as |
2018-12-02 22:13:04 -- | is now known as jan6
2018-12-03 06:10:31 <-- arne (arne@arnes.cozy.tilde) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- kilic (kilic@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- brendantcc_lounge (brendantcc@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- sedbot (sedbot@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- jan6 (jan6@is.quite.awesome) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:11:19 --> kilic (kilic@tilde.team) has joined #slbr
2018-12-03 06:11:23 --> brendantcc_lounge (brendantcc@tilde.team) has joined #slbr
2018-12-03 06:11:28 --> arne (arne@arnes.cozy.tilde) has joined #slbr
2018-12-03 06:11:44 --> khuxkm|lounge (khuxkm@tilde.team) has joined #slbr
2018-12-03 06:12:01 --> sedbot (sedbot@tilde.team) has joined #slbr
2018-12-03 06:12:28 --> jan6 (jan6@tilde.team) has joined #slbr
2018-12-03 06:16:54 -- brendantcc_lounge is now known as Guest22889
2018-12-03 06:17:51 <-- Guest22889 (brendantcc@tilde.team) has quit (OperServ ((ben) No reason specified))
2018-12-03 10:39:16 <-- trqx (trqx@shroom.party) has quit (team.tilde.chat bsd.tilde.chat)
2018-12-03 10:39:16 --> trqx (trqx@shroom.party) has joined #slbr
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-03 10:48:03 --> fosslinux (fosslinux@bsd.tilde.team) has joined #slbr
2018-12-03 10:48:03 -- Topic for #slbr is "ON HIATUS | SUICIDE LINUX BATTLE ROYALE: https://slbr.tildeverse.org | it's like jenga but it's on a computer and it's with typos"
2018-12-03 10:48:03 -- Topic set by khuxkm|lounge (khuxkm@oper.tilde.chat) on Sun, 25 Nov 2018 05:45:01
2018-12-03 10:48:03 -- Channel #slbr: 8 nicks (0 ops, 0 halfops, 0 voices, 8 normals)
2018-12-03 10:48:47 --> trqx (trqx@shroom.party) has joined #slbr
2018-12-03 10:48:49 -- Channel created on Fri, 14 Sep 2018 15:20:10
2018-12-03 14:48:42 <-- jan6 (jan6@tilde.team) has quit (Changing host)
2018-12-03 14:48:42 --> jan6 (jan6@is.quite.awesome) has joined #slbr
2018-12-03 14:52:55 <-- khuxkm|lounge (khuxkm@tilde.team) has quit (Changing host)
2018-12-03 14:52:55 --> khuxkm|lounge (khuxkm@oper.tilde.chat) has joined #slbr
2018-12-03 19:24:33 -- jan6 is now known as aewenz
2018-12-03 19:25:59 -- aewenz is now known as jan6
2018-12-04 06:12:21 -- You are now known as |
2018-12-04 06:13:48 -- You are now known as fosslinux
2018-12-04 16:40:40 <-- ben (ben@oper.tilde.chat) has quit (Server shutdown)
2018-12-04 16:44:23 --> ben (ben@oper.tilde.chat) has joined #slbr
2018-12-05 07:54:20 <-- trqx (trqx@shroom.party) has quit (team.tilde.chat bsd.tilde.chat)
2018-12-05 07:58:51 --> trqx (trqx@shroom.party) has joined #slbr
2018-12-05 21:44:30 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (Changing host)
2018-12-05 21:44:30 --> khuxkm|lounge (khuxkm@sudoers.tilde.team) has joined #slbr
2018-12-06 20:32:32 <-- trqx (trqx@shroom.party) has quit (quit: WeeChat 2.2)
2018-12-10 20:08:52 <-- scifi (scifi@165.227.67.248) has quit (Client exited)
2018-12-12 18:36:06 <-- arne (arne@arnes.cozy.tilde) has left #slbr ("tilde lounge - https://irc.tilde.team")
2018-12-14 05:56:22 -- You are now known as ^
2018-12-14 06:11:12 -- You are now known as fosslinux
2018-12-17 15:21:24 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-12-17 15:27:53 --> ben (ben@oper.tilde.chat) has joined #slbr
2018-12-19 15:28:59 -- ben is now known as 550AAAAAE
2018-12-19 15:29:44 -- 550AAAAAE is now known as ben
2018-12-19 15:43:55 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-12-19 15:45:11 --> 550AAAAAE (ben@oper.tilde.chat) has joined #slbr
2018-12-19 15:45:31 -- 550AAAAAE is now known as ben
2018-12-19 23:30:56 -- irc: disconnected from server

View File

@ -0,0 +1,620 @@
2018-11-13 07:05:12 --> fosslinux1 (fosslinux@tilde-fhah4o.tilde.team) has joined #sudoers
2018-11-13 07:05:12 -- Topic for #sudoers is "package requests or whatever go here; ask and maybe we'll do something idk"
2018-11-13 07:05:12 -- Topic set by khuxkm (khuxkm@oper.tilde.chat) on Wed, 12 Sep 2018 18:46:17
2018-11-13 07:05:12 -- Channel #sudoers: 24 nicks (4 ops, 0 halfops, 0 voices, 20 normals)
2018-11-13 07:05:14 -- Channel created on Wed, 11 Jul 2018 00:21:57
2018-11-13 07:06:34 <-- fosslinux (pi@tilde-7hvk8p.exetel.com.au) has quit (quit: changing host)
2018-11-13 07:06:46 -- You are now known as fosslinux
2018-11-13 08:15:58 -- jan6| is now known as l0gin
2018-11-13 08:16:32 -- l0gin is now known as jan6|
2018-11-13 08:17:30 <-- jan6| (jan6|lounge@tilde.team) has quit (Changing host)
2018-11-13 08:17:30 --> jan6| (jan6|lounge@is.quite.awesome) has joined #sudoers
2018-11-13 12:05:06 --> singlet (singlet@tilde-260.tbo.170.37.IP) has joined #sudoers
2018-11-13 12:07:02 <-- singlet (singlet@tilde-260.tbo.170.37.IP) has quit (quit: Leaving)
2018-11-13 12:52:38 -- irc: disconnected from server
2018-11-13 23:02:26 --> fosslinux (fosslinux@tilde-fhah4o.tilde.team) has joined #sudoers
2018-11-13 23:02:26 -- Topic for #sudoers is "package requests or whatever go here; ask and maybe we'll do something idk"
2018-11-13 23:02:26 -- Topic set by khuxkm (khuxkm@oper.tilde.chat) on Wed, 12 Sep 2018 18:46:17
2018-11-13 23:02:26 -- Channel #sudoers: 22 nicks (4 ops, 0 halfops, 0 voices, 18 normals)
2018-11-13 23:02:52 -- Channel created on Wed, 11 Jul 2018 00:21:57
2018-11-13 23:03:12 -- You are now known as 674AAA06V
2018-11-13 23:05:22 --> slipyx (slip@tilde-l4taic.bc.googleusercontent.com) has joined #sudoers
2018-11-14 04:28:08 -- You are now known as fosslinux
2018-11-14 15:13:26 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-14 15:14:12 --> ben (ben@oper.tilde.chat) has joined #sudoers
2018-11-14 15:14:12 -- Mode #sudoers [+qo ben ben] by ChanServ
2018-11-14 15:30:00 -- You are now known as 674AAA06V
2018-11-14 16:05:36 -- jan6 is now known as someone
2018-11-14 17:31:52 -- someone is now known as jan6
2018-11-14 18:13:09 <-- tunas (tunas@doesnt.have.enough.spoons) has quit (quit: Be right back, compressing logs. Don't talk!)
2018-11-14 18:31:38 --> tunas (tunas@doesnt.have.enough.spoons) has joined #sudoers
2018-11-14 19:45:38 -- You are now known as fosslinux_
2018-11-14 19:56:04 -- You are now known as fosslinux
2018-11-15 20:29:30 --> ben|bsd (ben@oper.tilde.chat) has joined #sudoers
2018-11-16 12:36:14 <-- khuxkm|lounge (khuxkm@sudoers.tilde.team) has quit (Changing host)
2018-11-16 12:36:14 --> khuxkm|lounge (khuxkm@oper.tilde.chat) has joined #sudoers
2018-11-16 12:36:14 -- Mode #sudoers [+o khuxkm|lounge] by team.tilde.chat
2018-11-16 19:59:12 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-16 19:59:28 --> ben (ben@oper.tilde.chat) has joined #sudoers
2018-11-16 19:59:28 -- Mode #sudoers [+qo ben ben] by ChanServ
2018-11-17 01:12:42 --> virtual (virtual@super.kawaii.girlfriend.of.your.dreams) has joined #sudoers
2018-11-17 01:12:42 -- Mode #sudoers [+o virtual] by ChanServ
2018-11-17 01:28:31 <-- virtual (virtual@super.kawaii.girlfriend.of.your.dreams) has quit (quit: Leaving)
2018-11-17 01:29:12 --> virtual (virtual@super.kawaii.girlfriend.of.your.dreams) has joined #sudoers
2018-11-17 01:29:12 -- Mode #sudoers [+o virtual] by ChanServ
2018-11-17 01:48:45 --> notvirtual (virtual@super.kawaii.girlfriend.of.your.dreams) has joined #sudoers
2018-11-17 01:48:45 -- Mode #sudoers [+o notvirtual] by ChanServ
2018-11-17 01:50:38 <-- virtual (virtual@super.kawaii.girlfriend.of.your.dreams) has quit (Ping timeout: 121 seconds)
2018-11-17 01:50:44 <-- notvirtual (virtual@super.kawaii.girlfriend.of.your.dreams) has quit (quit: Leaving)
2018-11-18 03:17:53 <-- ben|bsd (ben@oper.tilde.chat) has quit (quit: WeeChat 2.2)
2018-11-18 22:22:55 --> virtual (virtual@super.kawaii.girlfriend.of.your.dreams) has joined #sudoers
2018-11-18 22:22:56 -- Mode #sudoers [+o virtual] by ChanServ
2018-11-18 23:13:16 <-- virtual (virtual@super.kawaii.girlfriend.of.your.dreams) has quit (quit: Leaving)
2018-11-19 15:04:57 --> webchatter (lounge-user@h8knaf.adsl-surfen.hetnet.nl) has joined #sudoers
2018-11-19 15:05:33 <-- webchatter (lounge-user@h8knaf.adsl-surfen.hetnet.nl) has quit (quit: https://web.tilde.chat - thelounge)
2018-11-20 17:10:59 -- jan6 is now known as nyan6
2018-11-20 19:40:10 -- nyan6 is now known as jan6
2018-11-20 21:21:54 <-- freeappsw (freeappsw@tilde.team) has quit (Connection closed)
2018-11-20 21:21:54 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (Connection closed)
2018-11-20 21:21:54 <-- aewens|otg (aewensotg@tilde.team) has quit (Connection closed)
2018-11-20 21:21:54 <-- kilic (kilic@tilde.team) has quit (Connection closed)
2018-11-20 21:21:54 <-- arne (arne@arnes.cozy.tilde) has quit (Connection closed)
2018-11-20 21:21:54 <-- jan6| (jan6|lounge@is.quite.awesome) has quit (Connection closed)
2018-11-20 21:22:07 --> kilic (kilic@tilde.team) has joined #sudoers
2018-11-20 21:22:11 --> freeappsw (freeappsw@tilde.team) has joined #sudoers
2018-11-20 21:22:12 --> arne (arne@arnes.cozy.tilde) has joined #sudoers
2018-11-20 21:22:19 --> jan6| (jan6|lounge@tilde.team) has joined #sudoers
2018-11-20 21:22:19 --> aewens|otg (aewensotg@tilde.team) has joined #sudoers
2018-11-20 21:22:41 --> khuxkm|lounge (khuxkm@tilde.team) has joined #sudoers
2018-11-20 22:29:09 <-- jan6| (jan6|lounge@tilde.team) has quit (Changing host)
2018-11-20 22:29:09 --> jan6| (jan6|lounge@is.quite.awesome) has joined #sudoers
2018-11-21 02:26:32 -- irc: disconnected from server
2018-11-21 02:27:00 --> fosslinux (fosslinux@fhah4o.tilde.team) has joined #sudoers
2018-11-21 02:27:00 -- Topic for #sudoers is "package requests or whatever go here; ask and maybe we'll do something idk"
2018-11-21 02:27:00 -- Topic set by khuxkm (khuxkm@oper.tilde.chat) on Wed, 12 Sep 2018 18:46:17
2018-11-21 02:27:00 -- Channel #sudoers: 23 nicks (3 ops, 0 halfops, 0 voices, 20 normals)
2018-11-21 02:27:30 -- Channel created on Wed, 11 Jul 2018 00:21:57
2018-11-21 03:39:40 -- irc: disconnected from server
2018-11-21 03:40:08 --> fosslinux1 (fosslinux@fhah4o.tilde.team) has joined #sudoers
2018-11-21 03:40:08 -- Topic for #sudoers is "package requests or whatever go here; ask and maybe we'll do something idk"
2018-11-21 03:40:08 -- Topic set by khuxkm (khuxkm@oper.tilde.chat) on Wed, 12 Sep 2018 18:46:17
2018-11-21 03:40:08 -- Channel #sudoers: 24 nicks (3 ops, 0 halfops, 0 voices, 21 normals)
2018-11-21 03:40:38 -- Channel created on Wed, 11 Jul 2018 00:21:57
2018-11-21 03:40:52 <-- fosslinux (fosslinux@fhah4o.tilde.team) has quit (Connection closed)
2018-11-21 04:19:27 -- You are now known as fosslinux
2018-11-21 15:18:34 <-- khuxkm|lounge (khuxkm@tilde.team) has quit (Changing host)
2018-11-21 15:18:34 --> khuxkm|lounge (khuxkm@sudoers.tilde.team) has joined #sudoers
2018-11-21 15:18:34 -- Mode #sudoers [+o khuxkm|lounge] by ChanServ
2018-11-21 16:58:06 <-- minerbot2 (minerbot2@tilde.team) has quit (Connection closed)
2018-11-21 16:58:15 --> minerbot2 (minerbot2@tilde.team) has joined #sudoers
2018-11-21 17:03:16 minerbot2 [GLOBAL] going down
2018-11-21 17:03:23 <-- minerbot2 (minerbot2@tilde.team) has quit (Connection closed)
2018-11-21 17:03:31 --> minerbot2 (minerbot2@tilde.team) has joined #sudoers
2018-11-21 17:03:50 <-- minerbot2 (minerbot2@tilde.team) has quit (Connection closed)
2018-11-21 17:22:53 --> minerbot2 (minerbot2@tilde.team) has joined #sudoers
2018-11-22 10:39:32 --> gillvsgreg (sueprnettle@23.237.120.26) has joined #sudoers
2018-11-22 10:39:34 gillvsgreg █▀▀▀▀▀█ █ ▄█▄ █▀▀▀▀▀█ i r c . s u p e r n e t s . o r g # s u p e r b o w l
2018-11-22 10:39:36 gillvsgreg █ ███ █ █▄▀ █ █ ███ █ YO NET AINT GOT NO COOCHIE
2018-11-22 10:39:38 gillvsgreg █ ▀▀▀ █ ▄█▄▄▄ █ ▀▀▀ █ HAPPY FL-O-O-D-SGIVING
2018-11-22 10:39:40 gillvsgreg ▀▀▀▀▀▀▀ ▀▄█▄█ ▀▀▀▀▀▀▀ i r c . s u p e r n e t s . o r g # s u p e r b o w l
2018-11-22 10:39:42 gillvsgreg ██▄ ▀█▀ ▄ ▄▀ ▄▀▄▀█▀▀
2018-11-22 10:39:44 gillvsgreg ▀▀▀ █▀ ▄▀ ▀▄█ ▄█▀▀█ ██ █ █ ██ ██ ██ ███ █ ██ ███ ███
2018-11-22 10:39:53 gillvsgreg ▀ ▀▀▀█▄█▄▀▄▄▄▄ ▄█ █ █ █ █ █ █ █ █ █ █ █ █ █ █│
2018-11-22 10:39:54 gillvsgreg █▀▀▀▀▀█ ▄▄▀▄ ▄▀ █▄▀█ ██ █ █ ██ ██ ██ █ █ █ ██ █ ███
2018-11-22 10:39:55 gillvsgreg █ ███ █ ▀ ▀█▀▀ █▄▄ ▀█ █ █ █ █ █ █ █ █ █ █ █ █ █
2018-11-22 10:39:56 gillvsgreg █ ▀▀▀ █ ▄█▄ ▄▀ ▀▀▀ ██ ███ █ ██ █ █ █ ███ ██ █ ███
2018-11-22 10:39:57 gillvsgreg ▀▀▀▀▀▀▀ ▀ ▀▀▀▀ ▀ ▀ └───────────────────────────────────┘
2018-11-22 10:39:58 gillvsgreg empamo desvox_ ubergeek kilic khuxkm sedbot dpc tunas slipyx khuxkm|lounge aewens|otg Clefable calypso jan6 arne ben aewens freeappsw auditor cmccabe fosslinux jan6| minerbot2
2018-11-22 10:39:59 <-- gillvsgreg (sueprnettle@23.237.120.26) has left #sudoers ("HAPPY fludsgiving YA FILTY ANIMALS")
2018-11-22 10:40:13 tunas Of course.
2018-11-22 10:41:27 tunas It was only a matter of time.
2018-11-22 11:48:34 jan6| I suspect it might be related to people mentioning this place in #minecraft, and probably some other things too
2018-11-22 11:48:59 tunas What's #minecraft linked to?
2018-11-22 11:49:24 jan6| the game, and town
2018-11-22 11:49:40 slipyx i blame th*nix
2018-11-22 11:49:41 jan6| and discord
2018-11-22 11:50:14 jan6| some people there are "friend of a friend of a tilderer" or stuff like that
2018-11-22 11:50:35 jan6| tux nix
2018-11-22 13:42:51 tunas Oh, yeah.
2018-11-22 13:43:42 tunas That tends to happen when you invite people from outside a community into it, with no screening.
2018-11-22 13:43:44 tunas Ah well.
2018-11-22 13:50:49 arne nkx
2018-11-22 15:24:47 ~ben discord?
2018-11-22 15:24:56 ~ben that's been shut down for a while now
2018-11-22 15:31:22 arne yea
2018-11-22 19:28:35 fosslinux no, #minecraft still has discord
2018-11-22 19:33:36 ~ben oh i didn't know that
2018-11-22 19:33:39 ~ben :/
2018-11-22 21:02:42 --> gillvsgregppv (kushmangreg@ip-3-2-55-196.in.asianpacifictelephone.com) has joined #sudoers
2018-11-22 21:03:18 <-- gillvsgregppv (kushmangreg@ip-3-2-55-196.in.asianpacifictelephone.com) has quit (RecvQ exceeded)
2018-11-23 01:04:49 --> gillvsgregppv (kushmangreg@ip-3-2-55-196.in.asianpacifictelephone.com) has joined #sudoers
2018-11-23 01:04:52 gillvsgregppv █▀▀▀▀▀█ █ ▄█▄ █▀▀▀▀▀█ i r c . s u p e r n e t s . o r g # s u p e r b o w l
2018-11-23 01:04:54 gillvsgregppv █ ███ █ █▄▀ █ █ ███ █ YO NET AINT GOT NO COOCHIE
2018-11-23 01:04:56 gillvsgregppv █ ▀▀▀ █ ▄█▄▄▄ █ ▀▀▀ █ HAPPY FL-O-O-D-SGIVING
2018-11-23 01:04:58 gillvsgregppv ▀▀▀▀▀▀▀ ▀▄█▄█ ▀▀▀▀▀▀▀ i r c . s u p e r n e t s . o r g # s u p e r b o w l
2018-11-23 01:05:00 gillvsgregppv ██▄ ▀█▀ ▄ ▄▀ ▄▀▄▀█▀▀
2018-11-23 01:05:09 gillvsgregppv ▀▀▀ █▀ ▄▀ ▀▄█ ▄█▀▀█ ██ █ █ ██ ██ ██ ███ █ ██ ███ ███
2018-11-23 01:05:10 gillvsgregppv ▀ ▀▀▀█▄█▄▀▄▄▄▄ ▄█ █ █ █ █ █ █ █ █ █ █ █ █ █ █│
2018-11-23 01:05:11 gillvsgregppv █▀▀▀▀▀█ ▄▄▀▄ ▄▀ █▄▀█ ██ █ █ ██ ██ ██ █ █ █ ██ █ ███
2018-11-23 01:05:12 gillvsgregppv █ ███ █ ▀ ▀█▀▀ █▄▄ ▀█ █ █ █ █ █ █ █ █ █ █ █ █ █
2018-11-23 01:05:13 gillvsgregppv █ ▀▀▀ █ ▄█▄ ▄▀ ▀▀▀ ██ ███ █ ██ █ █ █ ███ ██ █ ███
2018-11-23 01:05:14 gillvsgregppv ▀▀▀▀▀▀▀ ▀ ▀▀▀▀ ▀ ▀ └───────────────────────────────────┘
2018-11-23 01:05:17 gillvsgregppv empamo desvox_ ubergeek kilic khuxkm sedbot dpc tunas slipyx khuxkm|lounge aewens|otg Clefable calypso jan6 arne ben aewens freeappsw auditor cmccabe fosslinux jan6| minerbot2
2018-11-23 01:05:18 <-- gillvsgregppv (kushmangreg@ip-3-2-55-196.in.asianpacifictelephone.com) has left #sudoers ("HAPPY FL O O D S GIVING")
2018-11-23 03:26:08 --> romanianheck (realbigheck@ec2-34-221-165-206.us-west-2.compute.amazonaws.com) has joined #sudoers
2018-11-23 03:26:56 romanianheck █▀▀▀▀▀█ █ ▄█▄ █▀▀▀▀▀█ i r c . s u p e r n e t s . o r g # s u p e r b o w l
2018-11-23 03:27:03 romanianheck █ ███ █ █▄▀ █ █ ███ █ YO NET AINT GOT NO COOCHIE
2018-11-23 03:27:03 romanianheck █ ▀▀▀ █ ▄█▄▄▄ █ ▀▀▀ █ HAPPY FL-O-O-D-SGIVING
2018-11-23 03:27:05 romanianheck ▀▀▀▀▀▀▀ ▀▄█▄█ ▀▀▀▀▀▀▀ i r c . s u p e r n e t s . o r g # s u p e r b o w l
2018-11-23 03:27:07 romanianheck ██▄ ▀█▀ ▄ ▄▀ ▄▀▄▀█▀▀
2018-11-23 03:27:09 romanianheck ▀▀▀ █▀ ▄▀ ▀▄█ ▄█▀▀█ ██ █ █ ██ ██ ██ ███ █ ██ ███ ███
2018-11-23 03:27:15 romanianheck ▀ ▀▀▀█▄█▄▀▄▄▄▄ ▄█ █ █ █ █ █ █ █ █ █ █ █ █ █ █│
2018-11-23 03:27:16 <-- romanianheck (realbigheck@ec2-34-221-165-206.us-west-2.compute.amazonaws.com) has quit (RecvQ exceeded)
2018-11-23 03:53:54 --> coochiemanflex (coochiemooc@89.238.186.230) has joined #sudoers
2018-11-23 03:54:01 <-- coochiemanflex (coochiemooc@89.238.186.230) has quit (RecvQ exceeded)
2018-11-23 10:04:48 jan6 just set mode +R already
2018-11-23 10:43:16 tunas I would if I could :P
2018-11-23 10:56:34 slipyx its already too late for that
2018-11-23 11:00:03 jan6 not really
2018-11-23 11:00:26 jan6 you can prevent future spams
2018-11-23 11:10:15 tunas slipyx means it's not thanksgiving anymore.
2018-11-23 11:46:41 jan6 it's NEVER too late to give thanks
2018-11-23 17:37:55 --> singlet (singlet@blh2fq.abo.wanadoo.fr) has joined #sudoers
2018-11-23 17:38:28 <-- singlet (singlet@blh2fq.abo.wanadoo.fr) has quit (quit: Leaving)
2018-11-24 01:08:39 ubergeek I think the tilde.new integration is broken. Not seeing new links/comment
2018-11-24 01:08:59 ubergeek *tilde.news
2018-11-24 04:38:34 @khuxkm aewens|otg:
2018-11-24 04:38:39 @khuxkm aewens:
2018-11-24 04:38:52 @khuxkm (he's the integrator FFR (for future reference))
2018-11-24 07:21:38 ~ben and bbj?
2018-11-24 07:49:37 @khuxkm|lounge let's see
2018-11-24 07:50:02 @khuxkm|lounge auditor: testing BBJ -> IRC integration
2018-11-24 07:50:02 auditor khuxkm: audited!
2018-11-24 07:50:16 @khuxkm|lounge now we wait a couple secs
2018-11-24 07:50:21 @khuxkm|lounge and check #team
2018-11-24 07:54:43 @khuxkm ben: it seems like aewens hasn't logged in in a few days
2018-11-24 07:56:03 ~ben ok?
2018-11-24 07:56:18 @khuxkm just a thought
2018-11-24 07:56:20 ~ben i haven't ever really seen him on on the weekends
2018-11-24 07:56:24 ~ben and it's a long weekend
2018-11-24 07:56:26 @khuxkm true
2018-11-24 07:56:49 ~ben heh it's generally just during work hours
2018-11-24 07:56:51 ~ben lol
2018-11-24 08:16:57 @khuxkm ben: on another topic, can we use a different dark theme? highlighted lines are bright white :(
2018-11-24 08:17:42 ~ben ?
2018-11-24 08:18:20 ~ben on thelounge? weechat?
2018-11-24 08:18:22 ~ben where
2018-11-24 08:22:39 @khuxkm gitea
2018-11-24 08:24:45 @khuxkm also the tdp seems to be getting stuck on trying to access thunix?
2018-11-24 08:25:14 ~ben yeah i saw that, wasn't sure how to fix it
2018-11-24 08:25:28 ~ben that's the official dark theme for gitea now
2018-11-24 08:25:33 @khuxkm wow
2018-11-24 08:25:34 ~ben time to submit an issue?
2018-11-24 08:25:39 @khuxkm yep
2018-11-24 08:25:51 ~ben https://github.com/go-gitea/gitea
2018-11-24 08:32:51 @khuxkm ben: it's some kind of config issue with asm
2018-11-24 08:33:35 @khuxkm (the account, not the language)
2018-11-24 08:33:44 @khuxkm attempting to reach it via program makes it hang
2018-11-24 08:33:53 @khuxkm and via browser is also not loading
2018-11-24 08:35:45 ~ben asm.tilde.team?
2018-11-24 08:35:57 ~ben that's amcclure
2018-11-24 08:36:49 ~ben looks like it's trying to redirect to thunix.org
2018-11-24 08:42:16 @khuxkm|lounge desired username: xeffyr
2018-11-24 08:42:16 @khuxkm|lounge contact email: leonid.plyushch@gmail.com
2018-11-24 08:42:16 @khuxkm|lounge reason:
2018-11-24 08:42:16 @khuxkm|lounge ssh key:
2018-11-24 08:42:16 @khuxkm|lounge ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDBtq4wb7VlQt1stDIJKYEbQ7bxid/6ir024FUA6BKlh
2018-11-24 08:42:24 @khuxkm|lounge was this user ever accepted
2018-11-24 08:42:48 ~ben no i didn't accpet them
2018-11-24 08:42:51 ~ben what do you think
2018-11-24 08:43:20 ~ben even if the reason were something as lame as "looks cool" i'd probably accept it
2018-11-24 08:43:24 ~ben but no reason at all?
2018-11-24 08:44:11 @khuxkm I mean, I'm fairly certain we've accepted users who gave no reason
2018-11-24 08:44:18 @khuxkm maybe email them back and ask for a reason?
2018-11-24 08:46:12 ~ben cc'd you'
2018-11-25 04:40:29 <-- khuxkm|lounge (khuxkm@sudoers.tilde.team) has quit (Changing host)
2018-11-25 04:40:29 --> khuxkm|lounge (khuxkm@oper.tilde.chat) has joined #sudoers
2018-11-25 04:40:29 -- Mode #sudoers [+o khuxkm|lounge] by team.tilde.chat
2018-11-25 06:03:09 <-- slipyx (slip@tilde-l4taic.bc.googleusercontent.com) has quit (Changing host)
2018-11-25 06:03:09 --> slipyx (slip@46.68.203.35.bc.googleusercontent.com) has joined #sudoers
2018-11-25 06:03:09 <-- Clefable (Clefable@tilde-38dg53.club) has quit (Changing host)
2018-11-25 06:03:09 --> Clefable (Clefable@botb.club) has joined #sudoers
2018-11-25 07:17:03 ~ben auditor: installed znc-dev package
2018-11-25 07:17:03 auditor ben: audited!
2018-11-25 19:50:36 fosslinux what does auditor do
2018-11-25 19:50:45 fosslinux auditor: installed znc package
2018-11-25 19:50:45 auditor fosslinux: you aren't a sudoer!
2018-11-25 19:50:48 fosslinux ik
2018-11-25 20:07:04 jan6 auditor: state your purpose
2018-11-25 20:07:04 auditor jan6: you aren't a sudoer!
2018-11-25 20:07:15 jan6 ^that'd be a nice addon
2018-11-25 20:18:20 fosslinux lol
2018-11-25 21:46:13 ubergeek it just generates a log of work done, once someone with sudo privs on team does something. Like a commit messsage
2018-11-25 22:25:36 @khuxkm it just logs things we do when we tell it to a BBJ thread
2018-11-25 22:25:44 @khuxkm we can also just post it manually
2018-11-25 22:25:47 @khuxkm for example:
2018-11-25 22:26:00 @khuxkm auditor: explained auditor bot to jan6 and fosslinux
2018-11-25 22:26:00 auditor khuxkm: audited!
2018-11-25 22:29:47 jan6 lol
2018-11-25 22:29:54 jan6 I know it
2018-11-25 22:48:15 <-- khuxkm (khuxkm@oper.tilde.chat) has quit (Changing host)
2018-11-25 22:48:15 --> khuxkm (khuxkm@sudoers.tilde.team) has joined #sudoers
2018-11-25 22:48:15 -- Mode #sudoers [+o khuxkm] by team.tilde.chat
2018-11-26 02:10:52 <-- ben (ben@oper.tilde.chat) has quit (Server shutdown)
2018-11-26 02:10:52 <-- tunas (tunas@doesnt.have.enough.spoons) has quit (Server shutdown)
2018-11-26 02:11:09 --> tunas (tunas@tilde.team) has joined #sudoers
2018-11-26 02:22:48 --> ben (ben@oper.tilde.chat) has joined #sudoers
2018-11-26 02:23:05 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-26 02:23:20 --> ben (ben@oper.tilde.chat) has joined #sudoers
2018-11-26 02:23:20 -- Mode #sudoers [+qo ben ben] by ChanServ
2018-11-26 03:14:49 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-26 03:18:04 --> ben (ben@oper.tilde.chat) has joined #sudoers
2018-11-26 03:18:04 -- Mode #sudoers [+qo ben ben] by ChanServ
2018-11-26 05:21:34 fosslinux nice
2018-11-26 15:06:36 --> midlow (midlow@tilde.team) has joined #sudoers
2018-11-26 15:06:42 midlow sl
2018-11-26 15:09:29 ~ben auditor: installed sl
2018-11-26 15:09:29 auditor ben: audited!
2018-11-26 15:39:58 <-- midlow (midlow@tilde.team) has quit (Connection closed)
2018-11-26 15:39:58 <-- kilic (kilic@tilde.team) has quit (Connection closed)
2018-11-26 15:39:58 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (Connection closed)
2018-11-26 15:39:58 <-- jan6| (jan6|lounge@is.quite.awesome) has quit (Connection closed)
2018-11-26 15:39:58 <-- freeappsw (freeappsw@tilde.team) has quit (Connection closed)
2018-11-26 15:39:58 <-- arne (arne@arnes.cozy.tilde) has quit (Connection closed)
2018-11-26 15:39:58 <-- aewens|otg (aewensotg@tilde.team) has quit (Connection closed)
2018-11-26 16:26:02 aewens khuxkm: Looks like I broke IRC integration when attempting to fix a bug last week. It's fixed now, closing ticket.
2018-11-26 16:30:33 aewens khuxkm: Also, just saw your PR, merging it now. Thanks!
2018-11-26 19:03:48 @khuxkm np
2018-11-26 19:04:04 @khuxkm I actually noticed the integration bug lol
2018-11-26 19:04:17 @khuxkm I was gonna fix it too but I figured one PR at a time would suffice :P
2018-11-26 19:14:30 aewens I'd just like to take this moment to apologize for the weirdness of how BabiliBot works right now and what you had to read through in it's source code xD
2018-11-26 19:15:10 @khuxkm it's ok
2018-11-26 19:15:19 @khuxkm the original minerbot has conditioned me to bad code
2018-11-26 19:15:31 @khuxkm s/bad/bad or weird/
2018-11-26 19:15:31 sedbot <khuxkm> the original minerbot has conditioned me to bad or weird code
2018-11-26 19:15:42 @khuxkm https://tildegit.org/khuxkm/minerbot
2018-11-26 19:16:22 aewens You include the .pyc files in the repo?
2018-11-26 19:17:08 @khuxkm that was a sloppily-thrown together repo
2018-11-26 19:17:18 @khuxkm so I could refer to minerbot code in chat
2018-11-26 19:19:12 aewens Hmm, okay then. I like how it goes through the process of including Lua into it, then proceeds to have the Lua handler commented out.
2018-11-26 19:19:30 aewens Same with the xkcd handler.
2018-11-26 19:19:37 @khuxkm that's because the lua handler is borked
2018-11-26 19:19:48 @khuxkm and I never finished the xkcd handler and it was making it crash
2018-11-26 21:08:28 -- jan6 is now known as ok
2018-11-26 21:13:42 -- ok is now known as jan6
2018-11-26 21:44:57 --> freeappsw (freeappsw@tilde.team) has joined #sudoers
2018-11-26 21:50:39 --> kilic (kilic@tilde.team) has joined #sudoers
2018-11-26 21:50:48 --> arne (arne@arnes.cozy.tilde) has joined #sudoers
2018-11-26 21:50:50 --> aewens|otg (aewensotg@tilde.team) has joined #sudoers
2018-11-26 21:50:53 --> jan6| (jan6|lounge@is.quite.awesome) has joined #sudoers
2018-11-26 21:51:20 --> khuxkm|lounge (khuxkm@tilde.team) has joined #sudoers
2018-11-27 16:17:31 <-- minerbot2 (minerbot2@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:17:57 <-- auditor (auditor@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:18:29 <-- jan6 (jan6@is.quite.awesome) has quit (Ping timeout: 121 seconds)
2018-11-27 16:18:29 <-- ubergeek (ubergeek@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:18:29 <-- sedbot (sedbot@localhost) has quit (Ping timeout: 121 seconds)
2018-11-27 16:18:36 <-- lempamo (lempamo@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:18:47 <-- desvox_ (desvox@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:18:58 --> auditor (auditor@tilde.team) has joined #sudoers
2018-11-27 16:19:00 <-- kilic (kilic@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:00 <-- khuxkm|lounge (khuxkm@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:00 <-- jan6| (jan6|lounge@is.quite.awesome) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:00 <-- arne (arne@arnes.cozy.tilde) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:00 <-- aewens|otg (aewensotg@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:00 <-- freeappsw (freeappsw@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:25 --> lempamo (lempamo@tilde.team) has joined #sudoers
2018-11-27 16:19:27 --> freeappsw (freeappsw@tilde.team) has joined #sudoers
2018-11-27 16:19:34 --> aewens|otg (aewensotg@tilde.team) has joined #sudoers
2018-11-27 16:19:35 --> ubergeek (ubergeek@tilde.team) has joined #sudoers
2018-11-27 16:19:42 --> sedbot (sedbot@tilde.team) has joined #sudoers
2018-11-27 16:19:43 --> desvox_ (desvox@tilde.team) has joined #sudoers
2018-11-27 16:20:04 --> khuxkm|lounge (khuxkm@tilde.team) has joined #sudoers
2018-11-27 16:20:05 --> jan6 (jan6@tilde.team) has joined #sudoers
2018-11-27 16:32:13 --> kilic (kilic@tilde.team) has joined #sudoers
2018-11-27 16:32:18 --> arne (arne@arnes.cozy.tilde) has joined #sudoers
2018-11-27 16:32:24 <-- jan6 (jan6@tilde.team) has quit (Changing host)
2018-11-27 16:32:24 --> jan6 (jan6@is.quite.awesome) has joined #sudoers
2018-11-27 16:32:38 --> jan6| (jan6|lounge@is.quite.awesome) has joined #sudoers
2018-11-27 16:45:40 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-11-27 16:45:56 --> ben (ben@oper.tilde.chat) has joined #sudoers
2018-11-27 16:45:56 -- Mode #sudoers [+qo ben ben] by gingko.tilde.chat
2018-11-27 17:51:23 --> sebboh (sebboh@tilde.team) has joined #sudoers
2018-11-27 17:52:12 sebboh how y'all opers doing? How's life? What has the weather been like? Is it fun working for users for free?
2018-11-27 17:53:54 @cmccabe the weather is getting cold here earlier in the year than usual.
2018-11-27 17:54:05 * sebboh pulls a small step ladder out of nowhere and starts pinning streamers to the wall and hiding confetti cannons behind things
2018-11-27 17:54:49 sebboh It was warm/mild here for a long time and we just now got into the 12deg F territory
2018-11-27 17:56:42 @cmccabe yikes. time to get out your ice skates
2018-11-27 17:57:51 sebboh or cleats. I prefer to slip and slide *less*.
2018-11-27 18:00:04 @cmccabe what part of the world are you in, sebboh?
2018-11-27 18:00:18 sebboh USA midwest
2018-11-27 18:00:43 aewens The midwest became the a winter wonderland this weekend
2018-11-27 18:00:55 * sebboh looks left and right
2018-11-27 18:01:30 @cmccabe ah. my sister lives in kansas, and i believe she got whalloped by that storm.
2018-11-27 18:01:46 aewens https://tilde.team/~aewens/snow.png
2018-11-27 18:02:01 sebboh huh? My part got coated with ice of doom and stinging wind. "wonderland" is more like, fluffy snow flakes moving less than 50mph.
2018-11-27 18:02:45 aewens Well, the blizzard is over now. Now there's just stupid snow leftover.
2018-11-27 18:02:56 * aewens is not a fan of winter
2018-11-27 18:04:14 * jan6 is
2018-11-27 18:04:21 jan6 winter fun
2018-11-27 18:04:28 jan6 ice = chaos
2018-11-27 18:06:17 ~ben delet snow
2018-11-27 18:06:39 jan6 delet sun
2018-11-27 18:06:49 ~ben nah
2018-11-27 18:06:53 jan6 yah
2018-11-27 18:06:54 ~ben sebboh: it's been going
2018-11-27 18:07:06 ~ben been very frustrated with midlow lately
2018-11-27 18:07:13 ~ben if you've seen anything in #meta lately
2018-11-27 18:07:26 jan6 yeah
2018-11-27 18:07:43 * jan6 offers ben a can of midlow-be-gone
2018-11-27 18:08:15 sebboh What is a midlow?
2018-11-27 18:08:29 jan6 you better not ask
2018-11-27 18:08:53 ~ben some kid that was bitching about the free stuff we're offering
2018-11-27 18:09:48 jan6 not even that
2018-11-27 18:10:19 jan6 wants a free gmod server but udp port forwarding doesn't seem to be working
2018-11-27 18:10:59 ~ben that too
2018-11-27 18:11:18 sebboh what's a gmod server?
2018-11-27 18:11:32 ~ben a server for gmod
2018-11-27 18:11:35 ~ben garry's mod
2018-11-27 18:11:41 ~ben a game
2018-11-27 18:11:54 sebboh oh Halflife 2 mod.
2018-11-27 18:12:07 ~ben yeap
2018-11-27 18:12:10 sebboh I really liked HL2 but I never played online.
2018-11-27 18:12:28 ~ben i tinkered with gmod a handful of times
2018-11-27 18:14:47 sebboh I used to modify savegame files for Descent 1 and also create levels for both D1 and D2.
2018-11-27 18:15:35 ~ben noice :D
2018-11-27 18:21:45 jan6 13:11:53 sebboh | oh Halflife 2 mod.
2018-11-27 18:21:54 jan6 it's kinda a separate game at this point
2018-11-27 18:21:54 ~ben and garry did it
2018-11-27 18:22:37 jan6 about how minecraft modpacks transform the game quite a ton, to where it doesn't resemble original much
2018-11-27 19:41:06 <-- khuxkm|lounge (khuxkm@tilde.team) has quit (Changing host)
2018-11-27 19:41:06 --> khuxkm|lounge (khuxkm@sudoers.tilde.team) has joined #sudoers
2018-11-27 19:41:07 -- Mode #sudoers [+o khuxkm|lounge] by ChanServ
2018-11-27 19:44:02 sebboh ok, noted.
2018-11-27 21:07:03 --> minerbot2 (minerbot2@tilde.team) has joined #sudoers
2018-11-28 09:12:00 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-11-28 09:16:26 --> ben (ben@oper.tilde.chat) has joined #sudoers
2018-11-28 09:16:26 -- Mode #sudoers [+qo ben ben] by gingko.tilde.chat
2018-11-28 18:00:41 ~ben auditor: installed vf-1 gopher browser
2018-11-28 18:00:41 auditor ben: audited!
2018-11-28 18:23:54 ~ben auditor: installed gopher package (another gopher browser)
2018-11-28 18:23:54 auditor ben: audited!
2018-11-28 19:49:49 fosslinux 2/go 14
2018-11-28 19:49:53 fosslinux awhooops
2018-11-28 20:14:00 aewens Formal complaint that 1000.directory is not listed on https://tilde.team/wiki/?page=other-tildes
2018-11-28 20:40:21 jan6 is it a tilde tho?
2018-11-28 20:40:31 jan6 also iirc it's being phased out?
2018-11-28 20:40:42 jan6 in favour of somehting else
2018-11-28 20:42:48 aewens He advertised it to others as a tilde, but if he's phasing it out then I'll postpone my complaint for later xD
2018-11-28 20:44:09 jan6 idk, nothing I ever say is a fact
2018-11-28 20:51:06 sebboh facts are those things which may be true or false. So you put yourself in a weird position with that last message jan6. :)
2018-11-28 20:51:43 jan6 fact is, there are no facts
2018-11-28 20:55:23 ~ben send a PR
2018-11-28 20:55:37 ~ben arne: is 1000.directory a thign?
2018-11-28 20:55:46 ~ben should probably add tilde.institute
2018-11-28 21:04:21 sebboh most people who say there are no facts mean there are no truths. If you're making a subtle, aware distinction there, do tell!
2018-11-28 21:17:27 jan6 wrong channel for this kind of discussion anyway, but everything's relative, and everything's possible
2018-11-29 13:02:04 arne ben 1000.directory is still a thing
2018-11-29 13:02:13 arne only needs a bit of maintainance
2018-11-29 13:58:20 ~ben ok :)
2018-11-30 05:11:59 -- irc: disconnected from server
2018-11-30 05:12:22 --> fosslinux (fosslinux@bsd.tilde.team) has joined #sudoers
2018-11-30 05:12:22 -- Topic for #sudoers is "package requests or whatever go here; ask and maybe we'll do something idk"
2018-11-30 05:12:22 -- Topic set by khuxkm (khuxkm@oper.tilde.chat) on Wed, 12 Sep 2018 18:46:17
2018-11-30 05:12:22 -- Channel #sudoers: 24 nicks (4 ops, 0 halfops, 0 voices, 20 normals)
2018-11-30 05:13:06 -- Channel created on Wed, 11 Jul 2018 00:21:57
2018-12-01 03:33:34 <-- khuxkm|lounge (khuxkm@sudoers.tilde.team) has quit (Changing host)
2018-12-01 03:33:34 --> khuxkm|lounge (khuxkm@oper.tilde.chat) has joined #sudoers
2018-12-01 03:33:34 -- Mode #sudoers [+o khuxkm|lounge] by team.tilde.chat
2018-12-01 21:01:38 -- jan6 is now known as ben_shapiro
2018-12-01 21:02:31 -- ben_shapiro is now known as jan6
2018-12-02 01:36:00 <-- ubergeek (ubergeek@tilde.team) has quit (services.tilde.chat (Too many invalid passwords))
2018-12-02 01:36:33 --> ubergeek (ubergeek@tilde.team) has joined #sudoers
2018-12-02 01:37:13 ubergeek who can reset a nickserv password?
2018-12-02 01:41:22 fosslinux ben:
2018-12-02 01:41:31 fosslinux (maybe)
2018-12-02 01:41:55 fosslinux actualy nvm sorry b3n
2018-12-02 01:42:16 fosslinux ubergeek: run /msg NickServ RESETPASS ubergeek
2018-12-02 01:42:30 ~ben I can if you need
2018-12-02 01:42:38 fosslinux it will send a reset code to your email address you signed up to nickserv with
2018-12-02 01:42:49 fosslinux then you can identify with that reset code
2018-12-02 01:43:05 fosslinux and then change your password with /msg NickServ SET PASSWORD blahpasswordblah
2018-12-02 01:43:16 fosslinux https://wiki.rizon.net/index.php?title=Reset_Nick_Password
2018-12-02 01:48:01 ubergeek thanks fosslinux :)
2018-12-02 01:48:19 fosslinux that link explains in more detail
2018-12-02 01:48:20 fosslinux np
2018-12-02 01:53:46 ~ben does rizon run anope too?
2018-12-02 01:54:45 fosslinux whats rizon?
2018-12-02 03:17:37 ~ben the wiki you linked to
2018-12-02 22:08:49 -- jan6 is now known as irc_irc_jan6
2018-12-02 22:10:13 -- irc_irc_jan6 is now known as |
2018-12-02 22:13:04 -- | is now known as jan6
2018-12-03 02:52:33 --> virtual (virtual@super.kawaii.girlfriend.of.your.dreams) has joined #sudoers
2018-12-03 02:52:33 -- Mode #sudoers [+o virtual] by ChanServ
2018-12-03 03:10:57 <-- virtual (virtual@super.kawaii.girlfriend.of.your.dreams) has quit (Connection closed)
2018-12-03 03:11:46 --> virtual (virtual@super.kawaii.girlfriend.of.your.dreams) has joined #sudoers
2018-12-03 03:11:46 -- Mode #sudoers [+o virtual] by ChanServ
2018-12-03 03:12:23 <-- virtual (virtual@super.kawaii.girlfriend.of.your.dreams) has quit (quit: Leaving)
2018-12-03 04:56:11 --> rgdrake (rgdrake@12.199.55.130) has joined #sudoers
2018-12-03 04:57:12 rgdrake How do I copy over my puglic key to tilde.team w/o password login access? scp?
2018-12-03 04:57:50 ~ben o/ rgdrake
2018-12-03 04:58:02 ~ben the one you mailed is already in ~/.ssh/authorized_keys
2018-12-03 04:58:06 ~ben do you need me to add another?
2018-12-03 04:58:33 rgdrake couldn't log in, but how do I specify that key for tilde.team?
2018-12-03 04:58:38 ~ben well, not mailed; the one you sent with the signup form
2018-12-03 04:58:45 rgdrake yeah
2018-12-03 04:59:02 ~ben if you named it something other than the default, you'll have to use the -i parameter of ssh
2018-12-03 04:59:16 ~ben eg: ssh -i ~/.ssh/<name of key> rgdrake@tilde.team
2018-12-03 04:59:32 rgdrake ok, let me try again, but I used the default
2018-12-03 04:59:39 ~ben ah then it should work
2018-12-03 04:59:49 ~ben it might be something else then
2018-12-03 05:00:39 rgdrake I just did ssh-agent -o, let me follow your wiki
2018-12-03 05:00:46 ~ben ssh-agent?
2018-12-03 05:02:17 rgdrake just followed the instructions on tilde.team's wiki
2018-12-03 05:03:23 rgdrake my new key
2018-12-03 05:03:38 rgdrake messaged you my new key
2018-12-03 05:03:46 rgdrake should I email it?
2018-12-03 05:04:44 rgdrake If I'm losing too badly, pardon me
2018-12-03 05:07:12 rgdrake and I had done ssh-keygen -o the first time
2018-12-03 05:08:39 ~ben lol no worries
2018-12-03 05:08:42 ~ben sorry, i was on the phone
2018-12-03 05:08:47 ~ben i'll replace your key now
2018-12-03 05:09:02 rgdrake np real life is more important
2018-12-03 05:56:51 <-- rgdrake (rgdrake@12.199.55.130) has quit (quit: https://web.tilde.chat - thelounge)
2018-12-03 06:10:31 <-- ubergeek (ubergeek@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- minerbot2 (minerbot2@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- jan6| (jan6|lounge@is.quite.awesome) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- arne (arne@arnes.cozy.tilde) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- kilic (kilic@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- sedbot (sedbot@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- desvox_ (desvox@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- jan6 (jan6@is.quite.awesome) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- aewens|otg (aewensotg@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- freeappsw (freeappsw@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- lempamo (lempamo@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- auditor (auditor@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- sebboh (sebboh@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:11:20 --> kilic (kilic@tilde.team) has joined #sudoers
2018-12-03 06:11:21 --> freeappsw (freeappsw@tilde.team) has joined #sudoers
2018-12-03 06:11:29 --> sedbot (sedbot@tilde.team) has joined #sudoers
2018-12-03 06:11:29 --> aewens|otg (aewensotg@tilde.team) has joined #sudoers
2018-12-03 06:11:30 --> arne (arne@arnes.cozy.tilde) has joined #sudoers
2018-12-03 06:11:31 --> minerbot2 (minerbot2@tilde.team) has joined #sudoers
2018-12-03 06:11:32 --> auditor (auditor@tilde.team) has joined #sudoers
2018-12-03 06:11:35 --> jan6| (jan6|lounge@is.quite.awesome) has joined #sudoers
2018-12-03 06:11:44 --> sebboh (sebboh@tilde.team) has joined #sudoers
2018-12-03 06:11:48 --> lempamo (lempamo@tilde.team) has joined #sudoers
2018-12-03 06:11:55 --> desvox_ (desvox@tilde.team) has joined #sudoers
2018-12-03 06:12:03 --> khuxkm|lounge (khuxkm@tilde.team) has joined #sudoers
2018-12-03 06:12:04 --> ubergeek (ubergeek@tilde.team) has joined #sudoers
2018-12-03 06:12:24 --> jan6 (jan6@tilde.team) has joined #sudoers
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-03 10:47:45 --> fosslinux (fosslinux@bsd.tilde.team) has joined #sudoers
2018-12-03 10:47:45 -- Topic for #sudoers is "package requests or whatever go here; ask and maybe we'll do something idk"
2018-12-03 10:47:45 -- Topic set by khuxkm (khuxkm@oper.tilde.chat) on Wed, 12 Sep 2018 18:46:17
2018-12-03 10:47:45 -- Channel #sudoers: 24 nicks (3 ops, 0 halfops, 0 voices, 21 normals)
2018-12-03 10:48:31 -- Channel created on Wed, 11 Jul 2018 00:21:57
2018-12-03 14:48:42 <-- jan6 (jan6@tilde.team) has quit (Changing host)
2018-12-03 14:48:42 --> jan6 (jan6@is.quite.awesome) has joined #sudoers
2018-12-03 14:52:55 <-- khuxkm|lounge (khuxkm@tilde.team) has quit (Changing host)
2018-12-03 14:52:55 --> khuxkm|lounge (khuxkm@oper.tilde.chat) has joined #sudoers
2018-12-03 18:15:29 --> singlet (singlet@37.164.61.148) has joined #sudoers
2018-12-03 18:16:02 <-- singlet (singlet@37.164.61.148) has quit (Connection closed)
2018-12-03 19:24:33 -- jan6 is now known as aewenz
2018-12-03 19:25:59 -- aewenz is now known as jan6
2018-12-03 22:45:14 -- khuxkm is now known as a
2018-12-03 22:45:20 -- a is now known as khuxkm
2018-12-04 06:12:21 -- You are now known as |
2018-12-04 06:13:48 -- You are now known as fosslinux
2018-12-04 16:40:40 <-- ben (ben@oper.tilde.chat) has quit (Server shutdown)
2018-12-04 16:44:23 --> ben (ben@oper.tilde.chat) has joined #sudoers
2018-12-04 16:44:34 -- Mode #sudoers [+qo ben ben] by ChanServ
2018-12-05 06:34:10 <-- aewens (aewens@king.of.chaos) has quit (Ping timeout: 121 seconds)
2018-12-05 06:41:16 --> aewens (aewens@tilde.team) has joined #sudoers
2018-12-05 06:42:44 <-- aewens (aewens@tilde.team) has quit (services.tilde.chat (Too many invalid passwords))
2018-12-05 06:43:13 --> aewens (aewens@tilde.team) has joined #sudoers
2018-12-05 06:44:41 <-- aewens (aewens@tilde.team) has quit (Changing host)
2018-12-05 06:44:41 --> aewens (aewens@king.of.chaos) has joined #sudoers
2018-12-05 21:44:30 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (Changing host)
2018-12-05 21:44:30 --> khuxkm|lounge (khuxkm@sudoers.tilde.team) has joined #sudoers
2018-12-05 21:44:30 -- Mode #sudoers [+o khuxkm|lounge] by ChanServ
2018-12-07 19:52:54 --> singlet (singlet@lfbn-1-6791-252.w90-120.abo.wanadoo.fr) has joined #sudoers
2018-12-07 19:53:33 <-- singlet (singlet@lfbn-1-6791-252.w90-120.abo.wanadoo.fr) has quit (quit: Leaving)
2018-12-09 01:06:01 <-- ubergeek (ubergeek@tilde.team) has quit (quit: WeeChat 2.3)
2018-12-09 12:17:26 --> singlet (singlet@lfbn-1-6791-252.w90-120.abo.wanadoo.fr) has joined #sudoers
2018-12-09 12:17:44 <-- singlet (singlet@lfbn-1-6791-252.w90-120.abo.wanadoo.fr) has quit (Connection closed)
2018-12-11 17:46:57 --> singlet (singlet@lfbn-1-11082-158.w86-213.abo.wanadoo.fr) has joined #sudoers
2018-12-11 17:47:52 <-- singlet (singlet@lfbn-1-11082-158.w86-213.abo.wanadoo.fr) has quit (quit: Leaving)
2018-12-11 18:27:29 --> singlet (singlet@lfbn-1-11082-158.w86-213.abo.wanadoo.fr) has joined #sudoers
2018-12-11 18:28:00 <-- singlet (singlet@lfbn-1-11082-158.w86-213.abo.wanadoo.fr) has quit (Connection closed)
2018-12-12 21:21:43 @cmccabe does ~team currently run anything like this, or have interest in running it?
2018-12-12 21:21:46 @cmccabe http://blinkenbot.blinkenshell.org/index_new.html
2018-12-12 21:22:08 @cmccabe http://pisg.sourceforge.net/
2018-12-12 22:41:26 ~ben i'd be fine with it
2018-12-12 22:41:46 ~ben we don't have anything like that afaik
2018-12-13 01:37:59 @cmccabe let me make some time to look into it and install it. i'll also check if there are alternatives. i believe pisg is a bit old.
2018-12-13 01:38:46 ~ben ok cool :)
2018-12-13 01:39:05 ~ben if you need help with nginx or anything, holler and we can hop on a shared tmux/byobu thingy
2018-12-13 03:06:43 @cmccabe ok
2018-12-13 03:07:50 ~ben if you need logs, i can send you some from my weechat (but i'm guessing you have as much as i do in your weechat)
2018-12-13 03:16:19 @cmccabe yeah, i should have enough for a proof of concept. if it works, i guess we set uo a dedicated account for logging?
2018-12-13 03:23:08 ~ben yeah we can do that
2018-12-13 03:23:18 ~ben could put something on the https://tilde.chat site
2018-12-13 03:23:25 ~ben and/or tilde.team site
2018-12-13 03:23:42 ~ben there are a couple things that i run under the services user
2018-12-13 03:26:44 @cmccabe ok. i'll dig in and then discuss with you before finalizing anything
2018-12-13 03:27:37 ~ben good deal :)
2018-12-13 03:27:45 ~ben and it will analyze post logs too?
2018-12-13 03:54:52 @cmccabe what do you mean by post logs?
2018-12-13 03:55:52 ~ben chat history
2018-12-13 03:56:04 ~ben rather than processing anything that comes in after you start it up
2018-12-13 11:30:15 @cmccabe ben: sorry i got ctrl-zzz'ed. yes, i am quite sure it processes historical logs.
2018-12-13 11:30:29 @cmccabe not just new incoming posts.
2018-12-13 11:36:16 <-- slipyx (slip@46.68.203.35.bc.googleusercontent.com) has quit (Ping timeout: 121 seconds)
2018-12-13 11:37:57 --> slipyx (slip@46.68.203.35.bc.googleusercontent.com) has joined #sudoers
2018-12-13 11:47:49 <-- slipyx (slip@46.68.203.35.bc.googleusercontent.com) has quit (Ping timeout: 121 seconds)
2018-12-13 11:48:43 --> slipyx (slip@46.68.203.35.bc.googleusercontent.com) has joined #sudoers
2018-12-13 11:53:07 <-- slipyx (slip@46.68.203.35.bc.googleusercontent.com) has quit (Ping timeout: 121 seconds)
2018-12-13 11:54:48 --> slipyx (slip@46.68.203.35.bc.googleusercontent.com) has joined #sudoers
2018-12-13 13:24:19 ~ben ccol, soounds good
2018-12-14 05:56:22 -- You are now known as ^
2018-12-14 06:11:12 -- You are now known as fosslinux
2018-12-14 06:36:32 slipyx damn it who broke curl again
2018-12-14 06:39:44 slipyx oh nvm my local libcurl was interfering
2018-12-14 14:33:22 ~ben owo
2018-12-14 21:56:09 sebboh on 2018Dec13 my IRC connection to EFnet dropped and weechat auto-reconnected. The server said:
2018-12-14 21:56:54 sebboh You are now being scanned for open proxies by the irc.mzima.net local and EFNet global open proxy monitors.
2018-12-14 21:57:31 sebboh You are banned from this server- Temporary K-line 14400 min. - (r62/10) please use another server (2018/12/13 07.09)
2018-12-14 21:58:22 sebboh I'm not sure what their "proxy scan" consists off... Are any of our users running any such thing?
2018-12-14 22:08:55 ~ben not that i know of
2018-12-14 22:09:27 ~ben not sure what that means
2018-12-14 22:12:19 ~ben open proxies?
2018-12-14 22:24:58 sebboh https://en.wikipedia.org/wiki/Open_proxy
2018-12-14 22:42:07 fosslinux hmmm
2018-12-14 22:42:41 fosslinux well we have users ssh tunnelling sebboh would that count?
2018-12-14 22:56:56 jan6 nah
2018-12-14 22:57:56 jan6 I'm pretty sure that they're just checking for public proxies, that someone might be using to circumvent their punishments (one ip banned, move to next one)
2018-12-14 22:58:54 jan6 it is possible they've detected several users from our IP, and flagged it as one, too
2018-12-14 23:00:11 jan6 I'd say, worth a shot to join from your own ip, and ask in the admin-help-room or something, nothing to lose from it, after all
2018-12-15 00:10:40 ~ben hmm could be something like that
2018-12-15 21:20:48 @khuxkm|lounge irc.underworld.no works for me
2018-12-15 21:20:55 @khuxkm|lounge (wrt EFNet)
2018-12-17 15:21:24 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-12-17 15:27:52 --> ben (ben@oper.tilde.chat) has joined #sudoers
2018-12-17 15:27:53 -- Mode #sudoers [+qo ben ben] by ChanServ
2018-12-17 19:52:10 sebboh Well, based on my experience, it's most likely that our IP was running an open proxy. It aligns with what the server said.
2018-12-17 19:52:25 sebboh khuxkm|lounge: thanks
2018-12-17 19:53:27 ~ben not that i'm aware of :o
2018-12-17 19:53:49 jan6 open proxy as in allowing anyone to use this box as an intermediary to connect to their irc ;P
2018-12-17 19:54:03 ~ben that doesn't count afaik
2018-12-17 19:54:13 jan6 you can talk to them to get it whitelisted, probably, I bet it's just automated script
2018-12-17 19:54:14 sebboh jan6, but ssh wouldn't be automatically detected.
2018-12-17 19:54:19 jan6 ssh, not
2018-12-17 19:54:21 jan6 ip, yes
2018-12-17 19:55:24 fosslinux yessss.
2018-12-17 19:57:16 jan6 pretty sure they just scan for "multiple users form same ip on at same time, and not within known dynamic ip ranges"
2018-12-17 19:57:24 jan6 s/or/ro/
2018-12-17 19:57:24 sedbot <jan6> pretty sure they just scan fro "multiple users form same ip on at same time, and not within known dynamic ip ranges"
2018-12-17 19:57:31 jan6 s/or/ro/g
2018-12-17 19:57:31 sedbot <jan6> pretty sure they just scan fro "multiple users from same ip on at same time, and not within known dynamic ip ranges"
2018-12-17 19:57:31 ~ben i submitted a request to increase our allowed connections to freenode
2018-12-17 19:57:35 sebboh so... I'm not going to go ask an EFnet oper a question. Not even "how's it going?". :) like.. those people are the crazy homeless veterans of the internet. :P
2018-12-17 19:57:47 ~ben and also requested a proper group registration for #tilde.team
2018-12-17 19:57:55 jan6 lol, sebboh, really?
2018-12-17 19:58:09 jan6 proper group?
2018-12-17 19:58:36 sebboh veterans like... "I SEEN STUFF IN THE JUNGLE, MAAAAN!"
2018-12-17 20:00:24 ~ben jan6: https://freenode.net/groupreg
2018-12-17 20:10:22 jan6 "Group hostname cloaks. Cloaks allow your project or organisation to grant official recognition to project participants. Your group contact maintains this cloak list."
2018-12-17 20:10:55 jan6 so, does freenode approve a list you give them, and group admins can distribute them?
2018-12-17 20:14:30 ~ben yeah i would do that
2018-12-18 19:54:11 --> mushmouth (mushmouth@yourtilde.com) has joined #sudoers
2018-12-18 20:30:22 --> singlet (singlet@lfbn-1-11082-158.w86-213.abo.wanadoo.fr) has joined #sudoers
2018-12-18 20:30:39 <-- singlet (singlet@lfbn-1-11082-158.w86-213.abo.wanadoo.fr) has quit (Connection closed)
2018-12-19 15:28:59 -- ben is now known as 550AAAAAE
2018-12-19 15:29:44 -- 550AAAAAE is now known as ben
2018-12-19 15:43:55 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-12-19 15:45:11 --> 550AAAAAE (ben@oper.tilde.chat) has joined #sudoers
2018-12-19 15:45:11 -- Mode #sudoers [+qo 550AAAAAE 550AAAAAE] by center.tilde.chat
2018-12-19 15:45:31 -- 550AAAAAE is now known as ben
2018-12-19 19:31:00 <-- mushmouth (mushmouth@yourtilde.com) has quit (Quit: i'll probably be back soon)
2018-12-19 23:30:56 -- irc: disconnected from server

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,3 @@
2018-12-15 20:37:25 --> fosslinux (fosslinux@fosslinux.tk) has joined #themoreyouknow
2018-12-15 20:37:25 -- Channel #themoreyouknow: 1 nick (1 op, 0 halfops, 0 voices, 0 normals)
2018-12-15 20:37:27 -- Channel created on Sat, 15 Dec 2018 20:37:25

View File

@ -0,0 +1,319 @@
2018-11-16 05:56:33 --> fosslinux (fosslinux@tilde-fhah4o.tilde.team) has joined #thunix
2018-11-16 05:56:33 -- Channel #thunix: 3 nicks (1 op, 0 halfops, 0 voices, 2 normals)
2018-11-16 05:56:35 -- Channel created on Wed, 14 Nov 2018 15:14:52
2018-11-16 05:56:36 fosslinux oh
2018-11-16 05:58:17 @ben oh
2018-11-16 07:12:32 --> L0nely^C0wboy (cowboy@tilde-egr.vbb.214.117.IP) has joined #thunix
2018-11-16 07:13:04 <-- L0nely^C0wboy (cowboy@tilde-egr.vbb.214.117.IP) has quit (quit: )
2018-11-16 14:38:10 amcclure hi
2018-11-16 15:15:00 <-- amcclure (amcclure@tilde-0gnh0q.org) has quit (Changing host)
2018-11-16 15:15:00 --> amcclure (amcclure@thunix.org) has joined #thunix
2018-11-16 15:59:06 @ben hello!
2018-11-16 19:36:15 --> ben|thunix (benharri@oper.tilde.chat) has joined #thunix
2018-11-16 19:36:22 -- ben|thunix is now known as benharri|thunix
2018-11-16 19:59:12 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-16 20:00:08 --> ben (ben@oper.tilde.chat) has joined #thunix
2018-11-16 20:02:47 <-- amcclure (amcclure@thunix.org) has quit (Changing host)
2018-11-16 20:02:47 --> amcclure (amcclure@oper.tilde.chat) has joined #thunix
2018-11-16 20:04:26 <-- benharri|thunix (benharri@oper.tilde.chat) has left #thunix ("WeeChat 2.3")
2018-11-18 12:04:55 <-- amcclure (amcclure@oper.tilde.chat) has quit (team.tilde.chat thunix.tilde.chat)
2018-11-18 17:12:35 --> amcclure (amcclure@tilde.team) has joined #thunix
2018-11-18 17:18:10 amcclure ben
2018-11-18 19:02:33 ben amcclure:
2018-11-18 19:02:38 ben wha happened
2018-11-18 19:10:10 amcclure According to Naglfar, hexhaxtron just shut down the server
2018-11-18 19:11:03 ben on purpose or accident?
2018-11-18 19:12:13 amcclure we don't really have any information about why
2018-11-18 19:14:12 ben huh
2018-11-18 19:14:16 ben that's shitty
2018-11-18 19:14:40 amcclure I asked if Naglfar and Bercik, two other sysadmins for thunix if they could join this channel
2018-11-18 19:18:06 ben oh ok
2018-11-18 19:18:32 amcclure haven't gotten a response yet
2018-11-18 19:22:34 ben isn't his email @thunix.org?
2018-11-18 19:23:13 amcclure thunix (server) is down completely, every @thunix.org email address is inaccessable
2018-11-18 19:23:29 ben oh, you weren't emailing
2018-11-18 19:23:37 amcclure I was using irc
2018-11-18 19:27:54 ben on freenode, yeah
2018-11-18 19:29:02 --> Naglfar (Severance@elite.bshellz.net) has joined #thunix
2018-11-18 19:29:13 Naglfar hello
2018-11-18 19:29:49 amcclure hi
2018-11-18 19:30:03 Naglfar what happening ?
2018-11-18 19:30:36 ben heh i was hoping you might know
2018-11-18 19:32:51 Naglfar the latest news I have is that hexhaxtron shutdown thunix
2018-11-18 19:34:25 amcclure I was hoping we could at least be able to figure out what to do from here since thunix is gone
2018-11-18 19:35:21 amcclure for example: every users that wasn't and isn't still aware about the shutdown
2018-11-18 19:37:00 Naglfar we can't email them
2018-11-18 19:38:01 amcclure I don't have a list of registered users let alone any way to contact most of them unless they're still on irc
2018-11-18 19:38:56 fosslinux amcclure: jesus
2018-11-18 19:38:58 Naglfar anyway, we can't provide them backup files or another login shell
2018-11-18 19:39:06 fosslinux oh dear thats BAD
2018-11-18 19:39:29 amcclure very bad
2018-11-18 19:40:03 fosslinux can you contact hexhaxatron
2018-11-18 19:41:00 amcclure idk
2018-11-18 19:41:14 amcclure the only contact information I have for him is hexhaxtron@thunix.org
2018-11-18 19:41:32 fosslinux ur admin right
2018-11-18 19:41:50 amcclure the server's down completely
2018-11-18 19:41:55 fosslinux lucky i didn't have anything on there
2018-11-18 19:42:03 amcclure lucky
2018-11-18 19:42:11 fosslinux but amcclure, are/were you admin on thuix
2018-11-18 19:42:39 fosslinux thunix.org is down too
2018-11-18 19:42:40 amcclure Naglfar and I were 2 of the admins
2018-11-18 19:42:57 fosslinux right
2018-11-18 19:43:00 amcclure everything *.thunix.org is down
2018-11-18 19:43:14 fosslinux any other way than irc to contact everyone?
2018-11-18 19:43:24 amcclure none that I know of
2018-11-18 19:43:39 fosslinux jesus
2018-11-18 19:43:43 fosslinux thats screwed up
2018-11-18 19:46:41 fosslinux is there anywhere that there was a list of accounts?
2018-11-18 19:47:36 amcclure not that I know of
2018-11-18 19:48:02 fosslinux this is more screwed than the ip lock
2018-11-18 19:48:35 fosslinux ben: you should learn from this, does ~team have off-site (ie not-from-hetzner) backups?
2018-11-18 19:48:45 fosslinux thats a bit unrealistic for thunix
2018-11-18 19:48:52 fosslinux tbh 6tb
2018-11-18 19:48:56 amcclure I made occasional backups of my site
2018-11-18 19:49:07 amcclure not mirrors since those are just mirrors
2018-11-18 19:49:49 fosslinux my site and everything on ~team is a) in a git repository syncing to my home pc b) in my lxd container using syncthing to sync to my home pc and a raspberry pi
2018-11-18 19:50:25 amcclure non-site content wasn't backed up either
2018-11-18 19:50:49 Naglfar we nave off-site nothing, hexhaxtron left us without suitcases on the street
2018-11-18 19:50:51 fosslinux amcclure are you asm as well on ~team?
2018-11-18 19:51:00 amcclure yes
2018-11-18 19:51:14 fosslinux a
2018-11-18 19:51:15 fosslinux ah
2018-11-18 19:51:16 fosslinux ok
2018-11-18 19:52:06 amcclure I mainly had it since I had an A Name record for amcclure.ttm.sh for thunix's ip address
2018-11-18 19:52:22 fosslinux right
2018-11-18 19:53:52 ben i have offsite backups hourly with tarsnap
2018-11-18 19:54:22 fosslinux good boy
2018-11-18 19:54:28 * fosslinux pats ben on head
2018-11-18 19:54:40 amcclure I remember hexhaxtron kept backups too
2018-11-18 19:54:49 fosslinux offsite?
2018-11-18 19:55:00 ben do we know if it was accidental or on purpose?
2018-11-18 19:55:06 ben was there any communication from him?
2018-11-18 19:55:07 fosslinux ^
2018-11-18 19:55:24 Naglfar on purpose, < hexhaxtron__> I need to shutdown thunix...
2018-11-18 19:55:41 ben oh damn that sucks
2018-11-18 19:55:52 fosslinux when was that?
2018-11-18 19:55:55 fosslinux was that on irc?
2018-11-18 19:56:08 ben shutdown doesn't necessarily mean forever either
2018-11-18 19:56:28 Naglfar this was the last communcation with him: < hexhaxtron__> I'm starting to hate it...
2018-11-18 19:56:31 fosslinux ik
2018-11-18 19:56:38 Naglfar on irc
2018-11-18 19:56:39 fosslinux I'm starting to hate it...
2018-11-18 19:56:42 fosslinux dm?
2018-11-18 19:56:46 fosslinux or was it on #thunix?
2018-11-18 19:56:48 fosslinux i cant find it
2018-11-18 19:56:49 ben huh
2018-11-18 19:56:51 ben :(
2018-11-18 19:56:53 fosslinux oh no
2018-11-18 19:56:57 fosslinux thats really really bad
2018-11-18 19:57:03 ben btw amcclure i removed your amcclure.ttm.sh A record
2018-11-18 19:57:12 amcclure ty
2018-11-18 19:57:21 fosslinux you'd think that at least he'd give you a snapshot of the disk so you can "revive" it
2018-11-18 19:57:57 amcclure I remember him once mentioning that running the server caused issues with services and stuff
2018-11-18 19:58:05 ben huh
2018-11-18 19:58:25 fosslinux "running the server caused issues with services and stuff" what does that mean
2018-11-18 19:58:32 ben internet service?
2018-11-18 19:58:35 amcclure from what I know, and idk if it's correct, he ran the server himself
2018-11-18 19:59:06 fosslinux well the website shows a pic of a server that he seems to be running out of home
2018-11-18 19:59:14 fosslinux most isps get pissed off about that
2018-11-18 19:59:17 amcclure Naglfar: do you know if the server was ran from his home?
2018-11-18 19:59:26 fosslinux http://web.archive.org/web/20181115222403/https://www.thunix.org/?lang=en
2018-11-18 19:59:36 Naglfar yes, amcclure it was
2018-11-18 19:59:39 amcclure idk if the ISP cared or not
2018-11-18 20:00:28 fosslinux ive gtg
2018-11-18 20:00:32 fosslinux ill check in later
2018-11-18 20:00:33 fosslinux cya
2018-11-18 20:01:01 amcclure but with how users were using thunix, especially with how he also had a proxy service, the servers ip got blocked on stuff based on some users activity
2018-11-18 20:48:10 --> Bercik (Yotsuba@staticline56959.toya.net.pl) has joined #thunix
2018-11-18 20:48:17 Bercik what is up guys?
2018-11-18 20:49:14 ben thunix seems to have dropped off the face of the planet
2018-11-18 20:54:08 Naglfar hi Bercik
2018-11-18 20:58:34 Bercik why we moved here? freenode works fine
2018-11-18 21:00:04 ben https://tilde.chat/wiki/?page=servers
2018-11-18 21:00:06 ben idk
2018-11-18 21:00:17 ben amcclure had just gotten us set up with tilde.chat
2018-11-18 21:42:50 --> fosslinux| (fosslinux@tilde-9m1cgd.optusnet.com.au) has joined #thunix
2018-11-18 21:43:16 fosslinux| what's happening
2018-11-18 21:47:13 ben nothing
2018-11-18 23:05:33 <-- Bercik (Yotsuba@staticline56959.toya.net.pl) has quit (Ping timeout: 121 seconds)
2018-11-18 23:23:22 <-- fosslinux| (fosslinux@tilde-9m1cgd.optusnet.com.au) has quit (Ping timeout: 121 seconds)
2018-11-19 01:03:12 <-- Naglfar (Severance@elite.bshellz.net) has quit (Quit: yepee!)
2018-11-19 02:28:54 fosslinux yepee
2018-11-19 02:28:55 fosslinux ok
2018-11-19 03:21:46 -- amcclure is now known as amcclure[team]
2018-11-19 06:48:13 --> Bercik (Yotsuba@staticline56959.toya.net.pl) has joined #thunix
2018-11-19 15:12:26 <-- Bercik (Yotsuba@staticline56959.toya.net.pl) has quit (Ping timeout: 121 seconds)
2018-11-19 22:17:15 --> Bercik (Yotsuba@staticline56959.toya.net.pl) has joined #thunix
2018-11-19 22:46:08 <-- Bercik (Yotsuba@staticline56959.toya.net.pl) has quit (Ping timeout: 121 seconds)
2018-11-20 03:33:25 --> hyperboredoubt (hyperboredo@yourtilde.com) has joined #thunix
2018-11-20 03:33:34 hyperboredoubt What happens in this one?
2018-11-20 03:34:18 ben oh it was for thunix.org
2018-11-20 03:34:24 ben which is a now-defunct tilde
2018-11-20 03:34:40 ben they went down with like no explanation 2 days ago
2018-11-20 03:35:10 hyperboredoubt :(
2018-11-20 03:36:34 ben yeah :/
2018-11-20 03:36:45 ben the admin was running it from his house
2018-11-20 03:38:18 hyperboredoubt Is there anything that can be done to fix the situation?
2018-11-20 03:39:07 ben the only email we had for him was hosted on that machine lol
2018-11-20 03:46:45 hyperboredoubt Suxxx to be him, lol.
2018-11-20 03:46:48 <-- hyperboredoubt (hyperboredo@yourtilde.com) has left #thunix ("WeeChat 2.3")
2018-11-20 08:49:54 --> Bercik (Yotsuba@staticline56959.toya.net.pl) has joined #thunix
2018-11-20 09:05:55 <-- Bercik (Yotsuba@staticline56959.toya.net.pl) has quit (Ping timeout: 121 seconds)
2018-11-21 02:26:32 -- irc: disconnected from server
2018-11-21 02:27:10 --> fosslinux (fosslinux@fhah4o.tilde.team) has joined #thunix
2018-11-21 02:27:10 -- Channel #thunix: 3 nicks (0 ops, 0 halfops, 0 voices, 3 normals)
2018-11-21 02:27:40 -- Channel created on Wed, 14 Nov 2018 15:14:52
2018-11-21 03:39:40 -- irc: disconnected from server
2018-11-21 03:40:18 --> fosslinux1 (fosslinux@fhah4o.tilde.team) has joined #thunix
2018-11-21 03:40:18 -- Channel #thunix: 4 nicks (0 ops, 0 halfops, 0 voices, 4 normals)
2018-11-21 03:40:48 -- Channel created on Wed, 14 Nov 2018 15:14:52
2018-11-21 03:40:52 <-- fosslinux (fosslinux@fhah4o.tilde.team) has quit (Connection closed)
2018-11-21 04:19:27 -- You are now known as fosslinux
2018-11-21 23:08:17 --> fosslinux| (fosslinux@svubk6.optusnet.com.au) has joined #thunix
2018-11-21 23:08:24 fosslinux| rip
2018-11-21 23:08:42 fosslinux| Rest In Peace Thunix. you were good
2018-11-22 03:10:21 <-- fosslinux| (fosslinux@svubk6.optusnet.com.au) has quit (Ping timeout: 121 seconds)
2018-11-22 03:12:24 --> fosslinux| (fosslinux@20m279.optusnet.com.au) has joined #thunix
2018-11-22 04:29:41 <-- fosslinux| (fosslinux@20m279.optusnet.com.au) has quit (Ping timeout: 121 seconds)
2018-11-26 02:10:52 <-- ben (ben@oper.tilde.chat) has quit (Server shutdown)
2018-11-26 02:22:55 --> ben (ben@oper.tilde.chat) has joined #thunix
2018-11-26 02:23:05 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-26 02:24:00 --> ben (ben@oper.tilde.chat) has joined #thunix
2018-11-26 03:14:49 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-26 03:18:04 --> ben (ben@oper.tilde.chat) has joined #thunix
2018-11-27 16:18:57 <-- amcclure[team] (amcclure@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:45 --> amcclure[team] (amcclure@tilde.team) has joined #thunix
2018-11-27 16:45:40 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-11-27 16:45:56 --> ben (ben@oper.tilde.chat) has joined #thunix
2018-11-28 09:12:00 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-11-28 09:16:26 --> ben (ben@oper.tilde.chat) has joined #thunix
2018-11-28 17:07:49 -- amcclure[team] is now known as amcclure
2018-11-30 05:11:59 -- irc: disconnected from server
2018-11-30 05:12:32 --> fosslinux (fosslinux@bsd.tilde.team) has joined #thunix
2018-11-30 05:12:32 -- Channel #thunix: 3 nicks (0 ops, 0 halfops, 0 voices, 3 normals)
2018-11-30 05:13:16 -- Channel created on Wed, 14 Nov 2018 15:14:52
2018-12-01 04:17:47 <-- ben (ben@oper.tilde.chat) has left #thunix ("ping me anyways i guess")
2018-12-03 06:10:31 <-- amcclure (amcclure@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:11:50 --> amcclure (amcclure@tilde.team) has joined #thunix
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-03 10:47:55 --> fosslinux (fosslinux@bsd.tilde.team) has joined #thunix
2018-12-03 10:47:55 -- Channel #thunix: 2 nicks (0 ops, 0 halfops, 0 voices, 2 normals)
2018-12-03 10:48:41 -- Channel created on Wed, 14 Nov 2018 15:14:52
2018-12-04 02:32:22 --> ubergeek (ubergeek@tilde.team) has joined #thunix
2018-12-04 06:12:21 -- You are now known as |
2018-12-04 06:13:48 -- You are now known as fosslinux
2018-12-05 17:25:17 -- amcclure is now known as amcclure[team]
2018-12-07 19:01:39 ubergeek no web server listening on thunix.tilde yet?
2018-12-07 19:01:47 ubergeek Or rather, no landing page?
2018-12-07 21:57:16 fosslinux no
2018-12-07 21:57:20 fosslinux because thunix is down
2018-12-07 21:57:23 fosslinux ubergeek:
2018-12-08 01:43:38 ubergeek I thought it was getting pointed somewhere? thunix.tilde just shows a default, for example.
2018-12-08 03:08:28 fosslinux idk
2018-12-08 03:08:36 fosslinux huh
2018-12-08 03:09:04 fosslinux HUH
2018-12-08 03:11:46 fosslinux ubergeek: amcclure[team]: can you both leave? then amcclure can register this channel fo thunix
2018-12-08 03:12:13 --> fosslinux (fosslinux@fosslinux.tk) has joined #thunix
2018-12-08 03:12:13 -- Channel #thunix: 2 nicks (0 ops, 0 halfops, 0 voices, 2 normals)
2018-12-08 03:12:15 -- Channel created on Wed, 14 Nov 2018 15:14:52
2018-12-08 16:27:51 amcclure[team] how would I register it?
2018-12-08 16:28:20 --> amcclure (amcclure@triton.blinkenshell.org) has joined #thunix
2018-12-08 16:38:10 amcclure fosslinux: please leave the channel
2018-12-08 16:38:38 <-- amcclure[team] (amcclure@tilde.team) has left #thunix ("WeeChat 2.3")
2018-12-08 16:45:20 --> deepend (deepend@oper.tilde.chat) has joined #thunix
2018-12-08 16:46:22 amcclure hello
2018-12-08 16:46:50 deepend 1 moment.. just been awhile since i"ve done this crap :P
2018-12-08 16:48:34 <-- fosslinux (fosslinux@fosslinux.tk) has left #thunix
2018-12-08 17:19:52 --> fosslinux (fosslinux@fosslinux.tk) has joined #thunix
2018-12-08 17:19:52 -- Channel #thunix: 3 nicks (1 op, 0 halfops, 0 voices, 2 normals)
2018-12-08 17:19:52 -- Channel created on Sat, 08 Dec 2018 16:59:15
2018-12-08 17:22:57 ~amcclure not oper though
2018-12-08 17:23:16 deepend channel op you mean?
2018-12-08 17:23:24 deepend you are channel op
2018-12-08 17:24:51 ~amcclure oh
2018-12-08 20:19:24 fosslinux sorry
2018-12-09 00:01:17 --> amcclure[team] (amcclure@tilde.team) has joined #thunix
2018-12-09 00:01:24 amcclure[team] leave
2018-12-09 00:01:37 amcclure[team] oops
2018-12-09 00:01:38 <-- amcclure[team] (amcclure@tilde.team) has left #thunix ("WeeChat 2.3")
2018-12-09 00:01:41 --> amcclure[team] (amcclure@tilde.team) has joined #thunix
2018-12-09 19:06:58 --> ubergeek (ubergeek@tilde.team) has joined #thunix
2018-12-10 15:58:46 ~amcclure hello
2018-12-10 19:32:58 <-- ubergeek (ubergeek@tilde.team) has quit (quit: WeeChat 2.3)
2018-12-11 01:18:21 --> ubergeek (ubergeek@tilde.team) has joined #thunix
2018-12-11 01:47:23 <-- deepend (deepend@oper.tilde.chat) has left #thunix ("WeeChat 2.3")
2018-12-12 14:57:10 ~amcclure idk if this is going to work...
2018-12-12 17:08:25 ubergeek It will. I have faith.
2018-12-12 23:44:09 ~amcclure I mean I tried to run the old thunix bot on here and it didn't work
2018-12-13 04:42:19 <-- amcclure (amcclure@triton.blinkenshell.org) has quit (Ping timeout: 121 seconds)
2018-12-13 04:45:02 --> amcclure (amcclure@triton.blinkenshell.org) has joined #thunix
2018-12-13 14:14:30 -- Mode #thunix [+qo amcclure amcclure] by ChanServ
2018-12-13 14:48:55 ubergeek what specs are you looking at for a server?
2018-12-13 14:57:32 <-- amcclure (amcclure@triton.blinkenshell.org) has quit (quit: leaving)
2018-12-13 14:58:42 -- amcclure[team] is now known as amcclure
2018-12-13 14:59:16 -- Mode #thunix [+qo amcclure amcclure] by ChanServ
2018-12-13 15:00:51 ~amcclure just something that could run a web and email server
2018-12-13 15:00:59 ~amcclure nothing too much though
2018-12-13 15:10:49 ubergeek lemme get back to you. I should be able to spin up a DO droplet.
2018-12-13 15:11:24 ~amcclure tysm ubergeek!
2018-12-13 15:11:31 ubergeek It *may* take until sometime this weekend. I really need to downsize one of my droplets too
2018-12-13 15:11:47 ~amcclure oh
2018-12-13 15:11:47 ubergeek what OS?
2018-12-13 15:12:06 ~amcclure what operating systems are available
2018-12-13 15:12:17 ~amcclure I'd prefer Debian
2018-12-13 15:12:18 ubergeek Got centos, ubuntu, rancher, fedroa, debian...
2018-12-13 15:12:24 ~amcclure ok Debian 9
2018-12-13 15:12:25 ubergeek lemme check real quick for the list
2018-12-13 15:14:11 ubergeek Yep, debian 9 is there, as well as freebsd, CoreOS, and Atomic
2018-12-13 15:14:43 ubergeek also, email me a pubkey for root, if you don't mind
2018-12-13 15:14:49 ~amcclure 1 second
2018-12-13 15:14:51 ubergeek o7
2018-12-13 15:19:30 ~amcclure I sent a msg with it
2018-12-13 15:24:18 ubergeek do you have a preferred region?
2018-12-13 15:24:37 ~amcclure what regions are available?
2018-12-13 15:25:03 ubergeek NY, San Fran, Amerstam, Frankfurt, Londons, Singapore, Toronot, and Bangalore
2018-12-13 15:25:17 ubergeek disregard my crap spelling
2018-12-13 15:25:35 ~amcclure is there any way to see which region would be best
2018-12-13 15:25:44 ubergeek what is "best"?
2018-12-13 15:25:55 ubergeek Best depends on where you want it, really.
2018-12-13 15:26:17 ~amcclure what are all the us locations
2018-12-13 15:26:24 ~amcclure just san fran?
2018-12-13 15:26:37 ubergeek NYC, and San Fran
2018-12-13 15:26:42 ~amcclure maybe NYC
2018-12-13 15:26:48 ubergeek Toronto might as well be US
2018-12-13 15:27:06 ubergeek Since NYS is just "southern Canadan" lol
2018-12-13 15:27:13 ~amcclure is ny available?
2018-12-13 15:27:18 ubergeek yes
2018-12-13 15:27:22 ~amcclure ok
2018-12-13 15:27:29 ubergeek NYC it is :)
2018-12-13 15:28:39 ~amcclure ok :)
2018-12-13 15:29:16 ~amcclure would you be able to join #thunix-admin on freenode?
2018-12-13 15:29:36 ~amcclure oops meant to msg that
2018-12-13 15:29:39 ~amcclure lol
2018-12-13 15:40:19 ubergeek sure
2018-12-13 19:40:52 fosslinux hey ubergeek, amcclure, so now you have something for web/email?
2018-12-13 19:42:46 fosslinux if you were looking for another server which i may be able to provide soonish, what would you be looking for?
2018-12-13 20:04:45 ~amcclure fosslinux: can you join #thunix-admin on freenode as well?
2018-12-14 04:54:06 fosslinux kk
2018-12-14 05:56:22 -- You are now known as ^
2018-12-14 06:11:12 -- You are now known as fosslinux
2018-12-15 00:37:07 --> ubergeek1 (ubergeek@yourtilde.com) has joined #thunix
2018-12-15 00:40:20 <-- ubergeek1 (ubergeek@yourtilde.com) has quit (Quit: WeeChat 2.3)
2018-12-19 01:54:13 -- amcclure has changed topic for #thunix to "Welcome to thunix! -- https://www.thunix.cf"
2018-12-19 12:24:08 ~amcclure hello
2018-12-19 12:31:44 ubergeek morning :)
2018-12-19 19:58:27 --> ubergeek|lounge (ubergeek@tilde.team) has joined #thunix
2018-12-19 22:59:38 fosslinux amcclure: is thunix website on a git repo somewhere?
2018-12-19 23:00:01 fosslinux i'm happy to maintain the site
2018-12-19 23:19:03 ~amcclure I was just going to maintain the site myself
2018-12-19 23:19:17 fosslinux sure
2018-12-19 23:19:29 fosslinux it needs a revamp tho
2018-12-19 23:20:10 ~amcclure revamp?
2018-12-19 23:21:43 fosslinux complete redo
2018-12-19 23:21:51 fosslinux because pretty much everything on there has changed
2018-12-19 23:30:56 -- irc: disconnected from server
2018-12-19 23:38:09 --> fosslinux (fosslinux@bsd.tilde.team) has joined #thunix
2018-12-19 23:38:09 -- Topic for #thunix is "Welcome to thunix! -- https://www.thunix.cf"
2018-12-19 23:38:09 -- Topic set by amcclure (amcclure@tilde.team) on Wed, 19 Dec 2018 01:54:13
2018-12-19 23:38:09 -- Channel #thunix: 4 nicks (1 op, 0 halfops, 0 voices, 3 normals)
2018-12-19 23:38:11 -- Channel created on Sat, 08 Dec 2018 16:59:15

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,158 @@
2018-12-02 02:12:10 --> fosslinux (fosslinux@fosslinux.tk) has joined #tildeverse
2018-12-02 02:12:10 -- Topic for #tildeverse is "Tildeverse meeting/discussion place - https://tildeverse.org/ - comments on https://tilde.news mirrored here"
2018-12-02 02:12:10 -- Topic set by ben on Wed, 10 Oct 2018 15:04:24
2018-12-02 02:12:10 -- Channel #tildeverse: 12 nicks (1 op, 0 halfops, 0 voices, 11 normals)
2018-12-02 02:12:12 -- Channel created on Tue, 17 Jul 2018 19:51:39
2018-12-02 22:08:49 -- jan6 is now known as irc_irc_jan6
2018-12-02 22:10:13 -- irc_irc_jan6 is now known as |
2018-12-02 22:13:04 -- | is now known as jan6
2018-12-03 06:10:31 <-- ubergeek (ubergeek@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- minerbot2 (minerbot2@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- BabiliBot (BabiliBot@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- ubergeek|lounge (ubergeek@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- sedbot (sedbot@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- jan6 (jan6@is.quite.awesome) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:10:31 <-- aewens|otg (aewensotg@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:11:20 --> ubergeek|lounge (ubergeek@tilde.team) has joined #tildeverse
2018-12-03 06:11:33 --> minerbot2 (minerbot2@tilde.team) has joined #tildeverse
2018-12-03 06:11:35 --> aewens|otg (aewensotg@tilde.team) has joined #tildeverse
2018-12-03 06:11:37 --> sedbot (sedbot@tilde.team) has joined #tildeverse
2018-12-03 06:11:51 --> ubergeek (ubergeek@tilde.team) has joined #tildeverse
2018-12-03 06:12:11 --> khuxkm|lounge (khuxkm@tilde.team) has joined #tildeverse
2018-12-03 06:12:42 --> jan6 (jan6@tilde.team) has joined #tildeverse
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-03 10:48:07 --> fosslinux (fosslinux@bsd.tilde.team) has joined #tildeverse
2018-12-03 10:48:07 -- Topic for #tildeverse is "Tildeverse meeting/discussion place - https://tildeverse.org/ - comments on https://tilde.news mirrored here"
2018-12-03 10:48:07 -- Topic set by ben on Wed, 10 Oct 2018 15:04:24
2018-12-03 10:48:07 -- Channel #tildeverse: 11 nicks (1 op, 0 halfops, 0 voices, 10 normals)
2018-12-03 10:48:53 -- Channel created on Tue, 17 Jul 2018 19:51:39
2018-12-03 14:48:42 <-- jan6 (jan6@tilde.team) has quit (Changing host)
2018-12-03 14:48:42 --> jan6 (jan6@is.quite.awesome) has joined #tildeverse
2018-12-03 14:52:55 <-- khuxkm|lounge (khuxkm@tilde.team) has quit (Changing host)
2018-12-03 14:52:55 --> khuxkm|lounge (khuxkm@oper.tilde.chat) has joined #tildeverse
2018-12-03 17:19:36 --> BabiliBot (BabiliBot@tilde.team) has joined #tildeverse
2018-12-03 17:56:04 BabiliBot [title] A good open source password manager (posted by aewens) <https://tilde.news/s/x2i7j0>
2018-12-03 17:59:19 BabiliBot [title] Advent of Code 2018 (posted by aewens) <https://tilde.news/s/aetfmx>
2018-12-03 18:03:01 BabiliBot [links-comments] theres already discussion in #adventofcode (posted by ben) <https://tilde.news/c/ripbbd>
2018-12-03 18:15:29 --> singlet (singlet@37.164.61.148) has joined #tildeverse
2018-12-03 18:16:02 <-- singlet (singlet@37.164.61.148) has quit (Connection closed)
2018-12-03 18:46:20 BabiliBot [title] vim advent calendar 2018 (posted by ben) <https://tilde.news/s/qizsna>
2018-12-03 18:47:08 BabiliBot [title] Hack | A typeface designed for source code (posted by kirch) <https://tilde.news/s/g1ahix>
2018-12-03 19:24:33 -- jan6 is now known as aewenz
2018-12-03 19:25:59 -- aewenz is now known as jan6
2018-12-04 06:12:21 -- You are now known as |
2018-12-04 06:13:48 -- You are now known as fosslinux
2018-12-04 16:30:15 <-- BabiliBot (BabiliBot@tilde.team) has quit (Connection closed)
2018-12-04 16:30:19 --> BabiliBot (BabiliBot@tilde.team) has joined #tildeverse
2018-12-04 16:31:36 <-- BabiliBot (BabiliBot@tilde.team) has quit (Connection closed)
2018-12-04 16:31:40 --> BabiliBot (BabiliBot@tilde.team) has joined #tildeverse
2018-12-04 16:40:02 <-- BabiliBot (BabiliBot@tilde.team) has quit (Connection closed)
2018-12-04 16:40:40 <-- ben (ben@oper.tilde.chat) has quit (Server shutdown)
2018-12-04 16:42:15 --> BabiliBot (BabiliBot@tilde.team) has joined #tildeverse
2018-12-04 16:44:23 --> ben (ben@oper.tilde.chat) has joined #tildeverse
2018-12-04 16:44:34 -- Mode #tildeverse [+qo ben ben] by ChanServ
2018-12-04 16:55:13 BabiliBot [title] Microsoft will replace Edge with Chromium-powered web browser (posted by aewens) <https://tilde.news/s/uzmppy>
2018-12-04 16:57:11 BabiliBot [links-comments] I hope someday that Microsoft will give up on trying to create a working browser, and focus on creating a working operating system. (posted by kirch) <https://tilde.news/c/prvhdz>
2018-12-05 06:34:10 <-- aewens (aewens@king.of.chaos) has quit (Ping timeout: 121 seconds)
2018-12-05 06:41:14 --> aewens (aewens@tilde.team) has joined #tildeverse
2018-12-05 06:42:44 <-- aewens (aewens@tilde.team) has quit (services.tilde.chat (Too many invalid passwords))
2018-12-05 06:43:11 --> aewens (aewens@tilde.team) has joined #tildeverse
2018-12-05 06:44:41 <-- aewens (aewens@tilde.team) has quit (Changing host)
2018-12-05 06:44:41 --> aewens (aewens@king.of.chaos) has joined #tildeverse
2018-12-05 21:44:30 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (Changing host)
2018-12-05 21:44:30 --> khuxkm|lounge (khuxkm@sudoers.tilde.team) has joined #tildeverse
2018-12-06 17:20:59 <-- BabiliBot (BabiliBot@tilde.team) has quit (Connection closed)
2018-12-06 17:21:03 --> BabiliBot (BabiliBot@tilde.team) has joined #tildeverse
2018-12-06 18:42:48 BabiliBot [title] Sort By Controversial (posted by kirch) <https://tilde.news/s/ce3wcz>
2018-12-06 19:47:38 BabiliBot [title] Labor party Australia makes encryption security theater (posted by fosslinux) <https://tilde.news/s/x1wxzu>
2018-12-06 19:48:27 BabiliBot [title] What's these new Australian laws going to do? (posted by fosslinux) <https://tilde.news/s/yh3iui>
2018-12-06 23:01:37 <-- deepend (deepend@oper.tilde.chat) has quit (Quit: WeeChat 2.3)
2018-12-06 23:02:12 --> deepend (deepend@yourtilde.com) has joined #tildeverse
2018-12-07 12:22:52 BabiliBot [title] In the New Fight for Online Privacy and Security, Australia Falls: What Happens Next? (posted by cdmnky) <https://tilde.news/s/3htpnt>
2018-12-07 19:52:54 --> singlet (singlet@lfbn-1-6791-252.w90-120.abo.wanadoo.fr) has joined #tildeverse
2018-12-07 19:53:33 <-- singlet (singlet@lfbn-1-6791-252.w90-120.abo.wanadoo.fr) has quit (quit: Leaving)
2018-12-07 21:09:55 BabiliBot [title] DHS looking into tracking Monero and Zcash transactions (posted by cdmnky) <https://tilde.news/s/ghjhly>
2018-12-07 21:26:07 BabiliBot [title] Rust 2018 is here… but what is it? (posted by ahriman) <https://tilde.news/s/tytgx6>
2018-12-07 21:33:25 BabiliBot [title] AMD EPYC 7371 Pricing Update: An Insane Value (posted by ahriman) <https://tilde.news/s/o3byti>
2018-12-07 21:51:47 <-- BabiliBot (BabiliBot@tilde.team) has quit (Connection closed)
2018-12-07 21:51:51 --> BabiliBot (BabiliBot@tilde.team) has joined #tildeverse
2018-12-07 22:03:16 <-- BabiliBot (BabiliBot@tilde.team) has quit (Connection closed)
2018-12-07 22:03:20 --> BabiliBot (BabiliBot@tilde.team) has joined #tildeverse
2018-12-08 02:41:37 BabiliBot [title] Slow movement (culture) - Wikipedia (posted by UberGeek) <https://tilde.news/s/0qnsyf>
2018-12-08 04:01:52 BabiliBot [title] IBM Sells Software Portfolio to India's HCL Technologies (posted by UberGeek) <https://tilde.news/s/21qd3c>
2018-12-08 07:50:28 <-- deepend (deepend@yourtilde.com) has quit (Quit: WeeChat 2.3)
2018-12-08 07:58:06 --> deepend (deepend@yourtilde.com) has joined #tildeverse
2018-12-08 16:44:06 <-- deepend (deepend@yourtilde.com) has quit (Changing host)
2018-12-08 16:44:06 --> deepend (deepend@oper.tilde.chat) has joined #tildeverse
2018-12-08 18:05:21 BabiliBot [title] Who Killed Gopher? (posted by UberGeek) <https://tilde.news/s/jsvr1v>
2018-12-08 20:04:08 BabiliBot [links-comments] Interesting concept. Seems to be a response to the hyper-consumerism as encouraged by post-industrial capitalism. (posted by ahriman) <https://tilde.news/c/lxmgu3>
2018-12-09 01:06:01 <-- ubergeek (ubergeek@tilde.team) has quit (quit: WeeChat 2.3)
2018-12-09 12:17:26 --> singlet (singlet@lfbn-1-6791-252.w90-120.abo.wanadoo.fr) has joined #tildeverse
2018-12-09 12:17:44 <-- singlet (singlet@lfbn-1-6791-252.w90-120.abo.wanadoo.fr) has quit (Connection closed)
2018-12-10 14:10:14 BabiliBot [title] Your Apps Know Where You Were Last Night, and Theyre Not Keeping It Secret (posted by kirch) <https://tilde.news/s/koxli8>
2018-12-10 16:36:51 BabiliBot [title] oh dear… somethings wrong! | news.com.au — Australias #1 news site (posted by mushmouth) <https://tilde.news/s/ptjdpl>
2018-12-10 16:40:06 BabiliBot [title] What new encryption laws mean for you (posted by mushmouth) <https://tilde.news/s/dsggm2>
2018-12-10 16:42:41 BabiliBot [links-comments] what an insidious dark pattern that most apps have fallen into… (posted by ben) <https://tilde.news/c/s6o0x2>
2018-12-10 16:47:23 BabiliBot [title] Cragne Manor: a text adventure commemorating the twentieth anniversary of Anchorhead (posted by kirch) <https://tilde.news/s/rmqew3>
2018-12-10 17:02:47 BabiliBot [title] Hackercouch: Couchsurfing for Hackers, by Hackers (posted by kirch) <https://tilde.news/s/iq8gm7>
2018-12-10 18:20:49 <-- BabiliBot (BabiliBot@tilde.team) has quit (Connection closed)
2018-12-10 18:20:53 --> BabiliBot (BabiliBot@tilde.team) has joined #tildeverse
2018-12-10 20:11:34 BabiliBot [title] REXPaint - A powerful and user-friendly ASCII art editor (posted by ahriman) <https://tilde.news/s/cndzmc>
2018-12-10 20:25:16 BabiliBot [links-comments] misleading advertising ;PASCII editor implies being made FOR ASCII, NOT for ANSI (posted by jan6) <https://tilde.news/c/1awtrz>
2018-12-10 20:39:39 BabiliBot [links-comments] its worth noting its winblows only (posted by jan6) <https://tilde.news/c/bhdpop>
2018-12-10 21:16:45 BabiliBot [links-comments] I didnt notice that :-(Debod from lobste.rs (posted by ahriman) <https://tilde.news/c/qbbyml>
2018-12-10 22:48:25 <-- BabiliBot (BabiliBot@tilde.team) has quit (Connection closed)
2018-12-10 22:48:29 --> BabiliBot (BabiliBot@tilde.team) has joined #tildeverse
2018-12-11 01:19:10 BabiliBot [links-comments] I like this concept, particularly in the context of technology. Technology can so easily feed impatience and lead to people undervalue those around them. But it can also support connections between people in ways that increase empathy and appreciation. We have to very consciously decide how we want to use technology or it will be imposed on us against our best interests. (posted by cmccabe) <https://tilde.news/c/fzfaio>
2018-12-11 01:37:04 BabiliBot [title] SocioSite: PECULIARITIES OF CYBERSPACE: DEATH ON THE NET (posted by UberGeek) <https://tilde.news/s/o9bpmn>
2018-12-11 15:36:26 BabiliBot [links-comments] https://www.youtube.com/watch?v=8n6ubzCzZ5IAndroid vs iOS: Which spies on you more?Lunduke's response to that, basically (posted by jan6) <https://tilde.news/c/tuwa20>
2018-12-11 17:46:57 --> singlet (singlet@lfbn-1-11082-158.w86-213.abo.wanadoo.fr) has joined #tildeverse
2018-12-11 17:47:52 <-- singlet (singlet@lfbn-1-11082-158.w86-213.abo.wanadoo.fr) has quit (quit: Leaving)
2018-12-11 18:27:29 --> singlet (singlet@lfbn-1-11082-158.w86-213.abo.wanadoo.fr) has joined #tildeverse
2018-12-11 18:28:00 <-- singlet (singlet@lfbn-1-11082-158.w86-213.abo.wanadoo.fr) has quit (Connection closed)
2018-12-11 19:51:15 <-- BabiliBot (BabiliBot@tilde.team) has quit (Connection closed)
2018-12-11 19:51:19 --> BabiliBot (BabiliBot@tilde.team) has joined #tildeverse
2018-12-12 20:02:27 BabiliBot [title] A tale of 132 e's (posted by aewens) <https://tilde.news/s/twyowk>
2018-12-12 22:30:58 BabiliBot [links-comments] The length of es doesnt matter. But its really sadthat GitHub staff is bothering to listen to people who think that therepository doesnt have a serious purpose.iliana weller ilianaw@buttslol.netthe @buttslol.net mail got me, lol (posted by jan6) <https://tilde.news/c/fyrwof>
2018-12-13 08:14:09 BabiliBot [title] How to manage GPG keys across multiple systems? (posted by Shamar) <https://tilde.news/s/1hcw1h>
2018-12-13 09:27:57 BabiliBot [title] TempleOS (posted by Shamar) <https://tilde.news/s/nxrlzh>
2018-12-14 05:56:22 -- You are now known as ^
2018-12-14 06:11:12 -- You are now known as fosslinux
2018-12-14 19:36:51 BabiliBot [title] CenturyLink is blocking its customer's internet while saying Utah legislators told them to - RichSnapp.com (posted by UberGeek) <https://tilde.news/s/p05y1i>
2018-12-14 19:36:51 BabiliBot [title] Running an I2P Svartkast on the Raspberry Pi: Even more cheap hardware to leave on someone else's network (posted by UberGeek) <https://tilde.news/s/eelbxv>
2018-12-14 19:49:01 BabiliBot [title] 'They don't care': Facebook factchecking in disarray as journalists push to cut ties (posted by kirch) <https://tilde.news/s/ma7w0q>
2018-12-15 02:34:29 BabiliBot [title] God's Lonely Programmer (posted by UberGeek) <https://tilde.news/s/a91vxt>
2018-12-15 16:40:36 BabiliBot [title] Working on a Flash game collection (posted by khuxkm) <https://tilde.news/s/5lfnqj>
2018-12-16 13:03:03 BabiliBot [title] Why inequality matters? (posted by Shamar) <https://tilde.news/s/wrdtpo>
2018-12-17 02:16:12 BabiliBot [title] I was a contract worker in Googles caste system—and it wasnt pretty (posted by UberGeek) <https://tilde.news/s/p913ap>
2018-12-17 02:16:38 --> ubergeek (ubergeek@tilde.team) has joined #tildeverse
2018-12-17 13:20:13 <-- BabiliBot (BabiliBot@tilde.team) has quit (Connection closed)
2018-12-17 13:20:17 --> BabiliBot (BabiliBot@tilde.team) has joined #tildeverse
2018-12-17 14:09:15 <-- BabiliBot (BabiliBot@tilde.team) has quit (Connection closed)
2018-12-17 14:09:19 --> BabiliBot (BabiliBot@tilde.team) has joined #tildeverse
2018-12-17 14:35:21 <-- BabiliBot (BabiliBot@tilde.team) has quit (Connection closed)
2018-12-17 14:35:25 --> BabiliBot (BabiliBot@tilde.team) has joined #tildeverse
2018-12-17 15:21:24 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-12-17 15:27:52 --> ben (ben@oper.tilde.chat) has joined #tildeverse
2018-12-17 15:27:53 -- Mode #tildeverse [+qo ben ben] by ChanServ
2018-12-17 20:29:28 BabiliBot [title] Machine Politics (posted by Shamar) <https://tilde.news/s/ruqhis>
2018-12-18 07:09:11 BabiliBot [title] VSCodium/vscodium (posted by ben) <https://tilde.news/s/zhml9o>
2018-12-18 09:09:17 BabiliBot [title] REINFORCEMENT LEARNING AND OPTIMAL CONTROL (posted by Shamar) <https://tilde.news/s/iojmsb>
2018-12-18 12:55:44 BabiliBot [title] Don't say just "Hello" A basic rule while using IM (posted by UberGeek) <https://tilde.news/s/lk3f2f>
2018-12-18 14:01:21 BabiliBot [links-comments] hello (posted by ben) <https://tilde.news/c/2klnhs>
2018-12-18 15:12:49 BabiliBot [title] Have your say: European expert group seeks feedback on draft ethics guidelines for trustworthy artificial intelligence (posted by Shamar) <https://tilde.news/s/fohycl>
2018-12-18 15:58:15 BabiliBot [title] An Ethical Framework for a Good AI Society: Opportunities, Risks, Principles, and Recommendations (posted by Shamar) <https://tilde.news/s/irq1yu>
2018-12-18 20:30:22 --> singlet (singlet@lfbn-1-11082-158.w86-213.abo.wanadoo.fr) has joined #tildeverse
2018-12-18 20:30:39 <-- singlet (singlet@lfbn-1-11082-158.w86-213.abo.wanadoo.fr) has quit (Connection closed)
2018-12-18 21:32:02 BabiliBot [links-comments] When I used slack at work this would bug the shit out of me. Like, Im working, ask the damn question already. (posted by ahriman) <https://tilde.news/c/wla4ku>
2018-12-19 15:28:59 -- ben is now known as 550AAAAAE
2018-12-19 15:29:44 -- 550AAAAAE is now known as ben
2018-12-19 15:43:55 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-12-19 15:45:11 --> 550AAAAAE (ben@oper.tilde.chat) has joined #tildeverse
2018-12-19 15:45:11 -- Mode #tildeverse [+qo 550AAAAAE 550AAAAAE] by center.tilde.chat
2018-12-19 15:45:31 -- 550AAAAAE is now known as ben
2018-12-19 16:21:45 BabiliBot [title] 8 Reasons Python Sucks (posted by aewens) <https://tilde.news/s/fadmws>
2018-12-19 16:40:36 BabiliBot [links-comments] wow i agree with all of these things. the pip and 2 vs 3 thing is a huge PITA for someone like me who doesnt write all that much in python (posted by ben) <https://tilde.news/c/3pj99l>
2018-12-19 17:14:37 BabiliBot [links-comments] https://i.redd.it/lqy92av2z2521.jpg (posted by UberGeek) <https://tilde.news/c/ngwt6k>
2018-12-19 23:30:56 -- irc: disconnected from server

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,57 @@
2018-12-05 04:31:19 --> fosslinux (fosslinux@bsd.tilde.team) has joined #unkt
2018-12-05 04:31:19 -- Topic for #unkt is "1000.directory channel uwu"
2018-12-05 04:31:19 -- Topic set by arne (arne@arnes.cozy.tilde) on Wed, 05 Dec 2018 02:49:26
2018-12-05 04:31:19 -- Channel #unkt: 4 nicks (1 op, 0 halfops, 0 voices, 3 normals)
2018-12-05 04:31:21 -- Channel created on Wed, 05 Dec 2018 02:48:10
2018-12-05 04:31:22 fosslinux hellloooo
2018-12-05 04:31:28 fosslinux can i have an account arne?
2018-12-05 04:37:23 slipyx looks like youll be waiting another 6 hours
2018-12-05 04:37:51 fosslinux ? slipyx
2018-12-05 04:38:04 slipyx usually when arnl "wakes up"
2018-12-05 04:38:24 slipyx though...
2018-12-05 04:38:34 fosslinux lol
2018-12-05 04:38:37 fosslinux i can wait
2018-12-05 04:41:11 * slipyx becomes concerned https://1000.directory/~artl
2018-12-05 04:44:15 slipyx oh he said he was recreating the user creation script...
2018-12-05 04:53:28 fosslinux 404 Not Found
2018-12-05 04:53:30 fosslinux hmmmmm
2018-12-05 04:53:49 slipyx /home/artl is missing completely
2018-12-05 04:54:10 fosslinux isnt that arne himself
2018-12-05 04:54:36 slipyx yeah
2018-12-05 04:57:38 fosslinux weird
2018-12-05 11:20:02 ~arne i changed my user to null
2018-12-05 11:20:15 ~arne also fosslinux
2018-12-05 11:20:57 ~arne I'm redoing the user script
2018-12-05 11:21:05 ~arne But I'll create u an account manually
2018-12-05 11:25:03 ~arne also
2018-12-05 12:02:17 ~arne neo homepage
2018-12-05 19:30:43 fosslinux null nice
2018-12-05 19:33:28 ~arne now the homepage is made by a ... shell script (woo)
2018-12-05 19:36:03 fosslinux does unkt have mosh?
2018-12-05 19:38:05 ~arne yea
2018-12-05 19:38:52 fosslinux kk
2018-12-05 19:38:56 fosslinux thats weird
2018-12-05 19:39:23 fosslinux ah nvm
2018-12-06 11:19:11 ~arne Now. Time to redesign gopher homepage
2018-12-06 19:25:42 fosslinux redesign?
2018-12-06 19:25:46 fosslinux gopher?
2018-12-06 19:25:53 fosslinux whats redesign in gopher land?
2018-12-07 12:33:20 ~arne ulm
2018-12-07 22:00:53 fosslinux ??
2018-12-10 18:26:55 -- arne has changed topic for #unkt from "1000.directory channel uwu" to "unkt. https://todo.sr.ht/~lorenzzzo/unkt"
2018-12-13 11:36:16 <-- slipyx (slip@46.68.203.35.bc.googleusercontent.com) has quit (Ping timeout: 121 seconds)
2018-12-13 11:38:03 --> slipyx (slip@46.68.203.35.bc.googleusercontent.com) has joined #unkt
2018-12-13 11:47:49 <-- slipyx (slip@46.68.203.35.bc.googleusercontent.com) has quit (Ping timeout: 121 seconds)
2018-12-13 11:48:49 --> slipyx (slip@46.68.203.35.bc.googleusercontent.com) has joined #unkt
2018-12-13 11:53:07 <-- slipyx (slip@46.68.203.35.bc.googleusercontent.com) has quit (Ping timeout: 121 seconds)
2018-12-13 11:54:54 --> slipyx (slip@46.68.203.35.bc.googleusercontent.com) has joined #unkt
2018-12-14 05:56:22 -- You are now known as ^
2018-12-14 06:11:12 -- You are now known as fosslinux
2018-12-17 15:21:24 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-12-17 15:27:53 --> ben (ben@oper.tilde.chat) has joined #unkt
2018-12-19 15:28:59 -- ben is now known as 550AAAAAE
2018-12-19 15:29:44 -- 550AAAAAE is now known as ben
2018-12-19 15:43:55 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-12-19 15:45:11 --> 550AAAAAE (ben@oper.tilde.chat) has joined #unkt
2018-12-19 15:45:31 -- 550AAAAAE is now known as ben
2018-12-19 23:30:56 -- irc: disconnected from server

View File

@ -0,0 +1,3 @@
2018-12-19 23:38:01 --> fosslinux (fosslinux@bsd.tilde.team) has joined #urmum
2018-12-19 23:38:01 -- Channel #urmum: 1 nick (1 op, 0 halfops, 0 voices, 0 normals)
2018-12-19 23:38:03 -- Channel created on Wed, 19 Dec 2018 23:38:01

View File

@ -0,0 +1,21 @@
2018-12-13 06:47:12 --> fosslinux (fosslinux@fosslinux.tk) has joined #wumpus
2018-12-13 06:47:12 -- Channel #wumpus: 2 nicks (1 op, 0 halfops, 0 voices, 1 normal)
2018-12-13 06:47:14 -- Channel created on Thu, 13 Dec 2018 06:46:37
2018-12-13 06:47:16 <-- wumpbot (wumpbot@tilde.team) has quit (Connection closed)
2018-12-13 06:47:23 --> fosslinux (fosslinux@fosslinux.tk) has joined #wumpus
2018-12-13 06:47:23 -- Channel #wumpus: 1 nick (1 op, 0 halfops, 0 voices, 0 normals)
2018-12-13 06:47:25 -- Channel created on Thu, 13 Dec 2018 06:47:23
2018-12-13 06:47:34 -- Mode #wumpus [+rq fosslinux] by ChanServ
2018-12-13 06:47:38 --> wumpbot (wumpbot@tilde.team) has joined #wumpus
2018-12-13 06:47:38 wumpbot You're in a cave with 20 rooms and 3 tunnels leading from each room.
2018-12-13 06:47:38 wumpbot There are 3 bats and 3 pits scattered throughout the cave, and your
2018-12-13 06:47:38 wumpbot quiver holds 5 custom super anti-evil Wumpus arrows. Good luck.
2018-12-13 06:47:38 wumpbot You are in room 18 of the cave, and have 5 arrows left.
2018-12-13 06:47:38 wumpbot *whoosh* (I feel a draft from some pits).
2018-12-13 06:47:38 wumpbot There are tunnels to rooms 8, 17, and 19.
2018-12-13 06:48:49 -- Mode #wumpus [+o wumpbot] by fosslinux
2018-12-13 06:49:33 ~fosslinux move 8
2018-12-13 06:49:35 ~fosslinux 8
2018-12-13 06:49:38 ~fosslinux go 8
2018-12-13 06:49:40 ~fosslinux wtf
2018-12-13 06:51:09 <-- wumpbot (wumpbot@tilde.team) has quit (Connection closed)

View File

@ -0,0 +1,8 @@
2018-11-15 19:55:28 --> fosslinux (fosslinux@tilde-fhah4o.tilde.team) has joined #your
2018-11-15 19:55:28 -- Topic for #your is "YourTilde - Private Local Channel for YourTilde.com Users."
2018-11-15 19:55:28 -- Topic set by deepend (deepend@yourtilde.com) on Wed, 11 Jul 2018 00:22:42
2018-11-15 19:55:28 -- Channel #your: 4 nicks (2 ops, 0 halfops, 0 voices, 2 normals)
2018-11-15 19:55:28 TildeBot fosslinux <-- join #your Welcome Back :P
2018-11-15 19:55:29 -- Channel created on Tue, 19 Jun 2018 03:20:22
2018-11-15 19:55:32 fosslinux oh
2018-11-15 19:55:35 fosslinux ok

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,3 @@
2018-11-16 04:34:48 fosslinux hmmm
2018-11-16 04:34:56 fosslinux why are you 674AAA09Z
2018-11-16 14:37:17 674AAA09Z idk

View File

@ -0,0 +1,33 @@
2018-11-30 06:52:37 ahriman your account is set up on tilde.institute
2018-11-30 06:55:20 ahriman i'm on hetzner too! lol so no nmapping for you
2018-11-30 06:55:43 ahriman actually no nmap for anyone i didn't install it
2018-11-30 07:01:55 fosslinux :D
2018-11-30 07:02:07 fosslinux i know not to nmap anywhere now :P
2018-11-30 07:02:21 ahriman haha no worries, just messing with you
2018-11-30 07:02:48 ahriman ping me if you need anything installed, etc
2018-11-30 07:02:54 fosslinux yep cool
2018-11-30 07:03:23 ahriman keep in mind it's still beta so it's a work in progress, it isn't as mature as team or town or yourtilde
2018-11-30 07:04:03 fosslinux of course
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-04 03:55:37 <-- ahriman (ahriman@falte.red) has quit (Quit: WeeChat 2.2)
2018-12-04 03:57:17 --> ahriman (ahriman@falte.red) is back on server
2018-12-05 00:08:04 <-- ahriman (ahriman@falte.red) has quit (quit: WeeChat 2.2)
2018-12-05 00:11:30 --> ahriman (ahriman@falte.red) is back on server
2018-12-06 17:32:00 <-- ahriman (ahriman@falte.red) has quit (team.tilde.chat cosmic.tilde.chat)
2018-12-06 17:37:08 --> ahriman (ahriman@falte.red) is back on server
2018-12-06 19:31:48 <-- ahriman (ahriman@falte.red) has quit (quit: rebootying vps)
2018-12-06 19:34:08 --> ahriman (ahriman@falte.red) is back on server
2018-12-08 05:39:31 <-- ahriman (ahriman@falte.red) has quit (quit: WeeChat 2.2)
2018-12-08 05:39:44 --> ahriman (ahriman@falte.red) is back on server
2018-12-08 05:42:05 <-- ahriman (ahriman@falte.red) has quit (Quit: WeeChat 2.2)
2018-12-08 05:42:27 --> ahriman (ahriman@falte.red) is back on server
2018-12-17 05:49:21 fosslinux ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuhMOXrVmylszkbB0Sk1CCp+2+LbffnuPTpdRo7cEVBEb5d4W7ZgDEP/e4kHGwAf5LSolGtG/1tn8AUxrYp7XVf/RupgbcaJXt3K2JMgowE4q9dzTsx7sEcWwsp+KA+b8+CJTbritWVWMAvtfOPfO2bnhWxg/3ZxnkVe0DGSO9gIy+tvDjwQSM5Sc/+MlHpG4nIh4i2iyZZnQDS85wbhXNy/f9bLNFUGHxqQP3u2mFnBKFHvKLd0AMKfcW4q/RmmoTmmLkb2f6OaF/JgMGJzeKiCedE7ZAv4MhX6KvQi06XRlVmsvfyjdTR0W7v8ZOfUOAdnmtxth1EvLHnQ2N3XXp
2018-12-17 05:51:35 ahriman good to go
2018-12-17 06:07:59 fosslinux :)
2018-12-18 07:56:06 <-- ahriman (ahriman@falte.red) has quit (Quit: WeeChat 2.2)
2018-12-18 07:57:09 --> ahriman (ahriman@falte.red) is back on server
2018-12-18 18:02:58 <-- ahriman (ahriman@falte.red) has quit (quit: WeeChat 2.2)
2018-12-18 18:03:33 --> ahriman (ahriman@falte.red) is back on server
2018-12-18 18:04:27 <-- ahriman (ahriman@falte.red) has quit (Changing host)
2018-12-18 18:04:27 --> ahriman (ahriman@oper.tilde.chat) is back on server
2018-12-19 23:30:56 -- irc: disconnected from server

View File

@ -0,0 +1,16 @@
2018-11-15 14:16:56 amcclure hello
2018-11-15 14:17:43 amcclure which distro would you recommend for an lxd container?
2018-11-15 19:38:44 fosslinux well ben will/has offered you ubuntu/debian
2018-11-15 19:38:50 fosslinux so either of those
2018-11-15 19:38:59 fosslinux personally i prefer debian, but thats just me
2018-11-16 00:09:58 <-- amcclure (amcclure@thunix.org) has quit (quit: WeeChat 2.3)
2018-11-16 00:11:45 --> amcclure (amcclure@tilde-0gnh0q.org) is back on server
2018-11-30 05:11:59 -- irc: disconnected from server
2018-12-03 06:10:31 <-- amcclure (amcclure@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:11:44 --> amcclure (amcclure@tilde.team) is back on server
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-13 04:42:19 <-- amcclure (amcclure@triton.blinkenshell.org) has quit (Ping timeout: 121 seconds)
2018-12-13 04:45:02 --> amcclure (amcclure@triton.blinkenshell.org) is back on server
2018-12-13 14:57:32 <-- amcclure (amcclure@triton.blinkenshell.org) has quit (quit: leaving)
2018-12-13 14:58:42 --> amcclure (amcclure@tilde.team) is back on server
2018-12-19 23:30:56 -- irc: disconnected from server

View File

@ -0,0 +1,7 @@
2018-11-20 19:57:42 amcclure[team] yel9Hc
2018-11-20 19:57:53 fosslinux thx a ton
2018-11-20 19:58:03 amcclure[team] yw
2018-11-21 02:26:32 -- irc: disconnected from server
2018-11-21 03:39:40 -- irc: disconnected from server
2018-11-27 16:18:57 <-- amcclure[team] (amcclure@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:39 --> amcclure[team] (amcclure@tilde.team) is back on server

View File

@ -0,0 +1,8 @@
2018-11-16 14:38:52 <-- amcclure_ (amcclure@tilde-0gnh0q.org) has quit (quit: WeeChat 2.3)
2018-11-21 02:26:32 -- irc: disconnected from server
2018-11-21 03:39:40 -- irc: disconnected from server
2018-11-30 05:11:59 -- irc: disconnected from server
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-04 22:06:43 --> amcclure_ (amcclure@triton.blinkenshell.org) is back on server
2018-12-05 07:54:20 <-- amcclure_ (amcclure@triton.blinkenshell.org) has quit (team.tilde.chat bsd.tilde.chat)
2018-12-05 07:58:51 --> amcclure_ (amcclure@triton.blinkenshell.org) is back on server

View File

@ -0,0 +1,5 @@
2018-12-05 11:22:43 arne heyy
2018-12-05 11:22:49 arne your username is fosslinux
2018-12-05 11:22:57 arne and your temp pass is 5aae6f9395d761dfdef6b5b242c35b82
2018-12-05 19:30:24 fosslinux thanks
2018-12-19 23:30:56 -- irc: disconnected from server

View File

@ -0,0 +1,16 @@
2018-12-02 07:36:55 BasicBot hi
2018-12-02 07:37:17 <-- BasicBot (BasicBot@tilde.team) has quit (Client exited)
2018-12-02 07:38:47 --> BasicBot (BasicBot@tilde.team) is back on server
2018-12-02 07:38:54 <-- BasicBot (BasicBot@tilde.team) has quit (Connection closed)
2018-12-02 07:39:45 --> BasicBot (BasicBot@tilde.team) is back on server
2018-12-02 07:41:46 <-- BasicBot (BasicBot@tilde.team) has quit (Connection closed)
2018-12-02 19:42:45 --> BasicBot (BasicBot@tilde.team) is back on server
2018-12-02 19:44:58 <-- BasicBot (BasicBot@tilde.team) has quit (Connection closed)
2018-12-03 07:08:02 --> BasicBot (BasicBot@tilde.team) is back on server
2018-12-03 07:10:10 <-- BasicBot (BasicBot@tilde.team) has quit (Connection closed)
2018-12-03 07:11:28 --> BasicBot (BasicBot@tilde.team) is back on server
2018-12-03 07:15:15 <-- BasicBot (BasicBot@tilde.team) has quit (Connection closed)
2018-12-03 07:18:54 --> BasicBot (BasicBot@tilde.team) is back on server
2018-12-03 07:22:38 <-- BasicBot (BasicBot@tilde.team) has quit (Client exited)
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-19 23:30:56 -- irc: disconnected from server

View File

@ -0,0 +1,245 @@
2018-11-14 15:18:10 ben oh no problems
2018-11-15 07:34:38 fosslinux you said that "you've added firewall rules to prevent traffic to hetzner"
2018-11-15 07:34:48 fosslinux what's that meant to do?
2018-11-15 07:35:53 ben rfc1918 says that 10.0.0.0/8, 172.1.0.0/12 and 192.168.0.0/16 are private and non routable
2018-11-15 07:35:57 ben so i set to them to deny
2018-11-15 07:36:08 fosslinux oh
2018-11-15 07:36:15 fosslinux so now i can't ping local addresses?
2018-11-15 07:36:17 fosslinux good
2018-11-15 07:36:27 ben hetzner's network setup is weird that the those all route to the default gateway
2018-11-15 07:36:36 fosslinux wtf
2018-11-15 07:36:53 ben yeah idk
2018-11-15 07:36:58 ben but it should be fine now
2018-11-15 07:37:02 fosslinux good
2018-11-15 07:37:07 fosslinux thanks for fixing it :D
2018-11-15 07:37:16 ben heh, hopefully it works
2018-11-16 19:59:12 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-16 19:59:24 --> ben (ben@oper.tilde.chat) is back on server
2018-11-17 00:59:33 fosslinux hey ben, i was wondering if i could have my lxd container back now. you said a day or two nearly four days ago, and there's a problem i'm having with syncthing that i need to debug. i won't do anything stupid again :P
2018-11-17 00:59:41 ben oh yeah
2018-11-17 00:59:49 ben sure thing
2018-11-17 00:59:53 fosslinux thx
2018-11-17 00:59:58 ben i think i might have already added your key back?
2018-11-17 01:00:13 ben yeah i did
2018-11-17 01:00:19 ben sry, forgot to tellyoui
2018-11-17 01:00:22 fosslinux oh yea you did
2018-11-17 01:00:25 fosslinux np
2018-11-17 01:00:30 fosslinux thanks
2018-11-17 01:00:33 ben np!
2018-11-19 07:11:30 fosslinux your face
2018-11-19 07:11:33 fosslinux lol
2018-11-19 07:11:36 fosslinux i give you buffer count
2018-11-19 07:11:36 ben no u
2018-11-19 07:11:42 ben ur buffer 103
2018-11-19 07:12:04 fosslinux lol did you hear how brendantcc got a vps from milkshake
2018-11-19 07:12:17 ben ye i saw in freenode.#thunix
2018-11-19 07:12:23 ben probably should've warned him
2018-11-19 07:12:30 fosslinux that?
2018-11-19 07:12:36 fosslinux its brendantcc?
2018-11-19 07:12:45 ben brendan is inept and not very willing to learn
2018-11-19 07:12:47 ben lol
2018-11-19 07:12:50 fosslinux YES
2018-11-19 07:12:51 ben maybe inept isn't a good word
2018-11-19 07:12:56 ben s/very//
2018-11-19 07:12:58 fosslinux heck yes
2018-11-19 07:13:18 fosslinux well he gave me the new root
2018-11-19 07:13:22 ben but yeah he just wants you to do it for him instead of learning
2018-11-19 07:13:25 ben or rtfm'ing
2018-11-19 07:13:39 fosslinux and i said well its supposed to be brendantcc's
2018-11-19 07:13:44 fosslinux and he said idc
2018-11-19 07:13:55 fosslinux so owo well
2018-11-19 07:14:00 fosslinux i'm installing ftp now
2018-11-19 07:14:06 ben milkshake said that?
2018-11-19 07:14:09 ben lol
2018-11-19 07:14:17 fosslinux yes
2018-11-19 07:14:26 ben nice
2018-11-19 07:15:56 fosslinux (dont tell anyone, but oh who was it who had 1001.whateveritwas said they locked brendatncc's account, because he was being annoying about being sudoer, it's "broken")
2018-11-19 07:16:09 ben arne
2018-11-19 07:16:15 fosslinux thats him
2018-11-19 07:16:16 ben not surprising
2018-11-19 07:16:36 ben he hasn't been thaaaaaat bad lately
2018-11-19 07:16:40 fosslinux no
2018-11-19 07:16:40 ben just normal bad
2018-11-19 07:16:53 fosslinux heyyyy
2018-11-19 07:17:34 fosslinux tomorrow a month ago i joined ~team !
2018-11-19 07:17:46 fosslinux lol
2018-11-19 07:17:58 ben oh nice!
2018-11-19 07:18:35 fosslinux whats bad
2018-11-19 07:18:40 fosslinux is https://tilde.team/~brendantcc/blog/
2018-11-19 07:18:52 ben omfg
2018-11-19 07:18:57 fosslinux "my behaviour"
2018-11-19 07:19:01 fosslinux "my behaviour"
2018-11-19 07:19:07 ben yeah...
2018-11-19 07:19:09 fosslinux "self centered post on my birthday"
2018-11-19 07:19:21 ben nothing surprising...
2018-11-19 07:19:26 fosslinux lol
2018-11-19 07:28:45 fosslinux made account for you on brendan's thing
2018-11-19 07:28:52 fosslinux you had 1 before so i made you 1 now
2018-11-19 07:28:56 fosslinux pwd tilde
2018-11-19 07:29:18 ben do u need a dns record for it
2018-11-19 07:29:28 fosslinux ohhh
2018-11-19 07:29:31 fosslinux yes please
2018-11-19 07:29:34 fosslinux hmm
2018-11-19 07:29:57 ben some.tilde.pizza
2018-11-19 07:29:59 ben ?
2018-11-19 07:30:03 fosslinux tilde.pizza
2018-11-19 07:30:08 fosslinux <3
2018-11-19 07:30:16 ben i don't want to give up the root domain
2018-11-19 07:30:17 fosslinux umm
2018-11-19 07:30:18 fosslinux no
2018-11-19 07:30:23 fosslinux i dont mean the root
2018-11-19 07:30:32 ben something.tilde.wtf
2018-11-19 07:30:41 fosslinux milkshake.tilde.pizza will do for now
2018-11-19 07:30:48 ben lol ok
2018-11-19 07:30:48 fosslinux in honour of milkshake, the benefactor
2018-11-19 07:30:54 fosslinux thanks
2018-11-19 07:30:55 ben right
2018-11-19 07:30:58 ben what's the ip again
2018-11-19 07:31:15 fosslinux 69.12.82.156
2018-11-19 07:31:27 fosslinux i'm not gunna keep much on this
2018-11-19 07:31:31 ben ok done
2018-11-19 07:31:32 fosslinux because well its brendans
2018-11-19 07:31:38 fosslinux and brendan is brendan
2018-11-19 07:31:39 ben alright i need to bed
2018-11-19 07:31:41 fosslinux cya
2018-11-19 07:31:42 ben it'd 2:30 am
2018-11-19 07:31:42 fosslinux thanks
2018-11-19 07:31:45 fosslinux rip
2018-11-19 07:31:47 ben and i have work in the morning
2018-11-19 07:31:52 fosslinux rIp
2018-11-19 07:31:57 ben yup
2018-11-19 07:31:57 fosslinux bye
2018-11-19 20:02:05 fosslinux speaking of brendantcc
2018-11-19 20:02:09 ben no u
2018-11-20 05:10:40 fosslinux lol
2018-11-20 05:10:50 fosslinux i realised the train was nearly at my stop
2018-11-20 05:10:55 ben no u
2018-11-20 05:10:58 fosslinux so i didn't get to finish my thought
2018-11-20 05:11:01 fosslinux he said to me
2018-11-20 05:11:15 fosslinux "i'm thinking of starting a company when i'm older to work on webbOS"
2018-11-20 05:11:24 fosslinux "wanna be an employee"
2018-11-20 05:11:30 fosslinux i was like "lol thanks but no"
2018-11-20 05:11:40 ben lol no thanks
2018-11-21 02:26:32 -- irc: disconnected from server
2018-11-21 03:39:40 -- irc: disconnected from server
2018-11-25 02:26:39 fosslinux yes it should be in ~team but getting mildow to do that ist oo much :P
2018-11-25 02:30:47 ben ughhh he's so annoying
2018-11-25 02:31:16 fosslinux i was talking ot khuxkm and on #yourtilde (with others) about that :PPP
2018-11-25 02:33:09 ben oh i didn't read scrollback on there
2018-11-25 02:33:15 ben were you able to fix your bot?
2018-11-25 02:33:21 ben load looks lower
2018-11-26 02:10:52 <-- ben (ben@oper.tilde.chat) has quit (Server shutdown)
2018-11-26 02:15:03 --> ben (ben@oper.tilde.chat) is back on server
2018-11-26 02:20:31 <-- ben (ben@oper.tilde.chat) has quit (quit: WeeChat 2.2)
2018-11-26 02:22:48 --> ben (ben@oper.tilde.chat) is back on server
2018-11-26 02:23:05 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-26 02:23:16 --> ben (ben@oper.tilde.chat) is back on server
2018-11-26 03:14:49 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-11-26 03:18:04 --> ben (ben@oper.tilde.chat) is back on server
2018-11-27 16:45:40 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-11-27 16:45:56 --> ben (ben@oper.tilde.chat) is back on server
2018-11-28 09:12:00 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-11-28 09:16:26 --> ben (ben@oper.tilde.chat) is back on server
2018-11-30 05:11:59 -- irc: disconnected from server
2018-12-03 05:56:37 fosslinux hey ben
2018-12-03 05:56:45 fosslinux just wondering, is virtual an admin on ~team?
2018-12-03 05:58:35 ben not anymore
2018-12-03 05:58:44 ben they weren't on here/available to help
2018-12-03 05:59:00 ben i told them if they're back and interested in helping again, we'd consider it
2018-12-03 05:59:09 fosslinux just look at this
2018-12-03 05:59:11 fosslinux one minute
2018-12-03 05:59:15 ben ?
2018-12-03 05:59:16 fosslinux taking a few screenshots
2018-12-03 05:59:17 ben oh ok
2018-12-03 06:01:11 fosslinux https://ttm.sh/bM.PNG
2018-12-03 06:01:14 fosslinux https://ttm.sh/bX.PNG
2018-12-03 06:01:39 fosslinux UMMMMMMMMM
2018-12-03 06:01:47 ben not comf
2018-12-03 06:01:49 ben lel
2018-12-03 06:01:51 ben ok
2018-12-03 06:02:02 ben virtual is pretty edgy tho tbh
2018-12-03 06:02:11 fosslinux virtual:
2018-12-03 06:02:12 fosslinux gonna register again
2018-12-03 06:02:12 fosslinux sometime
2018-12-03 06:02:12 fosslinux well im never going back
2018-12-03 06:02:23 ben whatever
2018-12-03 06:02:28 fosslinux i hate it tbh
2018-12-03 06:02:34 fosslinux he said
2018-12-03 06:02:43 ben i try to keep this place friends
2018-12-03 06:02:44 fosslinux oh wellllll
2018-12-03 06:02:47 ben s/s$/ly
2018-12-03 06:02:56 fosslinux you cant help everyone
2018-12-03 06:03:15 ben brendan is probably my biggest pain
2018-12-03 06:03:22 fosslinux jeeezzzzzus
2018-12-03 06:03:27 fosslinux himmmmmmm
2018-12-03 06:04:08 fosslinux 06:02:43 ben | i try to keep this place friends
2018-12-03 06:04:11 fosslinux which you do a good job at
2018-12-03 06:04:21 ben thanks, glad you think so
2018-12-03 06:04:25 fosslinux can you kick the bridge
2018-12-03 06:04:27 fosslinux on #meta
2018-12-03 06:04:31 ben did he join it?
2018-12-03 06:04:32 ben jfc
2018-12-03 06:04:34 ben i told him not to
2018-12-03 06:04:37 fosslinux he did
2018-12-03 06:04:39 ben the discord one/
2018-12-03 06:04:45 fosslinux yepp
2018-12-03 06:04:52 fosslinux this could turn nasty
2018-12-03 06:04:55 ben ugh
2018-12-03 06:05:02 fosslinux virtuals talking on there rn
2018-12-03 06:08:02 fosslinux jeeezus hes ranting now
2018-12-03 06:08:08 fosslinux so i left the discord server
2018-12-03 06:09:42 ben what a shit
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-04 16:40:40 <-- ben (ben@oper.tilde.chat) has quit (Server shutdown)
2018-12-04 16:44:23 --> ben (ben@oper.tilde.chat) is back on server
2018-12-12 05:14:51 fosslinux hey
2018-12-12 05:14:55 fosslinux brendantcc's back?
2018-12-12 05:41:50 ben um what
2018-12-12 05:56:40 fosslinux i got dm from brendantcc_lounge
2018-12-12 05:56:50 ben :o
2018-12-12 05:56:52 ben um
2018-12-12 05:56:54 ben idk
2018-12-13 06:14:06 fosslinux apparently mushmouth is pro-everyone-having-guns
2018-12-13 06:14:51 ben huh
2018-12-13 06:15:04 ben he's a very strange dude
2018-12-13 06:15:14 ben i don't want anyone to have guns
2018-12-13 06:15:21 ben but we can't just take them away
2018-12-13 06:15:56 fosslinux you know he is gay?
2018-12-13 06:16:06 fosslinux (not that i have an issue with that)
2018-12-13 06:16:30 ben yeah he's told me
2018-12-13 06:16:41 ben he dm's me with random stuff all the time
2018-12-13 06:16:44 ben it's wird
2018-12-13 06:17:11 fosslinux same
2018-12-13 06:17:20 ben he dm's you too?
2018-12-13 06:17:22 ben lol
2018-12-13 06:17:33 fosslinux 01:41:26 mushmouth | i love you for some reason you don't appear to be annoying <3
2018-12-13 06:17:35 fosslinux first message ever
2018-12-13 06:17:39 ben lmao
2018-12-13 06:17:46 ben sounds about right
2018-12-13 06:18:31 fosslinux 06:28:46 mushmouth | i had experiences as a kid with another kid around my age
2018-12-13 06:18:45 ben "ok, tmi"
2018-12-13 06:18:54 ben what are you supposed to say to that
2018-12-13 06:19:02 fosslinux yeah ikr
2018-12-13 06:19:09 ben good to know?
2018-12-13 06:19:11 ben lol
2018-12-13 06:19:13 fosslinux i didn't say anything lol
2018-12-13 06:19:19 ben heh
2018-12-13 06:19:22 ben sounds about right
2018-12-13 06:19:24 fosslinux i just waited for him to say his nnext thing
2018-12-13 06:19:36 ben yeah who nkows
2018-12-13 07:06:54 fosslinux 07:01:48 * | brendantcc ruffles your hair
2018-12-13 07:06:55 fosslinux ummmm
2018-12-13 07:07:02 ben um no
2018-12-13 07:07:06 ben can u not
2018-12-13 07:07:08 ben no touchy
2018-12-13 07:07:29 fosslinux ikr
2018-12-13 07:07:38 fosslinux i said no thank you not today
2018-12-13 07:07:48 ben lol "not today"
2018-12-13 07:08:30 fosslinux ie never
2018-12-13 07:08:52 ben same thing?
2018-12-13 07:08:54 ben lol
2018-12-17 15:21:24 <-- ben (ben@oper.tilde.chat) has quit (quit: i'll probably be back soon)
2018-12-17 15:27:52 --> ben (ben@oper.tilde.chat) is back on server
2018-12-19 15:43:55 <-- ben (ben@oper.tilde.chat) has quit (team.tilde.chat gingko.tilde.chat)
2018-12-19 15:45:31 --> ben (ben@oper.tilde.chat) is back on server
2018-12-19 23:30:56 -- irc: disconnected from server

View File

@ -0,0 +1,10 @@
2018-12-03 05:57:12 fosslinux a bit insensitiv
2018-12-03 05:57:20 fosslinux great work
2018-12-03 05:57:31 brendantcc_lounge u wot m8
2018-12-03 05:57:39 fosslinux i pmd ben
2018-12-03 05:57:49 brendantcc_lounge hm?
2018-12-03 05:57:49 fosslinux if hes not, he obvioyusly dosent know
2018-12-03 05:57:59 fosslinux you dont want to announce that to public chat
2018-12-03 05:58:00 brendantcc_lounge yeeaahh
2018-12-03 06:10:31 <-- brendantcc_lounge (brendantcc@tilde.team) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:11:19 --> brendantcc_lounge (brendantcc@tilde.team) is back on server

View File

@ -0,0 +1,29 @@
2018-11-17 20:14:54 deepend added
2018-11-17 20:15:02 fosslinux thx
2018-11-17 20:15:11 deepend mp
2018-11-17 20:15:13 deepend np
2018-11-17 20:19:21 fosslinux im not sure if that worked
2018-11-17 20:19:22 fosslinux fosslinux@yourtilde.com: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
2018-11-17 20:19:51 deepend will take a look and make sure the key copied properly
2018-11-17 20:20:00 fosslinux thanks
2018-11-17 20:20:24 deepend try now
2018-11-17 20:21:07 fosslinux yep thanks it works
2018-11-17 20:21:56 deepend yeah.. i didn't put a space between the key and the styler@styler-debian is all
2018-11-17 20:26:13 fosslinux hehe lol
2018-11-21 02:26:32 -- irc: disconnected from server
2018-11-21 03:39:40 -- irc: disconnected from server
2018-11-30 05:11:59 -- irc: disconnected from server
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-06 23:01:37 <-- deepend (deepend@oper.tilde.chat) has quit (Quit: WeeChat 2.3)
2018-12-06 23:01:50 --> deepend (deepend@yourtilde.com) is back on server
2018-12-08 07:50:28 <-- deepend (deepend@yourtilde.com) has quit (Quit: WeeChat 2.3)
2018-12-08 07:50:47 --> deepend (deepend@yourtilde.com) is back on server
2018-12-08 07:51:00 <-- deepend (deepend@yourtilde.com) has quit (Quit: WeeChat 2.3)
2018-12-08 07:53:18 --> deepend (deepend@yourtilde.com) is back on server
2018-12-08 07:53:37 <-- deepend (deepend@yourtilde.com) has quit (Quit: WeeChat 2.3)
2018-12-08 07:57:27 --> deepend (deepend@yourtilde.com) is back on server
2018-12-08 16:44:06 <-- deepend (deepend@yourtilde.com) has quit (Changing host)
2018-12-08 16:44:06 --> deepend (deepend@oper.tilde.chat) is back on server
2018-12-13 06:14:15 fosslinux 2apparently mushmouth is pro-everyone-having-guns
2018-12-13 06:15:30 deepend thats his choice :) I do however wish canada would make it so we could atleast have some decent guns lol
2018-12-19 23:30:56 -- irc: disconnected from server

View File

@ -0,0 +1,21 @@
2018-11-14 19:53:43 <-- fosslinux (fosslinux@yourtilde.com) has quit (Quit: WeeChat 2.3)
2018-11-21 02:26:32 -- irc: disconnected from server
2018-11-21 03:39:40 -- irc: disconnected from server
2018-11-21 03:40:52 <-- fosslinux (fosslinux@fhah4o.tilde.team) has quit (Connection closed)
2018-11-30 05:11:59 -- irc: disconnected from server
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-12 06:34:30 fosslinux h
2018-12-12 06:34:30 fosslinux h
2018-12-12 06:34:32 fosslinux j
2018-12-12 06:34:32 fosslinux j
2018-12-12 06:34:34 fosslinux w
2018-12-12 06:34:34 fosslinux w
2018-12-12 06:44:48 fosslinux hello
2018-12-12 06:44:48 fosslinux hello
2018-12-12 06:44:50 fosslinux alkdjfldsaf
2018-12-12 06:44:50 fosslinux alkdjfldsaf
2018-12-12 06:44:50 fosslinux dasfhaiu4rjt
2018-12-12 06:44:52 fosslinux \ raeikt jhpw[4rko a3w
2018-12-12 06:44:52 fosslinux dasfhaiu4rjt
2018-12-12 06:44:54 fosslinux \ raeikt jhpw[4rko a3w
2018-12-19 23:30:56 -- irc: disconnected from server

View File

@ -0,0 +1,3 @@
2018-12-03 06:17:51 <-- Guest22889 (brendantcc@tilde.team) has quit (OperServ ((ben) No reason specified))
2018-12-03 06:18:05 --> Guest22889 (brendantcc@tilde.team) is back on server
2018-12-03 06:18:07 <-- Guest22889 (brendantcc@tilde.team) has quit (quit: tilde lounge - https://irc.tilde.team)

View File

@ -0,0 +1,45 @@
2018-12-09 07:29:23 idlerpg_bot Try: REGISTER <char name> <password> <class>
2018-12-09 07:29:23 idlerpg_bot IE : REGISTER Poseidon MyPassword God of the Sea
2018-12-09 07:32:43 fosslinux REGISTER Jeff jeffyboi A Generic Human Being
2018-12-09 07:32:46 idlerpg_bot Success! Account Jeff created. You have 600 seconds idleness until you reach level 1.
2018-12-09 07:32:46 idlerpg_bot NOTE: The point of the game is to see who can idle the longest. As such, talking in the channel, parting, quitting, and changing nicks all penalize you.
2018-12-09 07:33:07 -- idlerpg_bot: Penalty of 0 days, 00:00:05 added to your timer for privmsg.
2018-12-09 07:42:52 -- idlerpg_bot: You found a level 1 weapon! Your current weapon is only level 0, so it seems Luck is with you!
2018-12-09 07:54:29 -- idlerpg_bot: You found a level 3 set of leggings! Your current set of leggings is only level 0, so it seems Luck is with you!
2018-12-09 08:07:58 -- idlerpg_bot: You found a level 4 pair of boots! Your current pair of boots is only level 0, so it seems Luck is with you!
2018-12-09 08:23:34 -- idlerpg_bot: You found a level 6 helm! Your current helm is only level 0, so it seems Luck is with you!
2018-12-09 08:41:42 -- idlerpg_bot: You found a level 6 charm! Your current charm is only level 0, so it seems Luck is with you!
2018-12-09 09:02:42 -- idlerpg_bot: You found a level 6 set of leggings! Your current set of leggings is only level 3, so it seems Luck is with you!
2018-12-09 09:27:04 -- idlerpg_bot: You found a level 9 shield! Your current shield is only level 0, so it seems Luck is with you!
2018-12-09 09:55:20 -- idlerpg_bot: You found a level 11 set of leggings! Your current set of leggings is only level 6, so it seems Luck is with you!
2018-12-09 10:31:25 -- idlerpg_bot: You found a level 12 ring! Your current ring is only level 0, so it seems Luck is with you!
2018-12-09 10:57:01 -- idlerpg_bot: You found a level 10 set of leggings. Your current set of leggings is level 11, so it seems Luck is against you. You toss the set of leggings.
2018-12-09 11:41:07 -- idlerpg_bot: You found a level 15 pair of boots! Your current pair of boots is only level 4, so it seems Luck is with you!
2018-12-09 12:32:18 -- idlerpg_bot: You found a level 14 shield! Your current shield is only level 9, so it seems Luck is with you!
2018-12-09 13:31:41 -- idlerpg_bot: You found a level 18 pair of boots! Your current pair of boots is only level 15, so it seems Luck is with you!
2018-12-09 14:45:20 -- idlerpg_bot: You found a level 17 pair of boots. Your current pair of boots is level 18, so it seems Luck is against you. You toss the pair of boots.
2018-12-09 16:05:13 -- idlerpg_bot: You found a level 21 helm! Your current helm is only level 6, so it seems Luck is with you!
2018-12-09 17:44:22 -- idlerpg_bot: You found a level 22 weapon! Your current weapon is only level 1, so it seems Luck is with you!
2018-12-09 19:40:26 -- idlerpg_bot: You found a level 25 pair of boots! Your current pair of boots is only level 18, so it seems Luck is with you!
2018-12-09 19:54:56 fosslinux help
2018-12-09 19:54:59 idlerpg_bot For information on IRPG bot commands, see https://www.yourtilde.com/~ubergeek/irpg
2018-12-09 21:45:08 -- idlerpg_bot: You found a level 24 shield! Your current shield is only level 14, so it seems Luck is with you!
2018-12-10 00:09:45 -- idlerpg_bot: You found a level 28 set of leggings! Your current set of leggings is only level 11, so it seems Luck is with you!
2018-12-10 02:40:46 -- idlerpg_bot: You found a level 30 shield! Your current shield is only level 24, so it seems Luck is with you!
2018-12-10 06:09:00 -- idlerpg_bot: You found a level 19 pair of gloves! Your current pair of gloves is only level 0, so it seems Luck is with you!
2018-12-10 07:09:00 fosslinux ok
2018-12-10 07:30:03 fosslinux name
2018-12-10 09:54:45 -- idlerpg_bot: You found a level 27 weapon! Your current weapon is only level 22, so it seems Luck is with you!
2018-12-10 14:15:31 -- idlerpg_bot: You found a level 32 pair of gloves! Your current pair of gloves is only level 19, so it seems Luck is with you!
2018-12-10 19:19:18 -- idlerpg_bot: You found a level 15 set of leggings. Your current set of leggings is level 28, so it seems Luck is against you. You toss the set of leggings.
2018-12-11 01:11:39 -- idlerpg_bot: You found a level 32 ring! Your current ring is only level 12, so it seems Luck is with you!
2018-12-11 08:29:02 -- idlerpg_bot: You found a level 25 amulet! Your current amulet is only level 0, so it seems Luck is with you!
2018-12-11 14:43:52 -- idlerpg_bot: You found a level 21 helm. Your current helm is level 21, so it seems Luck is against you. You toss the helm.
2018-12-12 00:32:24 -- idlerpg_bot: You found a level 23 shield. Your current shield is level 30, so it seems Luck is against you. You toss the shield.
2018-12-12 05:16:44 fosslinux info
2018-12-12 05:16:45 idlerpg_bot IRPG bot v3.1.2 by jotun, http://idlerpg.net/. On via server: localhost:6667. Admins online: .
2018-12-12 08:55:24 -- idlerpg_bot: You found a level 14 shield. Your current shield is level 30, so it seems Luck is against you. You toss the shield.
2018-12-12 20:16:18 -- idlerpg_bot: You found a level 33 tunic! Your current tunic is only level 0, so it seems Luck is with you!
2018-12-13 11:43:29 -- idlerpg_bot: You found a level 20 amulet. Your current amulet is level 25, so it seems Luck is against you. You toss the amulet.
2018-12-14 05:24:15 -- idlerpg_bot: The light of the gods shines down upon you! You have found the level 69 Mattt's Omniscience Grand Crown! Your enemies fall before you as you anticipate their every move.
2018-12-19 23:30:56 -- irc: disconnected from server

View File

@ -0,0 +1,56 @@
2018-11-25 01:55:46 fosslinux hi
2018-11-25 01:56:00 fosslinux mildow before wanted you help *eyeroll*
2018-11-25 01:56:14 khuxkm|lounge ?
2018-11-25 01:56:18 fosslinux no need to help him if you dont want to he was being dickish
2018-11-25 01:56:34 khuxkm|lounge what does he want help with
2018-11-25 01:56:35 fosslinux mildow wanted your help to setup a gameserver
2018-11-25 01:56:39 fosslinux on his lxd container
2018-11-25 01:56:43 khuxkm|lounge what kind of game server?
2018-11-25 01:56:50 khuxkm|lounge actually, fuck it
2018-11-25 01:56:50 fosslinux and then be able to connect to it from his computer
2018-11-25 01:56:52 fosslinux idk
2018-11-25 01:56:54 khuxkm|lounge tell him to tell me himself
2018-11-25 01:57:05 fosslinux yep
2018-11-25 01:57:05 khuxkm|lounge also tell him he can come to me directly
2018-11-25 01:57:11 fosslinux he was being annoying
2018-11-25 01:57:27 khuxkm|lounge well he can also fuck off but whatever
2018-11-25 01:57:29 fosslinux we were having a rant about him on #YourTilde
2018-11-25 01:57:33 khuxkm|lounge oh
2018-11-25 01:57:35 khuxkm|lounge logs?
2018-11-25 01:57:37 khuxkm|lounge :P
2018-11-25 01:57:47 fosslinux he wasnt on #yourtilde
2018-11-25 01:57:52 khuxkm|lounge i mean, also if you have logs of him being a dick I can give him another strike
2018-11-25 01:57:57 fosslinux oh
2018-11-25 01:58:02 khuxkm|lounge i meant like what you guys were saying about him
2018-11-25 01:58:04 fosslinux scroollback?
2018-11-25 01:58:08 khuxkm|lounge yep
2018-11-25 02:03:03 fosslinux screenshots
2018-11-25 02:03:05 fosslinux 1. https://ttm.sh/iy.PNG
2018-11-25 02:03:18 fosslinux 2. https://ttm.sh/i6.PNG
2018-11-25 02:03:31 fosslinux 3. https://ttm.sh/iV.PNG
2018-11-25 02:03:43 fosslinux 4. https://ttm.sh/ix.PNG
2018-11-25 02:03:58 fosslinux 5 (our issues). https://ttm.sh/i-.PNG
2018-11-25 02:06:48 khuxkm|lounge hmm
2018-11-25 02:06:56 khuxkm|lounge yeah midlow's a bit of a jerk
2018-11-25 02:07:10 khuxkm|lounge remember when he called ben the n-word in an email because he thought ben banned him :P
2018-11-25 02:08:36 fosslinux no i dont maybe i wasn't here :P
2018-11-25 02:08:42 fosslinux i only joined a month ago
2018-11-25 02:09:07 khuxkm|lounge oh yeah
2018-11-25 02:09:40 khuxkm|lounge basically he thought ben had banned him from tilde.team (after he got mad that ben shut down the server nobody was using that he had to pay for) and called him the n-word in an email
2018-11-25 02:09:54 fosslinux jeeeez
2018-11-25 04:40:29 <-- khuxkm|lounge (khuxkm@sudoers.tilde.team) has quit (Changing host)
2018-11-25 04:40:29 --> khuxkm|lounge (khuxkm@oper.tilde.chat) is back on server
2018-11-26 15:39:58 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (Connection closed)
2018-11-26 21:50:36 --> khuxkm|lounge (khuxkm@tilde.team) is back on server
2018-11-27 16:19:00 <-- khuxkm|lounge (khuxkm@tilde.team) has quit (Ping timeout: 121 seconds)
2018-11-27 16:19:21 --> khuxkm|lounge (khuxkm@tilde.team) is back on server
2018-11-27 19:41:06 <-- khuxkm|lounge (khuxkm@tilde.team) has quit (Changing host)
2018-11-27 19:41:06 --> khuxkm|lounge (khuxkm@sudoers.tilde.team) is back on server
2018-11-30 05:11:59 -- irc: disconnected from server
2018-12-01 03:33:34 <-- khuxkm|lounge (khuxkm@sudoers.tilde.team) has quit (Changing host)
2018-12-01 03:33:34 --> khuxkm|lounge (khuxkm@oper.tilde.chat) is back on server
2018-12-03 06:10:31 <-- khuxkm|lounge (khuxkm@oper.tilde.chat) has quit (G-Lined: [ben] you need to stop (ID: TM21RYBH6G))
2018-12-03 06:11:16 --> khuxkm|lounge (khuxkm@tilde.team) is back on server
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-03 14:52:55 <-- khuxkm|lounge (khuxkm@tilde.team) has quit (Changing host)
2018-12-03 14:52:55 --> khuxkm|lounge (khuxkm@oper.tilde.chat) is back on server

View File

@ -0,0 +1,2 @@
2018-12-02 01:12:55 fosslinux test
2018-12-03 10:47:17 -- irc: disconnected from server

View File

@ -0,0 +1,72 @@
2018-12-09 01:41:26 mushmouth i love you for some reason you don't appear to be annoying <3
2018-12-09 05:15:13 fosslinux ohhhh thanks
2018-12-09 05:15:21 fosslinux whos annoying??
2018-12-09 06:19:17 mushmouth nah im just saying some people can be
2018-12-09 06:19:24 mushmouth this community here is nicer
2018-12-09 06:19:32 fosslinux its nice here yeah
2018-12-09 06:19:45 mushmouth i used to be on ~town and i hated being on there
2018-12-09 06:19:57 mushmouth to the point where i just flamed the admin of it
2018-12-09 06:20:03 fosslinux i just got on ~town lol
2018-12-09 06:20:09 fosslinux wow
2018-12-09 06:20:20 mushmouth if i made a simple joke about vim
2018-12-09 06:20:30 mushmouth they would be on my ass the instant they are aware of it
2018-12-09 06:20:36 mushmouth when someone made a joke on emacs
2018-12-09 06:20:38 mushmouth nothing happened
2018-12-09 06:20:42 fosslinux lmao
2018-12-09 06:20:51 fosslinux anti-vim
2018-12-09 06:20:53 mushmouth so im like. okay i got you
2018-12-09 06:20:55 fosslinux <3 vim
2018-12-09 06:21:03 fosslinux yeah right
2018-12-09 06:21:05 mushmouth i'll just get really mad at you
2018-12-09 06:21:12 mushmouth see how you like it for no reason
2018-12-09 06:21:32 mushmouth i have no problem with vim it just the picking the sides
2018-12-09 06:21:45 mushmouth i'll never use it personally
2018-12-09 06:21:49 mushmouth but that the user freedom
2018-12-09 06:22:19 mushmouth but don't suddenly give me shit when a vim fanboy gives me shit for hating on vim and telling me to go fuck myself basically
2018-12-09 06:22:48 fosslinux sure
2018-12-09 06:22:52 mushmouth and you do nothing to that person
2018-12-09 06:22:58 mushmouth that what pissed me off with ~town
2018-12-09 06:23:04 fosslinux i don't have a problem with someone liking emacs for example
2018-12-09 06:23:24 mushmouth but if im not allowed to hate on vim because you hate on my editor with no real reasons?
2018-12-09 06:23:43 mushmouth ive been following the holy editor war for so long
2018-12-09 06:23:49 fosslinux ^ exactly
2018-12-09 06:23:53 mushmouth like i know what both sides are
2018-12-09 06:23:58 fosslinux that pisses me with other things irl
2018-12-09 06:24:05 mushmouth gun debate?
2018-12-09 06:24:58 mushmouth that a big one i try to stay away from irl
2018-12-09 06:25:04 mushmouth because im conserative and support guns
2018-12-09 06:25:08 mushmouth people can't understand it
2018-12-09 06:25:17 fosslinux no
2018-12-09 06:25:19 fosslinux i'm in aus
2018-12-09 06:25:25 mushmouth i live in canada
2018-12-09 06:25:44 fosslinux so like you think that everyone should be able to have guns?
2018-12-09 06:26:06 mushmouth not everyone. i think there should be a proper channel. but if the person stable, yeah
2018-12-09 06:26:15 fosslinux k sure
2018-12-09 06:26:59 fosslinux nah ones i try to stay away from is stuff like
2018-12-09 06:27:01 mushmouth i don't believe in like a anarchy system where everyone is allowed to do anything
2018-12-09 06:27:01 fosslinux gay marriage
2018-12-09 06:27:08 mushmouth im actually gay
2018-12-09 06:27:21 fosslinux i have a friend who is gay
2018-12-09 06:27:29 mushmouth im a furry/brony/otaku
2018-12-09 06:27:38 mushmouth otaku meaning geek
2018-12-09 06:27:41 mushmouth not just weeb shit
2018-12-09 06:27:54 mushmouth ive been gay since 13
2018-12-09 06:28:00 mushmouth i was attempting to become a alter boy
2018-12-09 06:28:05 mushmouth and it made no fucking sense to me
2018-12-09 06:28:13 fosslinux how old are you now
2018-12-09 06:28:15 mushmouth 23
2018-12-09 06:28:20 fosslinux right
2018-12-09 06:28:34 fosslinux my friend has been gay for as long as he can remember
2018-12-09 06:28:46 mushmouth i had experiences as a kid with another kid around my age
2018-12-09 06:28:52 mushmouth but like not as long as i can remember
2018-12-09 06:29:00 fosslinux and we're teenagers
2018-12-09 06:29:30 mushmouth when i got more involed in the furry community that when ive been more accepting of my sexuality
2018-12-09 06:30:52 fosslinux sure
2018-12-13 20:37:21 <-- mushmouth (mushmouth@yourtilde.com) has quit (Quit: i'll probably be back soon)
2018-12-13 20:37:35 --> mushmouth (mushmouth@yourtilde.com) is back on server
2018-12-13 20:37:56 <-- mushmouth (mushmouth@yourtilde.com) has quit (Quit: i'll probably be back soon)
2018-12-13 20:38:03 --> mushmouth (mushmouth@yourtilde.com) is back on server
2018-12-13 21:04:54 <-- mushmouth (mushmouth@yourtilde.com) has quit (Quit: i'll probably be back soon)
2018-12-13 21:05:14 --> mushmouth (mushmouth@yourtilde.com) is back on server
2018-12-19 19:31:00 <-- mushmouth (mushmouth@yourtilde.com) has quit (Quit: i'll probably be back soon)
2018-12-19 23:30:56 -- irc: disconnected from server

View File

@ -0,0 +1,22 @@
2018-12-01 05:46:26 fosslinux same
2018-12-01 05:46:30 fosslinux i'm also in sydney
2018-12-01 05:46:38 npa sweet
2018-12-01 05:46:46 fosslinux which area?
2018-12-01 05:46:50 npa north, west, east, south?
2018-12-01 05:46:54 npa i'm inner west
2018-12-01 05:47:01 npa like every 20-something in sydney
2018-12-01 05:47:12 fosslinux i'm...
2018-12-01 05:47:20 fosslinux i'm along georges river
2018-12-01 05:48:23 npa lol, i have no idea where that is
2018-12-01 05:48:28 npa i'm only relatively new to sydney
2018-12-01 05:48:37 npa 2,3 years or so
2018-12-01 05:49:07 fosslinux i've been here since i was born
2018-12-01 05:49:15 fosslinux i'm only a teenager :D
2018-12-01 05:49:51 npa oh sweet
2018-12-01 05:49:58 npa yeah i constantly move all the time
2018-12-01 05:50:06 npa used to be from bowral-ish area
2018-12-01 05:55:36 fosslinux bowral has a great patissarie
2018-12-01 05:59:42 npa thats true, they're well known for it
2018-12-01 05:59:57 npa gumnut pattiserie?
2018-12-01 06:00:01 fosslinux yes
2018-12-03 10:47:17 -- irc: disconnected from server

View File

@ -0,0 +1,86 @@
2018-12-09 06:07:15 skoolbot who the f you callin' devil bird?!
2018-12-09 06:07:36 fosslinux lmao
2018-12-09 06:55:22 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-09 06:55:40 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-09 06:55:43 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-09 06:56:03 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-09 06:56:59 <-- skoolbot (skoolbot@tilde.institute) has quit (Client exited)
2018-12-09 06:57:11 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-09 06:59:12 <-- skoolbot (skoolbot@tilde.institute) has quit (Connection closed)
2018-12-09 07:01:10 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-09 07:01:14 <-- skoolbot (skoolbot@tilde.institute) has quit (Connection closed)
2018-12-09 07:02:33 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-09 07:11:24 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-09 07:16:16 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-09 07:17:10 <-- skoolbot (skoolbot@tilde.institute) has quit (Connection closed)
2018-12-09 07:19:12 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-09 07:19:13 <-- skoolbot (skoolbot@tilde.institute) has quit (Connection closed)
2018-12-09 07:19:22 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-09 07:19:28 <-- skoolbot (skoolbot@tilde.institute) has quit (Client exited)
2018-12-09 07:19:40 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-09 08:28:43 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-09 08:29:17 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-09 08:29:25 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-09 08:29:48 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-09 08:31:50 <-- skoolbot (skoolbot@tilde.institute) has quit (Connection closed)
2018-12-09 10:42:42 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-09 10:42:48 <-- skoolbot (skoolbot@tilde.institute) has quit (Connection closed)
2018-12-09 10:44:13 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-09 10:44:25 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-09 10:45:01 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-09 10:45:22 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-09 10:45:55 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-09 10:45:58 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-09 10:48:51 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-09 10:48:56 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-09 10:49:53 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-09 10:49:56 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-09 10:50:23 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-09 10:50:59 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-09 10:52:13 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-09 18:20:13 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-09 18:20:19 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-09 18:20:20 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-09 18:20:43 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-09 18:22:44 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-09 19:55:06 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-10 05:11:27 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-10 05:11:37 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-10 05:11:40 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-10 05:12:24 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-10 05:12:31 <-- skoolbot (skoolbot@tilde.institute) has quit (Connection closed)
2018-12-10 05:13:01 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-10 05:13:18 <-- skoolbot (skoolbot@tilde.institute) has quit (Client exited)
2018-12-10 05:15:39 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-10 05:15:50 <-- skoolbot (skoolbot@tilde.institute) has quit (Connection closed)
2018-12-10 05:16:16 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-10 05:16:19 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-10 05:18:06 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-10 05:18:10 <-- skoolbot (skoolbot@tilde.institute) has quit (Connection closed)
2018-12-10 05:19:35 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-10 05:19:37 <-- skoolbot (skoolbot@tilde.institute) has quit (Connection closed)
2018-12-10 05:20:00 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-10 05:20:04 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-10 05:20:44 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-10 05:21:06 <-- skoolbot (skoolbot@tilde.institute) has quit (Connection closed)
2018-12-10 05:24:28 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-10 05:24:31 <-- skoolbot (skoolbot@tilde.institute) has quit (Connection closed)
2018-12-10 05:25:38 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-10 05:26:32 <-- skoolbot (skoolbot@tilde.institute) has quit (Client exited)
2018-12-10 05:26:59 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-10 05:27:02 <-- skoolbot (skoolbot@tilde.institute) has quit (Connection closed)
2018-12-10 05:27:43 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-10 05:29:11 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-10 05:29:54 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-10 21:34:19 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-10 21:34:26 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-10 23:05:03 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-10 23:05:10 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-10 23:06:15 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-10 23:06:56 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-11 02:25:31 <-- skoolbot (skoolbot@tilde.institute) has quit (Client exited)
2018-12-11 02:28:56 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-11 02:29:03 <-- skoolbot (skoolbot@tilde.institute) has quit (Connection closed)
2018-12-11 02:29:52 --> skoolbot (skoolbot@tilde.institute) is back on server
2018-12-11 19:57:46 <-- skoolbot (skoolbot@tilde.institute) has quit (The TLS connection was non-properly terminated.)
2018-12-11 19:57:52 --> skoolbot (skoolbot@tilde.institute) is back on server

View File

@ -0,0 +1,40 @@
2018-11-26 05:07:50 <-- tomasino (tomasino@gopher.black) has quit (quit: WeeChat 2.2)
2018-11-26 05:09:12 --> tomasino (tomasino@pool-72-78-189-253.phlapa.fios.verizon.net) is back on server
2018-11-26 05:09:38 <-- tomasino (tomasino@pool-72-78-189-253.phlapa.fios.verizon.net) has quit (Changing host)
2018-11-26 05:09:38 --> tomasino (tomasino@gopher.black) is back on server
2018-11-28 19:45:20 fosslinux ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3dUTSmFTJUHlWNeNuMlWQUSYAmep5x0TCkrCfy703P7YdSEDTYOh5yglJ1aHsV0ev8GF9UzBgj2dcA9/X3Rjt0nWgoZyqwIcwzcHKPXnZ8lq7dD9gYUxuFNTDwZsqimSiBFweP+sX1shZJsIJCa1W0FtQIYXAHU09sEM2IacCuQUcZ90LSqvAsuCom/cNx3x8g/xZfPJBdiDLgZqDZ5jnMsUe6DqmwYFIK7bxO1G8u8Meqg+XuUXuEp6JwjfKaPPpS0MXvnqewYtRBV+hm9AkqUMOSKUMABNDQWSF+2vrMOgk3zl6MLXbzc03T5MK8/Uqj70OwwM64WUgyWeFWr4l
2018-11-28 20:24:38 tomasino thanks! ill be back home in an hour and load you up
2018-11-28 21:56:10 tomasino username fosslinux on cosmic?
2018-11-28 21:57:14 tomasino okay, you're added
2018-11-28 21:57:18 tomasino you should be able to ssh in
2018-11-28 21:57:28 tomasino do you want a ship now as well? I just need a name if so
2018-11-30 04:35:49 tomasino oh, i have logs!
2018-11-30 04:35:56 fosslinux ?
2018-11-30 04:36:01 fosslinux its above
2018-11-30 04:36:12 tomasino aka, i still have your ssh key even though i closed this window
2018-11-30 04:36:23 tomasino you want to be called fosslinux on cosmic.voyage, yes?
2018-11-30 04:36:42 fosslinux yes tahnks
2018-11-30 04:37:18 tomasino do you have a ship/colony/outpost name picked out?
2018-11-30 04:38:25 fosslinux ship: nemesis
2018-11-30 04:38:30 fosslinux thx
2018-11-30 04:38:47 tomasino all lowercase, or capital N? it'll log whichever way you choose
2018-11-30 04:39:06 fosslinux um capital i suppose
2018-11-30 04:39:14 tomasino kk
2018-11-30 04:39:35 tomasino you're all set
2018-11-30 04:39:57 tomasino you can ssh or mosh in
2018-11-30 04:40:06 tomasino you will have mail waiting for you
2018-11-30 04:40:35 fosslinux thx
2018-11-30 04:40:42 tomasino NP!
2018-11-30 05:11:59 -- irc: disconnected from server
2018-12-03 10:39:16 <-- tomasino (tomasino@gopher.black) has quit (team.tilde.chat bsd.tilde.chat)
2018-12-03 10:39:16 --> tomasino (tomasino@gopher.black) is back on server
2018-12-03 10:47:17 -- irc: disconnected from server
2018-12-05 07:54:20 <-- tomasino (tomasino@gopher.black) has quit (team.tilde.chat bsd.tilde.chat)
2018-12-05 07:58:51 --> tomasino (tomasino@gopher.black) is back on server
2018-12-05 22:28:23 <-- tomasino (tomasino@gopher.black) has quit (Operation timed out)
2018-12-05 23:16:27 --> tomasino (tomasino@gopher.black) is back on server
2018-12-11 07:06:40 <-- tomasino (tomasino@gopher.black) has quit (Connection closed)
2018-12-11 07:10:25 --> tomasino (tomasino@gopher.black) is back on server
2018-12-19 07:50:57 <-- tomasino (tomasino@gopher.black) has quit (Connection closed)
2018-12-19 07:53:24 --> tomasino (tomasino@gopher.black) is back on server
2018-12-19 23:30:56 -- irc: disconnected from server

View File

@ -0,0 +1 @@
2018-12-03 10:47:17 -- irc: disconnected from server

14
weechat/.weechat/lua.conf Normal file
View File

@ -0,0 +1,14 @@
#
# weechat -- lua.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[look]
check_license = off
eval_keep_context = on

View File

@ -1 +0,0 @@
../highmon.pl

View File

@ -1 +0,0 @@
../iset.pl

Some files were not shown because too many files have changed in this diff Show More