640 Commits

Author SHA1 Message Date
Sebastien Helleu
ed26a0389c Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal catched (reload all config files), better config files reloading 2008-01-24 16:50:20 +01:00
Sebastien Helleu
9222a7b109 Added group support for nicklist, fixed some bugs in plugins API and IRC plugin
Added group support for nicklist (with subgroups).
Partial changes in IRC protocol functions (new arguments with argv and argv_eol).
Fixed some bugs:
- nicklist in plugins API
- problem in main loop with select() when SIGWINCH is received (terminal resize)
- bug in string explode function
- bug in infobar countdown.
2008-01-01 18:22:26 +01:00
Sebastien Helleu
dba084f3d6 New backlog option in logger plugin, added variable names in .h files, replaced "void *" pointers by structures 2007-12-17 17:07:08 +01:00
Sebastien Helleu
e62ec5204c Improved main loop (less CPU usage), better precision for timers, use of one list by hook type (for fast search in hooks) 2007-12-14 17:01:02 +01:00
Sebastien Helleu
2e74526bb9 Renamed hook "event" to "signal" 2007-12-13 11:47:12 +01:00
Sebastien Helleu
c94056b2c8 Updated ChangeLog file 2007-12-03 18:04:43 +01:00
Sebastien Helleu
d9755e237b Added /reload command 2007-12-01 10:25:59 +01:00
Sebastien Helleu
f24034ba30 Fixed nick completion bug (missing space after nick) 2007-09-19 18:15:41 +02:00
Sebastien Helleu
c056a03871 Version 0.2.6 2007-09-06 08:24:31 +00:00
Sebastien Helleu
33c9ee86af Updated ChangeLog 2007-09-05 15:50:23 +00:00
Sebastien Helleu
1946b4cacc Fixed ChangeLog message 2007-09-02 16:42:10 +00:00
Sebastien Helleu
9d69720b26 Added new option "deloutq" to /server command to flush all servers messages out queues (task #7221) 2007-09-02 16:24:18 +00:00
Sebastien Helleu
68fd773730 Fixed display bug with some special chars in messages (some words were truncated on screen) (bug #20944) 2007-09-02 15:34:29 +00:00
Sebastien Helleu
edb21c362a Fixed UTF-8 bug with color encoding/decoding 2007-08-31 11:24:24 +00:00
Sebastien Helleu
e05be4e2b3 Fixed crash when searching text in buffer with ctrl-R (bug #20938) 2007-08-30 14:32:31 +00:00
Sebastien Helleu
882b72cd0c Added string length limit for setup file options 2007-08-29 12:53:35 +00:00
Sebastien Helleu
7f1335c6f0 Fixed bug with flock() when home is on NFS filesystem (bug #20913) 2007-08-27 13:11:25 +00:00
Sebastien Helleu
73d9515f5c Added option to align text of messages (except first lines) (task #7246) 2007-08-27 08:22:41 +00:00
Sebastien Helleu
7863d4cece Fixed user modes in nicklist when ban and nick mode are received in the same MODE message (bug #20870) 2007-08-23 08:26:15 +00:00
Sebastien Helleu
76afa6d2b5 Fixed IRC message 333: silently ignore message if error when parsing it 2007-08-21 15:45:26 +00:00
Sebastien Helleu
69bd50d74c Fixed server option "command_delay": does not freeze WeeChat any more 2007-08-20 08:37:31 +00:00
Sebastien Helleu
dc92ee389c Added paste detection, new options look_paste_max_lines and col_input_actions (task #5442) 2007-08-17 09:09:09 +00:00
Sebastien Helleu
aed84560f8 Fixed bug with highlight and UTF-8 chars around word (bug #20753) 2007-08-12 09:37:43 +00:00
Sebastien Helleu
c1c9dd2da8 Added swedish quickstart guide 2007-08-09 13:11:00 +00:00
Sebastien Helleu
ec78674d4e Added support of channel mode +u (channel user) (bug #20717) 2007-08-09 09:35:17 +00:00
Sebastien Helleu
09ddfcd860 Improved /connect command to connect to a host by creating a temporary server, added option to /server to create temporary server (task #7095) 2007-08-08 14:08:06 +00:00
Sebastien Helleu
028d38b44e Allow clear of multiple selected buffers with /clear (patch #6112) 2007-08-08 09:07:19 +00:00
Sebastien Helleu
f68a2cbfcd Added "copy" and "rename" options to /server command 2007-08-08 08:19:04 +00:00
Sebastien Helleu
362866fdf2 Added key for setting unread marker on all buffers (default: ctrl-S + ctrl-U) (task 7180) 2007-08-06 09:30:22 +00:00
Sebastien Helleu
9d3e31e165 Fixed nick prefix display on servers that doesn't support all prefixes (bug #20025) 2007-08-01 10:44:51 +00:00
Sebastien Helleu
efd511dea4 Fixed terminal encoding detection when NLS is disabled (bug #20646) 2007-08-01 09:59:00 +00:00
Sebastien Helleu
0904d9afaf Fixed crash when sending data to channel or pv on disconnected server (bug #20524) 2007-07-18 23:26:23 +00:00
Sebastien Helleu
271bd21802 Improved command /server ant its output, added plural form in PO files 2007-07-18 16:35:12 +00:00
Sebastien Helleu
bd0b7957a3 Added 3 default new keys: ctrl-B (left), ctrl-F (right), ctrl-D (delete) 2007-07-18 13:11:58 +00:00
Sebastien Helleu
2c3fad454c Added "buffer_move" event handler to plugins API (task #6708) 2007-07-18 12:02:40 +00:00
Sebastien Helleu
3b48025071 Added key function "jump_previous_buffer" to jump to buffer previously displayed (new key: alt-J + alt-P) (task #7085) 2007-07-15 18:06:56 +00:00
Sebastien Helleu
feec343ffb Added "-nojoin" option for /connect and /reconnect commands (task #7074), added "%*" to completion template (repeat last completion). 2007-07-13 15:38:26 +00:00
Sebastien Helleu
241f70f869 Fixed bugs with IRC color in messages, now color codes are inserted in command line with ^Cc,^Cb,.. instead of %C,%B,.. (bug #20222, task #7060) 2007-07-12 15:00:45 +00:00
Sebastien Helleu
9d5ef17bd6 Fixed bug with smart nick completion (last speakers first) when a nick is changed 2007-07-09 09:14:51 +00:00
Sebastien Helleu
825a9cfdf6 Fixed charset bug with channel names in status bar (bug #20400) 2007-07-08 11:42:38 +00:00
Sebastien Helleu
fc2693c8e1 Added "scroll" option to /buffer command 2007-07-05 16:44:42 +00:00
Sebastien Helleu
585681e5a0 Down key now saves input to history and clears input line (task #7049) 2007-07-01 11:20:34 +00:00
Sebastien Helleu
cd3599e6db Removed tests on binary when using /upgrade 2007-06-12 13:42:33 +00:00
Sebastien Helleu
bbe20b9b30 Fixed log file when channel name contains "/" (bug #20072) 2007-06-12 13:02:19 +00:00
Sebastien Helleu
00c4e36357 Command /away allowed when not connected to server (internally stored and AWAY command is sent when connecting to server) (task #7003) 2007-06-12 10:17:11 +00:00
Sebastien Helleu
3799b83107 Added argument for /upgrade command (path to binary), check that binary file is found and has execution permissions before upgrading 2007-06-11 13:46:50 +00:00
Sebastien Helleu
b80c53e87d Fixed bug with /topic when channel not open and topic not defined (bug #20141) 2007-06-11 06:46:53 +00:00
Sebastien Helleu
299d37a342 Added hotlist sort with new option "look_hotlist_sort" (task #5870) 2007-06-08 16:04:50 +00:00
Sebastien Helleu
dfea9b208c Version 0.2.5 2007-06-07 15:13:15 +00:00
Sebastien Helleu
36f0aab4d4 Fixed QUOTE command: now allowed when socket is ok (even if IRC connection to server is not ok) (bug #20113) 2007-06-07 13:26:54 +00:00