summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2010-02-12Add description of arguments for API functions hook_info and hook_infolistSebastien Helleu
2010-02-12Use arguments for infolist "nicklist" to return only one nick or groupSebastien Helleu
2010-02-10Add "version_number" for API function weechat_info_get to get WeeChat version...Sebastien Helleu
2010-02-09Add new option weechat.look.time_format to customize default format for date/...Sebastien Helleu
2010-02-09Rename command /silence to /muteSebastien Helleu
2010-02-09Add new command /silenceSebastien Helleu
2010-02-02Add option "switch_active_buffer_previous" for command /input (task #10141)Sebastien Helleu
2010-02-02Add missing option "switch_active_buffer" in /help input and completion of co...Sebastien Helleu
2010-01-26Send signal "day_changed" even if option weechat.look.day_change is set to offSebastien Helleu
2010-01-26Add signal "day_changed", allow date format in logger options path and mask (...Sebastien Helleu
2010-01-24Remove evil tabs in sourcesSebastien Helleu
2010-01-22Fix value of option sent to callback of hook_configSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2010-01-01Fix tag checking in execution of hook_printSebastien Helleu
2010-01-01Add pointer user_data in dump of wee-listsSebastien Helleu
2009-12-18Add optional arguments in /help quitSebastien Helleu
2009-12-16Add option "term" for command /debug: display infos about terminal and availa...Sebastien Helleu
2009-12-16Display "Commands..:" only if internal/other commands are found with /helpSebastien Helleu
2009-12-14Add new option weechat.color.status_timeSebastien Helleu
2009-12-04Give GnuTLS return code to callback if handshake has failed, display extra in...Sebastien Helleu
2009-12-03Fix buffer used by some input functions called via plugin API with buffer poi...Sebastien Helleu
2009-11-27Check that connect hook was not deleted before call to gnutls callbackSebastien Helleu
2009-11-27Fix crash when connecting to ssl server if another non-ssl connection is pendingSebastien Helleu
2009-11-12Fix display of default keys with "weechat-curses --keys"Sebastien Helleu
2009-11-12Fix crash when calling "weechat-curses --help"Sebastien Helleu
2009-11-07Remove compilation warning when gnutls lib is not installedSebastien Helleu
2009-11-07Check SSL certificates and use self-signed certificate to auto identify on IR...Sebastien Helleu
2009-11-01Fix typos in french translation and in /help windowSebastien Helleu
2009-10-30Fix message "Day changed to", sometimes displayed at wrong time (bug #26959)Sebastien Helleu
2009-10-14Fix bug with URL selection in some terminals (caused by horizontal lines) (bu...Sebastien Helleu
2009-10-05Add option grab_key_command for /input (bound by default to alt-k)Sebastien Helleu
2009-10-04Fix compilation under Cygwin (patch #6916)Sebastien Helleu
2009-10-03Replace MATCHES by STREQUAL in cmake: fix a fail to build on kFreeBSDEmmanuel Bouthenot
2009-10-03Fix restore of hotlist after /upgradeSebastien Helleu
2009-09-19Fix terminal title bug: do not reset it when option weechat.look.set_title is...Sebastien Helleu
2009-09-15Add options for CTCP, to block/customize CTCP reply (task #9693), add missing...Sebastien Helleu
2009-09-05Use new WeeChat site, weechat.orgSebastien Helleu
2009-09-04Fix typos in some messagesSebastien Helleu
2009-08-29Add 2 new options: weechat.look.prefix_align_more and weechat.look.prefix_buf...Sebastien Helleu
2009-08-29Add new option weechat.look.prefix_buffer_align_maxSebastien Helleu
2009-08-12Fix bug in config files when option name begins with '['Sebastien Helleu
2009-08-09Remove obsolete option weechat.color.input_nickSebastien Helleu
2009-08-06Fix bug when comparing chars and ignoring case (with some locales) (bug #27190)Sebastien Helleu
2009-07-24Fix compilation on OpenBSD: rename variables stdout/stderr (patch #6874 from ...Sebastien Helleu
2009-07-22Add new option weechat.look.search_text_not_found_alertSebastien Helleu
2009-07-09Add note about special chars that must be escaped in /help filterSebastien Helleu
2009-07-09Remove obsolete option weechat.color.nicklist_separatorSebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-06-28Add french translation of Plugin API ReferenceSebastien Helleu
2009-06-23Fix display of description when it is NULL (with /help option)Sebastien Helleu