aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.h
Commit message (Expand)AuthorAgeLines
...
* | | | | | | | | | 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
* Renamed some more prpl functions.Wilmer van der Gaast2007-04-20-4/+4
* Renamed/slightly changed syntax of groupchat callback functions.Wilmer van der Gaast2007-04-19-10/+9
* More API changes: buddy list management. imcb_add_buddy() is now a *real*Wilmer van der Gaast2007-04-18-3/+4
* API cleanup pretty much complete. Fixed pretty much everything except theWilmer van der Gaast2007-04-16-7/+7
* Split serv_got_update() into imcb_buddy_(status|times). (Well, the secondWilmer van der Gaast2007-04-15-13/+11
* s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h aWilmer van der Gaast2007-04-15-48/+38
* Cleaned up struct im_connection. No more username/password stuff sinceWilmer van der Gaast2007-04-15-5/+1
* More cleanups, mainly in the callbacks. Replaced things likeWilmer van der Gaast2007-04-05-9/+6
* s/gaim_connection/im_connection/ and some other minor API changes. The restWilmer van der Gaast2007-03-30-70/+78
* Preparing for Jabber conference room support.Wilmer van der Gaast2007-03-27-23/+25