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
/
irc
Age
Commit message (
Expand
)
Author
2013-01-06
irc: fix display of actions (/me) when they are received from a relay client ...
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-25
irc: remove unneeded check of nick pointer (can not be NULL there)
Sebastien Helleu
2012-12-25
irc: fix memory leak when updating modes of channel
Sebastien Helleu
2012-12-24
irc: add tags "irc_nick1_xxx" and "irc_nick2_yyy" in message displayed for co...
Sebastien Helleu
2012-12-24
irc: fix crash when splitting a message with tags
Sebastien Helleu
2012-12-16
irc: return git version in CTCP VERSION and FINGER by default, add "$git" and...
Sebastien Helleu
2012-12-15
core: move comments with description of C file to top of files
Sebastien Helleu
2012-12-13
core: reformat comments for functions
Sebastien Helleu
2012-12-08
api: allow creation of structure with hdata_update (allowed for hdata "history")
Sebastien Helleu
2012-12-05
irc: read local variable "autorejoin" in buffer to override server option "au...
Nils Görs
2012-12-05
irc: add option "-auto" for command /connect (task #9340)
Nils Görs
2012-11-27
xfer: display remote IP address for DCC chat/file (task #12289) (patch from N...
Sebastien Helleu
2012-11-25
irc: fix compilation on FreeBSD: replace call to tzset by gmtime/localtime
Sebastien Helleu
2012-11-24
irc: read timestamp or ISO 8601 date format in tag "time" (capability "server...
Sebastien Helleu
2012-11-23
irc: add support of tags in messages, add support of "server-time" capability...
Sebastien Helleu
2012-11-14
irc: fix crash on /upgrade (free channels before server data when a server is...
Sebastien Helleu
2012-11-14
irc: add comments in function irc_color_decode
Sebastien Helleu
2012-11-09
irc: fix crash when decoding IRC colors in strings (bug #37704)
Sebastien Helleu
2012-11-05
irc: fix refresh of bar item "away" after command /away or /disconnect
Nils Görs
2012-11-03
irc: fix display bug in output of /quiet or /mode #channel +q (wrong nick dis...
Sebastien Helleu
2012-11-02
irc: add command /quiet, fix display of messages 728/729 (quiet list, end of ...
Nils Görs
2012-11-02
irc: add option irc.network.alternate_nick to disable dynamic nick generation...
Nils Görs
2012-11-02
irc: fix compilation when gnutls is disabled (bug #37639)
Sebastien Helleu
2012-10-20
irc: add option irc.network.whois_double_nick to double nick in command /whois
Sebastien Helleu
2012-10-20
irc: send whois on self nick when /whois is done without argument on a channe...
Nils Görs
2012-10-18
core: add option "-quit" for command /upgrade (save session and quit without ...
Sebastien Helleu
2012-10-16
irc: remove local variable "away" in server/channels buffers after server dis...
Sebastien Helleu
2012-10-14
irc: fix cancel of auto-reconnection to server with /disconnect
Sebastien Helleu
2012-10-14
api: connect with IPv6 by default in hook_connect (with fallback to IPv4), sh...
Simon Arlott
2012-10-09
irc: add option "-noswitch" for command /join (task #12275)
Sebastien Helleu
2012-10-06
irc: fix crash when message 352 has too few arguments (bug #37513)
Sebastien Helleu
2012-10-06
irc: remove unneeded server disconnect when server buffer is closed and serve...
Sebastien Helleu
2012-09-18
irc: fix rejoin of channels with a key, ignore value "*" sent by server for k...
Peter Boström
2012-09-17
core: fix link with gcrypt lib in cmake (use var $GCRYPT_LDFLAGS instead of "...
Sebastien Helleu
2012-09-16
irc: fix SASL mechanism "external" (bug #37274) (patch from phlux)
Sebastien Helleu
2012-09-04
irc: fix parsing of message 346 when no nick/time are given (bug #37266)
Sebastien Helleu
2012-09-03
irc: switch to next address after a timeout when connecting to server (bug #3...
Simon Arlott
2012-09-03
irc: fix bug when changing server option "addresses" with less addresses (bug...
Simon Arlott
2012-09-03
irc: add network prefix in some irc/gnutls messages
Sebastien Helleu
2012-08-27
api: allow update for some variables of hdata, add new functions hdata_update...
Sebastien Helleu
2012-08-23
irc: add network prefix in irc (dis)connection messages
Sebastien Helleu
2012-08-23
irc: keep trailing spaces in IRC messages only for some commands (if message ...
Sebastien Helleu
2012-08-22
irc: generate alternate nicks dynamically when all nicks are already in use (...
Sebastien Helleu
2012-08-22
irc: fix split of received IRC message: keep spaces at the end of message
Sebastien Helleu
2012-08-20
irc: move options weechat.look.nickmode{_empty} to irc.look.nick_mode{_empty}...
Sebastien Helleu
2012-08-14
core: add new plugin "script" (scripts manager, replacing scripts weeget.py a...
Sebastien Helleu
2012-08-08
irc: set non-blocking socket before connecting to server (fix freeze with SSL...
Sebastien Helleu
2012-08-02
core: update description of plugins and translate them in output of /plugin
Sebastien Helleu
2012-07-30
irc: fix bug with prefix chars which are in chanmodes with a type different f...
Sebastien Helleu
[next]