summaryrefslogtreecommitdiffstats
path: root/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Version 0.3.2v0.3.2Sebastien Helleu2010-04-181-2/+2
* Fix bug with perl script filename when multiplicity is disabled (bug #29530)Sebastien Helleu2010-04-131-1/+2
* Fix crash on /quit or unload of Perl plugin under FreeBSD and Cygwin (bug #29467)Sebastien Helleu2010-04-121-1/+3
* Add option "-open" for IRC command /connectSebastien Helleu2010-04-051-1/+2
* Improve plugins autoload (option weechat.plugin.autoload): allow to use "*" as joker and "!" to prevent a plugin from being autoloaded (task #6361)Sebastien Helleu2010-03-311-1/+4
* Fix bug with IRC nicks on reconnection: try all nicks in list, even if nick used was not the first in list of nicksSebastien Helleu2010-03-301-1/+3
* Fix IRC command /list: send channel and server name given as argument, and use separate option "-re" to allow a regexSebastien Helleu2010-03-291-0/+2
* Fix infinite loop with /layout apply and bug when applying layout, sometimes many /layout apply were needed (bug #26110)Sebastien Helleu2010-03-291-1/+3
* Add new option irc.look.part_closes_buffer to close buffer when /part is issued on channel (task #10295)Sebastien Helleu2010-03-261-0/+2
* Fix bug with writing of configuration files when disk is full (bug #29331)Sebastien Helleu2010-03-261-1/+3
* Add signals "nicklist_{group|nick}_{added|removed}", remove signal "nicklist_changed"Sebastien Helleu2010-03-251-1/+2
* Add "irc_is_nick" for function info_get to check if a string is a valid IRC nick name (patch #7133)Sebastien Helleu2010-03-251-1/+3
* Add new options for command /key (listdefault, listdiff and reset), add examples in /help keySebastien Helleu2010-03-241-1/+2
* Fix bug with callbacks when loading a script already loadedSebastien Helleu2010-03-241-1/+2
* Remove IRC commands /forcejoin and /omode (now possible with alias and custom completion)Sebastien Helleu2010-03-211-1/+0
* Add custom completion for aliases (task #9479)Sebastien Helleu2010-03-211-0/+1
* Add new signals "irc_raw_in" and "irc_raw_in2" (sent for all IRC messages, even if ignored with /ignore)Sebastien Helleu2010-03-211-2/+3
* Add IRC commands /omode and /forcejoin (patch #7126)Sebastien Helleu2010-03-201-0/+1
* Refresh screen when exiting WeeChat (to display messages printed after /quit)Sebastien Helleu2010-03-201-0/+2
* Add functions string_match, string_has_highlight and string_mask_to_regex in script plugin APISebastien Helleu2010-03-201-2/+4
* Reformat multi-line commentsSebastien Helleu2010-03-191-1/+1
* Do not send signals "irc_in" and "irc_in2" when IRC messages are ignoredSebastien Helleu2010-03-171-1/+4
* Fix typo: crashs -> crashesSebastien Helleu2010-03-131-1/+1
* Return absolute path for info_get of "weechat_dir" (bug #27936)Sebastien Helleu2010-03-081-1/+2
* Bug with IRC prefix "!" for mode "a" (channel admin) (bug #29109)Sebastien Helleu2010-03-071-1/+2
* Add new option weechat.look.read_marker_always_showSebastien Helleu2010-03-031-1/+2
* Fix bug with /away -all in IRC plugin: set or unset future away for disconnected servers (bug #29022)Sebastien Helleu2010-03-021-0/+2
* Add new option weechat.look.command_chars, add functions string_is_command_char and string_input_for_buffer in plugin and script APISebastien Helleu2010-03-021-1/+3
* Fix crash in Perl plugin when callbacks are called during script initialization (bug #29018)Sebastien Helleu2010-02-271-1/+3
* Add command line option "-s" (or "--no-script") to start WeeChat without loading any scriptSebastien Helleu2010-02-261-1/+3
* Fix bug with cursor when position is last char of terminalSebastien Helleu2010-02-241-1/+2
* Allow script commands to reload only one scriptSebastien Helleu2010-02-231-1/+2
* Fix bug with bar background after text with background color (bug #28157)Sebastien Helleu2010-02-211-0/+1
* Add option irc.network.connection_timeout (timeout between TCP connection to server and reception of message 001)Sebastien Helleu2010-02-191-0/+2
* Fix "inactivity" value when no key has been pressed since WeeChat started (bug #28930)Sebastien Helleu2010-02-191-1/+3
* Add mechanism DH-BLOWFISH for SASL authentication with IRC serverSebastien Helleu2010-02-181-1/+2
* Fix function "color" in Lua script API (patch from Christian Heinz)Sebastien Helleu2010-02-181-1/+2
* Add function "string_decode_base64" in plugin APISebastien Helleu2010-02-161-2/+3
* Add SASL authentication in IRC plugin (task #8829), add function "string_encode_base64" in plugin API, fix bug with base64 encodingSebastien Helleu2010-02-151-1/+3
* Add description of arguments for API functions hook_info and hook_infolistSebastien Helleu2010-02-121-0/+1
* Use arguments for infolist "nicklist" to return only one nick or groupSebastien Helleu2010-02-121-1/+2
* Add missing IRC commands 276, 343Sebastien Helleu2010-02-111-1/+2
* Apply IRC smart filter only on channels, not private buffers (bug #28841)Sebastien Helleu2010-02-101-0/+1
* Update ChangeLogSebastien Helleu2010-02-101-1/+3
* Add new option weechat.look.time_format to customize default format for date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914)Sebastien Helleu2010-02-091-0/+3
* Rename command /silence to /muteSebastien Helleu2010-02-091-1/+1
* Add new command /silenceSebastien Helleu2010-02-091-1/+2
* Add option irc.look.item_nick_prefix, rename some IRC options for bar itemsSebastien Helleu2010-02-061-2/+3
* Fix IRC PART message received on Undernet server (bug #28825)Sebastien Helleu2010-02-051-1/+2
* Add option "switch_active_buffer_previous" for command /input (task #10141)Sebastien Helleu2010-02-021-0/+2