annotate README.plugins @ 1106:5bc8fdacd2cb

[gaim-migrate @ 1116] lots of changes. buddy.c: just in general tried to get things to work better. moving things in the edit list window and signing off should be handled better in the main buddy list window (watch out for flashes). gaim.h: removed toc-specific things and moved them to toc.c and rvous.c as needed. gtkhtml.c: possible fix for AOL 6.0 problems (I wasn't able to reproduce the problem before or after the fix, but i fixed what i think might have been causing the problem). multi.c: moved LOGIN_STEPS from gaim.h here and actually use it now oscar.c: moved an oscar-specific struct definition from gaim.h here and also handle problems better perl.c: fix for stupid problem rvous.c: first pass at attempt to be able to remove toc.c and rvous.c (though this will never happen; gaim will support toc as long as aol does) without cruft. gaim is now only dependent on toc.c and rvous.c for toc_build_config and parse_toc_buddy_list, which gaim needs to save and read its buddy list. toc.c: rewrote the signin process so that the read()'s won't block. it's not actually a non-blocking read; it's just that it won't ever get to the read until there's data to be read (thanks to the gdk_input watcher). this means the cancel button should work after it's connected, but it's still not a non-blocking connect. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 20 Nov 2000 07:24:18 +0000
parents a761951579b9
children 5ad0b0c3ea01
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
164
67e57ab8de78 [gaim-migrate @ 174]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
1 Note:
67e57ab8de78 [gaim-migrate @ 174]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2
67e57ab8de78 [gaim-migrate @ 174]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
3 The plugins that come with GAIM are for educational purposes only.
67e57ab8de78 [gaim-migrate @ 174]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
4 We have released them hoping to give you guys enough information to
67e57ab8de78 [gaim-migrate @ 174]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
5 go on. We'll continue developing them in our free time but we ask you
67e57ab8de78 [gaim-migrate @ 174]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
6 to do the same. If you have any suggestions for them, let us know.
67e57ab8de78 [gaim-migrate @ 174]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
7
174
a09fabd11900 [gaim-migrate @ 184]
Rob Flynn <gaim@robflynn.com>
parents: 171
diff changeset
8 If you do not wish to enable the plugin support within GAIM, run the
a09fabd11900 [gaim-migrate @ 184]
Rob Flynn <gaim@robflynn.com>
parents: 171
diff changeset
9 ./configure script with the --disable-plugins option and recompile your
213
0eb9e6928d7e [gaim-migrate @ 223]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 176
diff changeset
10 source code. This will prevent the ability to load plugins.
171
789c792ed14b [gaim-migrate @ 181]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 164
diff changeset
11
213
0eb9e6928d7e [gaim-migrate @ 223]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 176
diff changeset
12 'make install' puts the plugins in $PREFIX/lib/gaim (PREFIX being what you
0eb9e6928d7e [gaim-migrate @ 223]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 176
diff changeset
13 specified when you ./configure'd - it defaults to /usr/local). Gaim looks
1065
a761951579b9 [gaim-migrate @ 1075]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 213
diff changeset
14 for the plugins in that directory by default, but they do not have to be
a761951579b9 [gaim-migrate @ 1075]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 213
diff changeset
15 there to use them. Also, plugins have a .so extension by default, though
a761951579b9 [gaim-migrate @ 1075]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 213
diff changeset
16 they do not have to.
164
67e57ab8de78 [gaim-migrate @ 174]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
17
67e57ab8de78 [gaim-migrate @ 174]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
18 Enjoy and Happy Hacking!
67e57ab8de78 [gaim-migrate @ 174]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
19
67e57ab8de78 [gaim-migrate @ 174]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
20 Rob Flynn
67e57ab8de78 [gaim-migrate @ 174]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
21