summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-upgrade.c
AgeCommit message (Expand)Author
2014-01-23irc: use MONITOR instead of ISON for /notify when it is available on server (...Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-04-23irc: add support of UHNAMES (capability "userhost-in-names") (task #9353)Sebastien Helleu
2013-03-24irc: add option irc.look.display_join_message (task #10895)Sebastien Helleu
2013-02-17irc: unmask smart filtered join if nick speaks in channel some minutes after ...Sebastien Helleu
2013-02-16irc: fix memory leak in purge of hashtables with joins (it was done only for ...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-10-06irc: remove unneeded server disconnect when server buffer is closed and serve...Sebastien Helleu
2012-06-14irc: set callback "nickcmp" in channel buffersSebastien Helleu
2012-05-15irc: update channel modes by using chanmodes from message 005 (do not send ex...Sebastien Helleu
2012-03-22irc: do not send command "MODE #channel" on manual /names (do it only when na...Sebastien Helleu
2012-03-12irc: fix redirection of message when message is queued for sending on serverSebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2012-01-06irc: use redirection to get channel modes after update of modes on channel, d...Sebastien Helleu
2011-12-25irc: add optional server in info "irc_is_channel" (before channel name) (bug ...Sebastien Helleu
2011-12-20irc: add missing restore of variables in server upgrade (nick_max_length, cas...Sebastien Helleu
2011-11-12irc: add case insensitive string comparison based on casemapping of server (r...Sebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-04-15plugins: fix memory leaks when setting buffer callbacks after /upgrade (plugi...Sebastien Helleu
2011-04-11irc: do not rejoin channels where /part has been issued before reconnection t...Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-11-06Add IRC command /notify, new options for notify and infolist "irc_notify" (ta...Sebastien Helleu
2010-10-28Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX valu...Sebastien Helleu
2010-10-23Add IRC command redirection (task #6703)Sebastien Helleu
2010-10-09Move some IRC options from network section to server section (task #10664, ta...Sebastien Helleu
2010-10-07Fix crash/bug when option "addresses" for an IRC server is unset or changed w...Sebastien Helleu
2010-09-17Beta version of IRC proxy feature in Relay pluginSebastien Helleu
2010-07-06Improve irc lag indicator: two colors (counting and finished), update item ev...Sebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-05-22Add isupport value in IRC servers (content of IRC message 005), with new info...Sebastien Helleu
2010-05-21Add optional message in IRC private buffer when nick is back on server after ...Sebastien Helleu
2010-04-21Add new options irc.network.autoreconnect_delay_growing and irc.network.autor...Sebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-04-24Add anti-flood for extra IRC commands like msg/notice/query/quote and some otherSebastien Helleu
2009-04-14Fix bug with upgrade and irc raw buffer, save irc raw messages during upgradeSebastien Helleu
2009-02-22Add upgrade functions in script plugin APISebastien Helleu
2009-01-30Fix problem with read marker when manually switching to other buffer with som...Sebastien Helleu
2009-01-15Add Jabber plugin (alpha version, many Jabber features are missing)Sebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2009-01-02Add null values for options, new syntax for /set, reintroduce temporary IRC s...Sebastien Helleu
2008-12-17Display server, port and IP on IRC server buffer when connection to server is okSebastien Helleu
2008-12-17Improve nick completion: complete first by nicks that highlight me, before ni...Sebastien Helleu
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-10-26Fix option irc.network.away_checkSebastien Helleu
2008-10-25Add smart join/part/quit message filter in IRC plugin, add names for filtersSebastien Helleu
2008-10-22Add function buffer_set_pointer in plugin APISebastien Helleu