summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Expand)Author
2008-10-27Add missing include of time.h in irc-channel.cSebastien Helleu
2008-10-26Fix option irc.network.away_checkSebastien Helleu
2008-10-26Fix crash when switching server with alt+sSebastien Helleu
2008-10-25Add smart join/part/quit message filter in IRC plugin, add names for filtersSebastien Helleu
2008-10-24Add local variables for buffers, fix alias creation, use of local variables $...Sebastien Helleu
2008-10-24Fix display of IRC channel and private name in bar itemSebastien Helleu
2008-10-24Display IRC server errors in appropriate buffer (channel or private if found)Sebastien Helleu
2008-10-23Add option to toggle display of IRC channel modes after buffer name in status...Sebastien Helleu
2008-10-22Add function buffer_set_pointer in plugin APISebastien Helleu
2008-10-20Add some buffer infos in IRC infolists hookedSebastien Helleu
2008-10-20Add new property "short_name" for buffersSebastien Helleu
2008-10-20Fix refresh of nick in input bar when switching IRC serverSebastien Helleu
2008-10-19Add color decoding in title for IRC channels (task #6030)Sebastien Helleu
2008-10-19Fix lock when disconnecting SSL server that is not yet successfully connectedSebastien Helleu
2008-10-18Remove unused option look.input_format, fix refresh bug with input prompt for...Sebastien Helleu
2008-10-18Add new argument "value" to function config_new_optionSebastien Helleu
2008-10-18Aspell plugin is born againSebastien Helleu
2008-10-11Fix name of buffer in bar item for IRC channel when it is closed (kicked or p...Sebastien Helleu
2008-10-10Fix channel modes in status bar item for IRC plugin (do not display parenthes...Sebastien Helleu
2008-10-10Fix nick modes in input bar item for IRC plugin (do not display parenthesis w...Sebastien Helleu
2008-10-08Add config file logger.conf (replaces old logger options in plugins.conf)Sebastien Helleu
2008-10-07Add backlog for IRC channel and private buffersSebastien Helleu
2008-10-05Add Tcl script plugin (thanks to Dmitry Kobylin)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-10-02Fix bug with channel modes in buffer_name bar item (IRC plugin)Sebastien Helleu
2008-09-30Set unread marker for IRC server/channels/pv buffers when using /away commandSebastien Helleu
2008-09-30Fix some memory leaksSebastien Helleu
2008-09-29Fix bug with IRC nick modes (was set when receiving channel modes)Sebastien Helleu
2008-09-26Add some missing functions in API: hook_connect and infolist creationSebastien Helleu
2008-09-25Add nick modes in bar item "input_prompt" for IRC pluginSebastien Helleu
2008-09-25Fix crash with ping and action IRC messages (bug ##24373)Sebastien Helleu
2008-09-24Fix /upgrade when there is one buffer for all IRC serversSebastien Helleu
2008-09-24Option irc.look.one_server_buffer reintroduced (all IRC servers in one buffer)Sebastien Helleu
2008-09-23Fix background bug with bar item "buffer_name" for IRC pluginSebastien Helleu
2008-09-22Return IPv4/IPv6 address to connect hook callback when connection is ok (used...Sebastien Helleu
2008-09-22Fix display of away indicator in irc buffer name bar itemSebastien Helleu
2008-09-21Add away indicator in "buffer name" bar item (for IRC plugin)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-09-02Add description for info and infolist hooksSebastien Helleu
2008-09-02Add new hooks in plugins: info (fifo_filename) and infolists (alias, logger_b...Sebastien Helleu
2008-08-30Add new hooks (info and infolist), IRC plugin now return infos and infolistsSebastien Helleu
2008-08-26Clear nicklist for all channels when disconnected from IRC serverSebastien Helleu
2008-08-22Add hook infolist to plugins API, fix bugs with gettext in pluginsSebastien Helleu
2008-08-22Fix translation bugsSebastien Helleu
2008-08-22Fix IRC /server command, fix bugs with IRC servers options, remove temporary ...Sebastien Helleu