summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-18Fix problem when removing relay server (socket was closed, but option ↵Sebastien Helleu
relay.port.xxx not removed)
2010-09-17Add new option relay.network.bind_addressSebastien Helleu
2010-09-17Update ChangeLogSebastien 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-17Update german user guideSebastien Helleu
2010-09-17Fix uninitialized variableSebastien Helleu
2010-09-17Beta version of IRC proxy feature in Relay pluginSebastien Helleu
Major changes in Relay plugin: - IRC proxy feature (beta), - raw buffer. Changes in IRC plugin: - add tags for messages sent to servers, - add signal "irc_input_send" to simulate text/command on an IRC buffer, - add prefix in infolist "irc_nick".
2010-09-12Check immediately away nicks on all servers/channels if option ↵Sebastien Helleu
irc.network.away_check is changed from 0 to any other value
2010-09-12Do not send WHO on channel joined (to check away nicks) if option ↵Sebastien Helleu
irc.network.away_check is set to 0
2010-09-08Update german translations and user guideSebastien 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, ↵Sebastien Helleu
info_get_hashtable), add IRC info_hashtable "irc_parse_message" Note: tcl >= 8.5 is now required (for tcl plugin).
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-14Update user guideSebastien 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-12Add note about up/down arrows for key ctrl-R in user guideSebastien Helleu
2010-08-12Add hook priority in plugin API referenceSebastien 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
the list
2010-08-11Add priority for hooks (task #10550)Sebastien Helleu
2010-08-11Add new plugin "rmodifier": alter modifier strings with regular expressions ↵Sebastien Helleu
(bug #26964)
2010-08-07Version 0.3.4-devSebastien Helleu
2010-08-07Version 0.3.3Sebastien Helleu
2010-08-06Add missing autogen files for german user guideSebastien Helleu
2010-08-06Update polish translationsSebastien Helleu
2010-08-06Fix display bug with special chars (ascii value below 32) (bug #30602)Sebastien Helleu
2010-08-05Update german scripting guideSebastien Helleu
2010-08-05Fix typo in german scripting guideSebastien Helleu
2010-08-05Add german scripting guideSebastien Helleu
2010-08-04Updated czech translationsJiri Golembiovsky
2010-08-04Do not connect to server after creating it with /server add (even if ↵Sebastien Helleu
autoconnect is on)
2010-08-04Update ChangeLogSebastien Helleu
2010-08-04Fix typo in english scripting guideSebastien Helleu
2010-08-03Fix bug with version number when version ends with "-rcX"Sebastien Helleu
2010-08-03Version 0.3.3-rc3Sebastien Helleu
2010-08-03Fix bug in IRC parser when no argument is received after command, no ↵Sebastien Helleu
callback was called, and message was silently ignored (bug #30640)
2010-08-01Remove obsolete commentSebastien Helleu
2010-08-01Replace TODO by FIXME in commentsSebastien Helleu
2010-07-30Update spanish translationsSebastien Helleu
2010-07-30Add update of item "buffer_title" when switching to other buffer (fix ↵Sebastien Helleu
problem when item is used in a root bar)
2010-07-29Update italian translationsSebastien Helleu
2010-07-29Update italian translations and scripting guideSebastien Helleu