summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-02Merge branch 'secured-data'Sebastien Helleu
2013-08-02core: add platform-dependent extension on "weechat-curses" link (so that link...Sebastien Helleu
2013-08-02core: rename binary and man page from "weechat-curses" to "weechat" (task #11...Sebastien Helleu
2013-08-01core: fix compiler warning on freopen (ignore file returned)Sebastien Helleu
2013-08-01script: fix uninitialized pointer in detailed view of a scriptSebastien Helleu
2013-07-31core: do not scroll when using /window {page_down|scroll_down} after /window ...Sebastien Helleu
2013-07-31plugins: remove the demo pluginSebastien Helleu
2013-07-31core: add build of man page in debian/rulesSebastien Helleu
2013-07-31core: do not build man page by defaultSebastien Helleu
2013-07-31core: reset scroll after /window {page_down|scroll_down} if last line of buff...Sebastien Helleu
2013-07-31core: add cmake option ENABLE_MAN to compile man page (on by default)Sebastien Helleu
2013-07-30irc: use 6697 as default port for SSL servers created with URL "ircs://" (bug...Sebastien Helleu
2013-07-30rmodifier: update default rmodifier for /secure (add option decrypt)Sebastien Helleu
2013-07-30core: in case of empty passphrase, keep encrypted data in memory until the us...Sebastien Helleu
2013-07-30core: use variable "items_count" directly from hashtable without calling func...Sebastien Helleu
2013-07-29irc: add note about evaluated content of option (for options allowing secured...Sebastien Helleu
2013-07-29core: add note about evaluated content of option (for options allowing secure...Sebastien Helleu
2013-07-28core: update ChangeLog (add hdata with script callback)Sebastien Helleu
2013-07-28script: add info about things defined by script in the detailed view of scrip...Sebastien Helleu
2013-07-28api: use pointer for infolist "hook" to return only one hookSebastien Helleu
2013-07-28doc: update auto-generated files with WeeChat commandsSebastien Helleu
2013-07-28core: add option sec.crypt.passphrase_fileSebastien Helleu
2013-07-27core: add option "-o" for command /colorSebastien Helleu
2013-07-27core: use two spaces to separate columns in /help, do not use columns when th...Sebastien Helleu
2013-07-27core: use default value for prefixes used in messages displayed before the in...Sebastien Helleu
2013-07-27irc: display number of ops/halfops/voices on channel join only for supported ...Sebastien Helleu
2013-07-27api: add new function strlen_screenSebastien Helleu
2013-07-27core: add secured data with optional encryption in file sec.confSebastien Helleu
2013-07-24core: fix priority of logical operators in evaluation of expressionSebastien Helleu
2013-07-23doc: fix typo in example for function string_eval_expression (plugin API refe...Sebastien Helleu
2013-07-22core: remove gap after read marker line when there is no bar on the right (bu...Sebastien Helleu
2013-07-20aspell: rename option aspell.look.color to aspell.color.misspelled, add optio...Sebastien Helleu
2013-07-20core: add CA_FILE option in cmake and configure to setup default value of opt...Sebastien Helleu
2013-07-20core: use gettext version 0.18 in configure.ac (fix error on make install)Sebastien Helleu
2013-07-20core: use "/dev/null" for stdin in hook_process instead of closing stdin (bug...Sebastien Helleu
2013-07-20core: add task #6745 in ChangeLogSebastien Helleu
2013-07-20core: update translationsSebastien Helleu
2013-07-20Merge branch 'scroll-beyond-end'Sebastien Helleu
2013-07-20core: scroll to bottom after smart jump (alt-a) only if window was scrolled (...Sebastien Helleu
2013-07-20core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.amSebastien Helleu
2013-07-20core: add options weechat.look.hotlist_prefix and weechat.look.hotlist_suffix...Sebastien Helleu
2013-07-19irc: use lower case at beginning of message when deleting a serverSebastien Helleu
2013-07-19irc: fix self nick color in server messages after nick is changed with /nick ...Sebastien Helleu
2013-07-18core: fix filtered line displayed after /window scroll_beyond_endSebastien Helleu
2013-07-18irc: add support of wildcards in commands (de)op/halfop/voice (task #9221)Sebastien Helleu
2013-07-17core: fix pointer used to check if buffer has linesSebastien Helleu
2013-07-17core: do nothing in "/window scroll_beyond_end" if the buffer has no linesSebastien Helleu
2013-07-17core: add option "scroll_beyond_end" for command /window (task #6745)Sebastien Helleu
2013-07-15core: add option weechat.look.key_bind_safeSebastien Helleu
2013-07-15core: remove obsolete reference to "key functions" in commentsSebastien Helleu