Commit graph

  • d22ca4efe5 updated Timo Sirainen 2000-12-06 05:42:13 +00:00
  • bb594d2aa6 bugfix in handling command(), cmdchar at start of command was still required.. Timo Sirainen 2000-12-06 05:35:34 +00:00
  • dee60d7102 updated event/ctcp signals Timo Sirainen 2000-12-06 05:25:08 +00:00
  • e9db7e54a2 irssi_bless() crashed with NULL parameter Timo Sirainen 2000-12-06 05:22:47 +00:00
  • e95f309b50 perl changes - values() method doesn't exist anymore, instead of $server->values()->{...} you now use directly $server->{...} Timo Sirainen 2000-12-06 05:03:11 +00:00
  • a99e93ef5d NICK_REC can be now inherited Timo Sirainen 2000-12-06 01:07:21 +00:00
  • 809fa17d82 Use hardcoded array for signals instead of dynamic (pretty useless, "10 is enough for everybody" :). Check sysname/sysrelease only once at beginning and use those values rest of the time. Timo Sirainen 2000-12-06 01:06:35 +00:00
  • 3d4ec1c8fd updated Timo Sirainen 2000-12-05 21:28:42 +00:00
  • 722f52bf78 updated Timo Sirainen 2000-12-05 21:15:57 +00:00
  • 9f2f1dc70a Server events: switched order of data and server parameters. it's now SERVER_REC *server, const char *data, .. hope this doesn't cause too many problems :) Timo Sirainen 2000-12-05 21:12:52 +00:00
  • 346808789c net_gethostbyname_nonblock(): don't crash if net_gethosterror() returns error message as NULL. Timo Sirainen 2000-12-05 19:43:12 +00:00
  • 4316840890 bot & proxy plugins fixed for GIOChannel changes Timo Sirainen 2000-12-05 01:01:53 +00:00
  • d1eaeca255 Split expandos from special-vars.c to expandos.c. Added list of signals to each expando that can might change it's value. Timo Sirainen 2000-12-05 00:53:04 +00:00
  • 5f941b8fa6 added signal_add_to_id() Timo Sirainen 2000-12-04 23:53:28 +00:00
  • 1c9f45b4a4 Use GIOChannel instead of sockets directly. Helps porting to win32 :) Timo Sirainen 2000-12-04 22:57:18 +00:00
  • e81fdd7307 /CLEAR -all - clear all windows. Timo Sirainen 2000-12-04 20:36:00 +00:00
  • e18d43cef7 cmd_get_params() didn't work correctly if we didn't want any paramers but only options. Timo Sirainen 2000-12-04 20:35:44 +00:00
  • ba3842761e don't allow printing iso8859-1 nonprintable highascii chars. Timo Sirainen 2000-12-04 15:15:03 +00:00
  • d8f07fe001 /SET scroll_page_count - how many lines to scroll with pgup/pgdn. either an absolute value, or if the count starts with '/', it's calculated as lines_in_screen/count, default is /2. Timo Sirainen 2000-12-04 13:11:44 +00:00
  • 358848c80f /^command should stop also "print starting" and "print format" signals. Timo Sirainen 2000-12-04 11:01:37 +00:00
  • dc12f511b0 privmsg had extra '-' Timo Sirainen 2000-12-04 09:18:58 +00:00
  • 5ad1fff69c updated Timo Sirainen 2000-12-04 04:07:19 +00:00
  • c5bb780a93 removed useless if condition Timo Sirainen 2000-12-04 03:56:32 +00:00
  • 7e781736c6 use format_get_text_theme_charargs() instead of ..._args() in printformat_module_dest() since we already have arguments in char ** table. Timo Sirainen 2000-12-04 03:37:22 +00:00
  • b67ab7747e In queries the queried nick was always added to completion list even if the word to be completed didn't start with the same characters Timo Sirainen 2000-12-04 02:45:34 +00:00
  • ed7f8d401f own dcc messages weren't displayed in right window. Timo Sirainen 2000-12-04 02:26:33 +00:00
  • 01cc2ec679 perl ldflags parsing fixes Timo Sirainen 2000-12-03 07:27:39 +00:00
  • a5e46bad36 nl_langinfo() was a bad idea, don't use it. Timo Sirainen 2000-12-03 06:39:28 +00:00
  • ffda311287 updates Timo Sirainen 2000-12-03 06:36:19 +00:00
  • af95ca3a7d printtext_multiline(): use the specified level, not MSGLEVEL_NEVER always. Timo Sirainen 2000-12-03 06:22:35 +00:00
  • 832075c89d updates Timo Sirainen 2000-12-03 06:21:26 +00:00
  • 22c6270292 updated Timo Sirainen 2000-12-03 06:15:58 +00:00
  • d174cc6db0 Don't crash if first line in window is just a newline Timo Sirainen 2000-12-03 06:07:33 +00:00
  • 043d9b8079 print the firsttimer info to irssi's window instead of stdout. Timo Sirainen 2000-12-03 05:47:50 +00:00
  • f1580a6744 Getting ready for 0.7.97.. 0.7.97 Timo Sirainen 2000-12-03 05:34:41 +00:00
  • e70ca21648 complain about old default.themes notify new irssi users about startup-HOWTO Timo Sirainen 2000-12-03 05:23:26 +00:00
  • e720a50a8a signal "netsplit add" -> "netsplit new" Timo Sirainen 2000-12-03 04:48:01 +00:00
  • 14dfacdb5f Don't redraw screen when trying to scroll up at the start of scrollback Timo Sirainen 2000-12-03 04:44:36 +00:00
  • b3a642e548 command() doesn't need cmdchar at start of command anymore. Timo Sirainen 2000-12-03 04:43:53 +00:00
  • c8a90566ca /RECONNECT without any parameters and when not connected to any server reconnects to first server in reconnect list. Timo Sirainen 2000-12-03 04:31:17 +00:00
  • 03b3322432 Reply to clients which send IRSSILAG notices to themselves. Timo Sirainen 2000-12-03 04:27:01 +00:00
  • de0e6b0184 Removed targets from printformat()s so all those extra dcc messages would go to status window instead of the dcc chat queries. Timo Sirainen 2000-12-03 02:38:42 +00:00
  • 4d39f311f9 fixes Timo Sirainen 2000-12-03 02:28:01 +00:00
  • 4a295a7343 updates Timo Sirainen 2000-12-03 02:20:49 +00:00
  • 0577583fca Theme updates Timo Sirainen 2000-12-03 02:20:38 +00:00
  • 4c82e70fb5 Remove trailing spaces from all modes Timo Sirainen 2000-12-03 01:43:07 +00:00
  • f436a34f61 /SET show_nickmode_empty - when mode is empty, should we display " " or "" Timo Sirainen 2000-12-03 01:13:05 +00:00
  • 3a6fef78a2 /SET emphasis - convert _underlined_ and *bold* words (and phrases) to use real underlines/bolds. patch by tommik. Timo Sirainen 2000-12-03 00:10:20 +00:00
  • 5e66be312a Theme saving fixes Timo Sirainen 2000-12-02 23:53:35 +00:00
  • fab312dde3 Print timestamps correctly with /SB REDRAW Timo Sirainen 2000-12-02 22:08:07 +00:00
  • 47eda740cc /SET autocreate_windows - should we create new windows for new window items or just place everything to one window Timo Sirainen 2000-12-02 22:07:24 +00:00
  • d1028e2a7c Moved activity to last item in statusbar Timo Sirainen 2000-12-02 22:03:26 +00:00
  • 085b938dd3 /SB REDRAW fixes, multiline formats should work now correctly. Timo Sirainen 2000-12-02 20:34:00 +00:00
  • df94b9a44c window_[add|remove]_item -> window_item_[add|remove] Timo Sirainen 2000-12-02 19:08:21 +00:00
  • ed550c01d1 typofix Timo Sirainen 2000-12-02 19:06:24 +00:00
  • 1ee8f8fb45 nl_langinfo() didn't work like i thought - fixed :) Timo Sirainen 2000-12-02 19:05:03 +00:00
  • e881761d86 "window item remove" signal: destroy the channel/query record _last_ Timo Sirainen 2000-12-02 07:55:55 +00:00
  • cfd50ce9cd ..and removed the rest of the alloca()s too Timo Sirainen 2000-12-02 07:08:49 +00:00
  • 32790f1515 don't use alloca() Timo Sirainen 2000-12-02 07:02:59 +00:00
  • 0cb6db26d9 /WINDOW ITEM GOTO <name> - sets <name> window item active in current window /WINDOW ITEM MOVE <number>|<name> - moves window item to another window /JOIN #already_joined_channel - same as /WINDOW ITEM MOVE <name> Timo Sirainen 2000-12-02 06:08:31 +00:00
  • 800ee1ea9a Forgot to commit for the nl_langinfo() Timo Sirainen 2000-12-02 05:03:01 +00:00
  • fda66b542c Nick completion now completes nicks from all channels in active window, except when completing the first word in line only nicks in active channel are completed. Timo Sirainen 2000-12-02 05:01:55 +00:00
  • 9ab8b13fd8 small "fix" Timo Sirainen 2000-12-02 04:48:27 +00:00
  • 29f0531550 Use langinfo.h's nl_langinfo(YESEXPR) instead of 'Y'. Timo Sirainen 2000-12-02 04:44:06 +00:00
  • e4d67a1bc4 Changed init order of fe_channels vs. window_items, now irssi won't print twice the "talking with xx" and "talking in xx" when using ^X to change to another channel in window. Timo Sirainen 2000-12-02 04:43:30 +00:00
  • 6ef409c4d0 internal default.theme is used if it isn't found anywhere Timo Sirainen 2000-12-02 02:01:51 +00:00
  • f2a8cab907 config_close() didn't work correctly when config was parsed from string instead of file. Timo Sirainen 2000-12-02 02:01:28 +00:00
  • db1b93ee99 ARGH! %s format bug! Timo Sirainen 2000-12-01 13:21:54 +00:00
  • f632c4c924 Remove trailing spaces from mode changes Timo Sirainen 2000-12-01 01:31:55 +00:00
  • bb53065bab Netsplit printing fixes. Timo Sirainen 2000-12-01 01:00:28 +00:00
  • 12ec2b86b8 /WAIT [-<server tag>] <milliseconds> - wait for <milliseconds> before sending anything else to server Timo Sirainen 2000-11-30 23:13:15 +00:00
  • e7bfb7fe88 added g_timeval_cmp() Timo Sirainen 2000-11-30 23:12:42 +00:00
  • a01275959d cmd_options_get_server() : allow NULL cmd argument Timo Sirainen 2000-11-30 22:58:45 +00:00
  • 2ea411093a Bugfix for deciding which window to place new window item. Timo Sirainen 2000-11-30 17:00:51 +00:00
  • 70d49e5042 crashfix Timo Sirainen 2000-11-30 16:32:28 +00:00
  • 6d88345f30 While waiting for more netsplits/netjoins, if anything else is printed to screen, print the current netsplit/netjoin messages before that text. not tested, hope it works ;) Timo Sirainen 2000-11-30 01:44:07 +00:00
  • 18a918791e send "print starting" signal before each printformat() or printtext() Timo Sirainen 2000-11-30 01:41:11 +00:00
  • cbf45ea6bf stristr() and stristr_full() didn't work correctly with empty needle argument. Timo Sirainen 2000-11-30 01:14:49 +00:00
  • 1d48bc59ac window_text_find() didn't work correctly with empty find string. Timo Sirainen 2000-11-30 01:13:34 +00:00
  • 1ca99a108c file_checksum() shouldn't crash if it can't open the file. Timo Sirainen 2000-11-29 16:05:15 +00:00
  • c67e6a1b8c Don't ever send more than 10 channels/line in mode/who requests. Though usually the max. channels/server limit is 10 :) Timo Sirainen 2000-11-28 17:43:39 +00:00
  • fe7621875d bugfixes with channel syncing. Timo Sirainen 2000-11-28 17:32:45 +00:00
  • cd3577ef66 fixed text buffer crash when scrollback got full Timo Sirainen 2000-11-27 17:18:58 +00:00
  • 95bc994779 don't destroy all netsplits when someone joins back from split, only the nicks that were in same server Timo Sirainen 2000-11-27 15:47:26 +00:00
  • b16682f4fd perl bugfix Timo Sirainen 2000-11-27 14:44:54 +00:00
  • 5bcb029a09 bugfix Timo Sirainen 2000-11-27 14:36:07 +00:00
  • 10fcff30d8 added dccmsgs level to msgs window. Timo Sirainen 2000-11-27 11:53:07 +00:00
  • 8290d621f3 Call /part command instead of directly sending part message to server when destroying channel. Timo Sirainen 2000-11-27 10:44:46 +00:00
  • 6aa8af346c forgot to add this Timo Sirainen 2000-11-27 01:23:28 +00:00
  • 0d8239e40e config changes, CONFIG_REC is now required parameter for config_node_set_int/bool() and config_node_add_list() Timo Sirainen 2000-11-26 10:24:30 +00:00
  • a392b41f2f if libperl.a isn't found, check from /usr/lib .. it seems to be there with perl 5.6 Timo Sirainen 2000-11-26 09:23:35 +00:00
  • 079932c405 Perl fixes and additions. theme_register() / printformat() works now with scripts Timo Sirainen 2000-11-26 09:22:18 +00:00
  • 9a7491fbe6 Mode ignores were checked wrong Timo Sirainen 2000-11-26 05:37:18 +00:00
  • cb03b5c133 netsplit fixes Timo Sirainen 2000-11-26 05:33:51 +00:00
  • 7be16da727 Don't generate colorless.theme Timo Sirainen 2000-11-26 05:08:30 +00:00
  • 7fbc915516 theme fixes Timo Sirainen 2000-11-26 05:08:11 +00:00
  • 8c02aa15b4 Added -current, -window and -level options to /echo Timo Sirainen 2000-11-26 03:52:23 +00:00
  • 504dedeb4e window_find_item() was buggy if window argument was NULL Timo Sirainen 2000-11-26 03:52:02 +00:00
  • 7ef53cbe0d /SET part_message - default message with /PART Timo Sirainen 2000-11-26 03:24:36 +00:00
  • 09f3538073 KEY_END isn't defined in all curses implementations Timo Sirainen 2000-11-26 03:21:46 +00:00