1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 20:36:38 +02:00

Commit Graph

  • c69c77507c Added IPv6 and SSL options for command line IRC url Sebastien Helleu 2005-06-28 08:24:43 +00:00
  • b330ec3dae Added IPv6 support Sebastien Helleu 2005-06-27 16:27:31 +00:00
  • ae8f8a5700 gnutls code compiled according to pre-processor var HAVE_GNUTLS Sebastien Helleu 2005-06-22 21:08:21 +00:00
  • 5e8b47f187 * Add --disable-gnutls option to turn off gnutls support * Remove wxwidgets checks when --enable-wxwidgets arg is not given Julien Louis 2005-06-22 18:50:24 +00:00
  • f4abd0bf59 Added certificate management in SSL (connection now ok with SSL server) Sebastien Helleu 2005-06-21 08:05:58 +00:00
  • abe7e08147 kill command now received and displayed Sebastien Helleu 2005-06-20 14:04:17 +00:00
  • 4e9193a943 Added SSL support with gnutls lib Sebastien Helleu 2005-06-19 20:55:10 +00:00
  • bbd373c44d Update debian/changelog Julien Louis 2005-06-19 19:44:01 +00:00
  • 6b011234cf Added kolter and ptitlouis Sebastien Helleu 2005-06-19 15:51:22 +00:00
  • 71a76ada48 Channel notify levels are saved in config file Sebastien Helleu 2005-06-19 14:22:11 +00:00
  • a7ddb89076 Updated README Sebastien Helleu 2005-06-18 20:27:05 +00:00
  • 6fe262c131 File automatically updated Sebastien Helleu 2005-06-18 11:44:37 +00:00
  • 0a32bc5326 Fix wrong debhelper version dependency. Julien Louis 2005-06-18 09:38:59 +00:00
  • 70fe8e9472 part message now accepts %v (replaced by WeeChat version), like quit message Sebastien Helleu 2005-06-18 09:28:16 +00:00
  • b0310b6e78 Set debhelper compatibility to avoid warnings during package build Julien Louis 2005-06-18 09:25:30 +00:00
  • 8218316502 Sync with official debian package Julien Louis 2005-06-18 08:42:08 +00:00
  • d00c99f292 errors while loading perl scripts are now displayed in server buffer (instead of current buffer) Emmanuel Bouthenot 2005-06-16 17:02:37 +00:00
  • f72e5952f2 in python scripts, all messages written in stdin and stderr are redirect in server window Emmanuel Bouthenot 2005-06-16 16:52:17 +00:00
  • ebf5f9e66d in python scripts, all messages written in stdin and stderr are redirect in server window Emmanuel Bouthenot 2005-06-16 16:41:41 +00:00
  • 7330dc862a fix a filename error while loading a python script manually Emmanuel Bouthenot 2005-06-16 16:38:36 +00:00
  • 9eb1422bb7 Fixed plugins "print" and "prnt" functions: now ok for writing on server buffers Sebastien Helleu 2005-06-16 11:02:19 +00:00
  • d86a783b6a Fixed color problem with new libcurses version Sebastien Helleu 2005-06-15 17:17:45 +00:00
  • 5b3f96dace Display message content when nick is not found for an incoming "PRIVMSG" message Sebastien Helleu 2005-06-15 17:16:35 +00:00
  • 821c2e87c8 update examples in python API Emmanuel Bouthenot 2005-06-05 12:54:31 +00:00
  • 1de7b52aa2 Fixed crash when using alt-S or alt-X keys on DCC buffer (alt-D) Sebastien Helleu 2005-05-31 15:09:54 +00:00
  • 4d4a667094 Fixed crash when using alt-S or alt-X keys on DCC buffer (alt-D) Sebastien Helleu 2005-05-31 07:55:17 +00:00
  • 0eb3d45582 Fix python library detection on FreeBSD Emmanuel Bouthenot 2005-05-29 15:15:12 +00:00
  • 7c63a73999 Added cast to prevent problems with AMD64 where size_t is not int Sebastien Helleu 2005-05-29 07:20:15 +00:00
  • 2ab3467c05 Added cast for away time display (to prevent problems with *BSD, where time_t is int and not long int) Sebastien Helleu 2005-05-29 06:46:01 +00:00
  • 37d74c4941 Fix perl headers and library detection on various systems Emmanuel Bouthenot 2005-05-24 15:14:54 +00:00
  • 01186c6c8b Fixed startup crash when weechat config file is not found Sebastien Helleu 2005-05-24 14:10:56 +00:00
  • 29ffe7e0d8 Remove unused $PERL_LIB var due to an impoved libperl detection Emmanuel Bouthenot 2005-05-23 21:52:53 +00:00
  • a8619181b7 Fix libperl and libpython detection Emmanuel Bouthenot 2005-05-23 21:45:50 +00:00
  • 5a90270a79 Fix configure args handling Julien Louis 2005-05-22 17:40:25 +00:00
  • 3900a0f5ae Version 0.1.3-cvs Sebastien Helleu 2005-05-22 16:12:24 +00:00
  • 5f46617b11 Version 0.1.2 v0.1.2 release-0-1-2 Sebastien Helleu 2005-05-21 07:04:11 +00:00
  • 68ec2acbb3 Empty sources added for wxWidgets GUI Sebastien Helleu 2005-05-21 05:29:50 +00:00
  • e7041a467b Added "++++" at bottom of nicklist if end of nicklist is not displayed Sebastien Helleu 2005-05-18 19:03:34 +00:00
  • ee2121b917 Remove weechat-gtk dependency since GTK gui does not exist Julien Louis 2005-05-12 19:56:53 +00:00
  • bff5f95056 Plugin message handler is now called for own messages (as "privmsg" IRC command, with "localhost" as host to differenciate from other messages) Sebastien Helleu 2005-05-08 12:19:47 +00:00
  • 2b178c73fa Updated doc with new Perl/Python script interface Sebastien Helleu 2005-05-07 22:53:05 +00:00
  • 13d8a4f093 Fixed buffer detection for Perl/Python "print" and "command" functions Sebastien Helleu 2005-05-07 11:26:31 +00:00
  • b935a02ceb Perl and Python libraries now cheked in configure script Sebastien Helleu 2005-05-07 09:29:26 +00:00
  • e7c899014c Fixed nicklist sort mode: now modes are not cumulated any more (so for example all op will be sorted together) Sebastien Helleu 2005-05-07 06:56:01 +00:00
  • f88b75b241 Allow only server (with blank channel) for buffer search (for print & command functions) Sebastien Helleu 2005-05-05 16:41:22 +00:00
  • 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 Sebastien Helleu 2005-05-05 16:26:34 +00:00
  • c6fc8bd147 Added Python plugin support Sebastien Helleu 2005-05-01 19:03:15 +00:00
  • eda55fbdb4 Added Python plugin support Sebastien Helleu 2005-05-01 18:53:23 +00:00
  • dca4064502 Added nicklist scroll keys (Alt+{home/end/pgup/pgdn} or F11/F12) Sebastien Helleu 2005-04-30 19:21:28 +00:00
  • 8a3d30b03a Changes for Mac OS X platform (now ok) Sebastien Helleu 2005-04-30 10:29:54 +00:00
  • 40d02fdffd Added IRC command "671" Sebastien Helleu 2005-04-28 18:34:12 +00:00
  • 7cc2635652 wxWidgets CFLAGS & libs are used for wxWidgets GUI only Sebastien Helleu 2005-04-24 18:33:26 +00:00
  • df2f164ffc wxWidgets missing error is now displayed only if this frontend is selected with --enable-wxwidgets switch Sebastien Helleu 2005-04-24 12:01:23 +00:00
  • eb0b722ee5 Added WxWidgets frontend (no source files) Benoit Papillault 2005-04-24 11:08:22 +00:00
  • 04d6257224 Backup and restore Makefile.am before and after gettextize Sebastien Helleu 2005-04-24 08:48:54 +00:00
  • 73c69d2d71 Added transfer rate for DCC files Sebastien Helleu 2005-04-23 18:13:25 +00:00
  • 2f9f37bed6 Updated autogen.sh script Sebastien Helleu 2005-04-23 15:03:27 +00:00
  • d90587c443 Fixed call to "has_color" in gui_window_set_color function Sebastien Helleu 2005-04-22 16:47:02 +00:00
  • 992632857f Added "485" IRC command Sebastien Helleu 2005-04-20 21:27:44 +00:00
  • 5ebab583f6 Added "-all" option for /nick command, added "341" IRC command (for invitation) Sebastien Helleu 2005-04-19 21:02:59 +00:00
  • ca117dbb24 Added config.rpath in extra dist Sebastien Helleu 2005-04-19 20:08:19 +00:00
  • 40c348df7a Removed debian/files from extra dist (not used) Sebastien Helleu 2005-04-17 21:58:03 +00:00
  • 0b781f96f7 Improved gettext installation (now ok under BSD) Sebastien Helleu 2005-04-17 19:01:18 +00:00
  • 5090689a76 Buffers timestamp can now be changed (new option in config file) Sebastien Helleu 2005-04-09 11:34:15 +00:00
  • a92ca4961b Hotlist not changed when self away or nick change Sebastien Helleu 2005-04-09 08:03:53 +00:00
  • ae8a4633ef Allow nick completion in private buffer with /me command Sebastien Helleu 2005-04-07 18:58:01 +00:00
  • 38505d02dd Fixed display bug with "-MORE-" in private or server buffers Sebastien Helleu 2005-04-05 18:21:01 +00:00
  • 20dcc4f56e Fixed crash when purging old DCC Sebastien Helleu 2005-04-03 17:12:12 +00:00
  • 36b2e10497 Fixed crash with 64-bits arch (like AMD64) when converting UTF-8, added weechat version in log at startup Sebastien Helleu 2005-03-24 16:42:24 +00:00
  • cec88e0047 "FIFO pipe" chapter translated to spanish Sebastien Helleu 2005-03-21 21:57:16 +00:00
  • 3198879ff2 Added missing IRC command 307 Sebastien Helleu 2005-03-21 06:18:03 +00:00
  • 88a6fc7f16 Updated file Sebastien Helleu 2005-03-20 10:17:30 +00:00
  • fbcd5b3673 Remove compilation in parent dir for gui dir Sebastien Helleu 2005-03-20 10:09:42 +00:00
  • 7fe5afe3cb Check return codes in autogen.sh, remove compilation in parent dir for gui dir Sebastien Helleu 2005-03-20 10:04:51 +00:00
  • 212ca071c6 Version 0.1.2-cvs Sebastien Helleu 2005-03-20 09:52:24 +00:00
  • f5074da156 Version 0.1.1 v0.1.1 release-0-1-1 Sebastien Helleu 2005-03-20 07:22:53 +00:00
  • a23af790df Option irc_away_check is now 0 by default (waiting for fix) Sebastien Helleu 2005-03-20 07:19:16 +00:00
  • 6d1d1a7b90 Fixed display bug when halfop flag is set/unset Sebastien Helleu 2005-03-17 21:40:54 +00:00
  • 0b78294f1a Added /halfop & /dehalfop commands, fixed halfop display bug in nicklist Sebastien Helleu 2005-03-16 21:49:49 +00:00
  • 2580406aa7 Fixed translation Sebastien Helleu 2005-03-15 22:52:18 +00:00
  • bbd4011020 Added nicks count for channel buffers Sebastien Helleu 2005-03-15 21:15:36 +00:00
  • 1524432007 More explicit message when channel or nick not found Sebastien Helleu 2005-03-15 19:01:58 +00:00
  • 09242c3ba6 Added /ban, /unban and /kickban commands, fixed /kick command Sebastien Helleu 2005-03-13 23:36:45 +00:00
  • bba97304a0 Do not highlight server buffer for notices from memoserv Sebastien Helleu 2005-03-13 09:22:48 +00:00
  • 32851b7758 Do not highlight server buffer for notices from nickserv and chanserv Sebastien Helleu 2005-03-13 09:05:53 +00:00
  • 4322501ebd Fixed /invite command (and now invite requests are displayed) Sebastien Helleu 2005-03-12 20:08:08 +00:00
  • 39d14185a1 FIFO command/text not authorized on special buffers like DCC Sebastien Helleu 2005-03-12 18:52:29 +00:00
  • c3f5e88286 Added FIFO pipe for remote control Sebastien Helleu 2005-03-12 03:16:30 +00:00
  • 89c311646f Updated doc Sebastien Helleu 2005-03-11 20:05:43 +00:00
  • bcd4623a6d Added WeeChat & IRC commands to doc Sebastien Helleu 2005-03-10 17:30:34 +00:00
  • 8270b50548 Added spanish doc Sebastien Helleu 2005-03-10 17:28:52 +00:00
  • 6e253245fe Fixed some commands help for doc Sebastien Helleu 2005-03-10 17:20:14 +00:00
  • 47d03e7dee Fixed list of commands output Sebastien Helleu 2005-03-10 15:49:49 +00:00
  • 9fbd33faaf Added --irc-commands and --weechat-commands command line options Sebastien Helleu 2005-03-10 15:40:18 +00:00
  • 5301c75021 Fixed type used for Mac OS (replaced uint32_t by u_int32_t) Sebastien Helleu 2005-03-10 14:49:50 +00:00
  • 7f165b4c7c Display "Disconnected" only on connected servers Sebastien Helleu 2005-03-09 13:59:12 +00:00
  • 9526e4a79d Fixed crash when cancelling DCC CHAT that was not started Sebastien Helleu 2005-03-09 13:56:05 +00:00
  • 2b79d0fe5c Properly display CTCP SOUND on channel Sebastien Helleu 2005-03-07 19:21:28 +00:00
  • de43c7984a Fixed bug in server messages parser Sebastien Helleu 2005-03-06 22:28:11 +00:00
  • f78eb88e5a Crash message modified Sebastien Helleu 2005-03-06 20:56:24 +00:00