summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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-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 "/dev/null" for stdin in hook_process instead of closing stdin (bug...Sebastien 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
2013-07-13core: fix malloc(0) when building content of a bar using a filling with columnsSebastien Helleu
2013-07-13lua: fix interpreter used in API functions (bug #39470)Sebastien Helleu
2013-07-11xfer: add option xfer.look.pv_tagsSebastien Helleu
2013-07-11irc: add option irc.look.pv_tagsSebastien Helleu
2013-07-11core: sort config options by name in sourcesSebastien Helleu
2013-07-10core: fix char displayed at the intersection of three windows (bug #39331)Sebastien Helleu
2013-07-08core: fix crash in evaluation of expression when reading a string in hdata wi...Sebastien Helleu
2013-07-05core: add completion "-quit" for command /upgradeSebastien Helleu
2013-07-02irc: fix error message on /invite without arguments (bug #39272)Sebastien Helleu
2013-07-02core: add missing period in /help upgradeSebastien Helleu
2013-06-29core: move test of invalid UTF-8 char length from gui-chat.c to wee-utf8.cSebastien Helleu
2013-06-29core: fix display bugs with some UTF-8 chars that truncates messages displayedSebastien Helleu
2013-06-29irc: fix uninitialized variable "color" when hashing nickname to find colorSebastien Helleu
2013-06-29aspell: fix uninitialized variable "lang" when displaying list of installed d...Sebastien Helleu
2013-06-28core: remove obsolete command line option -k/--keysSebastien Helleu
2013-06-28core: update man page and add translations (in french, german, italian, and j...Sebastien Helleu
2013-06-10core: remove extra space after empty prefix (when prefix for action, error, j...Sebastien Helleu
2013-06-09relay: add command "ping" in weechat protocol (task #12689)Sebastien Helleu
2013-06-08core: add option weechat.network.proxy_curl (task #12651)Sebastien Helleu
2013-06-08core: add options for Curl >= 7.25Sebastien Helleu