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-ignore.c
Age
Commit message (
Expand
)
Author
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 extended regex in command /ignore
Sebastien Helleu
2011-12-25
irc: add optional server in info "irc_is_channel" (before channel name) (bug ...
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-07-13
irc: fix crash when command "/buffer close" is used in a server command to cl...
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-01-01
Update copyright dates
Sebastien Helleu
2010-11-06
Add IRC command /notify, new options for notify and infolist "irc_notify" (ta...
Sebastien Helleu
2010-11-01
Write ignore list in debug file when dumping irc data
Sebastien Helleu
2010-10-31
Remove unused variables
Sebastien Helleu
2010-06-22
Update licenses and copyrights, add missing author names in sources
Sebastien Helleu
2010-04-08
Reformat and add comments for description of C sources
Sebastien Helleu
2010-03-29
Fix check of IRC ignore when channel is specified in ignore (problem with PRI...
Sebastien Helleu
2010-03-19
Reformat multi-line comments
Sebastien Helleu
2010-03-17
Do not send signals "irc_in" and "irc_in2" when IRC messages are ignored
Sebastien Helleu
2010-01-24
Remove evil tabs in sources
Sebastien Helleu
2010-01-03
Update copyright dates
Sebastien Helleu
2009-01-15
Add Jabber plugin (alpha version, many Jabber features are missing)
Sebastien Helleu
2009-01-03
Update copyright dates
Sebastien Helleu
2008-11-03
Fix bug with IRC ignore (a ignore on nick was ignoring othernick), fix comple...
Sebastien Helleu
2008-10-31
Allow mask or regex for IRC command /ignore (mask is default)
Sebastien Helleu
2008-10-18
Aspell plugin is born again
Sebastien Helleu
2008-09-03
Reintroduce /ignore command to ignore IRC nicks/hosts, using regex
Sebastien Helleu
2007-10-31
Added/renamed some files, many changes in IRC sources for running as plugin (...
Sebastien Helleu
2007-10-31
Moved IRC files from src/protocols/irc to src/plugins/irc (IRC is now a "plug...
Sebastien Helleu