1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00
Commit Graph

46 Commits

Author SHA1 Message Date
Sebastien Helleu 4e86ff9682 CTCP Version reply is now in english only and doesn't show host (security reason) 2004-02-21 13:26:28 +00:00
Sebastien Helleu 1d2a83b055 Version 0.0.5 2004-02-07 19:22:53 +00:00
Sebastien Helleu c9a469f51b Channel can be specified at the end of command line URL with /channel 2004-01-24 21:53: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 dc38b59849 Infobar highlight notifications 2004-01-21 18:40:13 +00:00
Sebastien Helleu 885fe7434f Fixed QUIT command: now sent to all connected servers (not only current) 2004-01-21 15:55:25 +00:00
Sebastien Helleu 84677f2835 Added IRC::print_infobar Perl function 2004-01-21 15:29:43 +00:00
Sebastien Helleu c20a3fdfa4 Added look_infobar_timestamp config option 2004-01-19 23:16:07 +00:00
Sebastien Helleu 10f0236ea9 Added info bar 2004-01-18 18:59:34 +00:00
Sebastien Helleu 48941e3646 Updated ChangeLog 2004-01-17 10:47:37 +00:00
Sebastien Helleu 984eaaf826 Updated Changelog 2004-01-15 23:09:18 +00:00
Sebastien Helleu d84b1fa58f Added -c (--config) command line parameter to see config file options 2004-01-11 17:29:56 +00:00
Sebastien Helleu 25f79c7bba Highlight action messages 2004-01-01 23:14:20 +00:00
Sebastien Helleu ffbc4c0b0c Version 0.0.4 2004-01-01 11:10:22 +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
uid67137 0708f1a571 Added highlight (when our nick is written in a channel/private window), added "col_chat_highlight" configuration option 2003-12-26 19:36:52 +00:00
uid67137 3ea696bbc0 Perl scripts auto-load, if no path given, look in ~/.weechat/perl when loading Perl script, auto create plugin directories at startup (~/.weechat/perl, /perl/autoload, /python, /python/autoload, /ruby, /ruby/autoload) 2003-12-26 12:59:31 +00:00
Sebastien Helleu c8c5ff3d68 Added "Perl scripts unloaded" message when unloading all Perl scripts 2003-11-30 15:09:04 +00:00
Sebastien Helleu d4ec2e46aa Perl plugin support 2003-11-16 19:40:36 +00:00
Sebastien Helleu fd9512bbbc Perl plugin skeleton 2003-11-09 00:08:01 +00:00
Sebastien Helleu 1e1f2ca5b8 Version 0.0.3 2003-11-03 22:03:47 +00:00
Sebastien Helleu 8676230eef Updated file. 2003-11-02 23:04:20 +00:00
Sebastien Helleu be8b44a2d7 Updated file 2003-11-02 00:16:41 +00:00
Sebastien Helleu 338e460be9 Updated file 2003-10-26 23:36:10 +00:00
Sebastien Helleu f966b6a829 Added ./configure script to build WeeChat 2003-10-25 14:49:18 +00:00
Sebastien Helleu 836d7a139a Added CTCP Ping command (and display correctly when reply is received). 2003-10-12 17:03:38 +00:00
Sebastien Helleu 509c5738ff Fixed sort bug (nicks are now correctly sorted: op, halfop, voice, other) 2003-10-12 09:20:22 +00:00
Sebastien Helleu 7a8edd3cea Removed old text interface. 2003-10-12 00:05:29 +00:00
Sebastien Helleu 67428a1aaf Fixed crash when entering text without any server connection 2003-10-11 17:38:38 +00:00
Sebastien Helleu c6a53ea8ee Added commands: die, summon, users, wallops, userhost, ison ; fixed display bug (blinking text when scrolling) 2003-10-11 00:25:46 +00:00
Sebastien Helleu d3fc2646a7 Added commands: info, servlist, squery, who and whowas 2003-10-09 22:19:56 +00:00
Sebastien Helleu 2b305f378f Added commands: service, squit, motd, lusers, links, time, trace and admin 2003-10-08 22:24:23 +00:00
Sebastien Helleu 954f1b98bf Added /stats command, splited irc-commands.c in 3 files (commands, send, recv) 2003-10-06 22:24:19 +00:00
Sebastien Helleu 627e0a24eb Version 0.0.2 2003-10-05 09:06:39 +00:00
Sebastien Helleu ab6ca9a0b4 Updated files 2003-10-04 23:23:24 +00:00
Sebastien Helleu 2968e61d97 Added command & autojoin channels when connected to server 2003-10-04 10:47:11 +00:00
Sebastien Helleu ede76f7b44 Added "look_set_title" option in config file 2003-10-04 08:53:10 +00:00
Sebastien Helleu cec899898a Added parameters for alias and alias section in config file 2003-10-03 19:33:59 +00:00
Sebastien Helleu 106bdb1d4a Added /alias and /unalias commands 2003-10-02 22:42:51 +00:00
Sebastien Helleu 77e0d01d7a Config is now saved and added /save command 2003-09-30 22:04:10 +00:00
Sebastien Helleu b4ff775f03 Updated files 2003-09-29 21:46:34 +00:00
Sebastien Helleu 9f1fd921f7 Updated files 2003-09-28 22:14:09 +00:00
Sebastien Helleu a353a6d228 Updated files 2003-09-27 22:33:27 +00:00
Sebastien Helleu 70cd53af86 Updated files 2003-09-27 18:45:40 +00:00
Sebastien Helleu 109101faeb First CVS upload. 2003-09-27 10:01:11 +00:00