index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
Age
Commit message (
Expand
)
Author
2011-02-08
Fix typo: transfert -> transfer
Sebastien Helleu
2011-02-07
Remove unneeded spaces
Sebastien Helleu
2011-02-05
Add color "gray", fix white background (use white instead of gray)
Sebastien Helleu
2011-02-04
Improve arguments displayed in /help of commands, display all commands with s...
Sebastien Helleu
2011-02-02
Fix crash when many lua scripts are executing callbacks at same time
Sebastien Helleu
2011-02-01
Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) (...
Sebastien Helleu
2011-01-28
Do not close chat buffers when removing xfer from list (bug #32271)
Sebastien Helleu
2011-01-21
Test return value of calls to sscanf function
Sebastien Helleu
2011-01-10
Use options for server with /connect command when temporary server already ex...
Sebastien Helleu
2011-01-09
Differenciate IRC notices from messages in private buffer (bug #31980)
Sebastien Helleu
2011-01-05
Silently ignore IRC PRIVMSG message if target channel is not found
Sebastien Helleu
2011-01-03
Update nick modes with IRC message 221 (bug #32038)
Sebastien Helleu
2011-01-02
Fix crash with malformed IRC message "324" received
Sebastien Helleu
2011-01-02
Fix completion of IRC commands /notice, /query and /quote (add -server with s...
Sebastien Helleu
2011-01-02
Add function "hashtable_set_pointer" in plugin API
Sebastien Helleu
2011-01-02
Fix memory leak in flush of irc message queue
Sebastien Helleu
2011-01-01
Update copyright dates
Sebastien Helleu
2010-12-27
Add option "-server" to command /join (task #10837)
Sebastien Helleu
2010-12-26
Add info "weechat_upgrading", signal "upgrade_ended", display duration of upg...
Sebastien Helleu
2010-12-20
Replace the 10 nick color options and number of nick colors by a single optio...
Sebastien Helleu
2010-12-20
Add 256 colors support
Sebastien Helleu
2010-12-16
Fix crash in perl plugin when MULTIPLICITY is disabled
Sebastien Helleu
2010-12-15
Fix bug with charset decoding on IRC private buffers (decoding was made for l...
Sebastien Helleu
2010-12-13
Use case insensitive comparison for string in redirected messages
Sebastien Helleu
2010-12-09
Add option "-switch" to commands /connect and /reconnect
Sebastien Helleu
2010-12-09
Allow /reconnect on servers that are not currently connected
Sebastien Helleu
2010-12-06
Add example for irc proxy in /help relay
Sebastien Helleu
2010-12-02
Allow channel argument without user/host for IRC command /ban
Sebastien Helleu
2010-12-02
Replace "receiver" by "target" in help of some IRC commands
Sebastien Helleu
2010-11-29
Fix /help notice: receiver can be nick or channel
Sebastien Helleu
2010-11-25
Add new option weechat.look.highlight_regex and function string_has_highlight...
Sebastien Helleu
2010-11-21
Fix warning in irc-message.h
Sebastien Helleu
2010-11-21
Move some functions from irc-server.c and irc-protocol.c to irc-message.c
Sebastien Helleu
2010-11-12
Fix bug with flags on irc raw buffer
Sebastien Helleu
2010-11-12
Fix dcc chat buffer name in xfer plugin (use irc server in name) (bug #29925)
Sebastien Helleu
2010-11-12
Remove obsolete comments in xfer plugin
Sebastien Helleu
2010-11-12
Fix bug with priority (low/high) for irc messages (all messages were sent wit...
Sebastien Helleu
2010-11-12
Fix upgrade of relay clients in state "disconnected" (do not create any hook ...
Sebastien Helleu
2010-11-12
Fix color of buffer name in status bar after /upgrade for IRC servers connect...
Sebastien Helleu
2010-11-12
Set tag "notify_message" for messages sent to IRC channels
Sebastien Helleu
2010-11-10
Fix dcc file transfer for large files (more than 4 GB) on 32-bit systems (bug...
Sebastien Helleu
2010-11-10
Use type "unsigned long long" for API function string_format_size
Sebastien Helleu
2010-11-10
Remove debug print of irc redirects in log file
Sebastien Helleu
2010-11-10
Fix bug with /upgrade on ssl servers with prefix modes and chars
Sebastien Helleu
2010-11-10
Search nicklist group without leading digits in irc plugin
Sebastien Helleu
2010-11-10
Fix zero byte malloc when joining a channel without nick
Sebastien Helleu
2010-11-09
Add note about "%h" replaced by WeeChat home in some options
Sebastien Helleu
2010-11-09
Fix irc topic completion in command /topic when channel topic starts with cha...
Sebastien Helleu
2010-11-09
Complete with alias value for second argument of command /alias
Sebastien Helleu
2010-11-09
Add function "hook_completion_get_string" in plugin API
Sebastien Helleu
[next]