summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-ignore.h
AgeCommit message (Collapse)Author
2009-01-15Add Jabber plugin (alpha version, many Jabber features are missing)Sebastien Helleu
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib. Please note many major Jabber features are missing: - roster management (add/remove/.. buddies), - MUC, - transports. It is possible to define servers (with /jabber), connect to them (with /jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat).
2009-01-03Update copyright datesSebastien Helleu
2008-10-31Allow mask or regex for IRC command /ignore (mask is default)Sebastien Helleu
2008-09-03Reintroduce /ignore command to ignore IRC nicks/hosts, using regexSebastien Helleu