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
/
irc-protocol.c
Age
Commit message (
Expand
)
Author
2013-10-08
irc: add option irc.look.notice_welcome_tags
Sebastien Helleu
2013-10-05
irc: use "private" notify for welcome notices displayed in channel (like when...
Sebastien Helleu
2013-10-05
irc: remove target of notice (self nick) in the display of channel welcome no...
Sebastien Helleu
2013-10-04
irc: display target of notice when it is displayed in channel
Sebastien Helleu
2013-08-29
irc: fix extraction of channel name in notice (when message starts with "[]")
Sebastien Helleu
2013-08-28
irc: add option irc.look.notice_welcome_redirect to automatically redirect ch...
Sebastien Helleu
2013-08-04
api: add argument "options" in function string_eval_expression, add option "-...
Sebastien Helleu
2013-08-02
Merge branch 'secured-data'
Sebastien Helleu
2013-07-27
irc: display number of ops/halfops/voices on channel join only for supported ...
Sebastien Helleu
2013-07-27
core: add secured data with optional encryption in file sec.conf
Sebastien Helleu
2013-07-11
irc: add option irc.look.pv_tags
Sebastien Helleu
2013-05-12
irc: fix refresh of nick in input bar when joining a new channel with op stat...
Sebastien Helleu
2013-05-11
irc: remove tag "notify_private" from notices received before message 001
Sebastien Helleu
2013-05-01
irc: add support of "dh-aes" SASL mechanism (patch #8020)
Elizabeth Myers
2013-04-28
irc: fix duplicate nick completion when someone rejoins the channel with same...
Sebastien Helleu
2013-04-23
irc: add support of UHNAMES (capability "userhost-in-names") (task #9353)
Sebastien Helleu
2013-03-24
irc: add option irc.look.display_join_message (task #10895)
Sebastien Helleu
2013-03-17
core: fix typos in many comments and some strings
Sebastien Helleu
2013-02-18
irc: fix display of malformed CTCP (without closing char) (bug #38347)
Sebastien Helleu
2013-02-17
irc: unmask smart filtered join if nick speaks in channel some minutes after ...
Sebastien Helleu
2013-02-10
irc: add missing RFC 2813 in header
Sebastien Helleu
2013-01-26
core: use size of 32 for hashtables (instead of 4, 8 or 16)
Sebastien Helleu
2013-01-25
irc: add color in output of /names when result is on server buffer (channel n...
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-24
irc: add tags "irc_nick1_xxx" and "irc_nick2_yyy" in message displayed for co...
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-05
irc: read local variable "autorejoin" in buffer to override server option "au...
Nils Görs
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-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-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-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: add network prefix in some irc/gnutls 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-14
core: add new plugin "script" (scripts manager, replacing scripts weeget.py a...
Sebastien Helleu
2012-07-23
irc: replace calls to config_search_with_string with weechat_config_get
Sebastien Helleu
2012-05-15
irc: update channel modes by using chanmodes from message 005 (do not send ex...
Sebastien Helleu
2012-04-05
irc: set user modes only if target nick is self nick in message 221 (patch #7...
Kyle Fuller
2012-04-03
irc: use tag "prefix_nick_ccc" (where "ccc" is color of nick) in messages dis...
Sebastien Helleu
2012-03-26
irc: force the clear of nicklist when joining a channel (nicklist was not syn...
Sebastien Helleu
2012-03-23
irc: do not translate string "Msg" for messages to channel ops/voiced
Sebastien Helleu
2012-03-22
irc: do not send command "MODE #channel" on manual /names (do it only when na...
Sebastien Helleu
[next]