Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-03 | api: fix type of value returned by function strcasestr | Sébastien Helleu | |
2015-06-27 | irc: decode/encode only text in IRC messages and not the headers (bug ↵ | Sébastien Helleu | |
#29886, closes #218, closes #451) | |||
2015-06-27 | xfer: evaluate content of options xfer.file.download_path and ↵ | Sébastien Helleu | |
xfer.file.upload_path (issue #388) | |||
2015-06-26 | script: call function string_eval_path_home() to evaluate scripts path | Sébastien Helleu | |
2015-06-25 | logger: call function string_eval_path_home() to evaluate logger file path | Sébastien Helleu | |
2015-06-24 | api: add function string_eval_path_home() | 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-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 | 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-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-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 | irc: fix crash when setting an invalid regex with "/list -re" during a /list ↵ | Sébastien Helleu | |
server response (closes #412) | |||
2015-04-19 | core: sort config options by name in source headers | 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-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-11 | aspell: add bar item "aspell_suggest" in /help aspell (closes #390) | Sébastien Helleu | |
2015-03-23 | irc: fix example using two servers in /help server (closes #371) | Sébastien Helleu | |
2015-03-23 | javascript: update KokaKiwi email | KokaKiwi | |
2015-03-22 | trigger: hide password when messaging NickServ through default alias /m ↵ | Simmo Saan | |
(closes #367) | |||
2015-03-22 | irc: fix freenode server names used in /help server (closes #365) | Sébastien Helleu | |
2015-03-21 | ruby: fix crash on /plugin reload (closes #364) | Sébastien Helleu | |
The call to ruby_init_loadpath() has been moved after ruby initializations, which fixes the crash on plugin reload. The errors during ruby initializations are now displayed (they were hidden). And the ruby_cleanup() is called again: it seems it does not crash any more (tested with Ruby 2.1.5). | |||
2015-03-18 | script: fix state of script plugins when list of scripts has not been downloaded | Sébastien Helleu | |
The problem happened when doing "/script load script.py" if the scripts list has not been downloaded (with "/script update"): WeeChat displays that python plugin is not loaded (which is wrong). | |||
2015-03-15 | javascript: explicitely use v8 namespace | Sébastien Helleu | |
2015-03-10 | script: add note about HTTPS in /help script.scripts.url | Sébastien Helleu | |
2015-03-10 | core: update translations | Sébastien Helleu | |
2015-03-08 | javascript: fix compilation with old V8 lib | Sébastien Helleu | |
2015-03-08 | javascript: add option "--disable-javascript" and V8 detection in autotools | Sébastien Helleu | |
2015-03-08 | javascript: fix name of source file in comment | Sébastien Helleu | |
2015-03-08 | javascript: display v8 version in /debug libs | Sébastien Helleu | |
2015-03-07 | javascript: fix crash in return of string values when WeeChat API function ↵ | Sébastien Helleu | |
returns NULL | |||
2015-03-07 | javascript: catch and display exceptions when running scripts/functions | Sébastien Helleu | |
2015-03-07 | javascript: add new plugin to run javascript scripts in WeeChat | Sébastien Helleu | |
This plugin was originally written by Koka El Kiwi (repository: https://github.com/KokaKiwi/weechat-js-plugin). This plugin uses Google V8 engine to execute JS scripts. |