comparison plugins/CRAZY @ 94:9f6ce50ffb78

[gaim-migrate @ 104] Woohoo, the landing of the plugins. Nearly everything necessary is here. The only thing missing is that you can't load a plugin without signing on first (at least, not without some trickery). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 09 Apr 2000 11:18:25 +0000
parents 5ca21b68eb29
children 247f540ea6e1
comparison
equal deleted inserted replaced
93:5ca21b68eb29 94:9f6ce50ffb78
1 Figures out the other person's IP address if they also have the same 1 Figure out a user's IP address if they have the same plugin loaded
2 plugin loaded.
3 2
4 This would be a really interesting and pretty useful plugin. It 3 This would be a really interesting and pretty useful plugin. It
5 could work possibly by sending 'hidden' text in the form of an 4 could work possibly by sending 'hidden' text in the form of an
6 HTML tag or something, and if it receives the same hidden text, 5 HTML tag or something, and if it receives the same hidden text,
7 it could then pass messages back and forth to send and receive 6 it could then pass messages back and forth to send and receive
34 really nice thing about having plugins is as long as your code doesn't 33 really nice thing about having plugins is as long as your code doesn't
35 segfault, you can keep testing and debugging without having to restart 34 segfault, you can keep testing and debugging without having to restart
36 gaim. Plus the plugins tend to be small, and quick and easy to compile, 35 gaim. Plus the plugins tend to be small, and quick and easy to compile,
37 so development should be quick. Try to have FUN with these plugins :-). 36 so development should be quick. Try to have FUN with these plugins :-).
38 (BTW, dibs on the 'control by file' plugin. :-) .) 37 (BTW, dibs on the 'control by file' plugin. :-) .)
38
39 Other useful ideas I came up with later:
40
41 -Auto-reconnect on kick
42 -Stock/News ticker (I don't want it, but some people do)
43 -Play games through the same gaim plugin
44
45 This one I think is one of my crazier ideas that I would only come up
46 with this early in the morning. This plugin would somehow determine if
47 the other person is using the same plugin. If s/he is, it would allow
48 the people to play a game against each other, like checkers. It could
49 be done by watching the messages passed and intercepting ones that
50 relate to the game/plugin. Conversation could even continue as usual.
51 What gets really warped is then you could write plugins for that
52 plugin for various games (checkers, chess, hearts (4 people!)). I have
53 no desire of trying this one, help yourself.
54
55 There's going to be a few plugins that are going to ship with gaim by default
56 eventually, probably. This would be a good thing to put in the PATCHES thing
57 over at sourceforge.net