aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.h
Commit message (Expand)AuthorAgeLines
* Source documentation update, including a short HACKING file.Wilmer van der Gaast2010-07-28-21/+0
* Adding protocol-specific chatroom settings. First one to use this: AIMWilmer van der Gaast2010-07-24-1/+14
* Adding easy migration from old show_offline/away_devoice settings, andWilmer van der Gaast2010-07-19-1/+0
* libpurple: Handle incoming authorization requests.Wilmer van der Gaast2010-07-17-0/+1
* Merging killerbee stuff, bringing all the bleeding-edge stuff together.Wilmer van der Gaast2010-06-07-0/+2
|\
| * Merging stuff from mainline (1.2.6).Wilmer van der Gaast2010-04-24-0/+2
| |\
| * \ Merging in killerbee stuff (just file transfers and maybe a few things fromWilmer van der Gaast2010-03-21-0/+5
| |\ \
| * \ \ Merging in head.Wilmer van der Gaast2010-03-14-8/+8
| |\ \ \
| * \ \ \ Merging in mainline, including improved away/status stuff.Wilmer van der Gaast2010-03-07-4/+3
| |\ \ \ \
| * | | | | Fixed compatibility with non-libpurple version: oscar is now recognizedWilmer van der Gaast2009-11-23-0/+1
* | | | | | Starting to restore chatroom stuff. Only enough to create and be joinedWilmer van der Gaast2010-05-06-4/+4
* | | | | | Merging loads of stuff from mainline.Wilmer van der Gaast2010-04-14-0/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Added imcb_chat_nick_hint() and use it in the Twitter module to get sanerWilmer van der Gaast2010-04-09-0/+1
| * | | | | Show timestamps for offline messages. Including a timezone setting forWilmer van der Gaast2010-04-07-0/+1
| | |_|/ / | |/| | |
* | | | | Restored "account" root command and restored enough stuff to be able toWilmer van der Gaast2010-03-31-11/+2
* | | | | nogaim.c is close to doing something useful again without speaking any IRCWilmer van der Gaast2010-03-31-1/+1
| |_|_|/ |/| | |
* | | | Merging mainline.Wilmer van der Gaast2010-03-17-12/+11
|\| | |
| * | | Adding a few consts and other misc fixes from bug #431. Doing this via aWilmer van der Gaast2010-03-14-8/+8
| |\ \ \ | | |_|/ | |/| |
| | * | Some const/etc cleanups submitted by domen@coderock.org back in bug #431.Wilmer van der Gaast2010-03-14-9/+8
| * | | Added global and per-account settings "away" and "status" so the user canWilmer van der Gaast2010-03-07-1/+1
| * | | Away with this stupid GAIM_AWAY_CUSTOM constant. Let's see what still uses it.Wilmer van der Gaast2010-03-06-3/+2
| | |/ | |/|
* | | Merging head.Wilmer van der Gaast2009-12-07-4/+17
|\| |
| * | Shuffling a few more #includes. Much more shuffling will be needed.Wilmer van der Gaast2009-10-23-2/+2
| * | Don't include chat.h from bitlbee.h. make install-dev doesn't installWilmer van der Gaast2009-10-22-0/+1
| * | Added imcb_ask_auth() instead of reimplementing authorization requestsWilmer van der Gaast2009-10-10-1/+12
| * | Fixed ic->away leaking memory. This var is only used by OSCAR and shouldWilmer van der Gaast2008-12-14-1/+1
| * | Restored support for password-protected chatrooms (for now only by acceptingWilmer van der Gaast2008-09-28-2/+2
| |/
* | merged in upstream r410.ulim2008-08-04-5/+0
|\|
| * Partial fix for #419: Moved normalize() and some other stuff to OSCARWilmer van der Gaast2008-06-22-5/+0
* | merged in upstream r379 (somewhere after 1.2-3).ulim2008-04-14-1/+2
|\|
| * query.h now defines a callback function type, not using void* for it anymore.Wilmer van der Gaast2008-04-05-1/+2
* | Merged with upstream r328ulim2008-02-15-4/+6
|\|
| * Added imcb_chat_log() for chatroom system messages, so they can beWilmer van der Gaast2008-01-20-0/+2
| * Fixing some Solaris compiler warnings (u_int->uint, adding some typecastsWilmer van der Gaast2008-01-17-4/+4
* | Intermediate commit. Sending seems to work. TODOs:ulim2007-12-03-0/+3
* | Initial import of jabber file receive and DCC send support. This introducesulim2007-11-28-0/+1
|/
* Replaced GPL-incompatible SHA1 hashing code (and renamed the files in caseWilmer van der Gaast2007-11-23-1/+0
* Added Jabber groupchat topic support.Wilmer van der Gaast2007-11-19-2/+2
* Merging /TOPIC code from Miklos Vajna. Untested, because I still have toWilmer van der Gaast2007-11-19-0/+10
* Merge from devel.Wilmer van der Gaast2007-10-12-6/+90
|\
| * Added some comments to nogaim.h (Thanks to Miklos Vajna).Wilmer van der Gaast2007-10-10-1/+2
| * Improve comments in nogaim.h so that writing support for new protocols will beMiklos Vajna2007-10-08-6/+88
* | Added imcb_clean_handle() to sanitize handles properly (without puttingWilmer van der Gaast2007-07-15-0/+1
* | Added imcb_buddy_nick_hint so the Jabber conference module can suggest saneWilmer van der Gaast2007-06-04-0/+1
* | Prepared the Jabber module for anonymous rooms, but the BitlBee coreWilmer van der Gaast2007-04-25-0/+1
* | Got rid of one HORRIBLE stupidity called chat_by_channel(), which stillWilmer van der Gaast2007-04-22-1/+0
* | Read-only support for Jabber conferences (non-anonymous rooms only).Wilmer van der Gaast2007-04-22-4/+2
|/
* join_chat root command works for AIM chats now. (Was trivial to add andWilmer van der Gaast2007-04-21-1/+1
* Consistency; Using OPT_T(YP|HINK)ING for outgoing typing notfication crapWilmer van der Gaast2007-04-20-2/+2
* Added G_GNUC_PRINTF() to imcb_(log|error) to keep an eye on fmt string issues.Wilmer van der Gaast2007-04-20-2/+2