Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-08 | irc: fix charset decoding in incoming private messages (closes #520) | Sébastien Helleu | |
2015-08-25 | irc: remove blank line at the end of file | Sébastien Helleu | |
2015-08-24 | irc: fix typos in /help ban and /help quiet | Sébastien Helleu | |
2015-08-24 | irc: add command /cap (closes #8) | Sébastien Helleu | |
2015-08-23 | irc: display the arrow before server name in raw buffer | Sébastien Helleu | |
This prevents the arrow to be truncated if the option weechat.look.prefix_align_max is set to a non-zero value. | |||
2015-08-22 | irc: add hex dump of messages in raw buffer | Sébastien Helleu | |
The dump of messages is displyed when the debug is enabled for irc plugin (level 2 or more), for example: /debug set irc 2 | |||
2015-08-22 | irc: fix display of messages sent to server in raw buffer | Sébastien Helleu | |
Since the received messages are displayed without UTF-8 conversion (ie this is really the data received), it is consistent to display the message really sent to server (ie after charset conversion), instead of the UTF-8 internal message. | |||
2015-08-22 | irc: fix display of invalid UTF-8 chars in raw buffer | Sébastien Helleu | |
Invalid UTF-8 chars are now displayed as hexadecimal codes, for example: "test\xE9" instead of "test?" (the real word being "testé"). | |||
2015-08-15 | irc: update help on option irc.network.channel_encode (issue #218, issue #482) | Sébastien Helleu | |
Remove mention of WeeChat <= 1.2 since the behavior is not exactly the same as old versions (when the option is enabled): only the channel/message are decoded/encoded and not the nick/host. | |||
2015-08-14 | irc: add option irc.network.channel_encode (issue #218, issue #482) | Sébastien Helleu | |
This is a workaround (disabled by default) to join and chat on ISO encoded channels (or another charset different from UTF-8). This option may be removed in future if a better solution is implemented. | |||
2015-08-07 | core: update translations | Sébastien Helleu | |
2015-08-07 | Merge remote-tracking branch 'origin/pr/475' | Sébastien Helleu | |
2015-08-05 | irc: fix update of lag item when the server lag changes | Sébastien Helleu | |
2015-08-04 | irc: remove lag item when a lag is displayed and new lag computed is exactly ↵ | Sébastien Helleu | |
0 milliseconds | |||
2015-07-20 | irc: add separate color option for current topic in channel buffer | Simmo Saan | |
2015-07-17 | irc: fix format of comment | Sébastien Helleu | |
2015-07-10 | irc: evaluate content of server option "nicks" | Sébastien Helleu | |
2015-07-09 | irc: do not allow command /query with a channel name (closes #459) | Sébastien Helleu | |
2015-07-04 | irc: fix type of value returned by function irc_buffer_build_name | Sébastien Helleu | |
2015-07-04 | core: add missing comments before functions when the result must be freed ↵ | Sébastien Helleu | |
after use | |||
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-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-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-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-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-03-23 | irc: fix example using two servers in /help server (closes #371) | Sébastien Helleu | |
2015-03-22 | irc: fix freenode server names used in /help server (closes #365) | Sébastien Helleu | |
2015-02-21 | irc: remove useless rename of channel buffer on JOIN received with different ↵ | Sébastien Helleu | |
case (closes #336) This bug was introduced by commit 624083f41a6b8abc1a566b33f54bfc226d13886f. | |||
2015-02-15 | irc: format IRC message 008 (RPL_SNOMASK) (closes #144) | Max Teufel | |
2015-02-10 | irc: fix crash in callback of message 354 when the nick is not found in channel | Sébastien Helleu | |
2015-01-28 | irc: fix completion of commands /allchan and /allpv | Sébastien Helleu | |
2015-01-25 | irc: send WHOX message only if server supports it | Sébastien Helleu | |
2015-01-25 | irc: add "account-notify" in help of server option "capabilities" | Sébastien Helleu | |
2015-01-25 | irc: fix set of variable "pos_account" in callback for message "354" | Sébastien Helleu | |
2015-01-25 | irc: free account before changing its value | Sébastien Helleu | |
2015-01-25 | irc: set away flag to 0 only if channel and nick are found | Sébastien Helleu | |
2015-01-25 | irc: force host to NULL after free | Sébastien Helleu | |