summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variableSebastien Helleu2010-04-141-1/+0
* Fix crash on /quit when scrolling in buffer and if first line displayed was from a pluginSebastien Helleu2010-04-141-11/+12
* Fix bug with perl script filename when multiplicity is disabled (bug #29530)Sebastien Helleu2010-04-131-2/+1
* Fix display of perl errors (use tab to force empty prefix on message)Sebastien Helleu2010-04-121-2/+2
* Fix crash on /quit or unload of Perl plugin under FreeBSD and Cygwin (bug #29467)Sebastien Helleu2010-04-121-2/+6
* Fix bug with writing of configuration files under CygwinSebastien Helleu2010-04-121-1/+1
* Use tag "no_highlight" for CTCP repliesSebastien Helleu2010-04-101-1/+2
* Define WeeChat license as macro for C compiler, used in plugins to set licenseSebastien Helleu2010-04-0917-18/+18
* Reformat and add comments for description of C sourcesSebastien Helleu2010-04-08121-121/+371
* Add buffer pointer as string in modifier_data for modifier "history_add"Sebastien Helleu2010-04-081-3/+5
* Add modifier "history_add" (text added to buffer or global history)Sebastien Helleu2010-04-083-16/+36
* Define list of default aliases as an arraySebastien Helleu2010-04-081-61/+46
* Fix comment in wee-config-file.cSebastien Helleu2010-04-061-1/+1
* Use tag "no_highlight" for backlog lines printed by logger pluginSebastien Helleu2010-04-051-3/+10
* Add missing properties "highlight_words_add" and "highlight_words_del" in array gui_buffer_properties_setSebastien Helleu2010-04-051-1/+2
* Add option "-open" for IRC command /connectSebastien Helleu2010-04-051-9/+29
* Fix display of empty nicklist in IRC private buffersSebastien Helleu2010-04-031-2/+5
* Add highlight word "$nick" instead of real nick in IRC and xfer pluginsSebastien Helleu2010-04-033-22/+24
* Add or remove highlight words in a buffer with "highlight_words_add" and "highlight_words_del" (for buffer_set)Sebastien Helleu2010-04-031-0/+151
* Allow buffer local variables in highlight words (option "weechat.look.highlight" and buffer property "highlight_words")Sebastien Helleu2010-04-032-7/+24
* Change buffer properties only when buffer is created by IRC plugin (channels and raw buffer), do not change them after /upgradeSebastien Helleu2010-04-032-33/+38
* Add option "get" for command /buffer, add completions with buffer propertiesSebastien Helleu2010-04-034-18/+199
* Fix help of option weechat.plugin.autoloadSebastien Helleu2010-03-311-1/+1
* 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-312-59/+138
* Add missing variables in debug dumpSebastien Helleu2010-03-302-0/+2
* 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-303-43/+54
* Fix display of message 333 (channel topic) when there is no host but only nickSebastien Helleu2010-03-291-0/+2
* Fix IRC command /list: send channel and server name given as argument, and use separate option "-re" to allow a regexSebastien Helleu2010-03-291-26/+67
* Free some extra memory when exiting WeeChatSebastien Helleu2010-03-295-22/+46
* Fix infinite loop with /layout apply and bug when applying layout, sometimes many /layout apply were needed (bug #26110)Sebastien Helleu2010-03-293-8/+44
* Fix check of IRC ignore when channel is specified in ignore (problem with PRIVMSG queries)Sebastien Helleu2010-03-294-12/+28
* Add new option irc.look.part_closes_buffer to close buffer when /part is issued on channel (task #10295)Sebastien Helleu2010-03-266-18/+30
* Fix compilation of irc plugin with old gcc (remove #ifdef inside call of macro)Sebastien Helleu2010-03-261-6/+10
* Fix bug with writing of configuration files when disk is full (bug #29331)Sebastien Helleu2010-03-2615-253/+455
* Add signals "nicklist_{group|nick}_{added|removed}", remove signal "nicklist_changed"Sebastien Helleu2010-03-252-9/+46
* Add "irc_is_nick" for function info_get to check if a string is a valid IRC nick name (patch #7133)Sebastien Helleu2010-03-253-1/+42
* Add new options for command /key (listdefault, listdiff and reset), add examples in /help keySebastien Helleu2010-03-2411-86/+427
* Fix crash on /upgrade if there are some nicks in a nicklist without prefix or prefix_color definedSebastien Helleu2010-03-241-30/+39
* Fix bug with nicklist prefix in log fileSebastien Helleu2010-03-241-1/+1
* Fix bug with callbacks when loading a script already loadedSebastien Helleu2010-03-2415-12/+40
* Add examples in /help dcc, update german translationsSebastien Helleu2010-03-231-5/+10
* Fix alignment of keys in output of /key when some keys contain wide charsSebastien Helleu2010-03-231-1/+16
* Remove WeeChat sloganSebastien Helleu2010-03-233-17/+0
* Add note about /unalias in /help aliasSebastien Helleu2010-03-231-0/+1
* Reformat examples in help of some commandsSebastien Helleu2010-03-231-21/+36
* Fix typos in /help window and /help loggerSebastien Helleu2010-03-222-4/+4
* Add list of tags in /help filterSebastien Helleu2010-03-221-0/+8
* Add new option weechat.color.nicklist_offlineSebastien Helleu2010-03-222-0/+8
* Remove obsolete option weechat.color.nicklist_moreSebastien Helleu2010-03-222-8/+0
* Remove IRC commands /forcejoin and /omode (now possible with alias and custom completion)Sebastien Helleu2010-03-211-71/+0