Age | Commit message (Expand) | Author |
2008-12-19 | Fix charset problem with IRC plugin: use server charset if channel charset is... | Sebastien Helleu |
2008-12-19 | Add some colors in IRC messages from server (for text and nicks) (task #8926) | Sebastien Helleu |
2008-12-19 | Remove obsolete nicklist options, add /bar toggle to hide/show quietly a bar | Sebastien Helleu |
2008-12-19 | Fix bug with xfer transferts (IRC DCC): transfert ended abruptly when termina... | Sebastien Helleu |
2008-12-19 | Fix bug with pointer conversion for scripts API (return empty string instead ... | Sebastien Helleu |
2008-12-19 | Add sub-items in bars (items glued with "+" as separator instead of comma), a... | Sebastien Helleu |
2008-12-17 | Display server, port and IP on IRC server buffer when connection to server is ok | Sebastien Helleu |
2008-12-17 | Use nick color for display of IRC action messages | Sebastien Helleu |
2008-12-17 | Improve nick completion: complete first by nicks that highlight me, before ni... | Sebastien Helleu |
2008-12-17 | Fix bugs in IRC message parser and use of decoding charset for server messages | Sebastien Helleu |
2008-12-15 | Add new bar filling types: columns_horizontal and columns_vertical | Sebastien Helleu |
2008-12-15 | Fix bug with option xfer.network.own_ip when sending DCC file | Sebastien Helleu |
2008-12-13 | Add infolists for bars/bar items/bar windows, code cleanup for bars | Sebastien Helleu |
2008-12-12 | Fix compilation warnings in Perl plugin on FreeBSD | Sebastien Helleu |
2008-12-10 | Fix compilation warning "dereferencing type-punned pointer will break strict-... | Sebastien Helleu |
2008-12-10 | Fix typo in Makefile.am for relay plugin | Sebastien Helleu |
2008-12-10 | Add new plugin "relay", new function "string_format_size" in plugin API | Sebastien Helleu |
2008-12-04 | Fix display problem with color for groups in nicklist | Sebastien Helleu |
2008-11-30 | Add "away" local variable for IRC buffers (defined when user is away, value i... | Sebastien Helleu |
2008-11-29 | Fix bugs with hook_print function in scripts | Sebastien Helleu |
2008-11-29 | Add missing pointer to function "string_build_with_exploded" in plugin API | Sebastien Helleu |
2008-11-29 | Add "displayed" and "highlight" arguments to callback for hook_print | Sebastien Helleu |
2008-11-29 | Add current_window function in plugin API, add window functions in english de... | Sebastien Helleu |
2008-11-27 | Remove argument "switch_to_another" for function gui_buffer_close() | 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-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-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 | 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 function "current_buffer" in script API | Sebastien Helleu |
2008-11-10 | Disable highlight for IRC messages from local nick | 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-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 |