From 0791f194ff7414749f6948f6eae70f768fcd8009 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Thu, 23 Jul 2015 10:38:47 +0000 Subject: Added my servers and deleted the security file + added gitignore --- weechat/.weechat/.gitignore | 3 ++ weechat/.weechat/irc.conf | 49 +++++++++++++++--- weechat/.weechat/logs/core.weechat.weechatlog | 71 --------------------------- weechat/.weechat/sec.conf | 11 ----- weechat/.weechat/weechat.conf | 28 +++++------ weechat/.weechat/weechat.log | 27 ---------- 6 files changed, 60 insertions(+), 129 deletions(-) create mode 100644 weechat/.weechat/.gitignore delete mode 100644 weechat/.weechat/logs/core.weechat.weechatlog delete mode 100644 weechat/.weechat/sec.conf delete mode 100644 weechat/.weechat/weechat.log (limited to 'weechat') diff --git a/weechat/.weechat/.gitignore b/weechat/.weechat/.gitignore new file mode 100644 index 0000000..c9bf4b7 --- /dev/null +++ b/weechat/.weechat/.gitignore @@ -0,0 +1,3 @@ +*.log +logs/ +sec.conf diff --git a/weechat/.weechat/irc.conf b/weechat/.weechat/irc.conf index d0cebc1..c4e7ec0 100644 --- a/weechat/.weechat/irc.conf +++ b/weechat/.weechat/irc.conf @@ -142,27 +142,27 @@ ssl_verify = on username = "tom" [server] -freenode.addresses = "chat.freenode.net/6667" +freenode.addresses = "irc.tomvanderlee.com/6697" freenode.proxy freenode.ipv6 -freenode.ssl +freenode.ssl = on freenode.ssl_cert freenode.ssl_priorities freenode.ssl_dhkey_size freenode.ssl_fingerprint -freenode.ssl_verify -freenode.password +freenode.ssl_verify = off +freenode.password = "${sec.data.freenode-znc}" freenode.capabilities freenode.sasl_mechanism freenode.sasl_username freenode.sasl_password freenode.sasl_timeout freenode.sasl_fail -freenode.autoconnect +freenode.autoconnect = on freenode.autoreconnect freenode.autoreconnect_delay freenode.nicks -freenode.username +freenode.username = "tom-freenode" freenode.realname freenode.local_hostname freenode.command @@ -179,3 +179,40 @@ freenode.default_msg_kick freenode.default_msg_part freenode.default_msg_quit freenode.notify +geekshed.addresses = "irc.tomvanderlee.com/6697" +geekshed.proxy +geekshed.ipv6 +geekshed.ssl = on +geekshed.ssl_cert +geekshed.ssl_priorities +geekshed.ssl_dhkey_size +geekshed.ssl_fingerprint +geekshed.ssl_verify = off +geekshed.password = "${sec.data.geekshed-znc}" +geekshed.capabilities +geekshed.sasl_mechanism +geekshed.sasl_username +geekshed.sasl_password +geekshed.sasl_timeout +geekshed.sasl_fail +geekshed.autoconnect = on +geekshed.autoreconnect +geekshed.autoreconnect_delay +geekshed.nicks +geekshed.username = "tom-geekshed" +geekshed.realname +geekshed.local_hostname +geekshed.command +geekshed.command_delay +geekshed.autojoin +geekshed.autorejoin +geekshed.autorejoin_delay +geekshed.connection_timeout +geekshed.anti_flood_prio_high +geekshed.anti_flood_prio_low +geekshed.away_check +geekshed.away_check_max_nicks +geekshed.default_msg_kick +geekshed.default_msg_part +geekshed.default_msg_quit +geekshed.notify diff --git a/weechat/.weechat/logs/core.weechat.weechatlog b/weechat/.weechat/logs/core.weechat.weechatlog deleted file mode 100644 index 7181972..0000000 --- a/weechat/.weechat/logs/core.weechat.weechatlog +++ /dev/null @@ -1,71 +0,0 @@ -2015-07-23 09:00:01 Plugins loaded: alias, aspell, charset, exec, fifo, irc, logger, lua, perl, python, relay, ruby, script, tcl, trigger, xfer -2015-07-23 09:00:04 =!= You can not write text in this buffer -2015-07-23 09:00:06 =!= You can not write text in this buffer -2015-07-23 09:00:07 =!= You can not write text in this buffer -2015-07-23 09:01:40 =!= You can not write text in this buffer -2015-07-23 09:01:46 =!= Error with command "/plugin vim" (help on command: /help plugin) -2015-07-23 09:01:51 [core] /plugin list|listfull [] -2015-07-23 09:01:51 load [] -2015-07-23 09:01:51 autoload [] -2015-07-23 09:01:51 reload [ []] -2015-07-23 09:01:51 unload [] -2015-07-23 09:01:51 list/load/unload plugins -2015-07-23 09:01:51 list: list loaded plugins -2015-07-23 09:01:51 listfull: list loaded plugins (verbose) -2015-07-23 09:01:51 load: load a plugin -2015-07-23 09:01:51 autoload: autoload plugins in system or user directory -2015-07-23 09:01:51 reload: reload a plugin (if no name given, unload all plugins, then autoload plugins) -2015-07-23 09:01:51 unload: unload a plugin (if no name given, unload all plugins) -2015-07-23 09:01:51 filename: plugin (file) to load -2015-07-23 09:01:51 name: a plugin name -2015-07-23 09:01:51 arguments: arguments given to plugin on load -2015-07-23 09:01:51 Without argument, this command lists loaded plugins. -2015-07-23 09:02:02 Plugins loaded: -2015-07-23 09:02:02 alias: Alias commands -2015-07-23 09:02:02 exec: Execution of external commands in WeeChat -2015-07-23 09:02:02 fifo: FIFO pipe for remote control -2015-07-23 09:02:02 irc: IRC (Internet Relay Chat) protocol -2015-07-23 09:02:02 logger: Log buffers to files -2015-07-23 09:02:02 relay: Relay WeeChat data to remote application (irc/weechat protocols) -2015-07-23 09:02:02 script: Scripts manager -2015-07-23 09:02:02 trigger: Text replacement and command execution on events triggered by WeeChat/plugins -2015-07-23 09:02:02 xfer: DCC file transfer and direct chat -2015-07-23 09:02:02 aspell: Spell checker for input (with Aspell) -2015-07-23 09:02:02 charset: Charset conversions -2015-07-23 09:02:02 lua: Support of lua scripts -2015-07-23 09:02:02 perl: Support of perl scripts -2015-07-23 09:02:02 python: Support of python scripts -2015-07-23 09:02:02 ruby: Support of ruby scripts -2015-07-23 09:02:02 tcl: Support of tcl scripts -2015-07-23 09:02:08 python: Support of python scripts -2015-07-23 09:02:26 =!= Error: unable to load plugin "vim": Shared object "vim" not found, required by "weechat" -2015-07-23 09:02:26 =!= If you're trying to load a script and not a C plugin, try command to load scripts (/perl, /python, ...) -2015-07-23 09:03:26 =!= You can not write text in this buffer -2015-07-23 09:03:27 =!= You can not write text in this buffer -2015-07-23 09:03:34 =!= You can not write text in this buffer -2015-07-23 09:10:05 [vimode.py] Problematic keybindings detected: -2015-07-23 09:10:05 [vimode.py] meta-jmeta-f -> /buffer - -2015-07-23 09:10:05 [vimode.py] meta-jmeta-l -> /buffer + -2015-07-23 09:10:05 [vimode.py] meta-jmeta-r -> /server raw -2015-07-23 09:10:05 [vimode.py] meta-jmeta-s -> /server jump -2015-07-23 09:10:05 [vimode.py] meta-wmeta-meta2-A -> /window up -2015-07-23 09:10:05 [vimode.py] meta-wmeta-meta2-B -> /window down -2015-07-23 09:10:05 [vimode.py] meta-wmeta-meta2-C -> /window right -2015-07-23 09:10:05 [vimode.py] meta-wmeta-meta2-D -> /window left -2015-07-23 09:10:05 [vimode.py] meta-wmeta2-1;3A -> /window up -2015-07-23 09:10:05 [vimode.py] meta-wmeta2-1;3B -> /window down -2015-07-23 09:10:05 [vimode.py] meta-wmeta2-1;3C -> /window right -2015-07-23 09:10:05 [vimode.py] meta-wmeta2-1;3D -> /window left -2015-07-23 09:10:05 [vimode.py] meta-wmeta-b -> /window balance -2015-07-23 09:10:05 [vimode.py] meta-wmeta-s -> /window swap -2015-07-23 09:10:05 [vimode.py] These keybindings may conflict with vimode. -2015-07-23 09:10:05 [vimode.py] You can remove problematic key bindings and add recommended ones by using /vimode bind_keys, or only list them with /vimode bind_keys --list -2015-07-23 09:10:05 [vimode.py] For help, see: https://github.com/GermainZ/weechat-vimode/blob/master/FAQ#problematic-key-bindings.md -2015-07-23 09:10:05 [vimode.py] To force disable warnings, you can set plugins.var.python.vimode.no_warn to 'on' -2015-07-23 09:10:05 python scripts loaded: vimode -2015-07-23 09:10:05 Plugins loaded: alias, aspell, charset, exec, fifo, irc, logger, lua, perl, python, relay, ruby, script, tcl, trigger, xfer -2015-07-23 09:10:20 =!= Error: WeeChat main buffer can't be closed -2015-07-23 09:10:22 =!= Error: WeeChat main buffer can't be closed -2015-07-23 09:10:33 =!= irc: unable to create temporary server "irc.freenode.net" because the creation of temporary servers with command /connect is currently disabled -2015-07-23 09:10:33 =!= irc: if you want to create a standard server, use the command "/server add" (see /help server); if you really want to create a temporary server (NOT SAVED), turn on the option irc.look.temporary_servers -2015-07-23 09:10:48 python: scripts unloaded diff --git a/weechat/.weechat/sec.conf b/weechat/.weechat/sec.conf deleted file mode 100644 index 53c1e2f..0000000 --- a/weechat/.weechat/sec.conf +++ /dev/null @@ -1,11 +0,0 @@ -# -# sec.conf -- weechat v1.1.1 -# - -[crypt] -cipher = aes256 -hash_algo = sha256 -passphrase_file = "" -salt = on - -[data] diff --git a/weechat/.weechat/weechat.conf b/weechat/.weechat/weechat.conf index d0e1362..72f88af 100644 --- a/weechat/.weechat/weechat.conf +++ b/weechat/.weechat/weechat.conf @@ -219,20 +219,6 @@ path = "%h/plugins" save_config_on_unload = on [bar] -input.color_bg = default -input.color_delim = cyan -input.color_fg = default -input.conditions = "" -input.filling_left_right = vertical -input.filling_top_bottom = horizontal -input.hidden = off -input.items = "[input_prompt]+(away),[input_search],[input_paste],input_text" -input.position = bottom -input.priority = 1000 -input.separator = off -input.size = 1 -input.size_max = 0 -input.type = window nicklist.color_bg = default nicklist.color_delim = cyan nicklist.color_fg = default @@ -247,6 +233,20 @@ nicklist.separator = on nicklist.size = 0 nicklist.size_max = 0 nicklist.type = window +rootinput.color_bg = default +rootinput.color_delim = default +rootinput.color_fg = default +rootinput.conditions = "" +rootinput.filling_left_right = vertical +rootinput.filling_top_bottom = horizontal +rootinput.hidden = off +rootinput.items = "[buffer_name]+[input_prompt]+(away),[input_search],[input_paste],input_text" +rootinput.position = bottom +rootinput.priority = 0 +rootinput.separator = off +rootinput.size = 1 +rootinput.size_max = 0 +rootinput.type = root status.color_bg = blue status.color_delim = cyan status.color_fg = default diff --git a/weechat/.weechat/weechat.log b/weechat/.weechat/weechat.log deleted file mode 100644 index bc2a887..0000000 --- a/weechat/.weechat/weechat.log +++ /dev/null @@ -1,27 +0,0 @@ -[2015-07-23 09:10:05] WeeChat 1.1.1 (compiled on Jul 18 2015 15:41:11) -[2015-07-23 09:10:05] Reading configuration file sec.conf -[2015-07-23 09:10:05] Reading configuration file weechat.conf -[2015-07-23 09:10:05] Reading configuration file plugins.conf -[2015-07-23 09:10:05] Reading configuration file alias.conf -[2015-07-23 09:10:05] Reading configuration file exec.conf -[2015-07-23 09:10:05] Reading configuration file irc.conf -[2015-07-23 09:10:05] Reading configuration file logger.conf -[2015-07-23 09:10:05] Reading configuration file relay.conf -[2015-07-23 09:10:05] Reading configuration file script.conf -[2015-07-23 09:10:05] Reading configuration file trigger.conf -[2015-07-23 09:10:05] Reading configuration file xfer.conf -[2015-07-23 09:10:05] Reading configuration file aspell.conf -[2015-07-23 09:10:05] Reading configuration file charset.conf -[2015-07-23 09:10:48] Writing configuration file plugins.conf -[2015-07-23 09:10:48] Writing configuration file charset.conf -[2015-07-23 09:10:48] Writing configuration file aspell.conf -[2015-07-23 09:10:48] Writing configuration file xfer.conf -[2015-07-23 09:10:48] Writing configuration file trigger.conf -[2015-07-23 09:10:48] Writing configuration file script.conf -[2015-07-23 09:10:48] Writing configuration file relay.conf -[2015-07-23 09:10:48] Writing configuration file logger.conf -[2015-07-23 09:10:48] Writing configuration file irc.conf -[2015-07-23 09:10:48] Writing configuration file exec.conf -[2015-07-23 09:10:48] Writing configuration file alias.conf -[2015-07-23 09:10:48] Writing configuration file weechat.conf -[2015-07-23 09:10:48] Writing configuration file sec.conf -- cgit v1.2.3