Commit graph

  • 93397f3fe0 buggy fix, fixed :) Timo Sirainen 2001-03-10 23:33:56 +00:00
  • 118aa7e88e nick_hash_remove(): GLIB didn't change the hash table key like I thought, so we need to first remove it from the hash, then insert again.. Timo Sirainen 2001-03-10 23:23:32 +00:00
  • f33ec66a27 updated Timo Sirainen 2001-03-10 18:49:00 +00:00
  • 9f9490eb8b Don't cast time_t to int. Don't go playing with memory you just free'd. Some other cleanups Timo Sirainen 2001-03-10 18:22:58 +00:00
  • 5701564916 more Meta key updates Timo Sirainen 2001-03-10 16:54:22 +00:00
  • d1299106f0 updated Timo Sirainen 2001-03-10 16:51:08 +00:00
  • 52af7ad1b8 added startup-HOWTO.txt Timo Sirainen 2001-03-10 16:40:37 +00:00
  • 11c54b6109 typofix Timo Sirainen 2001-03-10 02:30:11 +00:00
  • fea113c9c2 getting ready for .98.3.. Timo Sirainen 2001-03-08 16:49:52 +00:00
  • 7f12b1cd6c updated Timo Sirainen 2001-03-08 14:54:23 +00:00
  • 4a4bf68727 /DCC CLOSE CHAT <unknown> signal: we were checking for "GET" here, not "CHAT".. Timo Sirainen 2001-03-08 00:48:41 +00:00
  • a4b6d3d469 updated Timo Sirainen 2001-03-08 00:47:09 +00:00
  • f5d67dcb5c Command history: allow "next history" to jump back to last msg in history if we already went over it with "prev history" once. Timo Sirainen 2001-03-08 00:45:56 +00:00
  • 2968d45f82 /SET scroll_page_count - don't crash if /0 is given. Works now properly if /0.xx is given. Timo Sirainen 2001-03-08 00:27:40 +00:00
  • 57493acd39 /CONNECT -ircnet didn't load ircnet specific settings correctly Timo Sirainen 2001-03-08 00:24:27 +00:00
  • f4fe749489 undernet's stupid servers don't want to handle more than one query per channel at a time and they won't send any kind of notice of it. Timo Sirainen 2001-03-08 00:11:38 +00:00
  • 4eb054f4bb If one server fails because of DNS error, don't stop reconnecting to entire chatnet. Timo Sirainen 2001-03-07 23:57:19 +00:00
  • 9f28d16456 /LASTLOG -window unknown crashed irssi Timo Sirainen 2001-03-07 23:55:54 +00:00
  • 00abe69923 removing second last unique nick didn't work properly Timo Sirainen 2001-03-07 23:55:33 +00:00
  • 21ce8803d6 some perl fixes. NICK_REC is also now "iobject".. Timo Sirainen 2001-03-07 12:09:38 +00:00
  • d2e7e041ff /SERVER: don't set reconnection to TRUE if we're not disconnecting from any server Timo Sirainen 2001-03-05 16:11:53 +00:00
  • d8128cdcda removed Flood.xs Timo Sirainen 2001-03-04 16:22:00 +00:00
  • d1a5e9689a updated for .98.2 0.7.98.2 Timo Sirainen 2001-03-04 16:20:26 +00:00
  • 71030d5e9c small updates Timo Sirainen 2001-03-04 12:24:17 +00:00
  • 60d14b2be4 keep startup-HOWTO in a .html file, use lynx -dump to create the .txt version :) Timo Sirainen 2001-03-04 10:42:56 +00:00
  • 5f45e5a6e3 added some status information what's it doing at the beginning Timo Sirainen 2001-03-04 10:38:06 +00:00
  • 484f62f757 added server_change_nick() function for servers.[ch]. Lots of fixes for support to multiple identical nicks. Should work now properly :) Timo Sirainen 2001-03-04 10:30:41 +00:00
  • f167516d23 fixed minor memory leak Timo Sirainen 2001-03-04 09:09:59 +00:00
  • 0530039b9f /SET names_max_width - buffer overflowed if it was too small.. Timo Sirainen 2001-03-04 09:04:53 +00:00
  • 5f0b432beb "command window prev" -> "command window previous" Timo Sirainen 2001-03-04 08:10:45 +00:00
  • b23e544d57 /NAMES didn't stop the signal properly so /NAMES list was printed twice Timo Sirainen 2001-03-04 08:10:01 +00:00
  • 65b857e77f updated Timo Sirainen 2001-03-04 06:53:26 +00:00
  • 1620a1387e % -> %% so irssi won't treat them as color codes Timo Sirainen 2001-03-04 06:50:47 +00:00
  • f56ddd872a /SET autostick_split_windows (default ON) - should we do /WINDOW STICK ON to all new split windows and hidden windows that are created inside it. This hopefully makes it easier to use split windows. Timo Sirainen 2001-03-04 05:46:09 +00:00
  • 24e36e0081 More statusbar size fixes. Shouldn't corrupt entry line anymore. Timo Sirainen 2001-03-04 03:52:17 +00:00
  • a1842e6baa Statusbar could have gotten to endless loop trying to grow size of some item when there was no space left. Timo Sirainen 2001-03-04 03:35:12 +00:00
  • cf376ba806 Send "chat protocol deinit" signal when protocol is being deinitialized. Servers and reconnections are automatically disconnected for the protocol when it's being deinitialized. Timo Sirainen 2001-03-04 03:25:21 +00:00
  • 0be624272c Forced IPv4 connection to host with only IPv6 address should use the IPv6 address.. Timo Sirainen 2001-03-04 03:05:16 +00:00
  • 62bd2045bb union { .. } addr removed from IPADDR - it hasn't been actually used for a long time.. Timo Sirainen 2001-03-04 03:00:35 +00:00
  • 38fbd48712 save_ips() wasn't working properly.. Timo Sirainen 2001-03-04 02:58:26 +00:00
  • 0b76253492 Ignores without -time were unignored immediately.. Timo Sirainen 2001-03-04 02:49:01 +00:00
  • 5fc95d018a version = .98.2 actually :) Timo Sirainen 2001-03-04 02:30:55 +00:00
  • 160da45261 /WINDOW SHOW didn't work properly Timo Sirainen 2001-03-04 02:26:35 +00:00
  • 4c7b07ed3f IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory and at connect() time it's decided which one should be used. Timo Sirainen 2001-03-04 01:47:13 +00:00
  • 5afb3c1454 removed GLIB_DIR from Makefile, configure compiles it and "make install" breaks since it tried to install glib too which wasn't needed. Timo Sirainen 2001-03-04 01:35:29 +00:00
  • d0a4404bdf /NAMES: -ops -halfops -voices -normal options added. /NAMES without parameters now prints nicklist in active channel, /NAMES ** shows all nicks in all channels. Timo Sirainen 2001-03-04 00:14:00 +00:00
  • 5def50c7f6 when joining lines together, put space between them.. Timo Sirainen 2001-03-04 00:13:06 +00:00
  • c5cccfcdaa fe-common/irc/flood removed. Some autoignore / ignore -time updates. Timo Sirainen 2001-03-03 23:27:07 +00:00
  • 6ae8ab5766 not needed anymore. Timo Sirainen 2001-03-03 23:20:26 +00:00
  • 060756da9f /CONNECT -ircnet "" - even if someone does this don't make the server tag empty :) Timo Sirainen 2001-03-03 22:06:45 +00:00
  • 1a61f989e1 When /SET autoclose_windows is ON, don't destroy windows if they have some level set (like /join -w + /part in status window) Timo Sirainen 2001-03-03 22:03:00 +00:00
  • ab5166033c I knew removing those checks from "channel created" and "query created" signals broke something :) -window option to /JOIN and /QUERY. This time don't check for any item with same server/name, but check that the item itself doesn't have window set yet. Timo Sirainen 2001-03-03 21:57:31 +00:00
  • f71afe835a /JOIN #channel and /QUERY nick won't anymore automatically move channel/query to active window but send a notice to user how to move it. Timo Sirainen 2001-03-03 21:51:57 +00:00
  • d4558de232 /SET prompt - if target had %c or something in it, it shouldn't be treated as color code. So color codes can now be used in /SET prompt string itself, but in none of the $variables it uses. Timo Sirainen 2001-03-03 21:34:06 +00:00
  • 9a5b97164e Always save theme to ~/.irssi/ no matter where it was read from. Timo Sirainen 2001-03-03 21:16:40 +00:00
  • 7118830573 window_set_active() doesn't anymore send "window changed" signal if window is being set to NULL. Timo Sirainen 2001-03-03 21:11:43 +00:00
  • 7423df6aa8 HPUX 10.20 needs -D_XOPEN_SOURCE_EXTENDED Timo Sirainen 2001-03-03 21:01:36 +00:00
  • 1b8705bd44 Make sure there's always at least one column even if there's items wider than max. width allows. Timo Sirainen 2001-03-03 21:01:18 +00:00
  • bc0069c02f ignore_get_key() moved to fe-common, fixed printing "*" ignore key. Doesn't print unignore messages when /RELOADing config. Timo Sirainen 2001-03-03 20:55:06 +00:00
  • 4f2be94115 /BANTYPE -> /SET ban_type. /BAN: -type option added to override default ban type. Timo Sirainen 2001-03-03 20:48:23 +00:00
  • 25a013e4c8 "channel created", "query created" .. don't abort adding window item even if there already exists another with same name. not sure if this breaks something but at least doing that breaks some things, like /join #a and /query #a after that :) Timo Sirainen 2001-03-03 19:56:11 +00:00
  • 887c535ada updated Timo Sirainen 2001-03-03 19:48:28 +00:00
  • f9474e2c3d DCC actions have now ACTIONS level as well as the DCCMSGS. Timo Sirainen 2001-03-03 18:40:50 +00:00
  • 5c436a20a6 HILIGHT level didn't work with logs. Timo Sirainen 2001-03-03 18:40:25 +00:00
  • 46d93a3f4b /SET beep_when_window_active + some cleanups Timo Sirainen 2001-03-03 18:30:21 +00:00
  • fcd8810b6c Removed all beep handling from text printing. If you want to beep just send "beep" signal. Timo Sirainen 2001-03-03 18:22:09 +00:00
  • 88094fa9f2 delete_next_word key implemented, patch by Tinuk Timo Sirainen 2001-03-03 18:04:10 +00:00
  • 95c17bafc4 /LASTLOG: -case option for case-sensitive matches. -force option is now required to print lastlogs longer than 1000 lines. Timo Sirainen 2001-03-03 17:45:35 +00:00
  • a47ce2c449 Added strstr_full() and strstr_full_case() Timo Sirainen 2001-03-03 17:34:35 +00:00
  • 2f4969aefc make -> $(MAKE) Timo Sirainen 2001-03-03 17:18:17 +00:00
  • 6f5adbf96c /SET -clear didn't work with booleans Timo Sirainen 2001-03-03 16:14:28 +00:00
  • f51a12bb6e cvs version = .99pre Timo Sirainen 2001-03-03 15:19:33 +00:00
  • 72daabc5f6 kb -> kB Timo Sirainen 2001-03-02 18:20:54 +00:00
  • 51c1fee749 fixed some signed/unsigned issues Timo Sirainen 2001-02-28 19:26:21 +00:00
  • fb488720f5 functions returning void shouldn't do return xx Timo Sirainen 2001-02-28 18:48:23 +00:00
  • bfa83e82bc gettext -> gettextize check Timo Sirainen 2001-02-28 11:24:45 +00:00
  • f7aae08152 /WINDOW PREV -> /WINDOW PREVIOUS Timo Sirainen 2001-02-27 08:39:04 +00:00
  • 64e52b7e26 /WINDOW STICKY -> /WINDOW STICK Timo Sirainen 2001-02-27 08:00:45 +00:00
  • 5627e7a822 nick_nfind(): gets stuck to endless loop if there's multiple identical nicks in channel.. Luckily this is no problem with IRC. Timo Sirainen 2001-02-23 12:08:53 +00:00
  • ed27007383 crashfix Timo Sirainen 2001-02-23 11:37:12 +00:00
  • cf944fc03b savewindows -> layout Timo Sirainen 2001-02-23 10:46:39 +00:00
  • 6b6aab558f updated Timo Sirainen 2001-02-23 10:44:09 +00:00
  • 0241970306 .98 final out 0.7.98 Timo Sirainen 2001-02-23 08:07:10 +00:00
  • 456836e49c We should define AF_INET6, not PF_INET6.. Timo Sirainen 2001-02-23 05:55:51 +00:00
  • afacade780 Fixed for building from objdir Timo Sirainen 2001-02-23 05:12:04 +00:00
  • 86d4a229d6 #include "config.h", not "../config.h" so building from objdir works Timo Sirainen 2001-02-23 05:02:33 +00:00
  • 39e2a4225c Printing channel bans print them now with target parameter set, so with status window they get printed to channel window instead of status window. Same for End of b/e/I lists. A few other cleanups. Timo Sirainen 2001-02-22 21:29:42 +00:00
  • acf0dd879e /HELP can now display help of non-commands if the file just exists in help directory Timo Sirainen 2001-02-22 20:51:26 +00:00
  • 68652116e8 removed tabs Timo Sirainen 2001-02-22 20:49:57 +00:00
  • 469fde3618 Verify in configure that linking with perl's LDFLAGS actually works. If perl lib dir is set, add 'use lib "/perl/lib/dir"' before each script automatically. Timo Sirainen 2001-02-22 20:39:35 +00:00
  • e2ff4550ea Word highlighting was buggy Timo Sirainen 2001-02-22 10:52:29 +00:00
  • 95fb3f5623 /SET autoignore_levels -> autoignore_level. Fixed a memory leak. Timo Sirainen 2001-02-22 10:52:01 +00:00
  • 432ac912c1 Removed AUTOIGNORE_REC since it doesn't exist anyremo Timo Sirainen 2001-02-22 09:03:30 +00:00
  • 3c2347b1fa Getting ready for 0.7.98 Timo Sirainen 2001-02-22 08:54:36 +00:00
  • 62a7faf5b2 strip_real_length(): initialize last_color_pos and last_color_len to -1. Word hilighting crashed if there was no colors set in the line.. Timo Sirainen 2001-02-22 08:35:53 +00:00
  • fc17069cec Autoignore fixes by fuchs (not tested, hope it works ;) Timo Sirainen 2001-02-22 06:09:48 +00:00
  • a2a6c7e293 Make a temporary window bind if you get kicked from channel. Never allow any window items to go to windows with sticky binds. Timo Sirainen 2001-02-22 05:49:30 +00:00
  • 13712d83b2 /IRCNET ADD didn't work Timo Sirainen 2001-02-22 05:19:11 +00:00
  • 930ccf5238 /SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib log -> Irssi windows _after_ windows are created.. Timo Sirainen 2001-02-21 19:19:24 +00:00
  • a04a1c6f21 Entry line works now properly with very long prompts Timo Sirainen 2001-02-21 19:00:07 +00:00