Age | Commit message (Expand) | Author |
2008-11-26 | Fix display of scroll indicator when switching to buffer with free content | Sebastien Helleu |
2008-11-24 | Fix option weechat.look.color_nicks_number, value is now immediately applied ... | Sebastien Helleu |
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 | Fix typo in doc | 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 | Update quickstart doc, fix typos in developer guide | 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-08 | Fix pdf output of 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 missing doc files for autotools | Sebastien Helleu |
2008-11-06 | Add doc for default plugins in user guide | 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-06 | Update docgen.pl and doc about options for logger and core | Sebastien Helleu |
2008-11-06 | Rename developer doc (-devel to -dev) | Sebastien Helleu |
2008-11-05 | Clean old docs output before building | Sebastien Helleu |
2008-11-05 | Split doc into 2 docs: user and developer guide | 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 |