Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-22 | core: fix bar item "scroll" after /buffer clear (closes #448) | Sébastien Helleu | |
2015-06-21 | script: rename option script.scripts.dir to script.scripts.path (issue #388) | Sébastien Helleu | |
2015-06-20 | logger: evaluate content of option logger.file.path (issue #388) | Sébastien Helleu | |
2015-06-19 | script: evaluate content of option script.scripts.dir (issue #388) | Sébastien Helleu | |
2015-06-16 | irc: fix crash with commands /allchan, /allpv and /allserv if the executed ↵ | Sébastien Helleu | |
command closes buffers (closes #445) | |||
2015-06-15 | irc: do not open auto-joined channels buffers when option "-nojoin" is used ↵ | Sébastien Helleu | |
in command /connect Even if the option irc.look.buffer_open_before_autojoin is on. | |||
2015-06-14 | core: fix display of time in bare display when option ↵ | Sébastien Helleu | |
weechat.look.buffer_time_format is set to empty string (closes #441) This reverts commit 2498ff63dba0ad3880fc3dadcac6b36f047ac0e2. | |||
2015-06-13 | relay: add a variable to read only one time the HTTP header "X-Real-IP" in ↵ | Sébastien Helleu | |
the hashtable | |||
2015-06-11 | relay: print value of HTTP Header X-Real-IP | Tor Hveem | |
When relay plugin gets a new successfull handshake for a relay connection using websocket it will look for HTTP header X-Real-IP which is commonly used when proxying connections. This allows users of WeeChat and proxy to see the client's real IP address instead of the address of the HTTP proxy. | |||
2015-06-07 | fifo: ignore error ECOMM only on Cygwin (fix compilaton on FreeBSD) | Sébastien Helleu | |
2015-06-07 | fifo: fix send error on Cygwin when something is received in the pipe ↵ | Sébastien Helleu | |
(closes #436) | |||
2015-06-06 | core: add signal "signal_sighup" | Sébastien Helleu | |
2015-06-06 | Merge remote-tracking branch 'origin/pr/426' | Sébastien Helleu | |
2015-06-04 | core: replace "create" by "add" in messages and docs for IRC servers and proxies | Sébastien Helleu | |
2015-05-22 | Merge remote-tracking branch 'origin/pr/419' | Sébastien Helleu | |
2015-05-18 | xfer: correctly use and parse \r\n line endings in CHAT (closes #425) | Simmo Saan | |
2015-05-07 | irc: display a warning when the option irc.look.display_away is set to "channel" | Sébastien Helleu | |
2015-05-04 | irc: avoid warnings for unsupported WHOX messages | Max Teufel | |
Fixes #376. This avoids warnings for WHOX messages that we do not parse/ understand yet. Previously, IRC_PROTOCOL_MIN_ARGS was 5 where it should have been 4 (which avoids warnings for WHOX commands only requesting one WHOX type). Changing the behavior to support all different WHOX types seems like a bad idea to me, as it's quite hard to figure out which information was requested with the WHOX command. | |||
2015-05-01 | core: fix compilation on Cygwin | Sébastien Helleu | |
The header sys/select.h is now required for select() function. | |||
2015-05-01 | core: add missing completions in command /input | Sébastien Helleu | |
2015-05-01 | core: add signals "signal_sigterm" and "signal_sigquit" (closes #114) | Sébastien Helleu | |
2015-04-30 | core: add comments after some #endif | Sébastien Helleu | |
2015-04-29 | irc: optimize search of a nick in nicklist (up to 3x faster) | Sébastien Helleu | |
2015-04-26 | core: remove extra spaces in function gui_bar_item_default_mouse_status | Sébastien Helleu | |
2015-04-26 | api: add support of environment variables in function ↵ | Sébastien Helleu | |
string_eval_expression() and command /eval (issue #388) | |||
2015-04-26 | core: add support of full color option name in command /eval and API ↵ | Sébastien Helleu | |
function string_eval_expression() | |||
2015-04-26 | api: add support of full color option name in function color() | Sébastien Helleu | |
2015-04-25 | irc: fix color of new nick in nick changes messages when option ↵ | Sébastien Helleu | |
irc.look.color_nicks_in_server_messages is off | |||
2015-04-25 | core: add environment variable WEECHAT_HOME in "weechat --help" | Sébastien Helleu | |
2015-04-25 | core: rename function and argument to set home path | Sébastien Helleu | |
2015-04-25 | Merge remote-tracking branch 'origin/pr/391' | Sébastien Helleu | |
2015-04-25 | irc: fix crash when setting an invalid regex with "/list -re" during a /list ↵ | Sébastien Helleu | |
server response (closes #412) | |||
2015-04-25 | core: display the welcome message immediately after the startup message, ↵ | Sébastien Helleu | |
move source code to weechat.c | |||
2015-04-22 | core: remove WeeChat version from config files (closes #407) | Sébastien Helleu | |
2015-04-19 | core: add options weechat.look.quote_{nick_prefix|nick_suffix|time_format} ↵ | Sébastien Helleu | |
to customize quoted messages in cursor mode (closes #403) | |||
2015-04-19 | core: sort config options by name in source headers | Sébastien Helleu | |
2015-04-19 | api: add "_chat_line" (line pointer) in hashtable of hook_focus | Sébastien Helleu | |
2015-04-19 | core: add default keys of cursor mode in /help cursor | Sébastien Helleu | |
2015-04-19 | core: sort config options by name in sources | Sébastien Helleu | |
2015-04-18 | irc: remove compiler warning on isxdigit | Sébastien Helleu | |
2015-04-18 | irc: add support of SHA-256 and SHA-512 algorithms in server option ↵ | Sébastien Helleu | |
"ssl_fingerprint" (closes #281) | |||
2015-04-18 | irc: move some #ifdef HAVE_GNUTLS around functions | Sébastien Helleu | |
2015-04-18 | trigger: do not hook anything if the trigger is disabled (closes #405) | Sébastien Helleu | |
2015-04-17 | core: Respect environment variable WEECHAT_HOME | Karthik K | |
If environment variable WEECHAT_HOME is set to a non-empty value, this is taken as the path for Weechat home directory. "--dir" command-line switch has higher precedence over this environment variable. | |||
2015-04-17 | core: add a welcome message on first WeeChat run (closes #318) | Sébastien Helleu | |
2015-04-14 | irc: add option "-noswitch" in command /query (closes #394) | Sébastien Helleu | |
2015-04-13 | irc: fix display of PART messages on channels with +a (anonymous flag) ↵ | Sébastien Helleu | |
(closes #396) The purpose of the fix is to display any PART received on a channel, even if the nick is not found in the channel's nicklist (when channel is "+a", all PART are received from nick "anonymous"). | |||
2015-04-12 | core: add more intuitive buffer searching (closes #76) | Simmo Saan | |
2015-04-11 | aspell: add bar item "aspell_suggest" in /help aspell (closes #390) | Sébastien Helleu | |
2015-04-11 | core: add options weechat.look.word_chars_{highlight|input} (closes #55, ↵ | Sébastien Helleu | |
task #9459) |