Age | Commit message (Expand) | Author |
2008-10-27 | Add missing include of time.h in irc-channel.c | Sebastien Helleu |
2008-10-26 | Fix option irc.network.away_check | Sebastien Helleu |
2008-10-26 | Fix crash when switching server with alt+s | Sebastien Helleu |
2008-10-25 | Add smart join/part/quit message filter in IRC plugin, add names for filters | Sebastien Helleu |
2008-10-24 | Add local variables for buffers, fix alias creation, use of local variables $... | Sebastien Helleu |
2008-10-24 | Fix display of IRC channel and private name in bar item | Sebastien Helleu |
2008-10-24 | Display IRC server errors in appropriate buffer (channel or private if found) | Sebastien Helleu |
2008-10-23 | Add option to toggle display of IRC channel modes after buffer name in status... | Sebastien Helleu |
2008-10-22 | Add function buffer_set_pointer in plugin API | Sebastien Helleu |
2008-10-20 | Add some buffer infos in IRC infolists hooked | Sebastien Helleu |
2008-10-20 | Add new property "short_name" for buffers | Sebastien Helleu |
2008-10-20 | Fix refresh of nick in input bar when switching IRC server | Sebastien Helleu |
2008-10-19 | Add color decoding in title for IRC channels (task #6030) | Sebastien Helleu |
2008-10-19 | Fix lock when disconnecting SSL server that is not yet successfully connected | Sebastien Helleu |
2008-10-18 | Remove unused option look.input_format, fix refresh bug with input prompt for... | Sebastien Helleu |
2008-10-18 | Add new argument "value" to function config_new_option | Sebastien Helleu |
2008-10-18 | Aspell plugin is born again | Sebastien Helleu |
2008-10-11 | Fix name of buffer in bar item for IRC channel when it is closed (kicked or p... | Sebastien Helleu |
2008-10-10 | Fix channel modes in status bar item for IRC plugin (do not display parenthes... | Sebastien Helleu |
2008-10-10 | Fix nick modes in input bar item for IRC plugin (do not display parenthesis w... | Sebastien Helleu |
2008-10-08 | Add config file logger.conf (replaces old logger options in plugins.conf) | Sebastien Helleu |
2008-10-07 | Add backlog for IRC channel and private buffers | Sebastien Helleu |
2008-10-05 | Add Tcl script plugin (thanks to Dmitry Kobylin) | Sebastien Helleu |
2008-10-03 | Fix bug with IRC notices for channel: display them in channel instead of serv... | Sebastien Helleu |
2008-10-03 | Add missing IRC command 369 (end of whowas) | Sebastien Helleu |
2008-10-03 | Add missing IRC command 328 (channel url) | Sebastien Helleu |
2008-10-02 | Fix autorejoin of keyed channels (bug #24131) | Sebastien Helleu |
2008-10-02 | Fix bug with channel modes in buffer_name bar item (IRC plugin) | Sebastien Helleu |
2008-09-30 | Set unread marker for IRC server/channels/pv buffers when using /away command | Sebastien Helleu |
2008-09-30 | Fix some memory leaks | Sebastien Helleu |
2008-09-29 | Fix bug with IRC nick modes (was set when receiving channel modes) | Sebastien Helleu |
2008-09-26 | Add some missing functions in API: hook_connect and infolist creation | Sebastien Helleu |
2008-09-25 | Add nick modes in bar item "input_prompt" for IRC plugin | Sebastien Helleu |
2008-09-25 | Fix crash with ping and action IRC messages (bug ##24373) | Sebastien Helleu |
2008-09-24 | Fix /upgrade when there is one buffer for all IRC servers | Sebastien Helleu |
2008-09-24 | Option irc.look.one_server_buffer reintroduced (all IRC servers in one buffer) | Sebastien Helleu |
2008-09-23 | Fix background bug with bar item "buffer_name" for IRC plugin | Sebastien Helleu |
2008-09-22 | Return IPv4/IPv6 address to connect hook callback when connection is ok (used... | Sebastien Helleu |
2008-09-22 | Fix display of away indicator in irc buffer name bar item | Sebastien Helleu |
2008-09-21 | Add away indicator in "buffer name" bar item (for IRC plugin) | Sebastien Helleu |
2008-09-21 | Add IRC bar items (buffer name, lag indicator), use bar items from plugins wi... | Sebastien Helleu |
2008-09-18 | Remove "category" for buffers (keep only name). | Sebastien Helleu |
2008-09-03 | Reintroduce /ignore command to ignore IRC nicks/hosts, using regex | Sebastien Helleu |
2008-09-02 | Add description for info and infolist hooks | Sebastien Helleu |
2008-09-02 | Add new hooks in plugins: info (fifo_filename) and infolists (alias, logger_b... | Sebastien Helleu |
2008-08-30 | Add new hooks (info and infolist), IRC plugin now return infos and infolists | Sebastien Helleu |
2008-08-26 | Clear nicklist for all channels when disconnected from IRC server | Sebastien Helleu |
2008-08-22 | Add hook infolist to plugins API, fix bugs with gettext in plugins | Sebastien Helleu |
2008-08-22 | Fix translation bugs | Sebastien Helleu |
2008-08-22 | Fix IRC /server command, fix bugs with IRC servers options, remove temporary ... | Sebastien Helleu |