summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-10-09Move some IRC options from network section to server section (task #10664, ta...Sebastien Helleu
2010-10-08Switch to next server address when IRC error is received after TCP connection...Sebastien Helleu
2010-10-07Fix display of IRC message "ERROR", fix detection of closed link ("Closing Li...Sebastien Helleu
2010-10-07Rename options "irc.look.open_{channel|pv}_near_server" to "irc.look.new_{cha...Sebastien Helleu
2010-10-07Fix crash/bug when option "addresses" for an IRC server is unset or changed w...Sebastien Helleu
2010-10-06Display old IRC channel topic when topic is unset (task #9780)Sebastien Helleu
2010-10-06Optimize incremental search in buffer: do not search any more when chars are ...Sebastien Helleu
2010-10-06Revert last commit about "buffer_switch" signal (introduced new refresh bugs ...Sebastien Helleu
2010-10-05Fix signal "buffer_switch" (was sent twice when switching buffer) (bug #31158)Sebastien Helleu
2010-10-02Add new option weechat.look.prefix_align_min (task #10650)Sebastien Helleu
2010-10-01Add missing tag "no_log" in /help filterSebastien Helleu
2010-09-28New value for option weechat.look.input_share (none, commands, text, all), ad...Sebastien Helleu
2010-09-27Reset infolist item cursor in callbacks for signals sending infolist pointerSebastien Helleu
2010-09-27Fix memory leak in function gui_buffer_set_highlight_words_listSebastien Helleu
2010-09-27Free hashtable with local variables when closing buffer (memory leak)Sebastien Helleu
2010-09-27Fix memory leak when removing item in hashtableSebastien Helleu
2010-09-27Add new option weechat.look.input_share (task #9228)Sebastien Helleu
2010-09-27Fix use of unitialized value when setting new value to config optionSebastien Helleu
2010-09-21Add missing function "infolist_reset_item_cursor" in script API (bug #31057)Sebastien Helleu
2010-09-20Send channel topic to relay client when joining a channelSebastien Helleu
2010-09-20Fix crash on /upgrade when upgrade file is not foundSebastien Helleu
2010-09-19Fix Ruby plugin compilation with Ruby 1.9.2JD Horelick
2010-09-18Fix order of relay clients after /upgradeSebastien Helleu
2010-09-18Remove unused variableSebastien Helleu
2010-09-18Add support of /upgrade in Relay pluginSebastien Helleu
2010-09-18Close relay server sockets on /upgradeSebastien Helleu
2010-09-18Fix problem when removing relay server (socket was closed, but option relay.p...Sebastien Helleu
2010-09-17Add new option relay.network.bind_addressSebastien Helleu
2010-09-17Add new option relay.network.passwordSebastien Helleu
2010-09-17Add optional plugin name for command /debug dump and signal "debug_dump"Sebastien Helleu
2010-09-17Fix uninitialized variableSebastien Helleu
2010-09-17Beta version of IRC proxy feature in Relay pluginSebastien Helleu
2010-09-12Check immediately away nicks on all servers/channels if option irc.network.aw...Sebastien Helleu
2010-09-12Do not send WHO on channel joined (to check away nicks) if option irc.network...Sebastien Helleu
2010-09-08Fix compilation of Ruby plugin with ruby <= 1.8.6 (bug #30967)Sebastien Helleu
2010-08-27Fix compilation error and warning with Python 2.5Sebastien Helleu
2010-08-27Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, i...Sebastien Helleu
2010-08-20Fix bug with hostmasks in IRC command /ignore (bug #30716)Sebastien Helleu
2010-08-14Add help about values for /help weechat.look.buffer_notify_defaultSebastien Helleu
2010-08-14Add note about regex (split into 2 regex) in /help filterSebastien Helleu
2010-08-14Add info about upgrade process in /help upgradeSebastien Helleu
2010-08-14If null value is allowed for an option, display it in /help optionSebastien Helleu
2010-08-13Rename cmake options DISABLE_XXX to ENABLE_XXXSebastien Helleu
2010-08-12Use window pointers instead of buffer pointers in gui-input.cSebastien Helleu
2010-08-12Use similar behaviour for keys bound to local or global history (bug #30759)Sebastien Helleu
2010-08-12Fix another bug with hook priority (for commands)Sebastien Helleu
2010-08-12Fix bug with order of hooks: for equal priority, hook is added at the end of ...Sebastien Helleu
2010-08-11Add priority for hooks (task #10550)Sebastien Helleu
2010-08-11Add new plugin "rmodifier": alter modifier strings with regular expressions (...Sebastien Helleu
2010-08-06Fix display bug with special chars (ascii value below 32) (bug #30602)Sebastien Helleu