summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2005-09-04Added /ignore and /unignore commandsSebastien Helleu
2005-09-03Fixed bug with strings comparison (str[n]casecmp) and some locales (like turk...Sebastien Helleu
2005-09-02Signal SIGQUIT is now ignoredSebastien Helleu
2005-08-21Added Ruby plugins skeletonSebastien Helleu
2005-08-16Added example in server_autojoin descriptionSebastien Helleu
2005-08-16Added completion for internal functions with /key commandSebastien Helleu
2005-07-30ctrl-up/ctrl-down keys added to call previous/next command in global history ...Sebastien Helleu
2005-07-22Join and part/quit prefixes (arrows) now displayed with different colorsSebastien Helleu
2005-07-19Highlights with "irc_highlight" setting now case insensitiveSebastien Helleu
2005-07-19Added "irc_highlight" setting, fixed crash when doing /part on an active DCC ...Sebastien Helleu
2005-07-19Commands /halfop, /voice, /deop, /dehalfop, /devoice are ok for self nick (no...Sebastien Helleu
2005-07-19Fixed auto-rejoin for channels with keySebastien Helleu
2005-07-17Fixed /ctcp command (now any command/data allowed)Sebastien Helleu
2005-07-16- added alt-j + alt-l key (switch to last buffer)Sebastien Helleu
2005-07-16Added alt-k key to grab a key and insert result into input bufferSebastien Helleu
2005-07-14- fixed SIGSEGV handler (now write a core file by aborting program)Sebastien Helleu
2005-07-13Added color for private in hotlist (different than color for highlight)Sebastien Helleu
2005-07-12- added DCC timeoutSebastien Helleu
2005-07-11Topic completion now decodes UTF-8 stringSebastien Helleu
2005-07-09Internal functions descriptions for keys are now displayed and translatedSebastien Helleu
2005-07-09- new keyboard management: keys are setup in config file, new command /key wa...Sebastien Helleu
2005-06-30 - proxy support (http, socks4, socks5) with authentification for http, socks5Emmanuel Bouthenot
2005-06-30* commands from users outside channel now authorized (if special user or chan...Sebastien Helleu
2005-06-28Added IPv6 and SSL options for command line IRC urlSebastien Helleu
2005-06-27Added IPv6 supportSebastien Helleu
2005-06-22gnutls code compiled according to pre-processor var HAVE_GNUTLSSebastien Helleu
2005-06-21Added certificate management in SSL (connection now ok with SSL server)Sebastien Helleu
2005-06-19Added SSL support with gnutls libSebastien Helleu
2005-06-19Channel notify levels are saved in config fileSebastien Helleu
2005-06-18part message now accepts %v (replaced by WeeChat version), like quit messageSebastien Helleu
2005-06-16fix a filename error while loading a python script manuallyEmmanuel Bouthenot
2005-05-08Plugin message handler is now called for own messages (as "privmsg" IRC comma...Sebastien Helleu
2005-05-05Improved Perl interface and some changes in Python:Sebastien Helleu
2005-05-01Added Python plugin supportSebastien Helleu
2005-04-30Added nicklist scroll keys (Alt+{home/end/pgup/pgdn} or F11/F12)Sebastien Helleu
2005-04-30Changes for Mac OS X platform (now ok)Sebastien Helleu
2005-04-17Improved gettext installation (now ok under BSD)Sebastien Helleu
2005-04-09Buffers timestamp can now be changed (new option in config file)Sebastien Helleu
2005-04-07Allow nick completion in private buffer with /me commandSebastien Helleu
2005-03-24Fixed crash with 64-bits arch (like AMD64) when converting UTF-8, added weech...Sebastien Helleu
2005-03-20Option irc_away_check is now 0 by default (waiting for fix)Sebastien Helleu
2005-03-13Added /ban, /unban and /kickban commands, fixed /kick commandSebastien Helleu
2005-03-12FIFO command/text not authorized on special buffers like DCCSebastien Helleu
2005-03-12Added FIFO pipe for remote controlSebastien Helleu
2005-03-10Fixed some commands help for docSebastien Helleu
2005-03-10Fixed list of commands outputSebastien Helleu
2005-03-10Added --irc-commands and --weechat-commands command line optionsSebastien Helleu
2005-03-06Crash message modifiedSebastien Helleu
2005-03-05Nick completion with nothing as base word is disabledSebastien Helleu
2005-03-05Added crash dump when WeeChat receives SIGSEGV (Segmentation fault)Sebastien Helleu