Sebastien Helleu
fa240e8d11
Differenciate IRC notices from messages in private buffer (bug #31980 )
2011-01-09 10:12:20 +01:00
Sebastien Helleu
7dbc797789
Silently ignore IRC PRIVMSG message if target channel is not found
2011-01-05 15:06:12 +01:00
Sebastien Helleu
b38dfac5ee
Update nick modes with IRC message 221 (bug #32038 )
2011-01-03 13:02:22 +01:00
Sebastien Helleu
7785292428
Fix crash with malformed IRC message "324" received
2011-01-02 21:43:32 +01:00
Sebastien Helleu
c466b5e1b1
Fix completion of IRC commands /notice, /query and /quote (add -server with servers) (bug #32027 )
2011-01-02 19:59:38 +01:00
Sebastien Helleu
44e16c0511
Add function "hashtable_set_pointer" in plugin API
2011-01-02 16:32:54 +01:00
Sebastien Helleu
fcfe854441
Fix memory leak in flush of irc message queue
2011-01-02 15:28:20 +01:00
Sebastien Helleu
d24f6e9e17
Update copyright dates
2011-01-01 18:06:29 +01:00
Sebastien Helleu
7445c12667
Add option "-server" to command /join (task #10837 )
2010-12-27 11:12:14 +01:00
Sebastien Helleu
391ca47674
Add info "weechat_upgrading", signal "upgrade_ended", display duration of upgrade
2010-12-26 12:16:47 +01:00
Sebastien Helleu
2ee9f7b0fc
Replace the 10 nick color options and number of nick colors by a single option "weechat.color.chat_nick_colors" (comma separated list of colors)
2010-12-20 15:08:30 +01:00
Sebastien Helleu
cd7a02bec5
Add 256 colors support
...
Changes:
- new section "palette" in weechat.conf
- new API functions: list_search_pos and list_casesearch_pos
2010-12-20 10:13:37 +01:00
Sebastien Helleu
f2c9961a21
Fix crash in perl plugin when MULTIPLICITY is disabled
2010-12-16 14:27:16 +01:00
Sebastien Helleu
987044405b
Fix bug with charset decoding on IRC private buffers (decoding was made for local nick instead of remote nick) (bug #31890 )
2010-12-15 17:57:43 +01:00
Sebastien Helleu
4a74325e61
Use case insensitive comparison for string in redirected messages
2010-12-13 21:41:53 +01:00
Sebastien Helleu
b4d58dd9da
Add option "-switch" to commands /connect and /reconnect
2010-12-09 23:05:15 +01:00
Sebastien Helleu
4d4a034567
Allow /reconnect on servers that are not currently connected
2010-12-09 19:42:45 +01:00
Sebastien Helleu
9a98175510
Add example for irc proxy in /help relay
2010-12-06 08:35:13 +01:00
Sebastien Helleu
e2be1dbd43
Allow channel argument without user/host for IRC command /ban
2010-12-02 12:10:04 +01:00
Sebastien Helleu
443b6962b4
Replace "receiver" by "target" in help of some IRC commands
2010-12-02 10:08:23 +01:00
Sebastien Helleu
13de7e327c
Fix /help notice: receiver can be nick or channel
2010-11-29 10:22:20 +01:00
Sebastien Helleu
e92079cfe9
Add new option weechat.look.highlight_regex and function string_has_highlight_regex in plugin API (task #10321 )
2010-11-25 21:28:14 +01:00
Sebastien Helleu
082e0251e2
Fix warning in irc-message.h
2010-11-21 13:07:33 +01:00
Sebastien Helleu
c2fda185d8
Move some functions from irc-server.c and irc-protocol.c to irc-message.c
2010-11-21 13:06:37 +01:00
Sebastien Helleu
c311090722
Fix bug with flags on irc raw buffer
2010-11-12 18:53:07 +01:00
Sebastien Helleu
525b8fb87a
Fix dcc chat buffer name in xfer plugin (use irc server in name) (bug #29925 )
2010-11-12 17:59:02 +01:00
Sebastien Helleu
f874402089
Remove obsolete comments in xfer plugin
2010-11-12 17:33:57 +01:00
Sebastien Helleu
fc91093065
Fix bug with priority (low/high) for irc messages (all messages were sent with low priority)
2010-11-12 17:28:10 +01:00
Sebastien Helleu
f27f5a6cb0
Fix upgrade of relay clients in state "disconnected" (do not create any hook after /upgrade)
2010-11-12 10:19:41 +01:00
Sebastien Helleu
045c936e4d
Fix color of buffer name in status bar after /upgrade for IRC servers connected with SSL
2010-11-12 10:18:44 +01:00
Sebastien Helleu
1a61495166
Set tag "notify_message" for messages sent to IRC channels
2010-11-12 09:21:43 +01:00
Sebastien Helleu
118f2918b3
Fix dcc file transfer for large files (more than 4 GB) on 32-bit systems (bug #31531 )
...
This commit fixes another bug when file is sent: sometimes transfer was still
active although file was successfully sent.
2010-11-10 16:39:41 +01:00
Sebastien Helleu
11b3dd2874
Use type "unsigned long long" for API function string_format_size
2010-11-10 16:34:56 +01:00
Sebastien Helleu
9ff51e04eb
Remove debug print of irc redirects in log file
2010-11-10 16:00:16 +01:00
Sebastien Helleu
9ea73fda4b
Fix bug with /upgrade on ssl servers with prefix modes and chars
...
The value of isupport, prefix_modes and prefix_chars in irc server are now
removed on connection, not on disconnection.
2010-11-10 12:21:18 +01:00
Sebastien Helleu
3248833125
Search nicklist group without leading digits in irc plugin
2010-11-10 12:11:56 +01:00
Sebastien Helleu
614b4dfc25
Fix zero byte malloc when joining a channel without nick
2010-11-10 11:38:39 +01:00
Sebastien Helleu
c2b5076334
Add note about "%h" replaced by WeeChat home in some options
2010-11-09 22:44:00 +01:00
Sebastien Helleu
d3492db093
Fix irc topic completion in command /topic when channel topic starts with channel name
2010-11-09 17:55:55 +01:00
Sebastien Helleu
ec38523bb3
Complete with alias value for second argument of command /alias
2010-11-09 15:52:50 +01:00
Sebastien Helleu
8c129779ac
Add function "hook_completion_get_string" in plugin API
2010-11-09 15:45:14 +01:00
Sebastien Helleu
fed54c196e
Update buffer local variables when irc server is renamed
2010-11-08 20:16:45 +01:00
Sebastien Helleu
d478526b08
Add info "python2_bin" (path to python 2.x interpreter) in Python plugin
2010-11-08 15:10:13 +01:00
Sebastien Helleu
b10bcabae1
Fix typo in help of options irc.look.notify_tags_ison and irc.look.notify_tags_whois
2010-11-07 09:31:20 +01:00
Sebastien Helleu
29097ad7eb
Move examples at the end of /help logger
2010-11-06 13:53:12 +01:00
Sebastien Helleu
e001c05710
Add IRC command /notify, new options for notify and infolist "irc_notify" (task #5441 )
...
This commit provides:
- new IRC command /notify
- new options: irc.look.notify_tags_ison, irc.look.notify_tags_whois,
irc.network.notify_check_ison, irc.network.notify_check_whois
- new option "notify" in servers (but should not be changed, only /notify
command should be used)
- infolist "irc_notify" to get notify list (by server or for all servers).
2010-11-06 11:38:48 +01:00
Sebastien Helleu
b1416957da
Write ignore list in debug file when dumping irc data
2010-11-01 12:01:27 +01:00
Sebastien Helleu
ac6b299e8b
Remove dead assignments
2010-10-31 18:23:16 +01:00
Sebastien Helleu
2378e4c2db
Remove test on pointer which can't be NULL
2010-10-31 18:21:10 +01:00
Sebastien Helleu
90589b2d71
Add extra checks on some pointers
2010-10-31 18:19:53 +01:00