Age | Commit message (Expand) | Author |
2008-11-01 | Add description of infos and infolists for commands /demo_info and /demo_info... | Sebastien Helleu |
2008-11-01 | Add infolist "plugin", with list of plugins | Sebastien Helleu |
2008-11-01 | Another fix to timer hook when day of local time is different from UTC | Sebastien Helleu |
2008-11-01 | Fix timer hook when daylight saving time is enabled (problem with "day change... | 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 | Fix backlog in logger plugin (empty line incorrectly displayed at the end of ... | Sebastien Helleu |
2008-10-31 | Fix highlight on lines displayed with /upgrade | 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 | Fix clear of buffers with free content (allowed, but not from user with /buff... | 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 name of plugins next to plugin pointers in dump (to log file) | Sebastien Helleu |
2008-10-27 | Add missing include of time.h in irc-channel.c | Sebastien Helleu |
2008-10-27 | Fix output of backtrace in log file | Sebastien Helleu |
2008-10-27 | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/weechat | Sebastien Helleu |
2008-10-27 | Fix reload of config file plugins.conf | Sebastien Helleu |
2008-10-27 | Fix infinite loop in fifo plugin when removing fifo pipe | Sebastien Helleu |
2008-10-27 | Add missing backtrace() function check in cmake | Julien Louis |
2008-10-26 | Fix option irc.network.away_check | Sebastien Helleu |
2008-10-26 | Display readable values for flag of fd hooked with /plugin listfull command | Sebastien Helleu |
2008-10-26 | Fix crash when switching server with alt+s | Sebastien Helleu |
2008-10-26 | Do not clear buffer content with /buffer clear for buffers with free content | Sebastien Helleu |
2008-10-26 | Fix Makefile for alias plugin | Sebastien Helleu |
2008-10-25 | Fix creation of filters (many filters with same content are authorized) | Sebastien Helleu |
2008-10-25 | Add smart join/part/quit message filter in IRC plugin, add names for filters | Sebastien Helleu |
2008-10-24 | Use of toggle option for /filter to toggle a filter on/off | Sebastien Helleu |
2008-10-24 | Add "enabled" flag for each filter (now possible to disable only one or some ... | Sebastien Helleu |
2008-10-24 | Save/restore buffer local variables during upgrade | Sebastien Helleu |
2008-10-24 | Add free() for buffer local variables pointers when removing them | 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 text search in buffer: search with prefix in addition to the message | 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 display of special chars (< 32) in input bar (for exemple to send colors ... | Sebastien Helleu |
2008-10-19 | Fix lock when disconnecting SSL server that is not yet successfully connected | Sebastien Helleu |
2008-10-19 | Fix restore of windows with saved layout | 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 |