summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-11Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/weechatSebastien Helleu
2008-11-11Fix infinite loop when chat window is too small or not visible at allSebastien Helleu
2008-11-10Disable highlight for IRC messages from local nickSebastien Helleu
2008-11-10Fix bug with default value of options written in config files when file does ...Sebastien Helleu
2008-11-10Add some API functions in Developer guideSebastien Helleu
2008-11-08Fix pdf output of developer guideSebastien Helleu
2008-11-07Update developer guide (add 50% of new C API functions)Sebastien Helleu
2008-11-07Fix bug with proxy connectionSebastien Helleu
2008-11-06Add missing doc files for autotoolsSebastien Helleu
2008-11-06Add doc for default plugins in user guideSebastien Helleu
2008-11-06Add local variables for IRC debug bufferSebastien Helleu
2008-11-06Fix buffer search in fifo plugin: name is now plugin.buffer (like irc.freenod...Sebastien Helleu
2008-11-06Update docgen.pl and doc about options for logger and coreSebastien Helleu
2008-11-06Rename developer doc (-devel to -dev)Sebastien Helleu
2008-11-05Clean old docs output before buildingSebastien Helleu
2008-11-05Split doc into 2 docs: user and developer guideSebastien Helleu
2008-11-05Add weechat_highlight signal, sent when a line with highlight is displayedSebastien Helleu
2008-11-05Fix crash in weechat_perl_exec() after unloading a Perl scriptSebastien Helleu
2008-11-05Fix crash when loading Perl scripts on FreeBSDSebastien Helleu
2008-11-05Add completion with "core" for command /debugSebastien Helleu
2008-11-05Add debug messages for hooks when core debug >= 2Sebastien Helleu
2008-11-04Fix bug with pointer conversions on 64 bits architectureSebastien Helleu
2008-11-03Fix hotlist: do not add a buffer if it is displayed by at least one windowSebastien Helleu
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