Commit graph

  • bdbfada744 Remove unneeded templates. Emanuele Giaquinta 2006-09-08 19:00:01 +00:00
  • 8350136f26 Remove call to AC_ARG_PROGRAM, AM_INIT_AUTOMAKE calls it for us. Emanuele Giaquinta 2006-09-08 18:58:04 +00:00
  • 249b7bf4e7 Remove --with-ncurses option, it collides with the one from curses.m4. Emanuele Giaquinta 2006-09-08 16:42:44 +00:00
  • 7e7c841ead Don't get confused by a join command with too many arguments; keys can't have spaces in them. (Bug 437) Wouter Coekaerts 2006-08-20 17:56:06 +00:00
  • 59f91046c1 don't wait for all /names replies before syncing if we can't combine queries anyways. Patch by jilles Wouter Coekaerts 2006-08-20 13:40:03 +00:00
  • dee4238e9b compile with glib1 again Wouter Coekaerts 2006-08-20 13:07:54 +00:00
  • 8b75299729 Merge of cuix back in trunk nattfodd 2006-08-08 21:11:20 +00:00
  • bd3a137c81 reset the PRNG, because a some OSs clear the seed when forking Jochen Eisinger 2006-08-01 20:31:38 +00:00
  • da965109ed Don't assume that 7bit ascii strings are encoded in UTF-8, only validate the strings when they contain octest with highest bit set. (patch by Mikko Rauhala) fixes http://bugs.irssi.org/index.php?do=details&id=392 Valentin Batz 2006-07-25 11:02:10 +00:00
  • 7602b7eff5 Since the fe-common modules are named fe_common_$protocol, the module loader should also check for these files. Jochen Eisinger 2006-07-18 20:07:16 +00:00
  • e76afb528d Fix whois_hide_safe_channel_id: only look at the beginning of a channel name, not in the middle Wouter Coekaerts 2006-05-18 12:33:07 +00:00
  • b1effeb58e Typo fix. Geert Hauwaerts 2006-05-05 13:13:46 +00:00
  • 740987a39b New perl command send_raw_first, patch by ComradeP (Bug 413) Wouter Coekaerts 2006-05-04 10:07:23 +00:00
  • 4de9baf8f1 Removed all srand calls and added a single srand invokation in at startup Jochen Eisinger 2006-03-26 08:42:34 +00:00
  • 47704b800d prefixed all calls to rand() with a call to srand(time(NULL)), so we get halfway random behaviour. Jochen Eisinger 2006-03-25 21:59:57 +00:00
  • 71db22a171 Ignore joins without a nick from broken servers Wouter Coekaerts 2006-03-01 00:02:48 +00:00
  • 461f653d9b sort nicks with custom prefix by the order defined in isupport in /NAMES Wouter Coekaerts 2006-02-20 11:20:57 +00:00
  • 3eedfa4e12 leave parameter count check as it was before Valentin Batz 2006-02-17 23:18:34 +00:00
  • 39d58af912 check the paramcount for DCC RESUME more strictly Valentin Batz 2006-02-17 23:07:02 +00:00
  • 945d10ebb7 make negative scroll_page_count scroll screensize-n lines (Patch by Chris Moore) Wouter Coekaerts 2006-02-01 09:56:42 +00:00
  • 5da4a4fe89 Fix colors with TERM=xterm-{88,256}color, patch by Emanuele Giaquinta Valentin Batz 2006-01-31 19:06:20 +00:00
  • 7e58590958 Only send QUOTE immediately when server didn't yet sent the 001 event Valentin Batz 2006-01-30 18:48:44 +00:00
  • 0d10e2cc06 Fixed a bug where tab-complete didn't worked with utf8/big5 multibyte characters properly Valentin Batz 2006-01-29 22:37:24 +00:00
  • a975788d15 If dcc_own_ip contains IPv4 address, listen only in IPv4. Timo Sirainen 2006-01-28 16:04:44 +00:00
  • f517f0cd46 changed /QUOTE to be sent immediately, since the queueing was changed, it's not possible to do things like /quote PONG :cookie before event 001 has been received (required on some EFNet servers when you haven't got an identd) Valentin Batz 2006-01-26 21:54:02 +00:00
  • df69be65d4 fix segfault on /quit by using a linked list node after freeing it (by Chris Moore) Wouter Coekaerts 2006-01-17 20:20:28 +00:00
  • d6a62c26e6 Fix the Conflicts and Replaces line for sarge backporting Remove the irssi-snapshot dummy packages as they weren't needed for Sid. dpash 2005-12-14 08:38:42 +00:00
  • ced6591f8c 0.8.10 release dpash 2005-12-11 10:15:04 +00:00
  • 9ba78ed12a Release 0.8.10 0.8.10 Wouter Coekaerts 2005-12-11 09:41:15 +00:00
  • 28d4b89af0 Update for 0.8.10rc8 dpash 2005-12-01 09:22:57 +00:00
  • 1c39b58e4a - s/IRCNET/NETWORK/ in manual.txt - update NEWS - Release 0.8.10-rc8 Wouter Coekaerts 2005-11-30 13:49:01 +00:00
  • 0bf5adcb93 Initialize the isupport functions on /upgrade aswell Valentin Batz 2005-11-24 18:17:57 +00:00
  • fb6bdac677 replace guint by gsize for the glib2 version of irssi_ssl_read like it's defined in GIOFuncs for glib2 moved src/fe-text/utf8.* to src/fe-common/core changed get_utf8_char so it returns a status code and the unichar argument pointer to the value that it returned before if there were no errors, so you can check for a negative value an handle the error Valentin Batz 2005-11-23 18:30:22 +00:00
  • 870253e12c removed utf8.c utf8.h, going to move them from src/fe-text to here Valentin Batz 2005-11-23 18:17:11 +00:00
  • c9e1246200 g_log_set_default_handler() came only in glib 2.6.0. Don't use it for older glibs. Timo Sirainen 2005-11-20 14:33:32 +00:00
  • 342141fcb2 If transliterations don't work in the system (eg. Solaris), don't allow recode_transliterate setting to be enabled. Timo Sirainen 2005-11-19 18:13:18 +00:00
  • 5178a643bb With GLIB2 hook all glib logging functions no matter what the domains are. Timo Sirainen 2005-11-19 17:28:50 +00:00
  • 429bb1e05b Using "/VER" in channel now doesn't directly ask CTCP VERSION from it. Channel name or "*" is required as parameter. It still works in query though. Timo Sirainen 2005-11-19 16:44:28 +00:00
  • 2e75479637 Default recode_transliterate to yes Timo Sirainen 2005-11-19 16:15:55 +00:00
  • 227b7dbb5e Default to IPv6 enabled Timo Sirainen 2005-11-19 16:14:37 +00:00
  • 638794878d When looking up IP addresses, return random IP instead of the first one. Timo Sirainen 2005-11-19 16:12:40 +00:00
  • f9345a7d3c Fixed return code of term_init (resulted in segfault with invalid TERM and termcap) Jochen Eisinger 2005-11-15 23:38:01 +00:00
  • 2779edc4f9 Time for 0.8.10-rc7 Wouter Coekaerts 2005-11-09 15:16:43 +00:00
  • 68e4516d0b changed recode_fallback to CP1252 added recode_autodetect_utf8, it's on by default removed settings_remove calls from recode_deinit since I don't see any other internal module doing it Valentin Batz 2005-11-07 19:06:42 +00:00
  • db7e667770 Ahem. And now really fix it. Wouter Coekaerts 2005-11-06 22:05:28 +00:00
  • d7650312c7 Put irc/irc.c and fe-common/irc/irc-modules.c (generated by configure) in builddir instead of source dir (Bug 293) Wouter Coekaerts 2005-11-06 21:19:14 +00:00
  • a2637a3ac0 When glib isn't found, download recent glib version (2.8.3) instead of the old 1.2.10 Wouter Coekaerts 2005-11-03 21:33:32 +00:00
  • a0a30db489 Compile with glib1 again (part of patch from peder). g_unichar_*-ifying (making more things unicode aware) will probably have to wait till .11 Wouter Coekaerts 2005-11-02 21:05:24 +00:00
  • 0e7af32922 Don't crash if receiving broken privmsg without source (which bitlbee can send if you msg yourself) Wouter Coekaerts 2005-11-02 20:40:21 +00:00
  • 5c6b41b686 Clean up default network list: removed smaller networks, added QuakeNet. Removed max_modes because it's sent in isupport, and fix max_kicks for Undernet. Wouter Coekaerts 2005-10-30 20:04:12 +00:00
  • e2502d74c7 Fix configure.in from previous commit, by Emanuele Giaquinta Wouter Coekaerts 2005-10-21 12:48:07 +00:00
  • eae5b2e9de Add AC_DEFINE(HAVE_SOCKS), fixes SOCKSinit in irssi.c, patch by Emanuele Giaquinta Valentin Batz 2005-10-19 17:24:19 +00:00
  • 0f54aa2285 Fix crash on netsplit+join after /upgrade from 0.8.9 Wouter Coekaerts 2005-10-18 19:50:09 +00:00
  • 9548cbfadb Fix warnings caused by r4043 Wouter Coekaerts 2005-10-18 17:43:48 +00:00
  • 9eced80a50 s/with_glib1/want_glib1/ in configure.in, by Emanuele Giaquinta Wouter Coekaerts 2005-10-18 16:20:08 +00:00
  • 5b7df6b3d7 Fix delete_{next,previous}_word bindings, patch by Emanuele Giaquinta Wouter Coekaerts 2005-10-18 11:59:26 +00:00
  • 0b8a23ad63 fixed a bug in recode when target is NULL and really use the recoded string for printing Valentin Batz 2005-10-16 11:16:33 +00:00
  • 4a7107437d fixed recode for actions and added recode for numeric events Valentin Batz 2005-10-15 18:45:25 +00:00
  • 674eec8fd2 Remove the inline declarations, patch by nailbiter Valentin Batz 2005-10-15 08:46:35 +00:00
  • 5c867d6726 * New upstream version * Disable the GnuTLS patch for now. * Added Provides, Replaces and Conflicts for irssi-text and irssi-snapshot dpash 2005-10-13 23:37:36 +00:00
  • d8d47ef37f fixed recoding of own messages. recode after expand_emphasis remove the redundant call to setlocale(LC_CTYPE, ) Valentin Batz 2005-10-12 18:22:14 +00:00
  • fd476e8b31 Make the compiler happy by replacing 'const char *' by 'char *'. Pass the pointer to the SERVER_REC to dcc_ctcp_message. Recode 'own' messages back for printing just before they actually get printed. (ugly but more effective than adding all the signals in fe-recode and doing it there) Replaced SERVER_REC by IRC_SERVER_REC in dcc-chat.c since it's belongs to IRC(makes the compiler happy again). Valentin Batz 2005-10-10 18:32:32 +00:00
  • c701330433 Don't crash with /me in dcc, or dcc message on disconnected server, with recode (Bug 330) Wouter Coekaerts 2005-10-10 10:04:51 +00:00
  • aea901728e Fix compilation with gcc4 and --with-gc, Patch by Michael Poole Wouter Coekaerts 2005-09-29 21:02:31 +00:00
  • 15e39b76b6 - Disable commited patches in debian/patches - update NEWS - Bump version to 0.8.10-rc6 Wouter Coekaerts 2005-09-25 13:36:09 +00:00
  • fd6c2df7f4 don't crash if server sends weird NICK line, patch by Jarno Honkanen (Bug 216) Wouter Coekaerts 2005-09-10 13:30:23 +00:00
  • d5c5883867 fix completion for /format (Bug 143) Wouter Coekaerts 2005-09-10 13:19:20 +00:00
  • f55a35185a Make parse_time_interval recognize negative times. Patch by Danijel Tasov and Elmar Hoffmann (Bug 23) Wouter Coekaerts 2005-09-10 12:51:43 +00:00
  • 262086c781 with unknown (special) lines in whois, display the full content, not just the first parameter (this may include "real content" as well as the description of what that field means) Wouter Coekaerts 2005-09-10 03:23:27 +00:00
  • 4a8ebb150a - rename "whois not found" to "whois try whowas", because that's what needs to be done when the signal is sent (and it doesn't mean whois_not_found should be printed) - rename "whois event noserver" to "whois event not found", because the signal means the nickname wasn't found (but it comes as a "no such server" because it was a /whois nick nick), whois_not_found should be printed, and so it makes sense to also use it for the next fix: - send "whois event not found" for 401, when auto_whowas is off, so the message is displayed correctly (Bug 295) - handle 402 the same with auto_whowas off as with on, (fixes /whois with not existing server specified, with auto_whowas off). - and since the auto_whowas on and off cases are similar now, merge them together, so they stay consistent. Wouter Coekaerts 2005-09-10 01:36:06 +00:00
  • 54a2b99ba8 type -p seems to be a bashism. doing svn --version instead /me blames darix :) Wouter Coekaerts 2005-09-08 13:09:23 +00:00
  • 6ff6947c40 Handle missing svn, and running autogen from the tarball better Use svn from SVN env var if given Revert quotes in messages getting broken from r3709 Wouter Coekaerts 2005-09-08 11:01:21 +00:00
  • 2998ce6daa Implementation of the meta-[cult] (capitalize words, upcase word, downcase word, transpose words) key-bindings from the TODO by Peder Stray Valentin Batz 2005-08-27 22:06:34 +00:00
  • e4a562d9ef moved the _NET_SENDBUF_REC definition out of core/net-sendbuffer.c and irc/proxy/listen.c into core/net-sendbuffer.h Valentin Batz 2005-08-24 19:42:17 +00:00
  • bc91469cf7 replaced net_transmit by net_sendbuffer_send in the irssi-proxy module, there were no checks if the buffer was sent completely with net_transmit Valentin Batz 2005-08-24 19:25:47 +00:00
  • efd4febee6 Document that you have to send a "setup changed" signal after using settings_set_* for someone elses settings Wouter Coekaerts 2005-08-18 12:14:49 +00:00
  • 20bc8df655 Fix notify with more nicks than max_whois_in_cmd (Bug 257), based on patch by Krzysztof Kowalik (Borys) Wouter Coekaerts 2005-08-15 23:04:06 +00:00
  • fa6d77429a Update scripts to most recent version from scripts.irssi.org Wouter Coekaerts 2005-08-15 22:32:26 +00:00
  • 74b4c07223 more faq fixes: s/it's/its/, s/i/I/, and there is away_verbose on scripts.irssi.org, so let's not claim there is no such script public Wouter Coekaerts 2005-08-15 22:18:49 +00:00
  • b402d4989d Update faq: s/term_type/term_charset/ and a bit more verbose Wouter Coekaerts 2005-08-15 22:03:52 +00:00
  • ab56fad967 updated /help recode and NEWS Valentin Batz 2005-08-11 13:07:17 +00:00
  • 8826b63ac2 s/freenode/OFTC/ in the examples (as you might have noticed, we don't really like freenode) Wouter Coekaerts 2005-08-09 21:23:52 +00:00
  • 3fc9d62519 update NEWS and AUTHORS Wouter Coekaerts 2005-08-09 20:29:45 +00:00
  • 9b8cdd724e remove TAG alias because it doesn't work with quotes in the command, and make ATAG alias simpler Wouter Coekaerts 2005-08-09 19:41:06 +00:00
  • e24bcb43df fix minor textbuffer leak, Bug 288 by Toby Wouter Coekaerts 2005-08-05 02:24:29 +00:00
  • a65e346f83 Fixed recode for incoming messages, private messages didn't work properly. (Bug http://bugs.irssi.org/?do=details&id=286) Valentin Batz 2005-08-04 08:41:33 +00:00
  • 6d42a00287 Fix dcc resume crash (only in the rc's and svn) (Bug 287) Wouter Coekaerts 2005-08-01 16:07:22 +00:00
  • 240a7df160 Forgot to add the additional parameter to g_convert_with_fallback (This always happens when I'm applying patches manually :( ) Valentin Batz 2005-07-24 20:01:06 +00:00
  • 56041a3144 Added an option to specify a charset for a whole network. For example /recode add IRCnet iso-8859-1 (http://bugs.irssi.org/index.php?do=details&id=284) Patch by Sergey Safonov. Replaced g_convert by g_convert_with_fallback in recode_in (http://bugs.irssi.org/index.php?do=details&id=241) Patch by Kuang-che Wu. Valentin Batz 2005-07-24 19:16:14 +00:00
  • 547065cb42 Fix /eval recursion crashing (debian/patches/04eval_recurse.dpatch by David Pashley) Wouter Coekaerts 2005-07-17 16:43:18 +00:00
  • 181f00c15e Handle ^Z better (debian/patches/03sigtstp.dpatch by David Pashley, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177108) Wouter Coekaerts 2005-07-17 16:41:23 +00:00
  • 9d609752be Warn people about the lack of certificate verification in the gnutls code. dpash 2005-07-17 16:40:28 +00:00
  • a72e65d9ed Print glib errors nicely (debian/patches/01glib-errors.dpatch by David Pashley) Wouter Coekaerts 2005-07-17 16:40:06 +00:00
  • 11274d03f3 Add inital gnutls support dpash 2005-07-17 14:07:20 +00:00
  • 463b258487 The tr_TR patch has been committed upstream. Don't apply it. dpash 2005-07-17 12:23:37 +00:00
  • cb755a7b70 Add a comment so it doesn't get confused and shift the patch down if it failed to unpatch the previous time dpash 2005-07-17 12:23:05 +00:00
  • 83de9a8649 Update the changelog and dependancies to include information from the old packaging of irssi-text dpash 2005-07-17 11:42:18 +00:00
  • 203b1286fd Add patches to check the binary exists before doing an /upgrade and to stop eval recursive loops dpash 2005-07-17 11:40:58 +00:00
  • ae62c8f9c7 Massively overhaul the debian packaging to bring it up to 0.8.10rc5 dpash 2005-07-15 21:54:15 +00:00
  • a06efdc97c Updated the help file for QUERY, added a Note about using /query without parameters is working like /unquery: Valentin Batz 2005-07-07 18:17:29 +00:00