Sebastien Helleu
77e3fb3c83
Added arguments $1,$2,..,$9 and $* for alias (task #5831 ), added special vars $nick/$channel/$server for server_command, alias and plugin command handlers
2006-08-22 10:04:17 +00:00
Sebastien Helleu
3eced7694b
Splited weechat.c into weechat.c and util.c
2006-07-23 11:19:09 +00:00
Sebastien Helleu
b7fc6747f6
Charsets are now checked when set by /charset command
2006-07-22 19:46:09 +00:00
Sebastien Helleu
5699898d5b
Added "look_save_on_exit" option (patch from Emanuele Giaquinta)
2006-07-18 16:55:19 +00:00
Sebastien Helleu
4c4f5ab012
added some panel functions, fixed refresh bugs when terminal is resized: too many refreshs, display bug with splited windows
2006-07-16 11:04:10 +00:00
Sebastien Helleu
c5f1a1af6c
Case ignored for channel names in charset options (bug #16858 )
2006-06-26 09:58:55 +00:00
Sebastien Helleu
08aa5570d8
Added error message when home is not a directory (bug #16772 )
2006-06-10 19:29:23 +00:00
Sebastien Helleu
2322eb0625
Automatically rename log file when crashing, added backtrace to log file
2006-05-20 13:42:08 +00:00
Sebastien Helleu
0eea93bba3
Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used for WeeChat log file
2006-05-20 09:45:02 +00:00
Sebastien Helleu
15f75d157c
Added backtrace when WeeChat crashes
2006-05-19 22:49:24 +00:00
Sebastien Helleu
88fd88373d
Added lock for log file (~/.weechat/weechat.log), only one WeeChat process can use this file (bug #16382 )
2006-05-16 13:53:34 +00:00
Sebastien Helleu
b7ba64c744
Added some panel structures and functions
2006-05-07 11:40:19 +00:00
Sebastien Helleu
40ffeb9e0c
Splited GUI sources
2006-04-22 21:18:02 +00:00
Sebastien Helleu
eaa33bfb8e
Added hostname/IP option for connection to server
2006-03-25 11:20:37 +00:00
Sebastien Helleu
d9c032fee3
Added /setp command (set plugin options)
2006-03-24 09:38:54 +00:00
Sebastien Helleu
8f714033ac
Fixed chmod on home (now chmod is not executed when a directory is user's home)
2006-03-06 20:58:08 +00:00
Sebastien Helleu
650805f204
Using new default value for DCC download dir (created at startup), fixed logs dir creation
2006-03-04 15:37:20 +00:00
Sebastien Helleu
0e91f0c208
Fixed bug with /upgrade when servers buffer (with one buffer for all servers) is moved to buffer # > 1
2006-01-26 13:57:27 +00:00
Sebastien Helleu
364d774ded
Added new command line argument for setting WeeChat homedir (-d or --dir) (patch from Gwenn)
2006-01-25 08:55:24 +00:00
Sebastien Helleu
4d62625894
New year in copyright, FSF address changed
2006-01-04 08:56:00 +00:00
Sebastien Helleu
503350f46b
Changed some command outputs for doc
2005-12-20 14:37:35 +00:00
Sebastien Helleu
54baad1848
After a /upgrade, load session before plugins
2005-12-11 13:59:50 +00:00
Sebastien Helleu
77e00d0381
Added charset by server and channel, new command: /charset
2005-12-11 00:52:32 +00:00
Sebastien Helleu
0ef010d211
added /upgrade command, added ETA for DCC files
2005-12-06 18:20:59 +00:00
Sebastien Helleu
bf3f696830
Added /uptime command
2005-11-06 12:09:44 +00:00
Sebastien Helleu
8a9e8ecc88
- added major feature: new color management system (internal to WeeChat), now
...
colors are displayed by WeeChat (optional by new settings irc_colors_receive
and irc_colors_send)
- fixed IRC command 367
- added IRC command 382
2005-11-04 11:53:23 +00:00
Sebastien Helleu
be1c9be925
Added command line arguments to disable auto-connect to servers and plugins auto-load
2005-10-30 19:22:53 +00:00
Sebastien Helleu
0e6b0a3b0c
Signal SIGPIPE now ignored by WeeChat
2005-10-26 23:05:35 +00:00
Sebastien Helleu
73359fcc05
Full UTF-8 support, auto-detection of UTF-8 usage (locale)
2005-10-21 13:59:55 +00:00
Sebastien Helleu
cdc33d08b0
New plugin interface (loads dynamic C libraries)
2005-10-15 12:34:21 +00:00
Sebastien Helleu
219e9d443a
Added auto-creation of ~/.weechat/{perl|python}/config directories
2005-10-03 12:35:15 +00:00
Sebastien Helleu
4a7b3436ae
Added online help for config options (with /set full_option_name)
2005-10-02 08:16:12 +00:00
Sebastien Helleu
6bec96cd4d
Replaced gettext with macro "_"
2005-09-23 21:49:02 +00:00
Sebastien Helleu
06463e5937
Added /ignore and /unignore commands
2005-09-04 12:55:25 +00:00
Sebastien Helleu
d80c8e9e57
Fixed bug with strings comparison (str[n]casecmp) and some locales (like turkish), now using ASCII comparison
2005-09-03 12:37:20 +00:00
Sebastien Helleu
cd4f50c136
Signal SIGQUIT is now ignored
2005-09-02 08:16:52 +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
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
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
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
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
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
c3f5e88286
Added FIFO pipe for remote control
2005-03-12 03:16:30 +00:00