summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-protocol.c
AgeCommit message (Expand)Author
2009-01-04Fix exec of IRC command when connecting to server if server buffers are merge...Sebastien Helleu
2009-01-03Add color for channel name in IRC info/error messagesSebastien 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-19Add some colors in IRC messages from server (for text and nicks) (task #8926)Sebastien Helleu
2008-12-17Display server, port and IP on IRC server buffer when connection to server is okSebastien Helleu
2008-12-17Use nick color for display of IRC action messagesSebastien Helleu
2008-12-17Improve nick completion: complete first by nicks that highlight me, before ni...Sebastien Helleu
2008-11-23Add support for more than one proxy, with proxy selection for each IRC server...Sebastien Helleu
2008-11-16Add signals when connecting/disconnecting from IRC serversSebastien Helleu
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-11-14Catch signal "buffer_renamed" in logger plugin (restart logging for buffer wh...Sebastien Helleu
2008-11-04Fix bug with pointer conversions on 64 bits architectureSebastien Helleu
2008-10-31Rename IRC tags irc_cmd_xxx to irx_xxxSebastien Helleu
2008-10-31Fix tag of message displayed by IRC command inviteSebastien Helleu
2008-10-30Add new features to logger plugin (command /logger, log level, level by buffe...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-24Display IRC server errors in appropriate buffer (channel or private if found)Sebastien Helleu
2008-10-03Fix bug with IRC notices for channel: display them in channel instead of serv...Sebastien Helleu
2008-10-03Add missing IRC command 369 (end of whowas)Sebastien Helleu
2008-10-03Add missing IRC command 328 (channel url)Sebastien Helleu
2008-10-02Fix autorejoin of keyed channels (bug #24131)Sebastien Helleu
2008-09-29Fix bug with IRC nick modes (was set when receiving channel modes)Sebastien Helleu
2008-09-25Fix crash with ping and action IRC messages (bug ##24373)Sebastien Helleu
2008-09-24Option irc.look.one_server_buffer reintroduced (all IRC servers in one buffer)Sebastien Helleu
2008-09-21Add IRC bar items (buffer name, lag indicator), use bar items from plugins wi...Sebastien Helleu
2008-09-18Remove "category" for buffers (keep only name).Sebastien Helleu
2008-09-03Reintroduce /ignore command to ignore IRC nicks/hosts, using regexSebastien Helleu
2008-08-30Add new hooks (info and infolist), IRC plugin now return infos and infolistsSebastien Helleu
2008-08-19Reintroduce /upgrade command, working only with core and IRC plugin todaySebastien Helleu
2008-07-18Add signals for IRC messages (recv/sent)Sebastien Helleu
2008-07-03Add "buffer_nicklist" bar item and scroll feature in bars with /bar scrollSebastien Helleu
2008-06-19Fix hotlist bug: buffer were added to hotlist even if line is filtered (hidden)Sebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-06-01Reintroduce highlight (move code from irc plugin to core)Sebastien Helleu
2008-05-25Fix crash with some highlights in IRC plugin (bug #23342)Sebastien Helleu
2008-05-07Xfer file resume (for DCC protocol) is backSebastien Helleu
2008-05-06Fix crash after closing channels/pv (internal channel structure was not delet...Sebastien Helleu
2008-05-06IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called ...Sebastien Helleu
2008-05-04Fixed bug with pv buffer name (this name was changed when someone changes nic...Sebastien Helleu
2008-04-30IRC colors reintroducedSebastien Helleu
2008-04-19Fixed output of names on channels (now it's sorted/grouped/colored, like v0.2...Sebastien Helleu
2008-04-11Fixed bugs with weechat_config_get() in plugin APISebastien Helleu
2008-04-11Improved /set command, added /unset command, new name for config files (*.conf)Sebastien Helleu
2008-03-23Removed sizeof(char) and useless type casts from void* to another pointer typ...Sebastien Helleu
2008-03-23Check plugin version when loading it, to prevent crash when loading old pluginsSebastien Helleu
2008-03-22Added tags for lines and custom filtering by tags or regex (task #7674), fixe...Sebastien Helleu
2008-03-16Added comments in code for core sourcesSebastien Helleu
2008-03-15New format for some IRC protocol commandsSebastien Helleu