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-channel.c
Age
Commit message (
Expand
)
Author
2014-12-14
irc: open channel buffers before the JOIN is received from server (autojoin a...
Sébastien Helleu
2014-11-01
irc: reformat some code to make it more readable
Sébastien Helleu
2014-11-01
irc: add argument "server_message" in function irc_nick_color_for_msg
Sébastien Helleu
2014-10-31
irc: remove IRC color codes from buffer title in channels (closes #237)
Sébastien Helleu
2014-05-06
irc: add option irc.look.join_auto_add_chantype (closes #65)
Sébastien Helleu
2014-03-30
irc: add support of "away-notify" capability (closes #12)
Sébastien Helleu
2014-02-10
api: add integer return code for functions hook_{signal|hsignal}_send
Sebastien Helleu
2014-01-09
core: optimize xxx_valid() functions: return immediately if pointer is NULL
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-12-15
core: add buffer property "highlight_tags_restrict", rename option irc.look.h...
Sebastien Helleu
2013-11-23
irc: fix memory leak when a channel is deleted
Sebastien Helleu
2013-11-07
irc: fix groups in channel nicklist when reconnecting to a server that suppor...
Sebastien Helleu
2013-04-28
irc: fix duplicate nick completion when someone rejoins the channel with same...
Sebastien Helleu
2013-04-21
irc: add tag "irc_nick_back" for messages displayed in private buffer when a ...
Sebastien Helleu
2013-03-24
irc: add option irc.look.display_join_message (task #10895)
Sebastien Helleu
2013-03-17
irc: add option irc.look.pv_buffer: automatically merge private buffers (opti...
Sebastien Helleu
2013-03-17
core: fix typos in many comments and some strings
Sebastien Helleu
2013-02-18
irc: fix crash when unmasking a smart filtered join if a line without tags is...
Sebastien Helleu
2013-02-17
irc: unmask smart filtered join if nick speaks in channel some minutes after ...
Sebastien Helleu
2013-01-01
core: update copyright dates
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-11-14
irc: fix crash on /upgrade (free channels before server data when a server is...
Sebastien Helleu
2012-10-09
irc: add option "-noswitch" for command /join (task #12275)
Sebastien Helleu
2012-09-18
irc: fix rejoin of channels with a key, ignore value "*" sent by server for k...
Peter Boström
2012-08-27
api: allow update for some variables of hdata, add new functions hdata_update...
Sebastien Helleu
2012-07-20
core: add support of arrays in hdata variables
Sebastien Helleu
2012-06-14
irc: set callback "nickcmp" in channel buffers
Sebastien Helleu
2012-03-22
irc: do not send command "MODE #channel" on manual /names (do it only when na...
Sebastien Helleu
2012-03-12
irc: use computed nick color in many messages instead of option weechat.color...
Sebastien Helleu
2012-03-06
irc: compute hash to find nick color for nick in server message when nick is ...
Sebastien Helleu
2012-01-22
core: add support of flags in regular expressions and highlight options, add ...
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2012-01-06
irc: use redirection to get channel modes after update of modes on channel, d...
Sebastien Helleu
2011-12-25
irc: add optional server in info "irc_is_channel" (before channel name) (bug ...
Sebastien Helleu
2011-12-09
irc: reset read marker of current buffer on manual /join
Sebastien Helleu
2011-11-18
irc: remove autorejoin on channels when disconnected from server (bug #32207)
Sebastien Helleu
2011-11-12
irc: add case insensitive string comparison based on casemapping of server (r...
Sebastien Helleu
2011-10-26
core: remove unneeded whitespace
Sebastien Helleu
2011-09-30
irc: display host in message "nick is back on server" (in private) only if ho...
Sebastien Helleu
2011-08-14
core: add buffer property "short_name_is_set", return name if short name is n...
Sebastien Helleu
2011-08-14
irc: set short name on buffers only if it was not set by another plugin/script
Sebastien Helleu
2011-08-08
irc: send WHO command to check away nicks only if channel was not parted
Sebastien Helleu
2011-08-05
core: fix bugs with automatic layout (bug #26110), add support of merged buff...
Sebastien Helleu
2011-06-26
core: many improvements on hdata
Sebastien Helleu
2011-06-13
core: add "hdata" (direct access to WeeChat/plugin data)
Sebastien Helleu
2011-04-11
irc: do not rejoin channels where /part has been issued before reconnection t...
Sebastien Helleu
2011-03-16
Add new option irc.look.buffer_switch_autojoin, rename option irc.look.buffer...
Sebastien Helleu
2011-03-15
Add new option irc.look.buffer_auto_switch_on_join
Sebastien Helleu
[prev]
[next]