Sebastien Helleu
3d724fb634
Join and part/quit prefixes (arrows) now displayed with different colors
2005-07-22 08:11:39 +00:00
Sebastien Helleu
c36f08d7d7
Highlights with "irc_highlight" setting now case insensitive
2005-07-19 19:50:10 +00:00
Sebastien Helleu
1230735c5f
Added "irc_highlight" setting, fixed crash when doing /part on an active DCC chat buffer
2005-07-19 17:35:51 +00:00
Sebastien Helleu
a9ca2987bb
Commands /halfop, /voice, /deop, /dehalfop, /devoice are ok for self nick (no arg)
2005-07-19 12:19:06 +00:00
Sebastien Helleu
8166d15235
Fixed auto-rejoin for channels with key
2005-07-19 09:46:23 +00:00
Sebastien Helleu
bdf9eadf43
Fixed /ctcp command (now any command/data allowed)
2005-07-17 11:03:00 +00:00
Sebastien Helleu
4c6c367557
- added alt-j + alt-l key (switch to last buffer)
...
- added message for +q mode changing on a nick
2005-07-16 12:37:30 +00:00
Sebastien Helleu
a68a1f8192
Added alt-k key to grab a key and insert result into input buffer
2005-07-16 11:14:47 +00:00
Sebastien Helleu
a9912cd266
- fixed SIGSEGV handler (now write a core file by aborting program)
...
- fixed statusbar & infobar background refresh problem with some systems
2005-07-14 07:04:45 +00:00
Sebastien Helleu
1d07964d17
Added color for private in hotlist (different than color for highlight)
2005-07-13 17:40:20 +00:00
Sebastien Helleu
6b12f19083
- added DCC timeout
...
- fixed FIFO pipe (command now authorized on a buffer not connected to an IRC server)
- fixed Perl bug with info reading functions
2005-07-12 17:05:01 +00:00
Sebastien Helleu
d4d065253e
Topic completion now decodes UTF-8 string
2005-07-11 14:34:20 +00:00
Sebastien Helleu
96bd473887
Internal functions descriptions for keys are now displayed and translated
2005-07-09 17:08:26 +00:00
Sebastien Helleu
54d4fc12a6
- new keyboard management: keys are setup in config file, new command /key was added and some new default keys were added
...
- added seconds in infobar time (optional with new config flag)
- fixed some curses refreshs
2005-07-09 15:30:51 +00:00
Emmanuel Bouthenot
ec1d57063c
- proxy support (http, socks4, socks5) with authentification for http, socks5
2005-06-30 19:22:01 +00:00
Sebastien Helleu
5bd56f86c6
* commands from users outside channel now authorized (if special user or channel without "n" flag)
...
* completion added for config option (with /set command)
2005-06-30 12:55:36 +00:00
Sebastien Helleu
c69c77507c
Added IPv6 and SSL options for command line IRC url
2005-06-28 08:24:43 +00:00
Sebastien Helleu
b330ec3dae
Added IPv6 support
2005-06-27 16:27:31 +00:00
Sebastien Helleu
ae8f8a5700
gnutls code compiled according to pre-processor var HAVE_GNUTLS
2005-06-22 21:08:21 +00:00
Sebastien Helleu
f4abd0bf59
Added certificate management in SSL (connection now ok with SSL server)
2005-06-21 08:05:58 +00:00
Sebastien Helleu
4e9193a943
Added SSL support with gnutls lib
2005-06-19 20:55:10 +00:00
Sebastien Helleu
71a76ada48
Channel notify levels are saved in config file
2005-06-19 14:22:11 +00:00
Sebastien Helleu
70fe8e9472
part message now accepts %v (replaced by WeeChat version), like quit message
2005-06-18 09:28:16 +00:00
Emmanuel Bouthenot
7330dc862a
fix a filename error while loading a python script manually
2005-06-16 16:38:36 +00:00
Sebastien Helleu
bff5f95056
Plugin message handler is now called for own messages (as "privmsg" IRC command, with "localhost" as host to differenciate from other messages)
2005-05-08 12:19:47 +00:00
Sebastien Helleu
c8ad30020b
Improved Perl interface and some changes in Python:
...
- function "print_with_channel" was removed
- function "command" now runs weechat command or send text to channel
- Perl functions are now called with weechat::name (instead of IRC::name)
- IRC::xxx functions are still active for compatibility with old scripts
2005-05-05 16:26:34 +00:00
Sebastien Helleu
eda55fbdb4
Added Python plugin support
2005-05-01 18:53:23 +00:00
Sebastien Helleu
dca4064502
Added nicklist scroll keys (Alt+{home/end/pgup/pgdn} or F11/F12)
2005-04-30 19:21:28 +00:00
Sebastien Helleu
8a3d30b03a
Changes for Mac OS X platform (now ok)
2005-04-30 10:29:54 +00:00
Sebastien Helleu
0b781f96f7
Improved gettext installation (now ok under BSD)
2005-04-17 19:01:18 +00:00
Sebastien Helleu
5090689a76
Buffers timestamp can now be changed (new option in config file)
2005-04-09 11:34:15 +00:00
Sebastien Helleu
ae8a4633ef
Allow nick completion in private buffer with /me command
2005-04-07 18:58:01 +00:00
Sebastien Helleu
36b2e10497
Fixed crash with 64-bits arch (like AMD64) when converting UTF-8, added weechat version in log at startup
2005-03-24 16:42:24 +00:00
Sebastien Helleu
a23af790df
Option irc_away_check is now 0 by default (waiting for fix)
2005-03-20 07:19:16 +00:00
Sebastien Helleu
09242c3ba6
Added /ban, /unban and /kickban commands, fixed /kick command
2005-03-13 23:36:45 +00:00
Sebastien Helleu
39d14185a1
FIFO command/text not authorized on special buffers like DCC
2005-03-12 18:52:29 +00:00
Sebastien Helleu
c3f5e88286
Added FIFO pipe for remote control
2005-03-12 03:16:30 +00:00
Sebastien Helleu
6e253245fe
Fixed some commands help for doc
2005-03-10 17:20:14 +00:00
Sebastien Helleu
47d03e7dee
Fixed list of commands output
2005-03-10 15:49:49 +00:00
Sebastien Helleu
9fbd33faaf
Added --irc-commands and --weechat-commands command line options
2005-03-10 15:40:18 +00:00
Sebastien Helleu
f78eb88e5a
Crash message modified
2005-03-06 20:56:24 +00:00
Sebastien Helleu
ac446e9c1f
Nick completion with nothing as base word is disabled
2005-03-05 19:19:37 +00:00
Sebastien Helleu
7433015842
Added crash dump when WeeChat receives SIGSEGV (Segmentation fault)
2005-03-05 17:03:15 +00:00
Sebastien Helleu
57daa68be5
Fixed some translations
2005-02-28 10:45:09 +00:00
Sebastien Helleu
90e4e34f8c
Added spanish translation
2005-02-27 13:25:36 +00:00
Sebastien Helleu
46234f0504
Fixed completion bug: now allows command completion in private buffers
2005-02-27 10:16:51 +00:00
Sebastien Helleu
3686d92cb5
Added DCC CHAT (send & recv)
2005-02-27 02:40:11 +00:00
Sebastien Helleu
559b651669
Fixed /connect and /disconnect commands, improved output of some commands
2005-02-21 20:29:55 +00:00
Sebastien Helleu
6199f9b629
/set command does not add "=" any more after completed option name
2005-02-20 15:01:41 +00:00
Sebastien Helleu
73f6606771
Connection to IRC server is now made by child process (non blocking)
2005-02-20 13:37:47 +00:00