Commit graph

  • f3e4224748 --more-- in statusbar should now work right. Timo Sirainen 2000-06-02 00:19:11 +00:00
  • 6519b1ba58 Or actually :) SIGINT shouldn't be ignored, it's used to detect Ctrl-C... Timo Sirainen 2000-06-01 23:33:47 +00:00
  • 676673e960 Removed "ignore_sigquit" and added "ignore_signals" instead. You can ignore signals: hup, int, quit, term, pipe, alrm, usr1, usr2 Timo Sirainen 2000-06-01 23:30:40 +00:00
  • defb53e6ce "ignore_sigquit" setting - when enabled, ignore SIGQUIT signals. ncurses does this when pressing ctrl-4. With some terminals, there's no meta key and you'll have to use ctrl-3 instead which is pretty close to 4.. Timo Sirainen 2000-06-01 23:11:31 +00:00
  • c7fbd670e6 /server -add messed up everything when modifying existing servers. Now it also changes only the specified settings in the server instead of replacing it entirely. Timo Sirainen 2000-06-01 18:04:34 +00:00
  • b4a9ee1966 Some strange servers replied to MODE #chan1,#chan2 with "Cannot join channel (illegal name)". IMHO this is not a logical reply from server.. fixed, anyway. Timo Sirainen 2000-06-01 17:36:39 +00:00
  • bb5d6a730b crashed when reconnecting to server that didn't automatically set any user mode (I _did_ fix this a week ago, what happened to it?) Timo Sirainen 2000-06-01 17:31:03 +00:00
  • f741a73ad4 /BAN * and /UNBAN * equals to /BAN * * or /UNBAN * *, so you don't have to write the * twice when banning/unbanning everyone.. Timo Sirainen 2000-06-01 17:22:17 +00:00
  • 4dd5c50390 match_wildcards() didn't work right if data contained '*' characters and we were matching it to '*'.. Timo Sirainen 2000-06-01 17:17:45 +00:00
  • 6233d6d9bf Leaving from some channel didn't update status bar. Timo Sirainen 2000-06-01 17:08:30 +00:00
  • 7a255bf839 forgot these from /MOTD fix.. Timo Sirainen 2000-06-01 17:07:32 +00:00
  • 1b297770a0 Manually asking /MOTD didn't work if we had skip_motd setting enabled Timo Sirainen 2000-06-01 16:55:15 +00:00
  • 9bbd284721 /topic -d [#channel] clears the topic. Timo Sirainen 2000-06-01 16:49:19 +00:00
  • 6046bf4c5b /ignore -asd tried to print "unignored" text with NULL argument. Timo Sirainen 2000-06-01 16:48:20 +00:00
  • e5385ceb35 cmd_get_params() fixes: Timo Sirainen 2000-06-01 16:46:50 +00:00
  • bf8616ee26 /userhost command didn't work ("unknown command"), and sending it with /quote userhost crashed. Timo Sirainen 2000-06-01 15:04:41 +00:00
  • 70cc8afa4a when nick is quitting only from one channel, don't print the channel's name. Timo Sirainen 2000-05-30 14:54:36 +00:00
  • ed14019530 Sending files through botnet works. Timo Sirainen 2000-05-29 23:31:48 +00:00
  • 9747762593 bugfixes Timo Sirainen 2000-05-29 17:34:47 +00:00
  • 329fbd3ee8 signal_stop_by_name() didn't work Timo Sirainen 2000-05-29 17:10:22 +00:00
  • 93173356bb --with-modules=xxx builds now specified extra modules to irssi binary. memdebug (if enabled) doesn't now by default check for buffer overflows since it's a huge slowup. Timo Sirainen 2000-05-29 16:37:00 +00:00
  • 4255d6c075 User changes are sent to botnet. Botnet commands are automatically sent forward unless you stop it with signal_stop_by_name("botnet event"). Timo Sirainen 2000-05-29 12:47:25 +00:00
  • 59d47df22d msgs window was irc server specific - messages from other irc servers were displayed in active window. Timo Sirainen 2000-05-29 00:32:48 +00:00
  • 8c06612a28 text buffer fixes Timo Sirainen 2000-05-28 22:53:35 +00:00
  • 34c127babe Long lines sometimes had some colors displayed wrong. Timo Sirainen 2000-05-27 14:51:58 +00:00
  • 64e67302ea Netsplit messages are now printed with QUITS message level. Timo Sirainen 2000-05-27 13:49:29 +00:00
  • b6cadd5388 fixed a crash (first cvs commit in home for 2 months :) Timo Sirainen 2000-05-26 15:28:13 +00:00
  • dc61a24934 Didn't work, fixed. Timo Sirainen 2000-05-25 17:41:26 +00:00
  • 64810700e2 Didn't compile with IPv6 support. Timo Sirainen 2000-05-25 17:12:44 +00:00
  • 555a2bf929 Print nicks who quit IRC in netsplit message. See netsplit section in docs/manual.txt for more information. Timo Sirainen 2000-05-25 16:40:25 +00:00
  • c39c27a1ff If we couldn't connect to any of our uplinks, wait for 5 minutes and try again. Timo Sirainen 2000-05-25 14:34:40 +00:00
  • 2440a5b0b6 Unline glib.h tells, g_getenv() doesn't return newly allocated string after all.. Timo Sirainen 2000-05-25 13:54:43 +00:00
  • d1a15dcfe8 s/Gnome/Irssi/g Timo Sirainen 2000-05-25 13:29:58 +00:00
  • 71e4687a76 If line didn't have a color change code at the beginning, it could have been printed with wrong color. Timo Sirainen 2000-05-25 13:27:17 +00:00
  • 5896d8350d When connecting, USER's second (and third?) parameters sometimes are meaningful, server won't let more than one people in from host specified in second parameter. Since irssi always set both of these to "-", only one Irssi could connect to the server. Timo Sirainen 2000-05-25 13:15:57 +00:00
  • 69d15cfd79 If server's host name lookup fails, don't try to reconnect back to it. Timo Sirainen 2000-05-25 13:09:22 +00:00
  • 9c8516f2ee irc/irc.c and fe-common/irc/irc-modules.c are generated by configure Timo Sirainen 2000-05-25 12:58:59 +00:00
  • 6e2f0ec988 "/ text" sends "text" to active channel. Timo Sirainen 2000-05-25 12:58:14 +00:00
  • 96020e6999 With some systems Irssi didn't notice if connect() failed. Timo Sirainen 2000-05-25 12:52:38 +00:00
  • 48b409ea14 /set max_textbuffer_lines changed to /set scrollback_lines and /set scrollback_hours - this means that keep scrollback usually max. x lines, but allow more if the text is newer than n hours. Timo Sirainen 2000-05-25 12:24:09 +00:00
  • 76605ad0ae Added bot plugin, it also has almost-functional botnet. Timo Sirainen 2000-05-25 11:30:47 +00:00
  • 487da41745 now other than long nicks in NAMES list were displayed wrong. changed back to old behaviour, but added a small kludge.. Timo Sirainen 2000-05-25 11:11:23 +00:00
  • 665963703b NAMES list crashed with long nicks .. hope it doesn't crash now somewhere else :) Timo Sirainen 2000-05-25 10:59:22 +00:00
  • 8f341a9308 timestamp_timeout setting is integer, not boolean Timo Sirainen 2000-05-19 09:17:53 +00:00
  • ae25925a1f Some logging fixes. Flood checking had a memory leak. Query had a small memory leak. Text buffer fixes. Timo Sirainen 2000-05-18 08:46:56 +00:00
  • a0aa649368 /mode #channel -k key now removes the "+k" mode too instead of just setting the channel key to NULL. Timo Sirainen 2000-05-17 09:42:31 +00:00
  • 0ce6aa720c /PART <message> displays the whole message now, not just the first word Timo Sirainen 2000-05-17 09:32:46 +00:00
  • 45788e7788 Also print the "CTCP TIME received" to screen :) Timo Sirainen 2000-05-15 15:32:27 +00:00
  • ffaab13c8b Irssi will reply to CTCP TIME request. Timo Sirainen 2000-05-15 15:22:28 +00:00
  • b7074d7401 - update all po files. kloczek 2000-05-15 15:22:20 +00:00
  • bb38ae3bc7 - back all .po files and fill back ALL_LIGUAS variable. kloczek 2000-05-15 15:21:34 +00:00
  • 1ca75fb191 removed pot files since they only give warnings when running autogen.sh - if they're needed back they're always in irssi 0.7.28 sources or in cvs's history.. Timo Sirainen 2000-05-15 14:25:36 +00:00
  • c3a45ce00e bugfix Timo Sirainen 2000-05-15 14:22:34 +00:00
  • 20af1dfcfe bugfix Timo Sirainen 2000-05-15 08:40:46 +00:00
  • cbdaf7d06d Lots of changes again. Biggest ones: - window's text buffer should work better - themes are almost working, you can change the text formats with /format - automatically try to rejoin the channel after 5 minutes if the join there failed because it was "temporarily unavailable" (netsplits) - generally cleaning code.. Timo Sirainen 2000-05-15 08:25:45 +00:00
  • 969cfe8abc Display CTCP REPLY in a channel with a different text format than private CTCP replies Timo Sirainen 2000-05-12 15:37:34 +00:00
  • f45ca3a109 added irssi-config Timo Sirainen 2000-05-10 13:59:03 +00:00
  • bb4d7566c2 iconfig's caching was a bit buggy - it didn't notice if some config node was removed. Timo Sirainen 2000-05-10 13:57:42 +00:00
  • afc4fbc223 If lag checking period was long, Irssi displayed the (??) until the lag was checked again. Timo Sirainen 2000-05-10 13:01:26 +00:00
  • ae5c4164c8 Netsplit displays the IRC network where it happened Timo Sirainen 2000-05-10 12:47:22 +00:00
  • d729474195 /LAST didn't work when window's max. number of lines was full + a few cleanups. Timo Sirainen 2000-05-10 12:38:00 +00:00
  • ee254bd146 DCC SEND fixed Timo Sirainen 2000-05-10 11:32:21 +00:00
  • 58aaae794e IRCNet specific nick name wasn't used Timo Sirainen 2000-05-10 11:31:24 +00:00
  • 749640e793 /MODE was buggy Timo Sirainen 2000-05-10 11:29:55 +00:00
  • 240df09c45 A few more bugfixes to make /window prev work.. :) Timo Sirainen 2000-05-10 10:00:01 +00:00
  • 36421bb11b /window prev didn't work because of small "typo". Timo Sirainen 2000-05-10 09:26:39 +00:00
  • 00b03e8c01 window next in last window jumps to first window window prev in first window jumps to last window Timo Sirainen 2000-05-09 13:24:13 +00:00
  • e33da25e8a /dehilight fixes Timo Sirainen 2000-05-09 13:14:07 +00:00
  • ef6b0a1ad9 Ctrl-D = delete Ctrl-K = erase the rest of the line (patches by Tommi Komulainen) Timo Sirainen 2000-05-09 12:55:38 +00:00
  • 549d504b92 typo fixed Timo Sirainen 2000-05-09 12:53:54 +00:00
  • 93d6032151 - Compiling fixes - GNOME version isn't anymore build here so you don't need all that GTK and GNOME crap to compile irssi-text. - Some fixes to compile with -ansi -pedantic Timo Sirainen 2000-05-09 11:42:42 +00:00
  • 90ff30fcd0 Removed the "No such window" message - it was annoying :) Timo Sirainen 2000-05-05 22:34:46 +00:00
  • 4ca7184955 Fixed a crash Timo Sirainen 2000-05-05 20:15:57 +00:00
  • d3dc9a1307 .. lots of changes .. Timo Sirainen 2000-05-04 10:32:42 +00:00
  • bacfcb060c It tried to autorejoin back to channel even if someone else was kicked.. Timo Sirainen 2000-04-28 11:00:53 +00:00
  • 576d5d6a7b Implemented Irssi::Window::command(), Irssi::Windowitem::command() Timo Sirainen 2000-04-28 09:16:14 +00:00
  • eea919678c /ban and /invite crashed, /mode didn't work. ctcp.c doesn't need irssi-version.h Timo Sirainen 2000-04-28 09:02:44 +00:00
  • 280bdd6ee4 Updated pot files - now that there's no working gnome version the pot file is only 92 lines :) Timo Sirainen 2000-04-28 08:33:34 +00:00
  • 8cfcd1b40f Removed the N_() from module formats, the internationalization should be done in theme files instead of in pot files.. Timo Sirainen 2000-04-28 08:25:53 +00:00
  • a5a66264de Perl working again, better than ever (unless there's bugs :) Timo Sirainen 2000-04-28 08:07:42 +00:00
  • 9cbf26d519 If we return with cmd_param_error() or cmd_return_error(), call signal_stop() so if the command is bound multiple times (like core, which does the functionality and fe-common which prints the texts) it won't print the error message ever twice. Timo Sirainen 2000-04-27 12:21:37 +00:00
  • 242a9c17df after doing /INVITE nick #channel - instead of printing just "nick #channel", print "Inviting nick to #channel" Timo Sirainen 2000-04-27 12:10:38 +00:00
  • b90d2e9cc2 show_quit_once displayed the quit window always in active window. now it's displayed in first window that contains a channel where the nick was. Timo Sirainen 2000-04-27 12:02:54 +00:00
  • 142025467e Setting window's prompt didn't check that the window was active -> some other window's prompt could sometime appear in screen. Timo Sirainen 2000-04-27 11:48:05 +00:00
  • 7bd9e701fa updates Timo Sirainen 2000-04-27 11:45:50 +00:00
  • 642a4525d4 updated aliases, added #irssi/efnet Timo Sirainen 2000-04-27 11:44:55 +00:00
  • a94e6e735c Fixes for servers that replied to WHO #a,#b with 403 message. Timo Sirainen 2000-04-27 11:38:52 +00:00
  • 849c091ac4 Removed several header files that only had xxx_init(); xxx_deinit(); - moved them to the .c file where they were called. Timo Sirainen 2000-04-27 10:31:14 +00:00
  • d769109f57 joining to multiple channels at once crashed Timo Sirainen 2000-04-27 09:48:06 +00:00
  • b1e041435e missing query_init(), query_deinit() Timo Sirainen 2000-04-27 09:19:34 +00:00
  • 9471d16ba3 Query: sending msg displayed msg[nick] instead of the plain <nick> Nick's address didn't show up in topic bar Timo Sirainen 2000-04-27 08:05:51 +00:00
  • 79dbc156b6 Delete key works again Timo Sirainen 2000-04-26 10:22:52 +00:00
  • be0ccafd36 same user mode problem fixed with reconnects Timo Sirainen 2000-04-26 10:19:57 +00:00
  • d4195b31a2 crashed with servers that didn't automatically set any user mode Timo Sirainen 2000-04-26 10:13:29 +00:00
  • 2b711f1383 updates Timo Sirainen 2000-04-26 09:43:45 +00:00
  • 9044f31921 fixes Timo Sirainen 2000-04-26 09:37:31 +00:00
  • 00c2388666 fixed Timo Sirainen 2000-04-26 09:19:03 +00:00
  • 94b37a898b and the docs Timo Sirainen 2000-04-26 08:11:21 +00:00
  • d29ca0b107 rest of the ~rewrite? Timo Sirainen 2000-04-26 08:10:09 +00:00
  • c95034c6de ..adding new files.. Timo Sirainen 2000-04-26 08:03:38 +00:00