Commit graph

  • 5e8fd055fe When redrawing screen, refresh the screen after clear() so that curses won't try to "optimize" the refresh out. Timo Sirainen 2000-07-16 16:21:13 +00:00
  • e2efcbc9fa Use status window by default. Timo Sirainen 2000-07-16 15:55:36 +00:00
  • b3523dd4f8 Print the text with the "default" color (whatever is set with xterm -fg) - not the theme->default_color. Timo Sirainen 2000-07-16 15:35:08 +00:00
  • d3dbd863ae If --prefix is used, add the default perl library directory to same prefix. Timo Sirainen 2000-07-16 14:30:29 +00:00
  • 02d9f0f4e1 Don't print the -!- DCCMSGS level. Timo Sirainen 2000-07-15 20:04:44 +00:00
  • f47156a7ca /SERVER <ircnet> used always port 6667 when connecting. Timo Sirainen 2000-07-15 14:38:23 +00:00
  • b19e1450e1 -list option to /NOTIFY wasn't specified in command options. Timo Sirainen 2000-07-15 14:33:35 +00:00
  • 92e5447ca7 Small bugfix with resizing window. Timo Sirainen 2000-07-15 14:30:59 +00:00
  • 5707140938 A few checks to check that we really are dealing with IRC servers. Timo Sirainen 2000-07-15 13:08:39 +00:00
  • 2afaadb2d7 module_find_id() and module_find_id_str() didn't work right if the requested module didn't have the specified uniqid. Timo Sirainen 2000-07-15 13:07:16 +00:00
  • 796d51afe4 Fixed DCC stuff. Added DCCMSGS level for DCC chat messages. Timo Sirainen 2000-07-15 13:04:03 +00:00
  • 1b736a68a7 /IGNORE didn't show if it had -replies flag Timo Sirainen 2000-07-11 10:54:15 +00:00
  • 767aadfb7f Ctrl-K also puts the deleted text to cutbuffer which can be recovered with Ctrl-Y. /eval $U prints the cutbuffer. Timo Sirainen 2000-07-11 09:44:38 +00:00
  • 02495002e4 Another /IGNORE -replies fix Timo Sirainen 2000-07-11 09:30:43 +00:00
  • e43c300e78 KEY_LL = end key Timo Sirainen 2000-07-11 09:25:09 +00:00
  • 1475e38417 Ctrl-Y fixed when there was no text to undelete. Added CTRL() macro for defining control keys easier. Timo Sirainen 2000-07-11 00:25:50 +00:00
  • f05068ba7c /IGNORE -replies fixes Timo Sirainen 2000-07-10 23:27:37 +00:00
  • dcc2e89b2e Enabled lots of GCC warnings, fixed those that were easy to fix. Timo Sirainen 2000-07-10 23:00:56 +00:00
  • f8aa81b73c intl libs weren't added to program's libraries. Timo Sirainen 2000-07-09 15:54:35 +00:00
  • c1673b03e3 updated Timo Sirainen 2000-07-09 15:47:42 +00:00
  • e4eb0cb7e7 Check that -lncurses is actually found - if not, try -lcurses. Timo Sirainen 2000-07-09 15:45:55 +00:00
  • eaf49f020a Removed a warning Timo Sirainen 2000-07-09 15:28:17 +00:00
  • 07982e1790 MODE checking didn't work right.. Timo Sirainen 2000-07-09 15:28:05 +00:00
  • 7de08e4c8f sys/types.h has to be included with sys/socket.h when checking socklen_t Timo Sirainen 2000-07-09 15:11:47 +00:00
  • 3a1892d8ce Released 0.7.93 0.7.93 Timo Sirainen 2000-07-09 14:50:49 +00:00
  • 6c66f6963e Getting ready for 0.7.93.. Timo Sirainen 2000-07-09 14:27:59 +00:00
  • 885790d08a Don't add the highlighted window to activity list if it's the current window.. Timo Sirainen 2000-07-09 14:25:03 +00:00
  • cc8ddca122 Use MSGLEVEL_MSGS/CTCPS/ACTIONS | MSGSLVEL_DCC Timo Sirainen 2000-07-09 14:23:56 +00:00
  • ac0f82ecc6 We're fe-text module, not gui-text Timo Sirainen 2000-07-09 14:22:12 +00:00
  • 5557bf3f75 small fix. Timo Sirainen 2000-07-09 14:05:13 +00:00
  • 08d500519f Create colorless.theme automatically with a perl script in autogen.sh Timo Sirainen 2000-07-09 14:02:56 +00:00
  • be643cb48a -option tab-completion didn't work. Timo Sirainen 2000-07-09 13:28:14 +00:00
  • 273688f6d7 Don't check CTCP replies for autoignoring. /RELOAD printed some warnings to screen if you had ignored any channels. Nothing is autoignored anymore by default since there's been too many bugs with it, probably still is.. Timo Sirainen 2000-07-09 13:03:40 +00:00
  • 92bce7e219 You can change statusbar colors with /SET statusbar_xxx. Timo Sirainen 2000-07-09 12:51:33 +00:00
  • a055127cf1 --enable-perl[=libdir] to configure - you can specify what directory to install the perl libraries. Timo Sirainen 2000-07-09 12:33:33 +00:00
  • 0fcb26a955 Ctrl-Y undeletes the last ^U'd line. Timo Sirainen 2000-07-09 11:39:21 +00:00
  • 8bea491a57 Moved is_base_command() from command completion to command_have_sub() in core/commands. Timo Sirainen 2000-07-09 00:03:46 +00:00
  • abb46a0313 Netsplit changes - all netsplit handling is now in netsplit/netjoin files and fe-events.c doesn't know anything about it. Hides server +o mode change messages - it's displayed as '@' char before the nick in netjoin message. Timo Sirainen 2000-07-08 23:28:31 +00:00
  • 3164aecad0 Implemented /BIND [<key> [<action> [<data>]]] command. Timo Sirainen 2000-07-08 22:31:11 +00:00
  • 7074381bea Reading and saving keyboard configuration actually works now. Timo Sirainen 2000-07-08 21:47:05 +00:00
  • cd9efdf9fe Tab-completion for /FORMAT. Timo Sirainen 2000-07-07 20:49:23 +00:00
  • 19643089f1 If message was for you (your nick at start of line), print it with MSGLEVEL_HILIGHT, instead of the previous _NOHILIGHT.. Timo Sirainen 2000-07-04 21:47:40 +00:00
  • 0a86cf7e37 /CAT, /HELP xx and reading autorun commands stuck irssi to infinite loop. Timo Sirainen 2000-07-04 21:45:54 +00:00
  • 78bbff304e Changed /TOPIC -d to be /TOPIC -delete instead, the automatic option completion will take care of it. Timo Sirainen 2000-07-04 19:36:36 +00:00
  • f369248f68 User mode wasn't set right after server reconnection if server didn't set any user mode for you automatically. Timo Sirainen 2000-07-04 19:23:01 +00:00
  • 20e88f4210 Ahem. still broken ;) Timo Sirainen 2000-07-04 19:07:45 +00:00
  • 4737da10a1 whops. broke it accidentally. Timo Sirainen 2000-07-04 19:06:26 +00:00
  • e4a63db280 (zZzZ) wasn't displayed in statusbar if you didn't have any user mode set. Timo Sirainen 2000-07-04 19:03:57 +00:00
  • 6c9655a513 If there was any spaces after /DCC CHAT nick (like after used nick completion), Irssi used the spaces as part of the nick. /MSG =nick would also fail because of it. Timo Sirainen 2000-07-04 18:56:39 +00:00
  • f41dc62570 Don't redraw screen after EVERY /SET, just when /SET colors has changed. Timo Sirainen 2000-07-04 00:44:45 +00:00
  • d1d7840db1 Removed system version from default CTCP reply. Timo Sirainen 2000-07-04 00:20:20 +00:00
  • 584fa9a034 Server reconnection was a bit buggy - it didn't have to wait for the 5 minutes if it connected to some other server in same ircnet.. Timo Sirainen 2000-07-02 22:22:55 +00:00
  • f1e1907e80 forgot to add this Timo Sirainen 2000-07-02 22:11:56 +00:00
  • 21999ae205 Implemented runtime loadable modules. /LOAD loads a module, /UNLOAD unloads it. Timo Sirainen 2000-07-02 22:04:00 +00:00
  • 4475a04841 If you're pasting text to channel and some of it starts with /, Irssi will send the "/command" to channel if it doesn't exist (instead of just printing "unknown command"). Timo Sirainen 2000-07-02 19:22:30 +00:00
  • eee71a093a Logs were closed and entirely removed after doing /RELOAD. Timo Sirainen 2000-07-02 18:52:15 +00:00
  • 7d1cbac459 Fixed a couple of potential problems if there was longer lines than 64k in help files, autorun file or /catted file. Timo Sirainen 2000-07-02 18:23:31 +00:00
  • b9cfabc419 /^command hides the output of the command, it's not written to log either. Good for sending passwords for example. Timo Sirainen 2000-07-02 17:57:10 +00:00
  • c451c94c68 Minor memleak fixed. Timo Sirainen 2000-07-02 16:24:28 +00:00
  • bb76eec0ff When netsplit is over, irssi prints "Netsplit over, joins: (nicks)" and hides all the real JOIN messages. Fixed also some netsplit bugs. Timo Sirainen 2000-07-02 16:19:26 +00:00
  • cf7d6915f5 Don't check highlighting if the message was meant for you (your nick at the start of the line). Also, highlighted texts didn't really set the window's color right in activity list.. Timo Sirainen 2000-07-02 12:07:49 +00:00
  • 2f97b822fb "Temporary error in nameserver" shouldn't remove server reconnections. Timo Sirainen 2000-07-02 11:56:38 +00:00
  • c15f655bca Automatic command and option completion didn't check ambiguous commands right. For example /VER didn't work because there was /VERSION command too.. Timo Sirainen 2000-07-02 11:30:19 +00:00
  • 6c69f384bd Install docs into $prefix/doc/irssi directory with make install. Timo Sirainen 2000-07-01 23:59:47 +00:00
  • 6b6a735cf2 Added SV and GOTO aliases Timo Sirainen 2000-07-01 23:52:54 +00:00
  • f4b1470539 The month name parameter was supposed to go to daychange format, not to timestamp. Timo Sirainen 2000-07-01 21:15:53 +00:00
  • 9eb051b3b8 GTK version specific, removed. Timo Sirainen 2000-07-01 12:33:53 +00:00
  • 68da6977b7 Out of date - manual.txt replaces this. Timo Sirainen 2000-07-01 12:26:52 +00:00
  • c0e3f556e4 Fixed crash. Timo Sirainen 2000-07-01 00:34:14 +00:00
  • 68994bd738 Removed some warning messages. Timo Sirainen 2000-06-30 22:01:36 +00:00
  • 30f4151e51 WI_ITEM_REC was modified, but CHANNEL_REC, etc. wasn't. BIG mistake. Timo Sirainen 2000-06-30 21:33:57 +00:00
  • 2ea909d72f Released Irssi 0.7.92 0.7.92 Timo Sirainen 2000-06-30 21:00:00 +00:00
  • 39282a342f If joined channel had some low-ascii (color codes), they were displayed wrong in statusbar and prompt. Also, if you're invited to some channel, print the lowascii so that you can see them (^B, etc.) Timo Sirainen 2000-06-30 19:54:34 +00:00
  • 58397c1ca9 /MSG completion fixes. /HELP command completion works. Some other fixes. Timo Sirainen 2000-06-30 19:51:53 +00:00
  • e90cdaf4ca Lots of /HILIGHT changes. You can use color names with -color. Window numbers are colored with the highlight color in activity statusbar item. Timo Sirainen 2000-06-30 19:50:56 +00:00
  • 5da58d5849 Added "servertag" format - it's displayed before the message if it comes from a server different than the one active in window, or in all empty windows if you're connected to multiple servers. Timo Sirainen 2000-06-30 19:49:12 +00:00
  • 4faf4d1303 /SCROLLBACK HOME/END/GOTO commands weren't working right. Timo Sirainen 2000-06-30 19:45:28 +00:00
  • d0dcffab7b When doing "/OP nick1 nick2" (two spaces), irssi tried to op "" nick too. Timo Sirainen 2000-06-30 19:44:50 +00:00
  • 6b7d03e2cf /SET window_close_on_part -> /SET autoclose_windows Timo Sirainen 2000-06-28 22:58:54 +00:00
  • 77adc998ef /REHASH -> /RELOAD so it won't collide with the server's rehash command. Timo Sirainen 2000-06-28 22:29:06 +00:00
  • f1877ec705 Added options -delete and -reset for /FORMAT. -delete sets the string empty, and -reset sets it to the original format. Timo Sirainen 2000-06-28 22:25:07 +00:00
  • 95b74de316 /HILIGHT changed. -nick option now tells to hilight only the nick, not the whole line. -mask option matches the text for nick mask (it didn't even work before). Timo Sirainen 2000-06-28 21:47:13 +00:00
  • dc22d8830d Setting lag_min_show to -1 disables displaying lag entirely. Timo Sirainen 2000-06-28 21:06:17 +00:00
  • d4f8ad2c3f Don't count messages that have "FOLDER INTERNAL DATA" text in their subject. Timo Sirainen 2000-06-28 20:46:46 +00:00
  • 8fc1e0535c You can send message to different server with /MSG -<server tag> nick... Timo Sirainen 2000-06-28 20:00:39 +00:00
  • 7e531cec7a Automatic command completion and a few other fixes. Timo Sirainen 2000-06-28 17:15:37 +00:00
  • dd7ce4af23 You can complete #channels, Irssi uses only the joined channels and channels in setup. Timo Sirainen 2000-06-28 15:44:43 +00:00
  • c248de0eca -options can now be completed with tabulator. There's also automatic completion for them, like instead of /join -invite you can use just /join -i. Timo Sirainen 2000-06-28 15:36:57 +00:00
  • 6757207328 The "max. count" parameter in /LAST didn't work right. Timo Sirainen 2000-06-27 19:20:23 +00:00
  • 7718294fa0 "print text stripped" signal wasn't resent with MSGLEVEL_HILIGHT level. This broke at least logging hilighted messages. Timo Sirainen 2000-06-27 19:11:25 +00:00
  • 2f53972523 Closing active window that had window items could crash. Timo Sirainen 2000-06-27 18:26:22 +00:00
  • 0dbfd281c9 Created signal_get_uniq_id() macro. Added some documentation about signals to design.txt. Timo Sirainen 2000-06-25 23:39:23 +00:00
  • 69b8d4f81b Subcommand and command parameter completion works now also if you use alias as the base command. Timo Sirainen 2000-06-25 22:59:49 +00:00
  • 0415b1bbce Using \n with /SET expand_escapes ON didn't work right. Timo Sirainen 2000-06-25 22:40:25 +00:00
  • 4f034717c0 WHOIS and "no such nick" messages are displayed in nick's query window if it exists + other cleanups and minor changes. Timo Sirainen 2000-06-25 22:25:24 +00:00
  • 97bf5f5b39 Settings completion works with /TOGGLE also, it completes only boolean settings. /SET completion works now even if '/' isn't in command chars. Timo Sirainen 2000-06-25 22:14:09 +00:00
  • 892afcb9e6 completing files in root directory put extra / character at the start of the line Timo Sirainen 2000-06-25 22:05:44 +00:00
  • 0bc084770c File name completion crashed if you tried to complete file in directory that didn't exist or you didn't have read permission. Timo Sirainen 2000-06-25 21:59:30 +00:00
  • cb1666cb21 /command -option fixes Timo Sirainen 2000-06-20 19:28:19 +00:00
  • d5d9a9d7b8 1 message transalted, some fuzzy fixed wiget 2000-06-20 10:47:57 +00:00