Sebastien Helleu
cd4f50c136
Signal SIGQUIT is now ignored
2005-09-02 08:16:52 +00:00
Sebastien Helleu
51322e7917
Fixed refresh bug when one line is bigger than screen size
2005-08-17 16:54:05 +00:00
Sebastien Helleu
d256d72eef
Fixed look_nicklist_min_size and look_nicklist_max_size options
2005-08-16 21:01:32 +00:00
Sebastien Helleu
97b6bbcb9e
Revert code for irc_cmd_send_join function code (to prevent lag when sending
...
many /join commands to IRC server)
2005-08-15 21:52:15 +00:00
Sebastien Helleu
10d7c6c34a
Fixed refrech bug when changing channel modes
2005-07-31 12:29:49 +00:00
Sebastien Helleu
38fa7c93ac
Jump to next server now saves current channel buffer for each server
2005-07-31 11:32:28 +00:00
Sebastien Helleu
9e328d3fef
ctrl-up/ctrl-down keys added to call previous/next command in global history (common to all buffers)
2005-07-30 18:41:48 +00:00
Sebastien Helleu
89b955c79e
Version 0.1.4
2005-07-30 08:28:43 +00:00
Sebastien Helleu
3d724fb634
Join and part/quit prefixes (arrows) now displayed with different colors
2005-07-22 08:11:39 +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
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
eeff957278
Added /amsg command (send text to all channels of all connected servers)
2005-07-17 00:02:40 +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
99f03cd2a3
Added DCC resume
2005-07-13 16:24:47 +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
07a820ced6
Added function for Perl/Python to get DCC list
2005-07-12 08:35:58 +00:00
Sebastien Helleu
d4d065253e
Topic completion now decodes UTF-8 string
2005-07-11 14:34:20 +00:00
Sebastien Helleu
673e7680af
Fixed bug with IRC URL on command line (irc://)
2005-07-11 12:14:57 +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
55125beee4
Channels auto-prefixed by "#" (if no prefix found) for /join command
2005-07-06 07:13:03 +00:00
Sebastien Helleu
6f3b6d9e50
Version 0.1.3
2005-07-02 17:03:23 +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
b330ec3dae
Added IPv6 support
2005-06-27 16:27:31 +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
abe7e08147
kill command now received and displayed
2005-06-20 14:04:17 +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
d00c99f292
errors while loading perl scripts are now displayed in server buffer (instead of current buffer)
2005-06-16 17:02:37 +00:00
Emmanuel Bouthenot
f72e5952f2
in python scripts, all messages written in stdin and stderr are redirect in server window
2005-06-16 16:52:17 +00:00
Sebastien Helleu
9eb1422bb7
Fixed plugins "print" and "prnt" functions: now ok for writing on server buffers
2005-06-16 11:02:19 +00:00
Sebastien Helleu
d86a783b6a
Fixed color problem with new libcurses version
2005-06-15 17:17:45 +00:00
Sebastien Helleu
1de7b52aa2
Fixed crash when using alt-S or alt-X keys on DCC buffer (alt-D)
2005-05-31 15:09:54 +00:00
Sebastien Helleu
01186c6c8b
Fixed startup crash when weechat config file is not found
2005-05-24 14:10:56 +00:00
Sebastien Helleu
5f46617b11
Version 0.1.2
2005-05-21 07:04:11 +00:00
Sebastien Helleu
b935a02ceb
Perl and Python libraries now cheked in configure script
2005-05-07 09:29:26 +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
40d02fdffd
Added IRC command "671"
2005-04-28 18:34:12 +00:00
Sebastien Helleu
73c69d2d71
Added transfer rate for DCC files
2005-04-23 18:13:25 +00:00
Sebastien Helleu
992632857f
Added "485" IRC command
2005-04-20 21:27:44 +00:00
Sebastien Helleu
5ebab583f6
Added "-all" option for /nick command, added "341" IRC command (for invitation)
2005-04-19 21:02:59 +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
20dcc4f56e
Fixed crash when purging old DCC
2005-04-03 17:12:12 +00:00