aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
Commit message (Expand)AuthorAgeLines
...
* Some changes to get rid of compiler warnings. (And disabling strictWilmer van der Gaast2007-11-22-5/+5
* Added Jabber groupchat topic support.Wilmer van der Gaast2007-11-19-6/+42
* Merging /TOPIC code from Miklos Vajna. Untested, because I still have toWilmer van der Gaast2007-11-19-0/+34
* Merging from devel/Jelmer.Wilmer van der Gaast2007-11-14-18/+15
|\
| * Removed some debugging stuff that shouldn't have been here for a long timeWilmer van der Gaast2007-11-14-14/+2
| * Handing of multipart messages in OSCAR (usually from mobiles), this fixesWilmer van der Gaast2007-11-10-1/+10
| * Fix another warning.Jelmer Vernooij2007-10-12-3/+3
* | Added "xmlconsole" setting so it can be enabled at login time already.Wilmer van der Gaast2007-11-14-0/+11
* | Merge from devel.Wilmer van der Gaast2007-10-12-45/+122
|\|
| * Added word_wrap() function to misc.c and using it at the right places soWilmer van der Gaast2007-10-12-33/+13
| * Made the netsplit-like quit messages optional.Wilmer van der Gaast2007-10-10-2/+14
| * 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
| * From vmiklos: More verbose error message on plugin load failures.Wilmer van der Gaast2007-08-30-1/+1
| * Merge from Jelmer (making GCC4 happy by sanitizing some typecasting messWilmer van der Gaast2007-07-15-3/+4
| |\
| | * Fix some warnings in storage.c.Jelmer Vernooij2007-07-07-3/+4
* | | Not trying to handle typing notifications from unknown buddies anymoreWilmer van der Gaast2007-08-08-1/+5
* | | Added jabber_error_parse() and using it for both stream- and stanzaWilmer van der Gaast2007-07-30-24/+61
* | | Added imcb_clean_handle() to sanitize handles properly (without puttingWilmer van der Gaast2007-07-15-1/+36
* | | Fixed imc_logout() (assigning u too early). Stupid me.Wilmer van der Gaast2007-07-11-1/+2
* | | Merging from devel. Added documentation for the join_chat command, addingWilmer van der Gaast2007-07-06-1/+7
|\| |
| * | Merge from Jelmer (mainly unit testing things).Wilmer van der Gaast2007-07-01-0/+5
| |\ \ | | |/ | |/|
| | * Add lcov targetJelmer Vernooij2007-01-22-0/+5
| * | s/Gender: Unknown// in OSCAR profile info. If we don't know, just don'tWilmer van der Gaast2007-04-27-1/+2
* | | Added (and using) jabber_chat_free() for better memory management, fixedWilmer van der Gaast2007-07-02-16/+27
* | | Stripping of unwanted characters (@ and =) in channel nicknames.Wilmer van der Gaast2007-07-02-1/+11
* | | Fixed nick hint function to only set the nick if it's different fromWilmer van der Gaast2007-07-02-7/+13
* | | Cleaning up groupchats when shutting down the Jabber connection. TheWilmer van der Gaast2007-07-02-0/+3
* | | Keeping an original (not normalized) copy of the user's nickname. ThisWilmer van der Gaast2007-07-01-3/+7
* | | Better handling of private messages via groupchats.Wilmer van der Gaast2007-07-01-9/+54
* | | Properly updating away state info if one resource goes down while anotherWilmer van der Gaast2007-07-01-8/+17
* | | Less copy-pasting in the service discovery reply and added MUC support toWilmer van der Gaast2007-07-01-22/+21
* | | Not calling imcb_remove_buddy() right after removing the XML console buddyWilmer van der Gaast2007-06-20-0/+4
* | | Added imcb_remove_buddy() so deletions in Jabber roster pushes actuallyWilmer van der Gaast2007-06-14-6/+13
* | | Fixed a memory management problem that caused some strange nickname issues.Wilmer van der Gaast2007-06-14-2/+6
* | | Fixed the duplicate-nick problem. Very very very stupid bug... :-(Wilmer van der Gaast2007-06-14-1/+1
* | | Calling imcb_add_buddy() before setting the nickname. This is the onlyWilmer van der Gaast2007-06-04-3/+6
* | | Fixed retarded use of strcpy() and no longer using Jabber fullnames forWilmer van der Gaast2007-06-04-5/+3
* | | Added imcb_buddy_nick_hint so the Jabber conference module can suggest saneWilmer van der Gaast2007-06-04-23/+35
* | | Now anonymous rooms should really work. This makes sure the self-join willWilmer van der Gaast2007-06-04-4/+8
* | | Added a real XML-console to the Jabber module! Add the handle "xmlconsole"Wilmer van der Gaast2007-06-04-12/+63
* | | Prepared the Jabber module for anonymous rooms, but the BitlBee coreWilmer van der Gaast2007-04-25-16/+25
* | | Fixes: handling of being kicked, now sending <presence/> tags to allWilmer van der Gaast2007-04-22-4/+20
* | | Got rid of one HORRIBLE stupidity called chat_by_channel(), which stillWilmer van der Gaast2007-04-22-21/+2
* | | You can send messages too now. But it's still very kludgy and doesn't workWilmer van der Gaast2007-04-22-13/+82
* | | Read-only support for Jabber conferences (non-anonymous rooms only).Wilmer van der Gaast2007-04-22-38/+329
|/ /
* | join_chat root command works for AIM chats now. (Was trivial to add andWilmer van der Gaast2007-04-21-11/+15
* | Consistency; Using OPT_T(YP|HINK)ING for outgoing typing notfication crapWilmer van der Gaast2007-04-20-10/+10
* | Jabber module should always send the status information of the primaryWilmer van der Gaast2007-04-20-4/+4
* | Added G_GNUC_PRINTF() to imcb_(log|error) to keep an eye on fmt string issues.Wilmer van der Gaast2007-04-20-2/+2