| Commit message (Expand) | Author | Age | Lines |
... | |
* | | Handling of presence-error packets (only useful for groupchats now), moved | Wilmer van der Gaast | 2007-12-02 | -2/+2 |
* | | Removed retarded printf() (ARGH) and moved the event handling handling of | Wilmer van der Gaast | 2007-12-02 | -2/+0 |
|/ |
|
* | Added some random hash to the id= for cached XMPP packets so that packets | Wilmer van der Gaast | 2007-11-24 | -0/+28 |
* | Added Jabber groupchat topic support. | Wilmer van der Gaast | 2007-11-19 | -0/+7 |
* | Added "xmlconsole" setting so it can be enabled at login time already. | Wilmer van der Gaast | 2007-11-14 | -0/+11 |
* | Added (and using) jabber_chat_free() for better memory management, fixed | Wilmer van der Gaast | 2007-07-02 | -1/+1 |
* | Cleaning up groupchats when shutting down the Jabber connection. The | Wilmer van der Gaast | 2007-07-02 | -0/+3 |
* | Better handling of private messages via groupchats. | Wilmer van der Gaast | 2007-07-01 | -1/+5 |
* | Not calling imcb_remove_buddy() right after removing the XML console buddy | Wilmer van der Gaast | 2007-06-20 | -0/+4 |
* | Added imcb_remove_buddy() so deletions in Jabber roster pushes actually | Wilmer van der Gaast | 2007-06-14 | -1/+1 |
* | Added a real XML-console to the Jabber module! Add the handle "xmlconsole" | Wilmer van der Gaast | 2007-06-04 | -0/+21 |
* | You can send messages too now. But it's still very kludgy and doesn't work | Wilmer van der Gaast | 2007-04-22 | -2/+7 |
* | Read-only support for Jabber conferences (non-anonymous rooms only). | Wilmer van der Gaast | 2007-04-22 | -2/+20 |
* | Consistency; Using OPT_T(YP|HINK)ING for outgoing typing notfication crap | Wilmer van der Gaast | 2007-04-20 | -5/+5 |
* | Renamed some more prpl functions. | Wilmer van der Gaast | 2007-04-20 | -3/+3 |
* | s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a | Wilmer van der Gaast | 2007-04-15 | -6/+6 |
* | Cleaned up struct im_connection. No more username/password stuff since | Wilmer van der Gaast | 2007-04-15 | -3/+3 |
* | More cleanups, mainly in the callbacks. Replaced things like | Wilmer van der Gaast | 2007-04-05 | -9/+9 |
* | s/gaim_connection/im_connection/ and some other minor API changes. The rest | Wilmer van der Gaast | 2007-03-30 | -46/+46 |
* | Added Jabber server port number restrictions. | Wilmer van der Gaast | 2007-02-18 | -1/+10 |
* | Improved handling of JIDs: Bare JIDs are allowed (*sigh*) and case | Wilmer van der Gaast | 2006-11-13 | -8/+12 |
* | Added #defines for XML namespaces. | Wilmer van der Gaast | 2006-10-31 | -2/+2 |
* | Added handling of roster pushes. This means your local buddy list will | Wilmer van der Gaast | 2006-10-28 | -1/+4 |
* | Can't hurt to at least try one compile before running bzr commit... | Wilmer van der Gaast | 2006-10-21 | -1/+1 |
* | Proper detections of errors from *_connect() and added a "Connecting" | Wilmer van der Gaast | 2006-10-21 | -1/+8 |
* | Added backwards compatibility with the old "account add" syntax for Jabber | Wilmer van der Gaast | 2006-10-20 | -3/+69 |
* | get_info() now displays vCard information too. | Wilmer van der Gaast | 2006-10-18 | -0/+2 |
* | Proper cleanup of jabber buddy structures when removing a buddy from the | Wilmer van der Gaast | 2006-10-15 | -8/+17 |
* | Fixed get_info(), now that buddy_by_jid() doesn't just return the first | Wilmer van der Gaast | 2006-10-13 | -11/+6 |
* | Added resource selection (based on priority or time of last message) to | Wilmer van der Gaast | 2006-10-10 | -9/+63 |
* | The module now keeps track of all resources available for a buddy. This | Wilmer van der Gaast | 2006-10-09 | -1/+15 |
* | Moved handling of all IQ packets to event handlers. Cleaned up a LOT of | Wilmer van der Gaast | 2006-10-08 | -1/+1 |
* | Implemented a better node cache using a GLib hash, and preparing to add | Wilmer van der Gaast | 2006-10-08 | -44/+19 |
* | Added SRV lookups to automatically find out the correct server for a | Wilmer van der Gaast | 2006-10-07 | -2/+18 |
* | Never mind about those privacy lists, they're horrible and not supported | Wilmer van der Gaast | 2006-10-07 | -41/+0 |
* | Lack of TLS support is also detected now if the server doesn't support | Wilmer van der Gaast | 2006-10-04 | -1/+1 |
* | Added some error handling for the (not very complete yet) privacy list code. | Wilmer van der Gaast | 2006-10-02 | -4/+15 |
* | Some initial hooks/stuff for privacy lists, and fixed a crash bug on | Wilmer van der Gaast | 2006-10-01 | -2/+8 |
* | Forgot to comment out one line... | Wilmer van der Gaast | 2006-09-25 | -1/+0 |
* | Changing the resource string while online probably doesn't work. | Wilmer van der Gaast | 2006-09-25 | -2/+5 |
* | Saner garbage collection for node cache. | Wilmer van der Gaast | 2006-09-25 | -16/+27 |
* | Added some experimental stuff with typing notifications that seems to show | Wilmer van der Gaast | 2006-09-24 | -1/+41 |
* | Handling of incoming authorization requests, manual block/allow. (Doesn't | Wilmer van der Gaast | 2006-09-24 | -4/+22 |
* | Added add_buddy/remove_buddy functions. Removing a contact doesn't seem | Wilmer van der Gaast | 2006-09-24 | -2/+14 |
* | Added support for SSL- and TLS-connections. Checking of the "tls" user | Wilmer van der Gaast | 2006-09-24 | -2/+2 |
* | Updated <presence> stuff to handle changing the priority setting. | Wilmer van der Gaast | 2006-09-24 | -1/+1 |
* | Implemented a list of away states, using this for a better set_away(), and | Wilmer van der Gaast | 2006-09-23 | -10/+18 |
* | Better detection of successful IQ authentication (using packet caching), | Wilmer van der Gaast | 2006-09-22 | -0/+6 |
* | Implemented set_away() (VERY simple version, have to add an away state | Wilmer van der Gaast | 2006-09-21 | -32/+12 |
* | Added simple parsing of incoming <presence> tags, a nice </stream:stream> | Wilmer van der Gaast | 2006-09-21 | -1/+11 |