Age | Commit message (Expand) | Author |
2008-11-23 | Add support for more than one proxy, with proxy selection for each IRC server... | Sebastien Helleu |
2008-11-22 | Save last read line (for marker) within /upgrade | Sebastien Helleu |
2008-11-22 | Add missing options in /help window | Sebastien Helleu |
2008-11-22 | Fix bug with empty messages displayed | Sebastien Helleu |
2008-11-19 | Remove old and unused color options | Sebastien Helleu |
2008-11-18 | Restore call to close callbacks for plugin buffers when unloading plugin | Sebastien Helleu |
2008-11-18 | Allow command "/away -all" on weechat core buffer | Sebastien Helleu |
2008-11-17 | Re-enable proxy usage with rewrited network layer (closes bug #24562). | Emmanuel Bouthenot |
2008-11-17 | Fix crash when printing a message without any buffer created | Sebastien Helleu |
2008-11-16 | Add modifier "weechat_print" for messages printed in buffers (task #8848) | Sebastien Helleu |
2008-11-16 | Add signals when connecting/disconnecting from IRC servers | Sebastien Helleu |
2008-11-16 | Fix crash when a perl callback is called in "register" of another perl script | Sebastien Helleu |
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu |
2008-11-15 | Remove unused variable | Sebastien Helleu |
2008-11-15 | Add function utf8_strndup to C plugin API | Sebastien Helleu |
2008-11-15 | Reintroduce option "irc.network.send_unknown_commands", save extra data for b... | Sebastien Helleu |
2008-11-14 | Fix bug with argument replacement in alias ($1,..,$9 and $*) when no argument... | 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-12 | Fix crash in weechat_perl_exec() when a callback from another script is execu... | Sebastien Helleu |
2008-11-11 | Fix name/short name and local variables of IRC server buffer(s) when merging/... | Sebastien Helleu |
2008-11-11 | Add new default keys for previous/next buffer: ctrl-P,alt-up and ctrl-N,alt-down | Sebastien Helleu |
2008-11-11 | Add function "current_buffer" in script API | Sebastien Helleu |
2008-11-11 | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/weechat | Sebastien Helleu |
2008-11-11 | Fix infinite loop when chat window is too small or not visible at all | Sebastien Helleu |
2008-11-10 | Disable highlight for IRC messages from local nick | Sebastien Helleu |
2008-11-10 | Fix bug with default value of options written in config files when file does ... | Sebastien Helleu |
2008-11-10 | Add some API functions in Developer guide | Sebastien Helleu |
2008-11-07 | Update developer guide (add 50% of new C API functions) | Sebastien Helleu |
2008-11-07 | Fix bug with proxy connection | 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 | Add weechat_highlight signal, sent when a line with highlight is displayed | 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-05 | Add completion with "core" for command /debug | Sebastien Helleu |
2008-11-05 | Add debug messages for hooks when core debug >= 2 | Sebastien Helleu |
2008-11-04 | Fix bug with pointer conversions on 64 bits architecture | Sebastien Helleu |
2008-11-03 | Fix hotlist: do not add a buffer if it is displayed by at least one window | 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 | Backtrace feature is shipped by an external library on FreeBSD (and maybe oth... | Julien Louis |
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 |