Commit graph

  • d01b094151 ..still removing.. Timo Sirainen 2000-04-26 07:50:02 +00:00
  • 1aaec2b22c - some updates. kloczek 2000-04-17 10:14:41 +00:00
  • b6c99ed8df - updated all .po files. kloczek 2000-04-17 09:55:34 +00:00
  • 34d0711805 - removed src/gui-text/setup.c. kloczek 2000-04-17 09:55:10 +00:00
  • adc82ec245 - added pixmaps to %files (irssi have now own icon). kloczek 2000-04-17 09:37:05 +00:00
  • 57e247f8e6 - added irssi icon to desktop file. kloczek 2000-04-17 08:56:11 +00:00
  • 4482d518b8 section can be NULL - which is same as "". Fixed several functions to allow it. Timo Sirainen 2000-04-14 12:49:02 +00:00
  • 53b248f6de Sorry for a big update - I still don't have internet connection at home and this is what I've been doing a few weeks now.. :) You really shouldn't upgrade to this version without keeping a backup of the working one, since this will break everything and at least notify list is broken - probably something else too. 0.7.90-cvs Timo Sirainen 2000-04-14 11:27:14 +00:00
  • 5fb98c2210 Check for socklen_t Timo Sirainen 2000-03-26 16:46:40 +00:00
  • 35c126ccb1 Irssi::Connect = SERVER_CONNECT_REC Several fixes to make it work Timo Sirainen 2000-03-20 00:45:09 +00:00
  • 7f4eac0dd4 Moved all server connection information to SERVER_CONNECT_REC from SERVER_REC and RECONNECT_REC. Timo Sirainen 2000-03-19 22:35:56 +00:00
  • 6275dd69ad Several GLists moved to GSLists. Timo Sirainen 2000-03-19 17:57:32 +00:00
  • 8d6dd5f992 Removed as many warnings as possible when compiling with -ansi -pedantic Timo Sirainen 2000-03-19 14:11:01 +00:00
  • c701648ab3 Server reconnection tries always the first server in the list where connection hasn't failed for the last half an hour. Timo Sirainen 2000-03-19 00:46:41 +00:00
  • 6b96becc79 Merged line-split from i2k. Several other cleanups. Timo Sirainen 2000-03-18 21:50:38 +00:00
  • cc01075295 Merged in i2k's networking code Timo Sirainen 2000-03-18 19:46:12 +00:00
  • 2b026b6d0f Merged some of i2k's signal handling code. All signals are now linked to some module, so plugin_bind() was removed as useless. Timo Sirainen 2000-03-18 18:49:41 +00:00
  • 8238a4723a Changed signal handling to use integers instead of strings internally. Should speed up things. Timo Sirainen 2000-03-18 15:54:37 +00:00
  • ecd74074ac Removed lib-nongui from gui-none and configure str2list() and list2str() replaced with g_strsplit() and g_strjoinv() Timo Sirainen 2000-03-18 13:38:23 +00:00
  • 90fb674a9b Remove gui_timeout_add/remove, gui_input_add/remove and lib-nongui, use Glib instead. Timo Sirainen 2000-03-18 12:52:51 +00:00
  • 3d690fd378 use libpopt.la instead of libpopt.a with non-gnome irssi. changed examples dir to scripts Timo Sirainen 2000-03-15 20:59:36 +00:00
  • 2799d200cb Directory should really be named "scripts", not "examples". Added script mlock.pl Timo Sirainen 2000-03-15 20:49:44 +00:00
  • befd35e710 FORMATS: note about %| PERL: signal_add_last(), several additions to Irssi::Channel->values() Timo Sirainen 2000-03-15 20:14:29 +00:00
  • 25165ad09d fixed default configuration file Timo Sirainen 2000-03-15 12:49:36 +00:00
  • edec3faf85 Building from objdir now works right Timo Sirainen 2000-03-11 20:19:24 +00:00
  • 0c66bb3185 Irssi 0.7.28 released 0.7.28 Timo Sirainen 2000-03-11 19:18:12 +00:00
  • 3b9e051707 New theme Timo Sirainen 2000-03-11 18:41:54 +00:00
  • efd610b6d2 Irssi::setup_get() for Perl. Option: show timestamps once only after a specified time of inactivity Timo Sirainen 2000-03-11 18:39:23 +00:00
  • 04ae11e7b5 updated Timo Sirainen 2000-03-10 23:02:21 +00:00
  • 24f651cdb8 /SERVERS displays a list of waiting reconnections too. You can also remove them with /DISCONNECT <RECON-n> where <RECON-n> being the tag that /SERVERS prints. Timo Sirainen 2000-03-10 22:16:28 +00:00
  • e1bf344ee4 --without-gtk option for configure disables building GTK frontend Timo Sirainen 2000-03-10 20:58:04 +00:00
  • a5f8ae8d01 If you don't specify the path for Perl scripts, Irssi tries to find them from ~/.irssi/scripts/ or /usr/lib/irssi/scripts/ directories. Irssi will also run automatically scripts in ~/.irssi/scripts/autorun/ at startup. Timo Sirainen 2000-03-10 20:38:03 +00:00
  • 73703bd87a $server->values()->{'nick'} works fine without any $sinfo = %{$server->values()}; $sinfo{'nick'} ugliness, fixed. Timo Sirainen 2000-03-10 20:16:43 +00:00
  • ef264050c0 Save the away message reason. Export the away status and reason for Perl. Timo Sirainen 2000-03-10 20:04:29 +00:00
  • 8123d685fa Updated documentation Timo Sirainen 2000-03-10 14:04:16 +00:00
  • 2915bac386 Updated Perl support Timo Sirainen 2000-03-05 21:21:34 +00:00
  • 7a9cc02252 Missing makefile, added quitmsg.pl Timo Sirainen 2000-03-02 18:09:13 +00:00
  • 75b7497187 Fixes Timo Sirainen 2000-03-02 18:03:17 +00:00
  • c48606a440 - fix perl related problems - use libtool to build helping libraries wiget 2000-03-01 11:50:34 +00:00
  • f5fc624781 Irssi 0.7.27 released. 0.7.27 Timo Sirainen 2000-02-25 17:03:17 +00:00
  • 3d513eebfa Perl documentation and updates Timo Sirainen 2000-02-24 23:43:49 +00:00
  • 4eb989ccb1 Updated perl support Timo Sirainen 2000-02-24 21:14:44 +00:00
  • 60ddcc4005 Updated German translation Timo Sirainen 2000-02-21 17:05:29 +00:00
  • a95cb0aa60 Initial Perl support. Timo Sirainen 2000-02-20 23:28:50 +00:00
  • 141b4490b2 Resizing terminal works now right without resizeterm() function. 0.7.26 Timo Sirainen 2000-02-20 13:40:49 +00:00
  • 4d6a23b7b2 Irssi 0.7.25 released: 0.7.25 Timo Sirainen 2000-02-19 14:37:19 +00:00
  • 300153ee90 updated Timo Sirainen 2000-02-18 22:55:19 +00:00
  • 7729acb736 Final 0.7.24 changes Timo Sirainen 2000-02-18 22:54:41 +00:00
  • 962e6fea11 Don't allow any setup file changes or log writing if another irssi session is running. Timo Sirainen 2000-02-18 22:50:21 +00:00
  • 76279fdbe1 Released 0.7.24 0.7.24 Timo Sirainen 2000-02-18 22:14:11 +00:00
  • e68418de28 Updated Brazilian Portuguese translation translation, now with the right pot file name :) Timo Sirainen 2000-02-12 15:11:01 +00:00
  • eefd4f425b German translation file Timo Sirainen 2000-02-03 22:53:20 +00:00
  • 6836e7c9d3 Small bugfix, it always displayed that it will build GTK frontend Timo Sirainen 2000-01-29 17:24:08 +00:00
  • 53d0defed5 fixes by vkoivula@saunalahti.fi Timo Sirainen 2000-01-27 19:03:28 +00:00
  • 5e484def70 French translation by Julien Boulnois <cosman@webmails.com> Timo Sirainen 2000-01-27 18:07:38 +00:00
  • 31e1b8cbba updates for irssi 0.7.23: 0.7.23 Timo Sirainen 2000-01-24 14:59:27 +00:00
  • 9f792a42f7 Fixed the missing commas Timo Sirainen 2000-01-19 12:04:48 +00:00
  • 1248c75050 Changed /set toggle_use_colors to simple /set colors Final changes for 0.7.22 0.7.22 Timo Sirainen 2000-01-16 17:15:52 +00:00
  • ba68066184 Improved hilighting: You can specify what color to hilight the text with, to channel field type the (mirc) color number, like "4 #blah" hilights the text with red in channel #blah, both color and channel(s) are optional. You can also hilight nicks' colors, to text field type "NICK:nick!mask", like NICK:nick, or NICK:*!*@*.blah.fi hilights people from blah.fi domain Timo Sirainen 2000-01-16 17:06:14 +00:00
  • 20ddd957d9 Added ptlink network Timo Sirainen 2000-01-16 14:11:11 +00:00
  • aefc491c77 Brazilian portuguese translation Timo Sirainen 2000-01-16 14:08:16 +00:00
  • 7299a8da12 When connection is lost to server, irssi will remember the channels in windows. After reconnected, (auto)joining to same channels will join the channels to the old windows. Timo Sirainen 2000-01-15 21:55:44 +00:00
  • 144836a4dd + /window goto active now finds first the window with the higest activity (msgs to you -> msgs -> rest). Alt-A is also default key shortcut for this - Modeless channels (+channel) didn't get synced ever.. Timo Sirainen 2000-01-15 17:00:44 +00:00
  • 57029fc412 - irssi.desktop now this is not applet but application description file - place them in $(datadir)/gnome/apps/Network. kloczek 2000-01-13 02:13:20 +00:00
  • accc66c511 updates for new version: Timo Sirainen 2000-01-12 22:10:30 +00:00
  • 2219b4096a private messages in a query window were displayed wrong. Timo Sirainen 1999-12-26 10:41:24 +00:00
  • 396142b9fb - next part translations. kloczek 1999-12-22 16:25:14 +00:00
  • 203cf7b0be bugfix Timo Sirainen 1999-12-20 18:04:04 +00:00
  • 0dc6aa44e6 - correct fuzzy and add more translations wiget 1999-12-20 00:18:00 +00:00
  • 1b30005e4c Updated to 0.7.21 0.7.21 Timo Sirainen 1999-12-19 23:40:46 +00:00
  • b36b88af1b IRC Network specific settings: nick, username, realname, max. kicks/modes/msgs per command. Timo Sirainen 1999-12-19 19:00:11 +00:00
  • da86294a25 fixed some problems with ignoring server modes. Added different format text for server modes. Timo Sirainen 1999-12-08 20:34:28 +00:00
  • aea9de2c10 -more pl translation. kloczek 1999-11-30 18:33:21 +00:00
  • 093bff27a4 - next part translations. kloczek 1999-11-29 21:33:29 +00:00
  • 3cac0cf77c updated to 0.7.20.1 0.7.20.1 Timo Sirainen 1999-11-28 18:37:41 +00:00
  • b670cec847 MySQL plugin is only build with using --with-mysql[=yes|=dir] Timo Sirainen 1999-11-28 17:50:17 +00:00
  • 1a64ce1709 - next part translations. kloczek 1999-11-28 13:57:35 +00:00
  • cdb4703c00 - update pl translation wiget 1999-11-27 23:38:18 +00:00
  • 6d168863f3 Added "New Split Window" to menus Timo Sirainen 1999-11-27 22:02:32 +00:00
  • eb4a9f1c2a Updates for 0.7.20 0.7.20 Timo Sirainen 1999-11-27 21:15:30 +00:00
  • 6ba8e4d318 Another try for finnish translation - only menus translated Timo Sirainen 1999-11-27 21:08:02 +00:00
  • fae6b600dd Added botnet plans. Timo Sirainen 1999-11-27 20:37:25 +00:00
  • fe930409b6 Makefile.in.in is autogenerated Timo Sirainen 1999-11-24 11:06:05 +00:00
  • 2df40791e4 Added README back Timo Sirainen 1999-11-23 20:47:48 +00:00
  • ddfde1c27a - where is README ? wiget 1999-11-23 14:24:46 +00:00
  • db70cdf488 - empty wiget 1999-11-23 14:23:59 +00:00
  • de31522cb3 - add pl to ALL_LINGUA wiget 1999-11-23 14:23:30 +00:00
  • b1e60c74c2 - more trans. kloczek 1999-11-22 19:54:36 +00:00
  • 22ed865b13 - fiew translations. kloczek 1999-11-22 19:19:56 +00:00
  • ff7f371e57 - start pl translation. kloczek 1999-11-22 19:15:00 +00:00
  • f4dc754e3f Last changes for 0.7.19 0.7.19 Timo Sirainen 1999-11-20 14:00:24 +00:00
  • dbb0e0b01d Doesn't try to build GTK UI if GTK isn't found Timo Sirainen 1999-11-14 12:32:49 +00:00
  • a6bfeb3a41 Default menuitems to popup menu. Timo Sirainen 1999-11-07 13:47:29 +00:00
  • 2b16677044 Automatic text replaces, useful for things like :9 -> :) .. This is actually almost same as completions, except they are activated with different keys.. Timo Sirainen 1999-11-07 01:18:15 +00:00
  • e7e2b79f7c Keyboard configuration works Timo Sirainen 1999-11-06 20:05:49 +00:00
  • b09265682e "window server changed" -> "channel server changed" Timo Sirainen 1999-11-06 14:51:01 +00:00
  • d23d35fc30 NLS support should work without gnome now. Timo Sirainen 1999-11-03 20:05:16 +00:00
  • 919a6a8ac5 minor changes.. Timo Sirainen 1999-10-30 16:01:32 +00:00
  • 673bd9d7d5 docs/help - online helps for /HELP. Anyone care to write them? :) Timo Sirainen 1999-10-30 15:56:53 +00:00
  • 262238c9bc FAQ added Timo Sirainen 1999-10-30 15:46:07 +00:00