Age | Commit message (Expand) | Author |
2009-01-03 | Update copyright dates | Sebastien Helleu |
2009-01-02 | Add null values for options, new syntax for /set, reintroduce temporary IRC s... | Sebastien Helleu |
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 | 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-10 | Fix compilation warning "dereferencing type-punned pointer will break strict-... | 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 | 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-19 | Remove old and unused color options | 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-15 | Use of const for some functions returning "char *" | Sebastien Helleu |
2008-11-15 | Reintroduce option "irc.network.send_unknown_commands", save extra data for b... | 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-11 | Fix name/short name and local variables of IRC server buffer(s) when merging/... | 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-06 | Add local variables for IRC debug buffer | 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 |
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-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 | Rename IRC tags irc_cmd_xxx to irx_xxx | Sebastien Helleu |
2008-10-31 | Fix tag of message displayed by IRC command invite | Sebastien Helleu |
2008-10-30 | Fix default value for option irc.look.highlight_tags | Sebastien Helleu |
2008-10-30 | Add new features to logger plugin (command /logger, log level, level by buffe... | Sebastien Helleu |
2008-10-28 | Fix IRC command /away -all | Sebastien Helleu |
2008-10-28 | Remove debug message when using command /away | Sebastien Helleu |
2008-10-27 | Fix color of IRC nick mode (op, voiced, ..) in chat window | Sebastien Helleu |
2008-10-27 | Fix use of some uninitialized variables | Sebastien Helleu |
2008-10-27 | Add missing include of time.h in irc-channel.c | Sebastien Helleu |
2008-10-26 | Fix option irc.network.away_check | Sebastien Helleu |
2008-10-26 | Fix crash when switching server with alt+s | Sebastien Helleu |
2008-10-25 | Add smart join/part/quit message filter in IRC plugin, add names for filters | Sebastien Helleu |
2008-10-24 | Add local variables for buffers, fix alias creation, use of local variables $... | Sebastien Helleu |
2008-10-24 | Fix display of IRC channel and private name in bar item | Sebastien Helleu |