1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00
Commit Graph

49 Commits

Author SHA1 Message Date
Timo Sirainen
93d6032151 - Compiling fixes
- GNOME version isn't anymore build here so you don't need all that GTK and
GNOME crap to compile irssi-text.
- Some fixes to compile with -ansi -pedantic


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@200 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-09 11:42:42 +00:00
Timo Sirainen
d3dc9a1307 .. lots of changes ..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@197 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-04 10:32:42 +00:00
Timo Sirainen
280bdd6ee4 Updated pot files - now that there's no working gnome version the pot file
is only 92 lines :)


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@193 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-04-28 08:33:34 +00:00
Timo Sirainen
a5a66264de Perl working again, better than ever (unless there's bugs :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@191 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-04-28 08:07:42 +00:00
Timo Sirainen
d29ca0b107 rest of the ~rewrite?
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@172 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-04-26 08:10:09 +00:00
Timo Sirainen
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.

* On the way to 0.8.0 .. Major rewriting/rearranging code. There's
  some changes in behaviour because I'm trying to make Irssi a bit
  more compatible with EPIC.

* libPropList isn't needed anymore - I'm using my own configuration
  library. This is mostly because different proplists worked a bit
  differently everywhere and several people had problems with it.
  It's also yet another extra library that you needed to compile
  Irssi. New configuration library has several advantages:

  You can add comments to configuration file and they also stay
  there when it's saved.

  It's not nearly as vulnerable as proplist. If some error occurs,
  instead of just not reading anything it will try to continue if
  possible. Also the error messages are written to irssi's text
  window instead of stdout.

  It can be managed more easily than proplist - setting/getting the
  configuration is a lot more easier.

* Coding style changes - I'm not using gint, gchar etc. anymore,
  they're just extra pain when moving code to non-glib projects and
  syntax hilighting doesn't work by default with most editors ;)

  Indentation style was also changed to K&R because of some political
  reasons ;) And I'm already starting to like it.. :) It forces me
  to split code to different functions more often and the result is
  that the code gets more readable.

  And finally I'm also using nst' all over the place.

+ /EVAL <commands> - Expand all the special variables from string and
  run it. Commands can be split with ; character. See
  docs/SPECIAL_VARS for more info.
+ Aliases are parsed just like /EVAL - arguments are in $0..$9.
+ Text formats are also parsed like /EVAL, arguments used to be in
  $1..$9, now they're in $0..$8 so it messes up existing themes..
+ /SET [key [value]] - no more the '=' character. Boolean values
  also need to be changed with ON/OFF/TOGGLE values (not yes/no).
  Settings aren't saved to disk until you use /SAVE.
+ /TOGGLE <key> [ON/OFF] - same as /SET <key> TOGGLE


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@163 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-04-14 11:27:14 +00:00
Timo Sirainen
5fb98c2210 Check for socklen_t
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@162 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-03-26 16:46:40 +00:00
Timo Sirainen
ecd74074ac Removed lib-nongui from gui-none and configure
str2list() and list2str() replaced with g_strsplit() and g_strjoinv()


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@152 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-03-18 13:38:23 +00:00
Timo Sirainen
3d690fd378 use libpopt.la instead of libpopt.a with non-gnome irssi.
changed examples dir to scripts


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@150 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-03-15 20:59:36 +00:00
Timo Sirainen
edec3faf85 Building from objdir now works right
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@145 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-03-11 20:19:24 +00:00
Timo Sirainen
e1bf344ee4 --without-gtk option for configure disables building GTK frontend
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@139 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-03-10 20:58:04 +00:00
Timo Sirainen
75b7497187 Fixes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@132 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-03-02 18:03:17 +00:00
wiget
c48606a440 - fix perl related problems
- use libtool to build helping libraries


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@131 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-03-01 11:50:34 +00:00
Timo Sirainen
4eb989ccb1 Updated perl support
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@128 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-02-24 21:14:44 +00:00
Timo Sirainen
a95cb0aa60 Initial Perl support.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@126 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-02-20 23:28:50 +00:00
Timo Sirainen
141b4490b2 Resizing terminal works now right without resizeterm() function.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@125 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-02-20 13:40:49 +00:00
Timo Sirainen
4d6a23b7b2 Irssi 0.7.25 released:
+ /WQUERY - create query to current window
+ Irssi doesn't close the window anymore when using /PART
+ irssi-text also displays user's address in topic bar in queries.
+ /NAMES list is now displayed sorted
+ irssi-text: /WINDOW MOVE PREV|NEXT
- Topic bar sometimes displayed some other channel's topic if the
  channel didn't have a topic.
- Irssi automatically changed to auto-created query windows..
- When using /WINDOW CLOSE it didn't change to different window


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@124 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-02-19 14:37:19 +00:00
Timo Sirainen
76279fdbe1 Released 0.7.24
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@120 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-02-18 22:14:11 +00:00
Timo Sirainen
eefd4f425b German translation file
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@118 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-02-03 22:53:20 +00:00
Timo Sirainen
6836e7c9d3 Small bugfix, it always displayed that it will build GTK frontend
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@117 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-01-29 17:24:08 +00:00
Timo Sirainen
5e484def70 French translation by Julien Boulnois <cosman@webmails.com>
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@115 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-01-27 18:07:38 +00:00
Timo Sirainen
31e1b8cbba updates for irssi 0.7.23:
+ channel's key (+k key) is displayed in irssi-text's statusbar if it
  has one.
