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

Commit Graph

  • ae0e17cfe2 Commands allowed when not connected to any server, fixed get_config: now needs exact option name to return value Sebastien Helleu 2006-02-17 14:59:07 +00:00
  • d69c634d2f Fixed typos Sebastien Helleu 2006-02-17 14:58:01 +00:00
  • 14c9afb990 fix typo in parsing args for weechat_python_add_command_handler Emmanuel Bouthenot 2006-02-16 21:14:36 +00:00
  • c491b39388 Updated doc, renamed functions in plugins API Sebastien Helleu 2006-02-16 20:27:28 +00:00
  • 8855d39f44 make possible to log with plugins / scripts Emmanuel Bouthenot 2006-02-16 16:10:25 +00:00
  • 91af3fe728 Updated translations Sebastien Helleu 2006-02-16 10:19:07 +00:00
  • a62a002522 clean code while parsing commands in server_command and make possible to run many (irc or weechat) commands with alias Emmanuel Bouthenot 2006-02-16 09:51:08 +00:00
  • f79653db8e Updated czech translations Sebastien Helleu 2006-02-14 08:02:47 +00:00
  • 0538215157 Updated doc for server_command setting Sebastien Helleu 2006-02-12 22:12:05 +00:00
  • fa02f128ec make possible to run more than one command when connecting to server Emmanuel Bouthenot 2006-02-12 21:50:31 +00:00
  • 06ecdfdd35 fix some crash (unprotected code execution) and display some kind of backtrace when errors occurs Emmanuel Bouthenot 2006-02-12 01:33:36 +00:00
  • 00eef1c1bc clean some code Emmanuel Bouthenot 2006-02-12 01:31:35 +00:00
  • e7fd1a0cb7 Auto-detect all components, and compile if found by default Sebastien Helleu 2006-02-11 10:11:10 +00:00
  • 321a8a65ad Added Lua Sebastien Helleu 2006-02-11 10:10:26 +00:00
  • e7f730387f Enable plugins compilation if Lua is enabled (like Perl/Python/Ruby) Sebastien Helleu 2006-02-11 10:09:59 +00:00
  • e4eeaaf1dd clean code to avoid warning and errors when compiling with gcc-2.95 Emmanuel Bouthenot 2006-02-10 12:44:10 +00:00
  • 4c34ac5d8f Added Lua script plugin Sebastien Helleu 2006-02-09 20:47:16 +00:00
  • 73990d8caa fix weechat_lua_remove_handler : now really use function args Emmanuel Bouthenot 2006-02-09 10:50:46 +00:00
  • d4e755a641 fix weechat_lua_add_message_handler : now really use function args Emmanuel Bouthenot 2006-02-09 10:33:48 +00:00
  • 4a4daf6931 Added lua script plugin, new functions in plugins API Sebastien Helleu 2006-02-08 21:37:17 +00:00
  • 8ddc5afb21 adding lua plugin/scripts support Emmanuel Bouthenot 2006-02-08 13:14:23 +00:00
  • a5cef6abde lua plugin/scripts support Emmanuel Bouthenot 2006-02-08 12:06:24 +00:00
  • 13a6d5b833 adding lua plugin/script Emmanuel Bouthenot 2006-02-08 11:49:04 +00:00
  • 47b7b1d578 Added new API functions for scripts (list of servers, channels, nicks) Sebastien Helleu 2006-02-08 11:13:49 +00:00
  • c0a7e4445c Added hungarian translation (thanks to voroskoi) Sebastien Helleu 2006-02-08 10:27:10 +00:00
  • 80d6b1d952 Fixed XML typos Sebastien Helleu 2006-02-07 21:10:11 +00:00
  • 75eb47ee9e Added new plugins API functions (get_server_info, free_server_info, get_channel_info, free_channel_info, get_nick_info, free_nick_info) Sebastien Helleu 2006-02-05 20:57:42 +00:00
  • 6013e43292 Minor changes on server/channel/nick info API functions Sebastien Helleu 2006-02-04 15:25:18 +00:00
  • 9150cff430 fix minor bugs while detecting lua Emmanuel Bouthenot 2006-02-03 08:31:15 +00:00
  • 480974b8de Gtk GUI changes, now compile is ok Sebastien Helleu 2006-02-03 00:36:03 +00:00
  • abeb5a2f48 Move previous GNU/hurd fix Add lua script/plugin (detect libs and headers) Emmanuel Bouthenot 2006-02-03 00:29:38 +00:00
  • 4aac135244 fix a missing link in GNU/Hurd by force linking with pthread Emmanuel Bouthenot 2006-02-01 07:33:34 +00:00
  • f222a6ad7a extending plugins/scripts API by adding get_server_info, get_channel_info and get_nick_info Emmanuel Bouthenot 2006-01-31 13:54:27 +00:00
  • fe5731dc84 Added options "look_open_near_server" and "look_nick_complete_first" (patch from Gwenn) Sebastien Helleu 2006-01-30 20:42:53 +00:00
  • 70ad116c0f Added options "look_open_near_server" and "look_nick_complete_first" (patch from Gwenn) Sebastien Helleu 2006-01-30 20:22:40 +00:00
  • 99a3434733 Fixed bug with elapsed time when away if computer clock was changed (displays 0 if elapsed time is negative) Sebastien Helleu 2006-01-26 16:49:21 +00:00
  • 0e91f0c208 Fixed bug with /upgrade when servers buffer (with one buffer for all servers) is moved to buffer # > 1 Sebastien Helleu 2006-01-26 13:57:27 +00:00
  • 7711d548c0 Fixed typos Sebastien Helleu 2006-01-26 11:18:59 +00:00
  • a7479272f0 Fixed bug with "get_dcc_info" plugin interface function Sebastien Helleu 2006-01-26 10:18:50 +00:00
  • 2e1c6023d7 Fixed bug with option "irc_away_check_max_nicks" (now channels are refreshed when nicks count changed) Sebastien Helleu 2006-01-26 10:04:57 +00:00
  • 464fc8abdf Added new scroll keys for a few lines up/down (default: meta-pgup/pgdn) (patch from Pistos) Sebastien Helleu 2006-01-25 17:52:11 +00:00
  • 1e4c1a7073 Fixed compilation problem with debug messages Sebastien Helleu 2006-01-25 17:09:24 +00:00
  • 1607c44e75 Added new option "irc_away_check_max_nicks" to disable away check on channels with high number of nicks (patch from Gwenn) Sebastien Helleu 2006-01-25 10:31:22 +00:00
  • 364d774ded Added new command line argument for setting WeeChat homedir (-d or --dir) (patch from Gwenn) Sebastien Helleu 2006-01-25 08:55:24 +00:00
  • 6972b057d9 Fixed bug with charset in infobar highlights Sebastien Helleu 2006-01-24 15:08:03 +00:00
  • 8cd8410448 Fixed bugs: buffer detection in plugins/scripts commands, and /history command Sebastien Helleu 2006-01-22 21:30:19 +00:00
  • 1cbdbffa40 Update debian packaging Julien Louis 2006-01-22 18:34:32 +00:00
  • 3c16d49d2d Added some info for commands and options help Sebastien Helleu 2006-01-21 21:26:24 +00:00
  • 083ede73fd Added command line section in doc Sebastien Helleu 2006-01-21 16:49:25 +00:00
  • 5aeb7921fe Added option "irc_show_away_once", to show away message only once in pv Sebastien Helleu 2006-01-21 11:56:58 +00:00
  • e907b3b7a5 Version 0.1.8-cvs Sebastien Helleu 2006-01-14 13:05:25 +00:00
  • be6594afb7 Version 0.1.7 v0.1.7 release-0-1-7 Sebastien Helleu 2006-01-14 12:09:38 +00:00
  • f6d46b8792 Reverse order for unloading plugins (fixes crash on FreeBSD) Sebastien Helleu 2006-01-14 12:09:04 +00:00
  • 83852ca3ab Fixed charset decoding bug when displaying topic of a channel Sebastien Helleu 2006-01-14 08:26:10 +00:00
  • a4695f5ba2 New values for "irc_display_away" (off, local, channel) Sebastien Helleu 2006-01-12 15:05:35 +00:00
  • 8c54d55611 Fixed msg command (now allowed in private buffer with "*" as target) Sebastien Helleu 2006-01-10 08:52:09 +00:00
  • 8b5137ddeb Fixed bug with alt+k followed by an UTF-8 char coded on more than one byte Sebastien Helleu 2006-01-08 22:08:24 +00:00
  • b3b1ab104b Fixed hotlist display bug with server buffer when all servers are displayed on same buffer (display was current server instead of server with activity) Sebastien Helleu 2006-01-08 19:26:51 +00:00
  • 05992a34f3 Encode commands like text with channel's encoding charset Sebastien Helleu 2006-01-08 19:13:59 +00:00
  • 224cd3ff59 Updated translations Sebastien Helleu 2006-01-08 01:24:49 +00:00
  • b1f83dce8a Removed "irc_default_msg_away" setting, for RFC 2812 conformity (/away command wihtout argument only removes away status) Sebastien Helleu 2006-01-08 01:22:25 +00:00
  • dd39ac2432 Fixed infobar_printf interface function, security problem with string format Sebastien Helleu 2006-01-08 00:07:24 +00:00
  • 05456cc54e Fixed infobar_printf interface function, security problem with string format Sebastien Helleu 2006-01-07 23:58:07 +00:00
  • 3fd569a83e Fixed refresh bug with Solaris when term size is changed Sebastien Helleu 2006-01-07 23:54:22 +00:00
  • 978efc0d4f Secured some code with color management in messages Sebastien Helleu 2006-01-07 23:44:19 +00:00
  • b409b42470 Updated BUGS Sebastien Helleu 2006-01-06 12:51:14 +00:00
  • 0369660c0e Option "irc_display_away" is now set to OFF by default Sebastien Helleu 2006-01-05 10:26:27 +00:00
  • 457c786fbe Fixed typos in doc Sebastien Helleu 2006-01-04 14:12:44 +00:00
  • 4d62625894 New year in copyright, FSF address changed Sebastien Helleu 2006-01-04 08:56:00 +00:00
  • d875b52124 Updated ChangeLog Sebastien Helleu 2006-01-03 15:10:17 +00:00
  • 1704595452 Added XML files needed by XML doc Sebastien Helleu 2006-01-02 22:31:18 +00:00
  • d06e847efe Added a contributor Sebastien Helleu 2006-01-02 22:18:25 +00:00
  • b10b53c689 Replaced Texinfo doc by XML Docbook Sebastien Helleu 2006-01-02 22:16:54 +00:00
  • 96a9a1df90 Replaced Texinfo doc by XML Docbook Sebastien Helleu 2006-01-02 22:08:41 +00:00
  • 70e0f05ff2 oops, really commit the corrected file Julien Louis 2005-12-26 15:40:55 +00:00
  • 43093b13fa Proofreading by Guillaume Delacour Julien Louis 2005-12-26 15:35:25 +00:00
  • c771db23fe Added missing translations Sebastien Helleu 2005-12-25 11:20:46 +00:00
  • 18e47000f4 Added uptime save in session file (for /upgrade command) Sebastien Helleu 2005-12-25 10:40:52 +00:00
  • ac8c68bd68 Added spanish translations Sebastien Helleu 2005-12-25 09:33:30 +00:00
  • 4f0dc2984b Added color for windows separators, fixed minor refresh bug when changing some colors Sebastien Helleu 2005-12-22 16:33:04 +00:00
  • 88ee7addbc Removed "&" for XML doc Sebastien Helleu 2005-12-21 13:57:04 +00:00
  • d3bfff3d65 Fixed typos in some command helps ("&" now forbidden for XML doc) Sebastien Helleu 2005-12-21 11:39:49 +00:00
  • b0d10367d3 Fixed typo Sebastien Helleu 2005-12-21 00:10:27 +00:00
  • 63d728a6a1 Added Czech translations Sebastien Helleu 2005-12-20 23:53:14 +00:00
  • 503350f46b Changed some command outputs for doc Sebastien Helleu 2005-12-20 14:37:35 +00:00
  • 7c1c8cd874 Fixed completion bugs with nick completion in commmands ("%n") Sebastien Helleu 2005-12-20 11:47:24 +00:00
  • d280bf2a92 Fixed segfault when changing buffer number with only one buffer Sebastien Helleu 2005-12-19 10:20:33 +00:00
  • f4513bbadd Added include of <sys/types.h> for time_t Sebastien Helleu 2005-12-18 23:46:15 +00:00
  • 77b504cd3f Fixed encoding bug ("encode" var was not used since new command /charset was introduced) Sebastien Helleu 2005-12-18 00:22:51 +00:00
  • 04fda8a314 Fixed FIFO pipe buffer detection, away message (301) now displayed in query if exists, otherwise on server buffer Sebastien Helleu 2005-12-17 11:54:41 +00:00
  • d5b58ff068 Added completion system for plugins/scripts commands, fixed plugins autoload Sebastien Helleu 2005-12-16 14:16:03 +00:00
  • 6eabc3aa61 Added missing args for add_command_handler Sebastien Helleu 2005-12-15 12:44:25 +00:00
  • c08c40a1c6 use AC_PATH_PROGS instead of AC_PATH_PROG for binary search Julien Louis 2005-12-15 12:32:36 +00:00
  • 1c4056a3b6 Added missing #ifdef HAVE_GNUTLS Sebastien Helleu 2005-12-12 14:05:18 +00:00
  • 756f7354e9 Added up/down/left/right args to /window command completion, help & doc Sebastien Helleu 2005-12-12 11:38:15 +00:00
  • ceaf9fa287 Fixed minor bug with session reload (nicks count for channels now ok) Sebastien Helleu 2005-12-11 14:33:02 +00:00
  • 54baad1848 After a /upgrade, load session before plugins Sebastien Helleu 2005-12-11 13:59:50 +00:00
  • 11da868d70 Upgrade when one or more servers are connected with gnutls (SSL) is now forbidden (temporary solution while gnutls save/load thru session is not ok) Sebastien Helleu 2005-12-11 13:56:39 +00:00
  • acb40634b0 fix: shutdown function was not lauched Emmanuel Bouthenot 2005-12-11 10:56:13 +00:00
  • 290c603321 Fixed bug with windows/buffers and some commands manipulating current window Sebastien Helleu 2005-12-11 10:41:55 +00:00