gaim/www

update tags
default tip
2019-09-10, convert-repo
7d915c997ccd
update tags
0.11
- Make it so you can select which protocols you link statically and
which are built dynamically at configure-time.
- Modify protocols to use GaimInput functions as opposed to GdkInput.
This should be done regardless of whether the core-ui stuff is done
because GDK_INPUT_WRITE doesn't listen for G_IO_HUP, which can cause
problems.
- Separate GTK into files separate from main file for each protocol.
- No file transfer. It's too much work right now and there are other
things I'd rather work on.
0.12
- The most important thing right now is the core-ui protocol. The IM
protocols are ported enough to be usable, and there can't be a real
UI without first getting the core to process events received from a
UI via the protocol.
- Need to add lots of functions to the core so that the protocols can
work between 0.11 and 0.12 with little to no modification.
- Once the core-ui protocol is done, write a UI. The easiest one to
write should in theory be the GTK UI since there's already all the
necessary code from 0.11. However, it may be just as easy to write
a console UI. Maybe I'll get mid to write the console one while I
do the GTK one. Hopefully he'll borrow heavily from BitchX or some
other console IRC client.