summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-03Fix bug with IRC ignore (a ignore on nick was ignoring othernick), fix comple...Sebastien Helleu
2008-11-03Add detection of system clock skew, reinitialize all timers when this happensSebastien Helleu
2008-11-02Update docSebastien Helleu
2008-11-02Remove debug plugin (merged to core), new debug variable for each plugin (no ...Sebastien Helleu
2008-11-01Backtrace feature is shipped by an external library on FreeBSD (and maybe oth...Julien Louis
2008-11-01Add description of infos and infolists for commands /demo_info and /demo_info...Sebastien Helleu
2008-11-01Add infolist "plugin", with list of pluginsSebastien Helleu
2008-11-01Another fix to timer hook when day of local time is different from UTCSebastien Helleu
2008-11-01Fix timer hook when daylight saving time is enabled (problem with "day change...Sebastien Helleu
2008-10-31Update docSebastien Helleu
2008-10-31Allow mask or regex for IRC command /ignore (mask is default)Sebastien Helleu
2008-10-31Update highlight tags for all IRC buffers when option irc.look.highlight_tags...Sebastien Helleu
2008-10-31Fix backlog in logger plugin (empty line incorrectly displayed at the end of ...Sebastien Helleu
2008-10-31Fix highlight on lines displayed with /upgradeSebastien Helleu
2008-10-31Rename IRC tags irc_cmd_xxx to irx_xxxSebastien Helleu
2008-10-31Fix tag of message displayed by IRC command inviteSebastien Helleu
2008-10-30Fix default value for option irc.look.highlight_tagsSebastien Helleu
2008-10-30Fix clear of buffers with free content (allowed, but not from user with /buff...Sebastien Helleu
2008-10-30Update ChangeLog (task #6687 done)Sebastien Helleu
2008-10-30Add new features to logger plugin (command /logger, log level, level by buffe...Sebastien Helleu
2008-10-28Fix IRC command /away -allSebastien Helleu
2008-10-28Remove debug message when using command /awaySebastien Helleu
2008-10-28Updated czech translationsJiri Golembiovsky
2008-10-27Fix color of IRC nick mode (op, voiced, ..) in chat windowSebastien Helleu
2008-10-27Fix use of some uninitialized variablesSebastien Helleu
2008-10-27Add name of plugins next to plugin pointers in dump (to log file)Sebastien Helleu
2008-10-27Add missing include of time.h in irc-channel.cSebastien Helleu
2008-10-27Fix output of backtrace in log fileSebastien Helleu
2008-10-27Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/weechatSebastien Helleu
2008-10-27Fix reload of config file plugins.confSebastien Helleu
2008-10-27Fix infinite loop in fifo plugin when removing fifo pipeSebastien Helleu
2008-10-27Add missing backtrace() function check in cmakeJulien Louis
2008-10-26Fix option irc.network.away_checkSebastien Helleu
2008-10-26Display readable values for flag of fd hooked with /plugin listfull commandSebastien Helleu
2008-10-26Fix crash when switching server with alt+sSebastien Helleu
2008-10-26Do not clear buffer content with /buffer clear for buffers with free contentSebastien Helleu
2008-10-26Add missing XML files authors.xx.xml in makefilesSebastien Helleu
2008-10-26Rename version to 0.2.7-dev (instead of 0.2.7-dev-protocols)Sebastien Helleu
2008-10-26Fix Makefile for alias pluginSebastien Helleu
2008-10-25Fix creation of filters (many filters with same content are authorized)Sebastien Helleu
2008-10-25Add smart join/part/quit message filter in IRC plugin, add names for filtersSebastien Helleu
2008-10-24Use of toggle option for /filter to toggle a filter on/offSebastien Helleu
2008-10-24Add "enabled" flag for each filter (now possible to disable only one or some ...Sebastien Helleu
2008-10-24Save/restore buffer local variables during upgradeSebastien Helleu
2008-10-24Add free() for buffer local variables pointers when removing themSebastien 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