summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-server.c
AgeCommit message (Expand)Author
2011-07-13irc: fix crash when command "/buffer close" is used in a server command to cl...Sebastien Helleu
2011-06-26core: many improvements on hdataSebastien Helleu
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-04-28irc: add option "ssl_priorities" in servers (task #10106, debian #624055)Sebastien Helleu
2011-04-26irc: add modifier "irc_in2_xxx" (called after charset decoding)Sebastien Helleu
2011-04-15irc: fix memory leak when copying or renaming serverSebastien Helleu
2011-04-11irc: do not rejoin channels where /part has been issued before reconnection t...Sebastien Helleu
2011-04-10irc: update short name of server buffer when server is renamedSebastien Helleu
2011-03-23irc: fix local variable "away" on server buffer (set/delete it each time away...Sebastien Helleu
2011-03-16Add new option irc.look.buffer_switch_autojoin, rename option irc.look.buffer...Sebastien Helleu
2011-03-02Fix verification of SSL certificates by calling gnutls verify callback (patch...Gu1ll4um3r0m41n
2011-01-02Fix memory leak in flush of irc message queueSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-12-15Fix bug with charset decoding on IRC private buffers (decoding was made for l...Sebastien Helleu
2010-11-21Move some functions from irc-server.c and irc-protocol.c to irc-message.cSebastien Helleu
2010-11-12Fix dcc chat buffer name in xfer plugin (use irc server in name) (bug #29925)Sebastien Helleu
2010-11-12Fix bug with priority (low/high) for irc messages (all messages were sent wit...Sebastien Helleu
2010-11-12Fix color of buffer name in status bar after /upgrade for IRC servers connect...Sebastien Helleu
2010-11-10Fix bug with /upgrade on ssl servers with prefix modes and charsSebastien Helleu
2010-11-08Update buffer local variables when irc server is renamedSebastien Helleu
2010-11-06Add IRC command /notify, new options for notify and infolist "irc_notify" (ta...Sebastien Helleu
2010-10-31Remove dead assignmentsSebastien Helleu
2010-10-28Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX valu...Sebastien Helleu
2010-10-25Use IRC command arguments instead of full message for IRC redirection (when s...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-08Switch to next server address when IRC error is received after TCP connection...Sebastien Helleu
2010-10-07Fix crash/bug when option "addresses" for an IRC server is unset or changed w...Sebastien Helleu
2010-09-27Reset infolist item cursor in callbacks for signals sending infolist pointerSebastien Helleu
2010-09-17Beta version of IRC proxy feature in Relay pluginSebastien Helleu
2010-09-12Do not send WHO on channel joined (to check away nicks) if option irc.network...Sebastien Helleu
2010-08-27Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, i...Sebastien Helleu
2010-08-03Fix bug in IRC parser when no argument is received after command, no callback...Sebastien Helleu
2010-07-25Fix import of certificates created by openssl >= 1.0.0 (bug #30316)Sebastien Helleu
2010-07-06Fix display of local SSL certificate when it is sent to IRC serverSebastien 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-06-11Use empty real name by default in IRC config, instead of reading real name in...Sebastien Helleu
2010-06-02Fix bug with command-line option "irc://" (bug #29990), new format for port a...Sebastien Helleu
2010-05-29Fix bug with nick prefix '*' (chan founder) on some IRC servers (bug #29890)Sebastien Helleu
2010-05-23Fix bug with option irc.network.lag_check when value is 0 (zero)Sebastien Helleu
2010-05-22Add isupport value in IRC servers (content of IRC message 005), with new info...Sebastien Helleu
2010-05-02Add function "string_expand_home" in plugin API, fix bug with replacement of ...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-04-03Add highlight word "$nick" instead of real nick in IRC and xfer pluginsSebastien Helleu
2010-03-30Add missing variables in debug dumpSebastien Helleu
2010-03-30Fix bug with IRC nicks on reconnection: try all nicks in list, even if nick u...Sebastien Helleu
2010-03-29Fix check of IRC ignore when channel is specified in ignore (problem with PRI...Sebastien Helleu
2010-03-26Fix compilation of irc plugin with old gcc (remove #ifdef inside call of macro)Sebastien Helleu