summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Collapse)Author
2015-07-03api: fix type of value returned by function strcasestrSébastien Helleu
2015-06-27irc: decode/encode only text in IRC messages and not the headers (bug ↵Sébastien Helleu
#29886, closes #218, closes #451)
2015-06-27xfer: evaluate content of options xfer.file.download_path and ↵Sébastien Helleu
xfer.file.upload_path (issue #388)
2015-06-26script: call function string_eval_path_home() to evaluate scripts pathSébastien Helleu
2015-06-25logger: call function string_eval_path_home() to evaluate logger file pathSébastien Helleu
2015-06-24api: add function string_eval_path_home()Sébastien Helleu
2015-06-21script: rename option script.scripts.dir to script.scripts.path (issue #388)Sébastien Helleu
2015-06-20logger: evaluate content of option logger.file.path (issue #388)Sébastien Helleu
2015-06-19script: evaluate content of option script.scripts.dir (issue #388)Sébastien Helleu
2015-06-16irc: fix crash with commands /allchan, /allpv and /allserv if the executed ↵Sébastien Helleu
command closes buffers (closes #445)
2015-06-15irc: 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-13relay: add a variable to read only one time the HTTP header "X-Real-IP" in ↵Sébastien Helleu
the hashtable
2015-06-11relay: print value of HTTP Header X-Real-IPTor 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-07fifo: ignore error ECOMM only on Cygwin (fix compilaton on FreeBSD)Sébastien Helleu
2015-06-07fifo: fix send error on Cygwin when something is received in the pipe ↵Sébastien Helleu
(closes #436)
2015-06-06Merge remote-tracking branch 'origin/pr/426'Sébastien Helleu
2015-06-04core: replace "create" by "add" in messages and docs for IRC servers and proxiesSébastien Helleu
2015-05-22Merge remote-tracking branch 'origin/pr/419'Sébastien Helleu
2015-05-18xfer: correctly use and parse \r\n line endings in CHAT (closes #425)Simmo Saan
2015-05-07irc: display a warning when the option irc.look.display_away is set to "channel"Sébastien Helleu
2015-05-04irc: avoid warnings for unsupported WHOX messagesMax 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-30core: add comments after some #endifSébastien Helleu
2015-04-29irc: optimize search of a nick in nicklist (up to 3x faster)Sébastien Helleu
2015-04-25irc: 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-25irc: fix crash when setting an invalid regex with "/list -re" during a /list ↵Sébastien Helleu
server response (closes #412)
2015-04-19core: sort config options by name in source headersSébastien Helleu
2015-04-19core: sort config options by name in sourcesSébastien Helleu
2015-04-18irc: remove compiler warning on isxdigitSébastien Helleu
2015-04-18irc: add support of SHA-256 and SHA-512 algorithms in server option ↵Sébastien Helleu
"ssl_fingerprint" (closes #281)
2015-04-18irc: move some #ifdef HAVE_GNUTLS around functionsSébastien Helleu
2015-04-18trigger: do not hook anything if the trigger is disabled (closes #405)Sébastien Helleu
2015-04-14irc: add option "-noswitch" in command /query (closes #394)Sébastien Helleu
2015-04-13irc: 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-11aspell: add bar item "aspell_suggest" in /help aspell (closes #390)Sébastien Helleu
2015-03-23irc: fix example using two servers in /help server (closes #371)Sébastien Helleu
2015-03-23javascript: update KokaKiwi emailKokaKiwi
2015-03-22trigger: hide password when messaging NickServ through default alias /m ↵Simmo Saan
(closes #367)
2015-03-22irc: fix freenode server names used in /help server (closes #365)Sébastien Helleu
2015-03-21ruby: 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-18script: fix state of script plugins when list of scripts has not been downloadedSé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-15javascript: explicitely use v8 namespaceSébastien Helleu
2015-03-10script: add note about HTTPS in /help script.scripts.urlSébastien Helleu
2015-03-10core: update translationsSébastien Helleu
2015-03-08javascript: fix compilation with old V8 libSébastien Helleu
2015-03-08javascript: add option "--disable-javascript" and V8 detection in autotoolsSébastien Helleu
2015-03-08javascript: fix name of source file in commentSébastien Helleu
2015-03-08javascript: display v8 version in /debug libsSébastien Helleu
2015-03-07javascript: fix crash in return of string values when WeeChat API function ↵Sébastien Helleu
returns NULL
2015-03-07javascript: catch and display exceptions when running scripts/functionsSébastien Helleu
2015-03-07javascript: add new plugin to run javascript scripts in WeeChatSé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.