298 Commits

Author SHA1 Message Date
Sebastien Helleu
e5ba6dcb85 Fixed crash when setting look_one_server_buffer to ON (bug #16932) 2006-06-24 08:41:01 +00:00
Sebastien Helleu
636a6ca088 Added new functions in plugin/script API: get window info, get buffer info, get buffer content 2006-06-22 16:23:47 +00:00
Sebastien Helleu
f4f63412f8 Added czech quickstart guide 2006-06-20 08:28:21 +00:00
Sebastien Helleu
dc7595c78e Fixed display bug with special char (bug #16732) 2006-06-16 13:20:11 +00:00
Sebastien Helleu
87d3725823 Added color encoding for some commands like /me 2006-06-15 13:06:36 +00:00
Sebastien Helleu
d8b775d2c4 Renamed plugins names (removed "lib" prefix in name) 2006-06-14 16:23:53 +00:00
Sebastien Helleu
3b2e2ad006 Fixed crash when closing DCC/raw buffer if 2 are open (bug #16808) 2006-06-10 17:35:11 +00:00
Sebastien Helleu
cb329a3f33 Fixed crashes with DCC chat remove/purge on DCC view (bug #16775) 2006-06-10 16:42:22 +00:00
Sebastien Helleu
507ae028c5 Fixed problem with bnc (now connected to server when receiving 001, not 004) (bug #16760) 2006-06-07 16:24:17 +00:00
Sebastien Helleu
4af2f3a02d Revert back for plugin loaded, use of GLOBAL instead of LOCAL (problems with Perl DynaLoader) 2006-06-01 14:16:23 +00:00
Sebastien Helleu
16c7e4b61c Fixed plugins symbol problem (removed global flag when loading library) 2006-05-31 20:44:04 +00:00
Sebastien Helleu
ad624059ad Command /save now writes plugins options (~/.weechat/plugins.rc) 2006-05-29 23:03:53 +00:00
Sebastien Helleu
fe90f3d4e4 Fixed crash with "register" function in plugin scripts (bug #16701) 2006-05-29 22:36:29 +00:00
Sebastien Helleu
7f0a3f795b Fixed random crash at exit (/quit or /upgrade) with splited windows 2006-05-25 19:12:31 +00:00
Sebastien Helleu
d13e2328b1 Version 0.1.9 2006-05-24 22:57:33 +00:00
Sebastien Helleu
1838637f24 Fixed /squery command (message sent to server, now ok with # args > 2) 2006-05-24 21:39:39 +00:00
Sebastien Helleu
fe2bb8516b Fixed /alias command (now ok with an alias name: display content) 2006-05-21 15:10:36 +00:00
Sebastien Helleu
ec9da8cc85 Improved lua plugin detection (bug #16574) 2006-05-20 14:43:49 +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
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
127edfb0fe Fixed crash with ncurses color when too many colors defined in ncurses (bug #16556) 2006-05-14 12:42:46 +00:00
Sebastien Helleu
631eab3c66 Fixed 2 crashs: with malformed UTF-8 strings and with ncurses color when too many colors defined in ncurses 2006-05-14 11:06:16 +00:00
Sebastien Helleu
d88ad92c72 Added missing IRC commands (006, 007, 310, 379) 2006-05-14 08:45:55 +00:00
Sebastien Helleu
78ca78855e Added new key to find previous completion (shift-tab by default) 2006-05-13 00:06:18 +00:00
Sebastien Helleu
dce5e4fa18 Fixed bug with long outgoing IRC messages (> 512 bytes) (bug #16358) 2006-05-08 22:45:01 +00:00
Sebastien Helleu
93e69f5b3e Fixed UTF-8 display bug with chars using more than one cell on screen (bug #16356) 2006-05-08 13:26:08 +00:00
Sebastien Helleu
057cffe9f0 Fixed display bug with DCC file size when > 1 Gb 2006-05-07 16:21:42 +00:00
Sebastien Helleu
6172338bb7 Fixed refresh bug (deadlock in curses) when terminal is resized (bug #16542) 2006-05-07 11:31:11 +00:00
Sebastien Helleu
9761177a2c Fixed nicklist sort bug 2006-05-05 12:59:16 +00:00
Sebastien Helleu
b33e8c6482 Added IRC commands 290, 292, 437, 974 2006-04-23 16:01:01 +00:00
Sebastien Helleu
23f3622f2c Fixed bug #16369: fixed crash when multiple pv have same name: now it's forbidden and pv buffer is not renamed (when a nick changes) if another exists with same name 2006-04-23 09:22:53 +00:00
Sebastien Helleu
daf2087164 Command /clear [-all] now clears hotlist 2006-04-21 13:02:50 +00:00
Sebastien Helleu
a56d65a7c0 Fixed crash after /upgrade if a line in history is empty 2006-04-19 12:35:30 +00:00
Sebastien Helleu
2fd53dcc37 Fixed many crashes with DCC chat 2006-04-15 16:47:43 +00:00
Sebastien Helleu
1bee0ba0b2 Added new option to customize input prompt, added nick modes, fixed commands 332, 333 (/topic now ok when channel is not opened) 2006-04-12 13:34:33 +00:00
Sebastien Helleu
69730a21dd Removed charset conversion for commands (only allowed in text sent to channel/private) 2006-04-11 09:55:40 +00:00
Sebastien Helleu
d6459aa638 Removed color encoding in commands (only allowed in text sent to channel/private) 2006-04-10 15:53:14 +00:00
Sebastien Helleu
c525b231e4 Added hostnames associeted to nicks (available for /ban completion) 2006-04-08 18:38:00 +00:00
Sebastien Helleu
99d86d64ab Added "+p" mode for channels, fixed mode display in status bar 2006-04-04 17:47:31 +00:00
Sebastien Helleu
d01081241a Added nick alignment options 2006-04-02 21:53:41 +00:00
Sebastien Helleu
23bfafed6a Fixed /names command: now displays result when not on a channel 2006-04-01 14:39:51 +00:00
Sebastien Helleu
c803419616 Fixed nicklist display bugs when on top or bottom of chat window, fixed refresh bug (too many refresh) when terminal is resized 2006-03-31 13:49:58 +00:00
Sebastien Helleu
83bdd97916 Added keyboard handler to plugin API 2006-03-30 12:08:55 +00:00
Sebastien Helleu
56af0e3284 Improved script plugin loader 2006-03-26 09:46:30 +00:00
Sebastien Helleu
eaa33bfb8e Added hostname/IP option for connection to server 2006-03-25 11:20:37 +00:00
Sebastien Helleu
8d4497a764 Fixed --disable-plugins option in configure script 2006-03-24 09:57:22 +00:00
Sebastien Helleu
d9c032fee3 Added /setp command (set plugin options) 2006-03-24 09:38:54 +00:00
Sebastien Helleu
9ed873ed94 Fixed high CPU usage when running under a screen that has been killed 2006-03-21 13:27:51 +00:00
Sebastien Helleu
27fd4beca7 Aliases are executed before WeeChat/IRC commands, /builtin command added 2006-03-21 11:41:02 +00:00