Age | Commit message (Expand) | Author |
2008-11-29 | Add current_window function in plugin API, add window functions in english de... | Sebastien Helleu |
2008-11-27 | Remove argument "switch_to_another" for function gui_buffer_close() | Sebastien Helleu |
2008-11-24 | Fix option weechat.look.color_nicks_number, value is now immediately applied ... | Sebastien Helleu |
2008-11-23 | Add support for more than one proxy, with proxy selection for each IRC server... | Sebastien Helleu |
2008-11-19 | Remove old and unused color options | Sebastien Helleu |
2008-11-18 | Allow command "/away -all" on weechat core buffer | Sebastien Helleu |
2008-11-16 | Add signals when connecting/disconnecting from IRC servers | Sebastien Helleu |
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu |
2008-11-15 | Reintroduce option "irc.network.send_unknown_commands", save extra data for b... | Sebastien Helleu |
2008-11-14 | Catch signal "buffer_renamed" in logger plugin (restart logging for buffer wh... | Sebastien Helleu |
2008-11-13 | Add local buffer variable "no_log", to prevent a buffer from logging to disk ... | Sebastien Helleu |
2008-11-11 | Fix name/short name and local variables of IRC server buffer(s) when merging/... | Sebastien Helleu |
2008-11-10 | Disable highlight for IRC messages from local nick | Sebastien Helleu |
2008-11-10 | Add some API functions in Developer guide | Sebastien Helleu |
2008-11-06 | Add local variables for IRC debug buffer | Sebastien Helleu |
2008-11-04 | Fix bug with pointer conversions on 64 bits architecture | Sebastien Helleu |
2008-11-03 | Fix bug with IRC ignore (a ignore on nick was ignoring othernick), fix comple... | Sebastien Helleu |
2008-11-03 | Add detection of system clock skew, reinitialize all timers when this happens | Sebastien Helleu |
2008-11-02 | Remove debug plugin (merged to core), new debug variable for each plugin (no ... | Sebastien Helleu |
2008-10-31 | Allow mask or regex for IRC command /ignore (mask is default) | Sebastien Helleu |
2008-10-31 | Update highlight tags for all IRC buffers when option irc.look.highlight_tags... | Sebastien Helleu |
2008-10-31 | Rename IRC tags irc_cmd_xxx to irx_xxx | Sebastien Helleu |
2008-10-31 | Fix tag of message displayed by IRC command invite | Sebastien Helleu |
2008-10-30 | Fix default value for option irc.look.highlight_tags | Sebastien Helleu |
2008-10-30 | Add new features to logger plugin (command /logger, log level, level by buffe... | Sebastien Helleu |
2008-10-28 | Fix IRC command /away -all | Sebastien Helleu |
2008-10-28 | Remove debug message when using command /away | Sebastien Helleu |
2008-10-27 | Fix color of IRC nick mode (op, voiced, ..) in chat window | Sebastien Helleu |
2008-10-27 | Fix use of some uninitialized variables | Sebastien Helleu |
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 |