Commit graph

  • 49b7992b00 Sometimes netsplit messages didn't get printed at all (those that came after 3 seconds after split started) Timo Sirainen 2000-11-26 03:18:24 +00:00
  • 70bb51db19 /WINDOW <number> is now same as /WINDOW REFNUM <number> Timo Sirainen 2000-11-26 02:53:50 +00:00
  • f9c02639f5 /format -reset crashed irssi Timo Sirainen 2000-11-26 02:49:21 +00:00
  • f9653a5e1e some updates for checking when to not autosave config. Timo Sirainen 2000-11-26 02:26:13 +00:00
  • a954fa03d0 Added modify counter which is increased every time something is changed in configuration. Timo Sirainen 2000-11-26 02:17:14 +00:00
  • 532d6c1e9d Added some magic to /SERVER - if there's no server to disconnect from in active server, irssi checks if some reconnection should be used instead. Timo Sirainen 2000-11-26 02:09:15 +00:00
  • 3fbd7d5c82 Added KILL handling - user/server kills are now printed formatted. Timo Sirainen 2000-11-26 01:30:05 +00:00
  • 746bd9b4f0 added functions from fe-windows.h and window-items.h Timo Sirainen 2000-11-25 23:05:50 +00:00
  • 2e96f68445 mkpath() crashed with paths that didn't start with / Timo Sirainen 2000-11-25 20:54:24 +00:00
  • 45c9838141 Time formats didn't work in directory name of autologs. Timo Sirainen 2000-11-25 16:30:56 +00:00
  • d1d70fd5d7 s/enum GInputCondition/int/ - enums aren't supposed to orred together i think.. at least MIPSpro gave warnings about it and it also feels wrong :) Timo Sirainen 2000-11-23 23:29:32 +00:00
  • 8961d23171 Still some warnings removed.. Timo Sirainen 2000-11-23 23:23:45 +00:00
  • 4e0166a44d more warning fixes Timo Sirainen 2000-11-23 23:06:29 +00:00
  • 5f2f6886c8 more enum fixes Timo Sirainen 2000-11-23 22:59:14 +00:00
  • 1fd6f8faf6 more changes from int xx:1 to unsigned int xx:1 Timo Sirainen 2000-11-23 22:57:59 +00:00
  • 972c06ba17 If glib sources are found from some subdirectory, always compile it and use it even if glib is already installed somewhere else. Timo Sirainen 2000-11-23 22:42:37 +00:00
  • 8ce36c05ea several fixes to make irssi compile without warnings with MIPSpro also fixed ctcp_queue_clean() - it might have crashed sometimes.. Timo Sirainen 2000-11-23 21:40:07 +00:00
  • 8fb2249f07 hilight-text: whops, bugfix went wrong :) fe-text: removed the warning that happened when calling printbeep() Timo Sirainen 2000-11-22 20:01:47 +00:00
  • 2912532875 bugfixes Timo Sirainen 2000-11-22 19:46:43 +00:00
  • 8dd24a4444 Added input_add() / input_remove() Timo Sirainen 2000-11-21 23:26:07 +00:00
  • d62177df3c crashfix Timo Sirainen 2000-11-21 12:56:27 +00:00
  • 8349d88c11 added libtool-statix Timo Sirainen 2000-11-21 03:03:03 +00:00
  • 99bcb3379d updated Timo Sirainen 2000-11-21 03:02:04 +00:00
  • e923b1651a /SCROLLBACK REDRAW - redraw the contents of current window according to active formats, ie. changing theme changes scrollback. Timo Sirainen 2000-11-21 03:00:05 +00:00
  • e3084d3ffa Win32 fixes - Irssi now compiles with MSVC++ :) Timo Sirainen 2000-11-18 15:32:59 +00:00
  • 14e5dc8b8e compiler warning fixes + one real bug in dcc-chat Timo Sirainen 2000-11-18 15:31:28 +00:00
  • c4af878047 windows.h -> fe-windows.h Timo Sirainen 2000-11-18 15:25:04 +00:00
  • df3da57de2 Don't crash if MAIL environment isn't set. Timo Sirainen 2000-11-17 18:02:17 +00:00
  • 7adca508b1 Use signal.h, not sys/signal.h Timo Sirainen 2000-11-17 16:55:46 +00:00
  • 39630c3d58 windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to fe-windows.[ch] Timo Sirainen 2000-11-17 16:27:14 +00:00
  • 2edcdd715f Remember who set the topic and when, display the info when using /TOPIC. Timo Sirainen 2000-11-17 14:59:32 +00:00
  • 090e88b34d If other side replies to our DCC CHAT request with DCC CHAT request of their own (maybe we were inside firewall and other side noticed it), connect to it immediately. Timo Sirainen 2000-11-17 03:08:32 +00:00
  • 54815d198b Check that enough parameters are given to /DCC CLOSE Timo Sirainen 2000-11-17 02:45:04 +00:00
  • 29a64a8924 /SET autocreate_query_level DCCMSGS specifies now if DCC chats should create query windows automatically. Timo Sirainen 2000-11-17 02:40:18 +00:00
  • 3de1830008 updates Timo Sirainen 2000-11-16 22:45:10 +00:00
  • da9fd56f71 Added some comments about redirection problems. Timo Sirainen 2000-11-16 21:34:42 +00:00
  • a890edfd41 Don't close non-autologs when leaving channel / closing query. Timo Sirainen 2000-11-15 23:34:32 +00:00
  • 0b125e8476 /NICK was broken. Timo Sirainen 2000-11-14 01:14:02 +00:00
  • 99a6645142 Forgot to call formats_init() / ..deinit() Timo Sirainen 2000-11-13 01:52:41 +00:00
  • d1330fff6d Text printing changes. Formats are now optionally saved to each line so later if you used /format it would change the old lines too. However the actual line changing doesn't work yet :) Timo Sirainen 2000-11-12 20:20:05 +00:00
  • 61f33a6bb2 Some sizeof() fixes to IPv6 support when connecting to IPv4 addresses. Linux didn't seem to have any problem with these but some other OSes did. Timo Sirainen 2000-11-11 20:27:37 +00:00
  • 0be57a247d Added /usr/pkg and /usr/contrib to ncurses checks. Timo Sirainen 2000-11-11 17:01:10 +00:00
  • 86840d61cd Ctrl-T = transpose_characters Timo Sirainen 2000-11-11 01:46:15 +00:00
  • 63491d7d4f /SET dcc_autodisplay_dialog isn't used for anything, removed. Timo Sirainen 2000-11-11 00:56:13 +00:00
  • 527aada63a Use nodelay() instead of halfdelay() Timo Sirainen 2000-11-10 01:23:50 +00:00
  • d3250be956 Don't change client's nick every time someone else changes nick.. Timo Sirainen 2000-11-10 00:38:48 +00:00
  • 0f4ec3deac "NOTIFY" was missing from syntax Timo Sirainen 2000-11-09 23:40:48 +00:00
  • f3d4c6bc63 let actions pass through the proxy to clients, they're not "real" CTCPs.. Timo Sirainen 2000-11-09 22:03:20 +00:00
  • 07106c4029 ping/pong was broken again, hope this now _finally_ works :) Timo Sirainen 2000-11-09 21:48:51 +00:00
  • 4710a37762 I had broken the /names list.. :) Timo Sirainen 2000-11-09 21:43:10 +00:00
  • 4211d1e80b Use ircnet name as the proxy's "real address". Timo Sirainen 2000-11-09 21:40:22 +00:00
  • 9895d0cc11 One final fix for ping/pong Timo Sirainen 2000-11-09 21:32:46 +00:00
  • ea5109d6c5 fix to ping/pong handling :) Timo Sirainen 2000-11-09 21:29:39 +00:00
  • 82a3f10480 When sending /NAMES after join: Don't send lines longer than 512 chars - non-irssi clients don't like them :) Timo Sirainen 2000-11-09 21:26:55 +00:00
  • 76ca80087b Hide IRSSILAG notices from clients Timo Sirainen 2000-11-09 21:22:56 +00:00
  • 4b7bcde577 PING from client wasn't handled correctly. Timo Sirainen 2000-11-09 21:21:29 +00:00
  • a4bb4fb983 /SET activity_level, /SET hilight_level .. which message levels should be treated as msg/hilight activity. Patch by tommik. Timo Sirainen 2000-11-09 20:38:50 +00:00
  • b3b1438d22 when finding window for item, prefer empty windows that don't have anything waiting channels list to those that have. Timo Sirainen 2000-11-09 20:38:04 +00:00
  • d49248c7fe level_get() didn't check ambiguous commands correctly - dcc always failed because it was partial for dccmsgs. Timo Sirainen 2000-11-08 23:40:34 +00:00
  • 39811fb47d nick changes were buggy Timo Sirainen 2000-11-08 22:55:43 +00:00
  • 499db646e1 minor speed enhance Timo Sirainen 2000-11-07 01:46:25 +00:00
  • 228c0842fc minor cleanups Timo Sirainen 2000-11-07 01:42:21 +00:00
  • 6e27475e98 Updated stristr() and stristr_full() to be a bit faster. Timo Sirainen 2000-11-07 01:25:46 +00:00
  • 4301e04791 Regexp ignores are now compiled when they're created, not every time they're checked (every time a new line is received). This should reduce some CPU load when using them. Timo Sirainen 2000-11-07 00:06:35 +00:00
  • 6cc6f90468 Connecting to proxy when server connection was down didn't work correctly. Timo Sirainen 2000-11-06 23:27:46 +00:00
  • a8c139d5e2 Proxy plugin fixes and cleanups. Supports now multiple servers, doesn't let clients see CTCP requests and if one client writes message, other clients will see it as well. Timo Sirainen 2000-11-06 02:29:01 +00:00
  • 2fc8c5b83f Wallop format fixes Timo Sirainen 2000-11-05 12:36:58 +00:00
  • 84de26d0b7 rejoin timeout 1min -> 5min Timo Sirainen 2000-11-04 18:57:29 +00:00
  • 745a3e2104 added small sanity check Timo Sirainen 2000-11-04 18:56:14 +00:00
  • cbcf1b07bc Fixed lag checking when nick was just being changed. Timo Sirainen 2000-11-04 16:54:58 +00:00
  • 990e2741aa Removed useless part of code. Timo Sirainen 2000-11-04 14:54:39 +00:00
  • 2ba63e1863 privmsg fixes Timo Sirainen 2000-11-02 21:09:21 +00:00
  • 3c8fbacdde Netsplit color changed from green to red (the old one) Timo Sirainen 2000-11-02 20:54:22 +00:00
  • 3d551427c6 fixed notices in theme. Timo Sirainen 2000-11-02 17:50:51 +00:00
  • da4d8445f1 small "fix" Timo Sirainen 2000-11-02 16:29:05 +00:00
  • 5da6c63cdd Moved the ISA defines from .pm to irssi code, so that non-irc protocols would work also without a specific .pm file. Also you don't need to use Irssi::Irc anymore if you don't need IRC specific functions. Timo Sirainen 2000-10-30 22:52:51 +00:00
  • ae06c90be1 long word handling fixes Timo Sirainen 2000-10-29 19:03:19 +00:00
  • 78064ed161 Don't indent the next line when long word is split. Also we try not to do any cursor movement so that terminals could notice that the word continues to next line .. however terminfo or curses or something is being stupid and breaks this anyway, with TERM=ansi it seems to work :) also using gnome-terminal long URLs work right too. Timo Sirainen 2000-10-29 00:35:28 +00:00
  • 73858a2e5e Some fixes. Timo Sirainen 2000-10-28 21:04:01 +00:00
  • 4dcbe05c0f Cleaned up printtext.c, split part of it to formats.c Timo Sirainen 2000-10-28 20:14:19 +00:00
  • 8653c6ea36 /SET log_theme - you can now write to log files with different theme than to screen. Timo Sirainen 2000-10-28 03:01:11 +00:00
  • 80dd793c60 Updated new default.theme to module-formats files. default.theme still contains the abstracts. Timo Sirainen 2000-10-28 01:52:16 +00:00
  • 1e6f81e38f Compress colors. Timo Sirainen 2000-10-28 00:48:36 +00:00
  • 1541257ac7 Some fixes for handling %n Timo Sirainen 2000-10-28 00:04:21 +00:00
  • 000ba23aa7 Support for templates in theme files. Timo Sirainen 2000-10-27 23:06:26 +00:00
  • 35fd48a0b4 use sigaction() instead of signal(). With some OSes the signal handler is set back to default after each time signal is raised if signal() is used (by norpan). Timo Sirainen 2000-10-27 18:37:32 +00:00
  • d4579742cf startup-HOWTO.txt was missing from EXTRA_DIST USE_CURSES_WINDOWS was missing from acconfig.h (by tommik) Timo Sirainen 2000-10-27 18:32:24 +00:00
  • d813ecd194 A simple /EXEC command by Tinuk. Timo Sirainen 2000-10-27 18:30:36 +00:00
  • 25fa27c5f0 Automatic appending of .pl to script name didn't work for file names less than 4 chars. Timo Sirainen 2000-10-27 01:46:20 +00:00
  • ed1b4e69a9 If nick isn't found from channel (for whatever reason), print the nick mode as " ", not "". Timo Sirainen 2000-10-27 01:19:15 +00:00
  • b875e2e29d signal_stop(); signal_emit("same signal", ...); didn't work. other way around it did though Timo Sirainen 2000-10-27 01:18:16 +00:00
  • e0bc134d66 Win32 updates Timo Sirainen 2000-10-26 18:57:23 +00:00
  • df10f182c0 Some fixes for compiling with Win32 :) Timo Sirainen 2000-10-26 18:12:20 +00:00
  • c6808b3724 Add the server specific functions immediately after the server connection is started, not after the connection is successfully finished. Timo Sirainen 2000-10-22 15:46:28 +00:00
  • 9b459cfe46 Fixed glib warning with autologging and queries. Timo Sirainen 2000-10-22 15:38:53 +00:00
  • c78f0d12c8 Wildcards didn't with /OP (/DEOP, /VOICE, etc.) if there was more than one masks used. Timo Sirainen 2000-10-22 15:25:17 +00:00
  • 4ee8b929b9 Key bindings weren't loaded at startup correctly. Timo Sirainen 2000-10-22 15:00:52 +00:00
  • 688c39045c If window_set_active() was called with NULL window (shouldn't happen ofter/ever?) irssi added NULL window to windows list. Timo Sirainen 2000-10-22 12:33:47 +00:00
  • a7c364addb Added /CLONES script Timo Sirainen 2000-10-19 19:41:05 +00:00
  • a712a5c11a 0.7.96 release updates 0.7.96 Timo Sirainen 2000-10-19 19:40:16 +00:00