Age | Commit message (Expand) | Author |
2008-11-07 | Update developer guide (add 50% of new C API functions) | Sebastien Helleu |
2008-11-06 | Add local variables for IRC debug buffer | Sebastien Helleu |
2008-11-06 | Fix buffer search in fifo plugin: name is now plugin.buffer (like irc.freenod... | Sebastien Helleu |
2008-11-05 | Fix crash in weechat_perl_exec() after unloading a Perl script | Sebastien Helleu |
2008-11-05 | Fix crash when loading Perl scripts on FreeBSD | 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-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-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 | 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-27 | Fix infinite loop in fifo plugin when removing fifo pipe | 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-26 | Fix Makefile for alias plugin | 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 | Fix compilation of aspell with autotools | Sebastien Helleu |
2008-10-18 | Fix malloc of 0 byte in aspell plugin | Sebastien Helleu |
2008-10-18 | Remove aspell real_time option (not used any more), update aspell doc | Sebastien Helleu |
2008-10-18 | Aspell plugin is born again | Sebastien Helleu |
2008-10-18 | - Add FindTCL.cmake to fix FreeBSD detection | Julien Louis |
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 function to get plugin name (return "core" for WeeChat core) | Sebastien Helleu |
2008-10-08 | Fix /reload command (now reloads config files with no reload callback) | Sebastien Helleu |