+ Nick hilight detector is a bit smarter now, for example if your
  nick happens to be "its", "it's blahblah" doesn't trigger it..
+ colorless irssi-text (/set colors = no): activity list is split in
  two, Act and Det lists. Det displays list of windows where there's
  new messages for you.
- /LAST without any parameters crashed
- if queried nick was changed, GUI didn't notice it.
- config file was invalid in .22
- irssi text widget didn't work in .22
- dcc transfers always displayed 0.00kB/s in .22


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@113 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-01-24 14:59:27 +00:00
Timo Sirainen
aefc491c77 Brazilian portuguese translation
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@108 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-01-16 14:08:16 +00:00
Timo Sirainen
accc66c511 updates for new version:
+ configure displays a summary of things to compile
+ /set toggle_use_colors = yes|no, sets colors on/off in irssi-text
- Some kB/s messages displayed wrong values when resuming DCC
  transfers. Also, kB/s is now displayed with two decimals
- "Day changed to 00-10-2000" .. month was wrong. No Y2K bugs
  however ;)
- List of ircnets was displyed wrong in server dialog.
- Userhost replies didn't handle ircops right..
- Doesn't quit when receives SIGHUP - some window managers send it
  when restarting itself (Afterstep)
- Specifying "source host IP" didn't work (vhosts).
- Using ctrl-b etc. didn't move the cursor forward..
- Don't try to compile GTK parts of plugins if we don't even want
  build GTK irssi
- Doesn't crash when trying to create DCC dialog after being
  disconnected from IRC server


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@104 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-01-12 22:10:30 +00:00
Timo Sirainen
1b30005e4c Updated to 0.7.21
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@99 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-12-19 23:40:46 +00:00
Timo Sirainen
3cac0cf77c updated to 0.7.20.1
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@93 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-11-28 18:37:41 +00:00
Timo Sirainen
b670cec847 MySQL plugin is only build with using --with-mysql[=yes|=dir]
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@92 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-11-28 17:50:17 +00:00
Timo Sirainen
eb4a9f1c2a Updates for 0.7.20
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@88 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-11-27 21:15:30 +00:00
wiget
de31522cb3 - add pl to ALL_LINGUA
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@81 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-11-23 14:23:30 +00:00
Timo Sirainen
f4dc754e3f Last changes for 0.7.19
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@77 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-11-20 14:00:24 +00:00
Timo Sirainen
dbb0e0b01d Doesn't try to build GTK UI if GTK isn't found
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@76 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-11-14 12:32:49 +00:00
Timo Sirainen
919a6a8ac5 minor changes..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@70 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-10-30 16:01:32 +00:00
Timo Sirainen
673bd9d7d5 docs/help - online helps for /HELP. Anyone care to write them? :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@69 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-10-30 15:56:53 +00:00
Timo Sirainen
4d58494443 Internationalization works now.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@67 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-10-30 13:21:14 +00:00
Timo Sirainen
a33f86bda7 Test for checking if irssi-bot should be build was wrong
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@60 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-10-20 18:32:27 +00:00
Timo Sirainen
490ce28ffb STILL some popt fixes, now it should get compiled to all irssi binaries right
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@55 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-10-16 14:57:28 +00:00
Timo Sirainen
fb2f225386 popt fix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@53 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-10-16 14:37:21 +00:00
Timo Sirainen
18ecebe10d popt fixes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@48 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-10-16 12:26:30 +00:00
Timo Sirainen
42092bacbe Released 0.7.17
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@47 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-10-16 11:05:08 +00:00
Timo Sirainen
1b0b230743 gnome support checks are now run always
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@42 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-10-09 18:58:27 +00:00
Timo Sirainen
15dcd0a2c5 popt-gnome.h isn't used anymore
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@39 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-10-09 18:04:21 +00:00
Timo Sirainen
95c6a0d9f6 libpopt is now distributed with irssi since it's small enough and I got
tired of installing it to every computer when I tried to run irssi..


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@37 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-10-06 16:47:43 +00:00
Timo Sirainen
d226c65524 configure add libs to PROG_LIBS instead of LIBS since plugins were linked
against them too.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@36 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-10-05 18:53:45 +00:00
tali
2cc1ddc5e1 fixed bug in configuring popt
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@35 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-10-04 14:13:47 +00:00
Timo Sirainen
9ccee0a31b Command line argument handling works.
-c server [-p port] : connects to server at startup
 -n : don't autoconnect to any servers


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@33 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-10-03 14:37:29 +00:00
Timo Sirainen
5b96b49e38 --without-bot to configure doesn't build irssi-bot
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@30 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-10-02 10:29:01 +00:00
Timo Sirainen
a14ebfc9c3 GtkIText: imlib isn't required anymore, underlined text works
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@29 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-09-30 16:31:39 +00:00
wiget
fef0d047ce - new way to update Version: field in spec
- new target for make 'make rpm'


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@9 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-09-04 11:42:33 +00:00
Timo Sirainen
770ae4596d Initial revision
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3 dbcabf3a-b0e7-0310-adc4-f8d773084564
1999-09-03 14:27:29 +00:00