Sebastien Helleu
|
0a69df6c2c
|
Add color "gray", fix white background (use white instead of gray)
|
2011-02-05 13:12:41 +01:00 |
|
Sebastien Helleu
|
7d433b798f
|
Improve arguments displayed in /help of commands, display all commands with same name (for same command name in many plugins)
|
2011-02-04 22:12:19 +01:00 |
|
Sebastien Helleu
|
372d9fe82e
|
Fix crash when many lua scripts are executing callbacks at same time
|
2011-02-02 22:51:38 +01:00 |
|
Sebastien Helleu
|
49da028a2c
|
Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) (bug #32216)
|
2011-02-01 19:00:09 +01:00 |
|
Sebastien Helleu
|
773effbb3a
|
Do not close chat buffers when removing xfer from list (bug #32271)
|
2011-01-28 12:58:02 +01:00 |
|
Sebastien Helleu
|
cc6bb607e0
|
Test return value of calls to sscanf function
|
2011-01-21 19:30:08 +01:00 |
|
Sebastien Helleu
|
2746953335
|
Use options for server with /connect command when temporary server already exists
|
2011-01-10 19:04:08 +01:00 |
|
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 |
|