diff options
| author | 2015-07-23 10:38:47 +0000 | |
|---|---|---|
| committer | 2015-07-23 10:38:47 +0000 | |
| commit | 0791f194ff7414749f6948f6eae70f768fcd8009 (patch) | |
| tree | 450c3c3e6465b098f796e6af7da21710d8115716 /weechat | |
| parent | 4a629384742bb6cf89c32242507b9d013f577a11 (diff) | |
| download | dotfiles-0791f194ff7414749f6948f6eae70f768fcd8009.tar.gz dotfiles-0791f194ff7414749f6948f6eae70f768fcd8009.tar.bz2 dotfiles-0791f194ff7414749f6948f6eae70f768fcd8009.zip | |
Added my servers and deleted the security file + added gitignore
Diffstat (limited to 'weechat')
| -rw-r--r-- | weechat/.weechat/.gitignore | 3 | ||||
| -rw-r--r-- | weechat/.weechat/irc.conf | 49 | ||||
| -rw-r--r-- | weechat/.weechat/logs/core.weechat.weechatlog | 71 | ||||
| -rw-r--r-- | weechat/.weechat/sec.conf | 11 | ||||
| -rw-r--r-- | weechat/.weechat/weechat.conf | 28 | ||||
| -rw-r--r-- | weechat/.weechat/weechat.log | 27 |
6 files changed, 60 insertions, 129 deletions
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 @@ | |||
| 1 | *.log | ||
| 2 | logs/ | ||
| 3 | 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 | |||
| 142 | username = "tom" | 142 | username = "tom" |
| 143 | 143 | ||
| 144 | [server] | 144 | [server] |
| 145 | freenode.addresses = "chat.freenode.net/6667" | 145 | freenode.addresses = "irc.tomvanderlee.com/6697" |
| 146 | freenode.proxy | 146 | freenode.proxy |
| 147 | freenode.ipv6 | 147 | freenode.ipv6 |
| 148 | freenode.ssl | 148 | freenode.ssl = on |
| 149 | freenode.ssl_cert | 149 | freenode.ssl_cert |
| 150 | freenode.ssl_priorities | 150 | freenode.ssl_priorities |
| 151 | freenode.ssl_dhkey_size | 151 | freenode.ssl_dhkey_size |
| 152 | freenode.ssl_fingerprint | 152 | freenode.ssl_fingerprint |
| 153 | freenode.ssl_verify | 153 | freenode.ssl_verify = off |
| 154 | freenode.password | 154 | freenode.password = "${sec.data.freenode-znc}" |
| 155 | freenode.capabilities | 155 | freenode.capabilities |
| 156 | freenode.sasl_mechanism | 156 | freenode.sasl_mechanism |
| 157 | freenode.sasl_username | 157 | freenode.sasl_username |
| 158 | freenode.sasl_password | 158 | freenode.sasl_password |
| 159 | freenode.sasl_timeout | 159 | freenode.sasl_timeout |
| 160 | freenode.sasl_fail | 160 | freenode.sasl_fail |
| 161 | freenode.autoconnect | 161 | freenode.autoconnect = on |
| 162 | freenode.autoreconnect | 162 | freenode.autoreconnect |
| 163 | freenode.autoreconnect_delay | 163 | freenode.autoreconnect_delay |
| 164 | freenode.nicks | 164 | freenode.nicks |
| 165 | freenode.username | 165 | freenode.username = "tom-freenode" |
| 166 | freenode.realname | 166 | freenode.realname |
| 167 | freenode.local_hostname | 167 | freenode.local_hostname |
| 168 | freenode.command | 168 | freenode.command |
| @@ -179,3 +179,40 @@ freenode.default_msg_kick | |||
| 179 | freenode.default_msg_part | 179 | freenode.default_msg_part |
| 180 | freenode.default_msg_quit | 180 | freenode.default_msg_quit |
| 181 | freenode.notify | 181 | freenode.notify |
| 182 | geekshed.addresses = "irc.tomvanderlee.com/6697" | ||
| 183 | geekshed.proxy | ||
| 184 | geekshed.ipv6 | ||
| 185 | geekshed.ssl = on | ||
| 186 | geekshed.ssl_cert | ||
| 187 | geekshed.ssl_priorities | ||
| 188 | geekshed.ssl_dhkey_size | ||
| 189 | geekshed.ssl_fingerprint | ||
| 190 | geekshed.ssl_verify = off | ||
| 191 | geekshed.password = "${sec.data.geekshed-znc}" | ||
| 192 | geekshed.capabilities | ||
| 193 | geekshed.sasl_mechanism | ||
| 194 | geekshed.sasl_username | ||
| 195 | geekshed.sasl_password | ||
| 196 | geekshed.sasl_timeout | ||
| 197 | geekshed.sasl_fail | ||
| 198 | geekshed.autoconnect = on | ||
| 199 | geekshed.autoreconnect | ||
| 200 | geekshed.autoreconnect_delay | ||
| 201 | geekshed.nicks | ||
| 202 | geekshed.username = "tom-geekshed" | ||
| 203 | geekshed.realname | ||
| 204 | geekshed.local_hostname | ||
| 205 | geekshed.command | ||
| 206 | geekshed.command_delay | ||
| 207 | geekshed.autojoin | ||
| 208 | geekshed.autorejoin | ||
| 209 | geekshed.autorejoin_delay | ||
| 210 | geekshed.connection_timeout | ||
| 211 | geekshed.anti_flood_prio_high | ||
| 212 | geekshed.anti_flood_prio_low | ||
| 213 | geekshed.away_check | ||
| 214 | geekshed.away_check_max_nicks | ||
| 215 | geekshed.default_msg_kick | ||
| 216 | geekshed.default_msg_part | ||
| 217 | geekshed.default_msg_quit | ||
| 218 | 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 @@ | |||
| 1 | 2015-07-23 09:00:01 Plugins loaded: alias, aspell, charset, exec, fifo, irc, logger, lua, perl, python, relay, ruby, script, tcl, trigger, xfer | ||
| 2 | 2015-07-23 09:00:04 =!= You can not write text in this buffer | ||
| 3 | 2015-07-23 09:00:06 =!= You can not write text in this buffer | ||
| 4 | 2015-07-23 09:00:07 =!= You can not write text in this buffer | ||
| 5 | 2015-07-23 09:01:40 =!= You can not write text in this buffer | ||
| 6 | 2015-07-23 09:01:46 =!= Error with command "/plugin vim" (help on command: /help plugin) | ||
| 7 | 2015-07-23 09:01:51 [core] /plugin list|listfull [<name>] | ||
| 8 | 2015-07-23 09:01:51 load <filename> [<arguments>] | ||
| 9 | 2015-07-23 09:01:51 autoload [<arguments>] | ||
| 10 | 2015-07-23 09:01:51 reload [<name> [<arguments>]] | ||
| 11 | 2015-07-23 09:01:51 unload [<name>] | ||
| 12 | 2015-07-23 09:01:51 list/load/unload plugins | ||
| 13 | 2015-07-23 09:01:51 list: list loaded plugins | ||
| 14 | 2015-07-23 09:01:51 listfull: list loaded plugins (verbose) | ||
| 15 | 2015-07-23 09:01:51 load: load a plugin | ||
| 16 | 2015-07-23 09:01:51 autoload: autoload plugins in system or user directory | ||
| 17 | 2015-07-23 09:01:51 reload: reload a plugin (if no name given, unload all plugins, then autoload plugins) | ||
| 18 | 2015-07-23 09:01:51 unload: unload a plugin (if no name given, unload all plugins) | ||
| 19 | 2015-07-23 09:01:51 filename: plugin (file) to load | ||
| 20 | 2015-07-23 09:01:51 name: a plugin name | ||
| 21 | 2015-07-23 09:01:51 arguments: arguments given to plugin on load | ||
| 22 | 2015-07-23 09:01:51 Without argument, this command lists loaded plugins. | ||
| 23 | 2015-07-23 09:02:02 Plugins loaded: | ||
| 24 | 2015-07-23 09:02:02 alias: Alias commands | ||
| 25 | 2015-07-23 09:02:02 exec: Execution of external commands in WeeChat | ||
| 26 | 2015-07-23 09:02:02 fifo: FIFO pipe for remote control | ||
| 27 | 2015-07-23 09:02:02 irc: IRC (Internet Relay Chat) protocol | ||
| 28 | 2015-07-23 09:02:02 logger: Log buffers to files | ||
| 29 | 2015-07-23 09:02:02 relay: Relay WeeChat data to remote application (irc/weechat protocols) | ||
| 30 | 2015-07-23 09:02:02 script: Scripts manager | ||
| 31 | 2015-07-23 09:02:02 trigger: Text replacement and command execution on events triggered by WeeChat/plugins | ||
| 32 | 2015-07-23 09:02:02 xfer: DCC file transfer and direct chat | ||
| 33 | 2015-07-23 09:02:02 aspell: Spell checker for input (with Aspell) | ||
| 34 | 2015-07-23 09:02:02 charset: Charset conversions | ||
| 35 | 2015-07-23 09:02:02 lua: Support of lua scripts | ||
| 36 | 2015-07-23 09:02:02 perl: Support of perl scripts | ||
| 37 | 2015-07-23 09:02:02 python: Support of python scripts | ||
| 38 | 2015-07-23 09:02:02 ruby: Support of ruby scripts | ||
| 39 | 2015-07-23 09:02:02 tcl: Support of tcl scripts | ||
| 40 | 2015-07-23 09:02:08 python: Support of python scripts | ||
| 41 | 2015-07-23 09:02:26 =!= Error: unable to load plugin "vim": Shared object "vim" not found, required by "weechat" | ||
| 42 | 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, ...) | ||
| 43 | 2015-07-23 09:03:26 =!= You can not write text in this buffer | ||
| 44 | 2015-07-23 09:03:27 =!= You can not write text in this buffer | ||
| 45 | 2015-07-23 09:03:34 =!= You can not write text in this buffer | ||
| 46 | 2015-07-23 09:10:05 [vimode.py] Problematic keybindings detected: | ||
| 47 | 2015-07-23 09:10:05 [vimode.py] meta-jmeta-f -> /buffer - | ||
| 48 | 2015-07-23 09:10:05 [vimode.py] meta-jmeta-l -> /buffer + | ||
| 49 | 2015-07-23 09:10:05 [vimode.py] meta-jmeta-r -> /server raw | ||
| 50 | 2015-07-23 09:10:05 [vimode.py] meta-jmeta-s -> /server jump | ||
| 51 | 2015-07-23 09:10:05 [vimode.py] meta-wmeta-meta2-A -> /window up | ||
| 52 | 2015-07-23 09:10:05 [vimode.py] meta-wmeta-meta2-B -> /window down | ||
| 53 | 2015-07-23 09:10:05 [vimode.py] meta-wmeta-meta2-C -> /window right | ||
| 54 | 2015-07-23 09:10:05 [vimode.py] meta-wmeta-meta2-D -> /window left | ||
| 55 | 2015-07-23 09:10:05 [vimode.py] meta-wmeta2-1;3A -> /window up | ||
| 56 | 2015-07-23 09:10:05 [vimode.py] meta-wmeta2-1;3B -> /window down | ||
| 57 | 2015-07-23 09:10:05 [vimode.py] meta-wmeta2-1;3C -> /window right | ||
| 58 | 2015-07-23 09:10:05 [vimode.py] meta-wmeta2-1;3D -> /window left | ||
| 59 | 2015-07-23 09:10:05 [vimode.py] meta-wmeta-b -> /window balance | ||
| 60 | 2015-07-23 09:10:05 [vimode.py] meta-wmeta-s -> /window swap | ||
| 61 | 2015-07-23 09:10:05 [vimode.py] These keybindings may conflict with vimode. | ||
| 62 | 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 | ||
| 63 | 2015-07-23 09:10:05 [vimode.py] For help, see: https://github.com/GermainZ/weechat-vimode/blob/master/FAQ#problematic-key-bindings.md | ||
| 64 | 2015-07-23 09:10:05 [vimode.py] To force disable warnings, you can set plugins.var.python.vimode.no_warn to 'on' | ||
| 65 | 2015-07-23 09:10:05 python scripts loaded: vimode | ||
| 66 | 2015-07-23 09:10:05 Plugins loaded: alias, aspell, charset, exec, fifo, irc, logger, lua, perl, python, relay, ruby, script, tcl, trigger, xfer | ||
| 67 | 2015-07-23 09:10:20 =!= Error: WeeChat main buffer can't be closed | ||
| 68 | 2015-07-23 09:10:22 =!= Error: WeeChat main buffer can't be closed | ||
| 69 | 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 | ||
| 70 | 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 | ||
| 71 | 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 @@ | |||
| 1 | # | ||
| 2 | # sec.conf -- weechat v1.1.1 | ||
| 3 | # | ||
| 4 | |||
| 5 | [crypt] | ||
| 6 | cipher = aes256 | ||
| 7 | hash_algo = sha256 | ||
| 8 | passphrase_file = "" | ||
| 9 | salt = on | ||
| 10 | |||
| 11 | [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" | |||
| 219 | save_config_on_unload = on | 219 | save_config_on_unload = on |
| 220 | 220 | ||
| 221 | [bar] | 221 | [bar] |
| 222 | input.color_bg = default | ||
| 223 | input.color_delim = cyan | ||
| 224 | input.color_fg = default | ||
| 225 | input.conditions = "" | ||
| 226 | input.filling_left_right = vertical | ||
| 227 | input.filling_top_bottom = horizontal | ||
| 228 | input.hidden = off | ||
| 229 | input.items = "[input_prompt]+(away),[input_search],[input_paste],input_text" | ||
| 230 | input.position = bottom | ||
| 231 | input.priority = 1000 | ||
| 232 | input.separator = off | ||
| 233 | input.size = 1 | ||
| 234 | input.size_max = 0 | ||
| 235 | input.type = window | ||
| 236 | nicklist.color_bg = default | 222 | nicklist.color_bg = default |
| 237 | nicklist.color_delim = cyan | 223 | nicklist.color_delim = cyan |
| 238 | nicklist.color_fg = default | 224 | nicklist.color_fg = default |
| @@ -247,6 +233,20 @@ nicklist.separator = on | |||
| 247 | nicklist.size = 0 | 233 | nicklist.size = 0 |
| 248 | nicklist.size_max = 0 | 234 | nicklist.size_max = 0 |
| 249 | nicklist.type = window | 235 | nicklist.type = window |
| 236 | rootinput.color_bg = default | ||
| 237 | rootinput.color_delim = default | ||
| 238 | rootinput.color_fg = default | ||
| 239 | rootinput.conditions = "" | ||
| 240 | rootinput.filling_left_right = vertical | ||
| 241 | rootinput.filling_top_bottom = horizontal | ||
| 242 | |||
