Commit graph

  • 15667ec7ff GLib errors printed to stderr didn't contain \n Timo Sirainen 2002-04-15 13:52:23 +00:00
  • e03bd9b727 /EXEC -interactive : only numbered /execs should have the % prefix. Timo Sirainen 2002-04-14 16:30:13 +00:00
  • d25bb43043 /WINDOW NAME now ignores if you're setting same name to it without complaining. Timo Sirainen 2002-04-14 16:26:08 +00:00
  • 24c83dcfc4 updated see also Timo Sirainen 2002-04-14 15:43:17 +00:00
  • 5853b321e1 "bold black" -> "dark grey" Timo Sirainen 2002-04-14 13:16:50 +00:00
  • aaa546ab87 typofix Timo Sirainen 2002-04-14 10:10:43 +00:00
  • b8a5152b4f added code tags Timo Sirainen 2002-04-14 10:09:55 +00:00
  • 25115c6e5f statusbar section uses now <pre>, not <ul> Timo Sirainen 2002-04-14 10:06:46 +00:00
  • 3a7e603df5 even more code tags Timo Sirainen 2002-04-14 10:03:42 +00:00
  • 1d2d46baf3 added code-tags and some other updates. Timo Sirainen 2002-04-14 09:56:55 +00:00
  • 607b440627 If some keycombo can't be expanded, add it to state list as-is so it can use existing combos given by GUI. Timo Sirainen 2002-04-13 12:28:01 +00:00
  • 0d89364768 Wrong casting with glib2 fix - GSearchFunc, not GCompareFunc :) Timo Sirainen 2002-04-12 22:58:26 +00:00
  • 5ff21626b2 address parameter was missing from /FORMAT invite, nick_changed, kick and topic. Timo Sirainen 2002-04-12 22:55:10 +00:00
  • d5c15a8ee3 /EXEC -out now sends /msg -nick | -channel so it works properly with silc channels. Timo Sirainen 2002-04-12 19:45:59 +00:00
  • dfed19a3c8 window_change_server() : don't change server if it's being disconnected. fixes a crash with multiple channels being in one windows. Timo Sirainen 2002-04-12 19:41:51 +00:00
  • b1a5d317fa added "how do i autorun scripts" Timo Sirainen 2002-04-12 19:06:18 +00:00
  • aa95b7f305 /SET dcc_autoget_max_size default changed to 0 (disabled) - it's pretty stupid default since no-one wants it anyway Timo Sirainen 2002-04-11 13:54:23 +00:00
  • 9ba2bbd42d PERL_LDFLAGS isn't used anymore, replaced with other PERL_* Timo Sirainen 2002-04-10 02:56:53 +00:00
  • bd00ff54c2 Fixed one error and several warnings with GLIB 2.0 Timo Sirainen 2002-04-10 02:53:06 +00:00
  • ec168a4009 Added CONNECT to "see also" list Timo Sirainen 2002-04-09 21:25:34 +00:00
  • c89ee2a92e Removed the now useless "/window item move" help with /join Timo Sirainen 2002-04-09 19:06:20 +00:00
  • b1a385b2b4 /JOIN #existing_channel jumps to the window where it's joined. Timo Sirainen 2002-04-09 19:05:44 +00:00
  • 5a0d676864 updated comments Timo Sirainen 2002-04-09 05:27:31 +00:00
  • 61e8c12bb5 Irssi::timeout_add() - don't allow smaller values than 10 Timo Sirainen 2002-04-09 05:18:11 +00:00
  • aa5934ade3 DALnet, not DALNet Timo Sirainen 2002-04-06 16:34:21 +00:00
  • 4187402348 workaround for some server that doesn't reply anything to pings. Timo Sirainen 2002-04-05 09:09:30 +00:00
  • 0ccf04f671 updated max_whois properly, changed some values from 100 to 30. Timo Sirainen 2002-04-05 02:43:48 +00:00
  • 5a2e4e810e added PTnet Timo Sirainen 2002-04-05 01:21:08 +00:00
  • 52fee01584 if /CONNECT -! ircnet couldn't connect to first server, next was tried but -! was forgotten. Timo Sirainen 2002-04-03 14:08:52 +00:00
  • dde8f0f486 CLIENTNOTICE and CLIENTERROR shouldn't have been in plural Timo Sirainen 2002-04-01 23:06:54 +00:00
  • 980f3b01c5 print() fix Timo Sirainen 2002-04-01 18:57:40 +00:00
  • 0b232291ef added note about INSTALL file. Timo Sirainen 2002-03-31 19:51:58 +00:00
  • bb3a1787b4 Listen for DCC connections in all interfaces Timo Sirainen 2002-03-31 19:40:40 +00:00
  • bfae72766e Don't set channel->server = NULL when disconnecting, so scripts can still use it in eg. "channel destroyed". Patch by Qrczak Timo Sirainen 2002-03-31 19:07:23 +00:00
  • dc4b7456dc with 10 char usernames, ban "*234567890" instead of "*12345678*" Timo Sirainen 2002-03-31 12:04:57 +00:00
  • 230735f18b bugfix Timo Sirainen 2002-03-24 20:59:37 +00:00
  • 1f1dd3fea8 Added "nothing" action to /BIND. Timo Sirainen 2002-03-24 20:41:07 +00:00
  • 0d26146cf6 Perl's print and printf calls now write the text to irssi's window. You can give the level like a file handle, eg. "print CRAP 'text';". You can also give the window/server/target with $fh = $window->create_handle([level]) and $server->create_handle(target, [level]). Patch by juerd@juerd.nl Timo Sirainen 2002-03-24 19:37:12 +00:00
  • 40bdfc4d70 Input lines are now never destroyed and they're associated to statusbar name, so scripts can now do any statusbar changes without input line being cleared. Timo Sirainen 2002-03-24 19:06:47 +00:00
  • 32815dfbcb alis/noteserv help by pasky Timo Sirainen 2002-03-24 16:47:47 +00:00
  • c9f6f04079 destruct level isn't touched anymore, it crashes irssi with a few people.. Timo Sirainen 2002-03-24 16:35:20 +00:00
  • 4d2fa306db added, patch by pasky Timo Sirainen 2002-03-24 08:02:50 +00:00
  • 1872087642 $topic shouldn't crash if query doesn't have a valid address set yet. Timo Sirainen 2002-03-23 17:42:48 +00:00
  • 8d2a14b476 Add server tag as well to topicbar with queries Timo Sirainen 2002-03-22 22:30:45 +00:00
  • 6cf0579cea Added Hashmark network Timo Sirainen 2002-03-22 21:29:28 +00:00
  • 3a73232cf6 s/Sorcery/SorceryNet/ Timo Sirainen 2002-03-22 21:25:35 +00:00
  • fe9e18ac26 Added Sorcery network. Timo Sirainen 2002-03-22 21:15:45 +00:00
  • ff6aca68e1 buggy xhtml Timo Sirainen 2002-03-19 17:34:32 +00:00
  • 650292613e /CLEAR <refnum> now clears specified window. Timo Sirainen 2002-03-19 17:24:28 +00:00
  • 753f3666aa Sort /HELP output better when using multiple categories. Patch by c0ffee. Timo Sirainen 2002-03-19 12:28:55 +00:00
  • 4c50a6e2f2 AGAIN forgot Q/A. Timo Sirainen 2002-03-18 15:47:19 +00:00
  • 6828f0e5aa "Will there be /DETACH-like feature?" Timo Sirainen 2002-03-18 15:46:40 +00:00
  • 908d6bb6f9 src/irc/bot is removed Timo Sirainen 2002-03-18 15:25:08 +00:00
  • 091095fff3 Allow /OP, etc. commands for server operators as well. They may not work everywhere, but the whole point of the check was to avoid accidental /OP * or something while not opped in some huge channel. Timo Sirainen 2002-03-17 09:13:18 +00:00
  • 500ae5773e If autojoining to !channel failed because it didn't exist, create it by joining to !!channel Timo Sirainen 2002-03-17 02:50:12 +00:00
  • 0c48fff77e show how to change TERM Timo Sirainen 2002-03-17 02:14:56 +00:00
  • 0a02833d0e fallback to rename() if link() isn't supported on the filesystem, so people can still download files to such FSes.. Timo Sirainen 2002-03-17 00:59:46 +00:00
  • f03280ace0 added email address Timo Sirainen 2002-03-16 23:21:19 +00:00
  • 88654c4468 term_deinit() should set SIGCONT back to default, so if it's sent after that it won't crash (gnome-terminal does that for some reason) Timo Sirainen 2002-03-16 23:17:33 +00:00
  • ee3a30e16b $1 can now be used as server tag in /SET autolog_path. This is useful when you want to log for specified tag before the server exists yet so $tag wouldn't work. This happens at least when queries print the "querying nick" text at startup. Timo Sirainen 2002-03-16 13:28:20 +00:00
  • 665ad121a8 "make clean" now cleans all perl subdirs properly too. Timo Sirainen 2002-03-16 11:14:35 +00:00
  • 0687b42b3e /PART in SILC destroys the channel immediately, so we'll need to check that it's not destroyed when doing it in /CYCLE.. Timo Sirainen 2002-03-15 21:32:22 +00:00
  • e1ff1b014a Dropped the bot-plugin. It's not useful to anyone really. Timo Sirainen 2002-03-15 21:07:19 +00:00
  • df7c90463a updated not_good_idea text Timo Sirainen 2002-03-15 20:59:00 +00:00
  • 25d5e26e7b /SERVER ADD -ircnet value wasn't strdup()ed so it might have done something nasty, at least during quit might have crashed. Timo Sirainen 2002-03-15 00:05:55 +00:00
  • 6a89217d6a Get the terminal size at startup with ioctl() and use it. Fixes at least NetBSD. Timo Sirainen 2002-03-14 23:46:48 +00:00
  • 85a1b122cd Scrolling was buggy with "ri" method, it tried to used "rin" as well which crashed irssi.. Happened at least with NetBSD/sparc. Timo Sirainen 2002-03-14 23:33:33 +00:00
  • bd7e173c63 Fixed that "nick already in split list, how?" bug with a patch from fuchs. I didn't realize someone else could change nick to one in the split list. :) Timo Sirainen 2002-03-14 23:01:57 +00:00
  • 2a1b4c0a17 $window->command() changed active window temporarily to wanted one and then back to old one. This wasn't very good idea if the old window was destroyed by the command.. Timo Sirainen 2002-03-14 21:59:16 +00:00
  • e0c8f5d502 Lost in html conversion: Q: Why does irssi autojoin on invite by default? Timo Sirainen 2002-03-14 20:47:41 +00:00
  • 2ab05e7872 $cumode and $cumode_space should do stuff only to IRC servers. Timo Sirainen 2002-03-14 11:36:31 +00:00
  • 7d58cc000f Don't crash when trying to print text when there's no windows yet. Also print the text to stdout. Timo Sirainen 2002-03-14 06:44:06 +00:00
  • 7647e3ed4c updated index Timo Sirainen 2002-03-14 04:51:10 +00:00
  • c7ce086811 updated irssi-proxy description Timo Sirainen 2002-03-14 04:49:43 +00:00
  • 265ecbc74d Don't crash if there's no prefixes (botti doesn't) when loading module. Patch by aldem-irssi@aldem.net Timo Sirainen 2002-03-14 01:54:05 +00:00
  • 7d88170b0b 0.8.4.CVS version.. Timo Sirainen 2002-03-14 00:10:14 +00:00
  • 66f0d78904 0.8.4 released 0.8.4 Timo Sirainen 2002-03-13 04:37:37 +00:00
  • 064d8d3926 "make dist" now doesn't add irc.c / irc-modules.c Timo Sirainen 2002-03-13 03:30:07 +00:00
  • 3800c07a32 bit fields should be unsigned type always (unsigned int dirty:1). Timo Sirainen 2002-03-13 03:23:38 +00:00
  • c726496953 proper checking for lseek() failure Timo Sirainen 2002-03-13 03:19:04 +00:00
  • fc20431dbb when autochanging query's nick to be correct case, don't print the "nick changed" message Timo Sirainen 2002-03-13 03:15:39 +00:00
  • 86dcbd11e4 If queried nick did a nick change, it might have crashed irssi. Timo Sirainen 2002-03-13 03:06:31 +00:00
  • 649253e180 ARGH! I hate this new behaviour of CVS not asking if I want to abort the message - have to RTFM to see if I can get old behaviour back :) Timo Sirainen 2002-03-13 03:02:55 +00:00
  • 4770c1c4ee *** empty log message *** Timo Sirainen 2002-03-13 02:59:01 +00:00
  • 006876a87c 0.8.3.CVS version now Timo Sirainen 2002-03-13 01:57:05 +00:00
  • 0d4d53e0bc 0.8.3 released 0.8.3 Timo Sirainen 2002-03-13 01:36:39 +00:00
  • bfb8e8da33 removed the debugging code.. Timo Sirainen 2002-03-13 01:33:30 +00:00
  • 8ba1989227 Set ownnick to channel->NULL when the nick record is destroyed. Should fix some perl script errors. Timo Sirainen 2002-03-13 01:30:20 +00:00
  • 2a57e797ce When IPv4 or v6 wasn't forced, irssi picked improperly IPv4 even if there was only v6 address. Timo Sirainen 2002-03-13 01:21:11 +00:00
  • 7b1d5ed41a added some debugging code to irssi_bless_iobject() - can it really be an overflow? :) Timo Sirainen 2002-03-13 00:40:12 +00:00
  • 65e87c9861 fix to some broken "ircds" Timo Sirainen 2002-03-12 20:51:03 +00:00
  • d5564a0e01 New queries should begin with last_unread_msg timestamp set to now. This fixes /SET autoclose_query >0 + /SET autocreate_own_query ON closing queries created by your /MSG almost immediately. Timo Sirainen 2002-03-11 18:20:42 +00:00
  • f4bd37a406 make clean should remove libirc_proxy.a symlink Timo Sirainen 2002-03-11 18:14:29 +00:00
  • 0e5ffe43d5 Back .CVS versioning.. Timo Sirainen 2002-03-11 17:14:30 +00:00
  • 54e184dc1a updated for 0.8.2 release 0.8.2 Timo Sirainen 2002-03-11 16:46:14 +00:00
  • 5fde51a364 added ownnick to Irssi::Channel Timo Sirainen 2002-03-11 16:44:42 +00:00
  • 022f1db56f added ircii-like window settings Timo Sirainen 2002-03-11 05:31:00 +00:00
  • 1b6e57f8ab "I don't want any windows, I want it just like in ircII!" + /SET print_active_channel. Timo Sirainen 2002-03-11 05:19:25 +00:00
  • 8c67a92efb autogen.sh complains now if it's run outside cvs. Timo Sirainen 2002-03-11 04:54:57 +00:00
  • f3e124aeba Updated for 0.8.2 Timo Sirainen 2002-03-11 04:44:29 +00:00