summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2010-02-18Add mechanism DH-BLOWFISH for SASL authentication with IRC serverSebastien Helleu
2010-02-16Add function "string_decode_base64" in plugin APISebastien Helleu
2010-02-15Add SASL authentication in IRC plugin (task #8829), add function ↵Sebastien Helleu
"string_encode_base64" in plugin API, fix bug with base64 encoding New options for IRC servers: - sasl_mechanism (only "plain" for now) - sasl_username - sasl_password
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
Format is: nick_xxx or group_xxx to return only nick/group called "xxx".
2010-02-10Add "version_number" for API function weechat_info_get to get WeeChat ↵Sebastien Helleu
version as number
2010-02-09Add new option weechat.look.time_format to customize default format for ↵Sebastien Helleu
date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914)
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 ↵Sebastien Helleu
command /input
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
(task #9430)
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 ↵Sebastien Helleu
available colors
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 ↵Sebastien Helleu
info in irc plugin if Diffie-Hellman prime sent by the server is not acceptable (not long enough)
2009-12-03Fix buffer used by some input functions called via plugin API with buffer ↵Sebastien Helleu
pointer (bug #28152)
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 ↵Sebastien Helleu
IRC server (CertFP) (task #7492) (patch from kolter)
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) ↵Sebastien Helleu
(bug #27700)
2009-10-05Add option grab_key_command for /input (bound by default to alt-k)Sebastien Helleu
New binding for alt-k is not automatic (for existing config), if you want to use it, you can do: /key bind meta-k /input grab_key_command
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 ↵Sebastien Helleu
is off (bug #27399)
2009-09-15Add options for CTCP, to block/customize CTCP reply (task #9693), add ↵Sebastien Helleu
missing CTCP: clientinfo, finger, source, time, userinfo (task #7270)
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 ↵Sebastien Helleu
weechat.look.prefix_buffer_align_more
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
There was a problem with some locales like turkish, where upper "i" is "İ". All IRC commands with "I" inside (JOIN, PRIVMSG, ..) failed with turkish locale.
2009-07-24Fix compilation on OpenBSD: rename variables stdout/stderr (patch #6874 from ↵Sebastien Helleu
zepard)
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