Age | Commit message (Expand) | Author |
2010-04-12 | Fix crash on /quit or unload of Perl plugin under FreeBSD and Cygwin (bug #29... | Sebastien Helleu |
2010-04-05 | Add option "-open" for IRC command /connect | Sebastien Helleu |
2010-03-31 | Improve plugins autoload (option weechat.plugin.autoload): allow to use "*" a... | Sebastien Helleu |
2010-03-30 | Fix bug with IRC nicks on reconnection: try all nicks in list, even if nick u... | Sebastien Helleu |
2010-03-29 | Fix IRC command /list: send channel and server name given as argument, and us... | Sebastien Helleu |
2010-03-29 | Fix infinite loop with /layout apply and bug when applying layout, sometimes ... | Sebastien Helleu |
2010-03-26 | Add new option irc.look.part_closes_buffer to close buffer when /part is issu... | Sebastien Helleu |
2010-03-26 | Fix bug with writing of configuration files when disk is full (bug #29331) | Sebastien Helleu |
2010-03-25 | Add signals "nicklist_{group|nick}_{added|removed}", remove signal "nicklist_... | Sebastien Helleu |
2010-03-25 | Add "irc_is_nick" for function info_get to check if a string is a valid IRC n... | Sebastien Helleu |
2010-03-24 | Add new options for command /key (listdefault, listdiff and reset), add examp... | Sebastien Helleu |
2010-03-24 | Fix bug with callbacks when loading a script already loaded | Sebastien Helleu |
2010-03-21 | Remove IRC commands /forcejoin and /omode (now possible with alias and custom... | Sebastien Helleu |
2010-03-21 | Add custom completion for aliases (task #9479) | Sebastien Helleu |
2010-03-21 | Add new signals "irc_raw_in" and "irc_raw_in2" (sent for all IRC messages, ev... | Sebastien Helleu |
2010-03-20 | Add IRC commands /omode and /forcejoin (patch #7126) | Sebastien Helleu |
2010-03-20 | Refresh screen when exiting WeeChat (to display messages printed after /quit) | Sebastien Helleu |
2010-03-20 | Add functions string_match, string_has_highlight and string_mask_to_regex in ... | Sebastien Helleu |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu |
2010-03-17 | Do not send signals "irc_in" and "irc_in2" when IRC messages are ignored | Sebastien Helleu |
2010-03-13 | Fix typo: crashs -> crashes | Sebastien Helleu |
2010-03-08 | Return absolute path for info_get of "weechat_dir" (bug #27936) | Sebastien Helleu |
2010-03-07 | Bug with IRC prefix "!" for mode "a" (channel admin) (bug #29109) | Sebastien Helleu |
2010-03-03 | Add new option weechat.look.read_marker_always_show | Sebastien Helleu |
2010-03-02 | Fix bug with /away -all in IRC plugin: set or unset future away for disconnec... | Sebastien Helleu |
2010-03-02 | Add new option weechat.look.command_chars, add functions string_is_command_ch... | Sebastien Helleu |
2010-02-27 | Fix crash in Perl plugin when callbacks are called during script initializati... | Sebastien Helleu |
2010-02-26 | Add command line option "-s" (or "--no-script") to start WeeChat without load... | Sebastien Helleu |
2010-02-24 | Fix bug with cursor when position is last char of terminal | Sebastien Helleu |
2010-02-23 | Allow script commands to reload only one script | Sebastien Helleu |
2010-02-21 | Fix bug with bar background after text with background color (bug #28157) | Sebastien Helleu |
2010-02-19 | Add option irc.network.connection_timeout (timeout between TCP connection to ... | Sebastien Helleu |
2010-02-19 | Fix "inactivity" value when no key has been pressed since WeeChat started (bu... | Sebastien Helleu |
2010-02-18 | Add mechanism DH-BLOWFISH for SASL authentication with IRC server | Sebastien Helleu |
2010-02-18 | Fix function "color" in Lua script API (patch from Christian Heinz) | Sebastien Helleu |
2010-02-16 | Add function "string_decode_base64" in plugin API | Sebastien Helleu |
2010-02-15 | Add SASL authentication in IRC plugin (task #8829), add function "string_enco... | Sebastien Helleu |
2010-02-12 | Add description of arguments for API functions hook_info and hook_infolist | Sebastien Helleu |
2010-02-12 | Use arguments for infolist "nicklist" to return only one nick or group | Sebastien Helleu |
2010-02-11 | Add missing IRC commands 276, 343 | Sebastien Helleu |
2010-02-10 | Apply IRC smart filter only on channels, not private buffers (bug #28841) | Sebastien Helleu |
2010-02-10 | Update ChangeLog | Sebastien Helleu |
2010-02-09 | Add new option weechat.look.time_format to customize default format for date/... | Sebastien Helleu |
2010-02-09 | Rename command /silence to /mute | Sebastien Helleu |
2010-02-09 | Add new command /silence | Sebastien Helleu |
2010-02-06 | Add option irc.look.item_nick_prefix, rename some IRC options for bar items | Sebastien Helleu |
2010-02-05 | Fix IRC PART message received on Undernet server (bug #28825) | Sebastien Helleu |
2010-02-02 | Add option "switch_active_buffer_previous" for command /input (task #10141) | Sebastien Helleu |
2010-02-02 | Add IRC command /map | Sebastien Helleu |
2010-02-02 | Add signal "xfer_ended" (patch #7081) | Sebastien Helleu |