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
b330ec3dae
Added IPv6 support
2005-06-27 16:27:31 +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
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
09242c3ba6
Added /ban, /unban and /kickban commands, fixed /kick command
2005-03-13 23:36:45 +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
7433015842
Added crash dump when WeeChat receives SIGSEGV (Segmentation fault)
2005-03-05 17:03:15 +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
73f6606771
Connection to IRC server is now made by child process (non blocking)
2005-02-20 13:37:47 +00:00
Sebastien Helleu
5cdcfdebb7
Improved /help command output
2005-02-17 22:48:44 +00:00
Sebastien Helleu
0d21ca207d
Fixed /buffer close command (now ok when disconnected from server)
2005-02-15 18:41:47 +00:00
Sebastien Helleu
235d96d728
Fixed /help command (display bug)
2005-02-14 22:42:23 +00:00
Sebastien Helleu
0473d2c8db
Plugins messages are logged with new config option (log_plugin_msg); on server buffer, only server messages are logged
2005-02-12 21:21:54 +00:00
Sebastien Helleu
0c695733b3
Improved /window command: now split and merge are ok, fixed crash when resizing terminal to small size
2005-02-06 03:13:33 +00:00
Sebastien Helleu
8921e45815
Fixed many memory leaks
2005-01-31 23:33:59 +00:00
Sebastien Helleu
9a7b7af41c
Away nicks are now displayed with another color
2005-01-26 22:21:58 +00:00
Sebastien Helleu
159fa3d806
Improved completion for /set command (now adds '=' at the end)
2005-01-23 18:24:08 +00:00
Sebastien Helleu
26af7b49fd
Fixed possible crash with "/server del" and "/buffer close" commands
2005-01-19 06:21:27 +00:00
Sebastien Helleu
88930e50dd
Improved completion (now completes commands args), fixed color bug (gray removed, replaced by default), fixed crash when unknown section with option(s) in config file, fixed IRC commands: /op, /deop, /voice, /devoice
2005-01-16 11:52:22 +00:00
Sebastien Helleu
6d3c24361d
Improved /set command: new colors, server options can be changed while WeeChat is running
2005-01-05 23:07:08 +00:00
Sebastien Helleu
96fc2c9aec
Server & error messages now prefixed, /server command modified, ~/.weechat/logs dir can be read/write by user only
2005-01-03 23:40:22 +00:00
Sebastien Helleu
a3e3113e4e
Fixed /set command (now empty strings are allowed)
2005-01-02 02:45:06 +00:00
Sebastien Helleu
b2c5317e17
Added new options look_charset_decode/look_charset_encode and /unset command.
2005-01-02 02:10:10 +00:00
Sebastien Helleu
14e833c257
Version 0.0.9
2005-01-01 12:31:19 +00:00
Sebastien Helleu
de5af8a3b1
Added /buffer close, new keys: Alt-S (switch to server buffer), Alt-X (switch to first channel of next server)
2004-12-31 15:59:58 +00:00
Sebastien Helleu
39b5f07d6f
Inline help is now translated with gettext
2004-12-27 17:15:59 +00:00
Sebastien Helleu
f4f2ec3668
auto-reconnection to server (new options: server_autoreconnect (on/off), server_autoreconnect_delay (in seconds)), disconnections are now managed without problem by WeeChat
2004-12-27 16:22:39 +00:00
Sebastien Helleu
996343fc1d
Added server_command_delay config option (delay in seconds after startup command)
2004-12-21 19:35:09 +00:00
Sebastien Helleu
76c4d4d427
Auto-rejoin channels when kicked (new config option: server_autorejoin on/off)
2004-10-17 09:13:54 +00:00
Sebastien Helleu
e69afa1401
Fixed call to plugin_exec_command when server is NULL
2004-10-03 16:40:16 +00:00
Sebastien Helleu
7ef14b95b6
Added IRC::command function for Perl scripts
2004-10-03 16:29:05 +00:00
Sebastien Helleu
0a6945b6ed
Command "/buffer notify"
2004-10-03 01:56:30 +00:00
Sebastien Helleu
a9e05f57ee
Commands "/buffer (list)" and "/buffer move" now ok
2004-09-19 09:21:50 +00:00
Sebastien Helleu
6753591f86
New /perl autoload command
2004-09-13 19:48:22 +00:00
Sebastien Helleu
aea603b6ed
Added DCC buffer type
2004-08-26 22:20:04 +00:00
Sebastien Helleu
f02ba717a0
Added /buffer command, jump to buffer by number (alt-digit), actions now ok in private buffers
2004-07-04 15:39:49 +00:00
Sebastien Helleu
062e5ea1ae
Window management
2004-07-01 20:43:57 +00:00
Sebastien Helleu
66ff97166f
Version 0.0.7-pre2 - window management
2004-06-22 22:21:22 +00:00
Sebastien Helleu
69cb87251e
/set command is now ok
2004-01-24 20:17:01 +00:00
Sebastien Helleu
dcb3b6fc7e
Secured code to prevent buffer overflows and memory leaks
2004-01-24 02:22:16 +00:00
Sebastien Helleu
16717f8322
Fixed memory leak in exec_weechat_command()
2004-01-23 19:44:59 +00:00
Sebastien Helleu
38bf163c17
Servers allowed on command line (irc://nick:passwd@irc.example.org:port)
2004-01-18 23:53:34 +00:00
Sebastien Helleu
6950745079
New copyright
2003-12-31 16:56:11 +00:00
Sebastien Helleu
fd3e94070a
When private window is created (another user is talking), WeeChat does not switch to this window
2003-12-31 16:00:20 +00:00