| Commit message (Expand) | Author | Age | Lines |
* | Revert "hipchat: Implement their own variant of self-messages [...]" | dequis | 2016-01-21 | -7/+1 |
* | hipchat: Implement their own variant of self-messages (not working yet) | dequis | 2015-12-16 | -1/+7 |
* | jabber: Fix detection of away state in choose_priority() | dequis | 2015-11-24 | -1/+1 |
* | Lowering xmpp presence priority on away. | Artem Savkov | 2015-05-28 | -1/+19 |
* | Reindent everything to K&R style with tabs | Indent | 2015-02-20 | -134/+117 |
* | Misc. cleanup. Also updated the Yahoo! module to deal with struct groupchat | Wilmer van der Gaast | 2010-05-08 | -1/+0 |
* | Starting to restore chatroom stuff. Only enough to create and be joined | Wilmer van der Gaast | 2010-05-06 | -1/+3 |
* | Merging mainline. | Wilmer van der Gaast | 2010-03-12 | -10/+7 |
|\ |
|
| * | The Jabber part of the change. Also made representation of not-away a bit | Wilmer van der Gaast | 2010-03-06 | -10/+7 |
* | | resource_select now defaults to activity instead of priority. Also, adding | Wilmer van der Gaast | 2009-11-19 | -3/+0 |
|/ |
|
* | Dropping warnings about unknown JIDs since they're spammy (mostly show up | Wilmer van der Gaast | 2008-12-14 | -4/+6 |
* | Implemented XEP-0115. This adds some info to the <presence/> tags so | Wilmer van der Gaast | 2008-02-03 | -2/+32 |
* | Fixed "Conditional jump or move depends on uninitialised value(s)" at | Wilmer van der Gaast | 2008-01-13 | -1/+1 |
* | Fixing bug #344, now away states should always be correct, even when people | Wilmer van der Gaast | 2008-01-11 | -19/+19 |
* | More consistency in error/warning errors. Until now "WARNING:" was usually | Wilmer van der Gaast | 2008-01-06 | -2/+2 |
* | Handling of presence-error packets (only useful for groupchats now), moved | Wilmer van der Gaast | 2007-12-02 | -4/+5 |
* | (Hopefully) fixing one case where the Jabber module doesn't understand a | Wilmer van der Gaast | 2007-11-24 | -2/+8 |
* | Merging from devel/Jelmer. | Wilmer van der Gaast | 2007-11-14 | -5/+0 |
|\ |
|
| * | Removed some debugging stuff that shouldn't have been here for a long time | Wilmer van der Gaast | 2007-11-14 | -5/+0 |
* | | Added jabber_error_parse() and using it for both stream- and stanza | Wilmer van der Gaast | 2007-07-30 | -1/+11 |
* | | Keeping an original (not normalized) copy of the user's nickname. This | Wilmer van der Gaast | 2007-07-01 | -1/+1 |
* | | Properly updating away state info if one resource goes down while another | Wilmer van der Gaast | 2007-07-01 | -8/+17 |
* | | Fixes: handling of being kicked, now sending <presence/> tags to all | Wilmer van der Gaast | 2007-04-22 | -0/+11 |
* | | Read-only support for Jabber conferences (non-anonymous rooms only). | Wilmer van der Gaast | 2007-04-22 | -3/+26 |
|/ |
|
* | Jabber module should always send the status information of the primary | Wilmer van der Gaast | 2007-04-20 | -4/+4 |
* | Fixed NULL pointer dereference in Jabber code. | Wilmer van der Gaast | 2007-04-17 | -1/+2 |
* | Split serv_got_update() into imcb_buddy_(status|times). (Well, the second | Wilmer van der Gaast | 2007-04-15 | -4/+11 |
* | s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a | 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 | -3/+3 |
* | s/gaim_connection/im_connection/ and some other minor API changes. The rest | Wilmer van der Gaast | 2007-03-30 | -20/+20 |
* | Silencing some (hopefully) bogus warnings because too many people will | Wilmer van der Gaast | 2007-02-18 | -2/+4 |
* | Improved handling of JIDs: Bare JIDs are allowed (*sigh*) and case | Wilmer van der Gaast | 2006-11-13 | -44/+19 |
* | Proper cleanup of jabber buddy structures when removing a buddy from the | Wilmer van der Gaast | 2006-10-15 | -2/+26 |
* | Oops... When I say ignore, I really mean ignore! | Wilmer van der Gaast | 2006-10-10 | -0/+2 |
* | Added resource selection (based on priority or time of last message) to | Wilmer van der Gaast | 2006-10-10 | -5/+22 |
* | The module now keeps track of all resources available for a buddy. This | Wilmer van der Gaast | 2006-10-09 | -13/+46 |
* | Added SRV lookups to automatically find out the correct server for a | Wilmer van der Gaast | 2006-10-07 | -3/+4 |
* | Fixed memory leak in jabber_buddy_ask() and added "handling" of type="error" | Wilmer van der Gaast | 2006-10-02 | -0/+4 |
* | Handling of incoming authorization requests, manual block/allow. (Doesn't | Wilmer van der Gaast | 2006-09-24 | -0/+15 |
* | Added add_buddy/remove_buddy functions. Removing a contact doesn't seem | Wilmer van der Gaast | 2006-09-24 | -0/+16 |
* | Updated <presence> stuff to handle changing the priority setting. | Wilmer van der Gaast | 2006-09-24 | -2/+10 |
* | Implemented a list of away states, using this for a better set_away(), and | Wilmer van der Gaast | 2006-09-23 | -19/+1 |
* | Implemented set_away() (VERY simple version, have to add an away state | Wilmer van der Gaast | 2006-09-21 | -0/+19 |
* | Added simple parsing of incoming <presence> tags, a nice </stream:stream> | Wilmer van der Gaast | 2006-09-21 | -2/+22 |
* | Now parsing roster properly. (Hopefully...) | Wilmer van der Gaast | 2006-09-20 | -0/+15 |
* | It can send a valid (pre-XMPP) login packet. Lots of work to do, still... | Wilmer van der Gaast | 2006-09-20 | -1/+1 |
* | Added some pretty empty files. | Wilmer van der Gaast | 2006-09-20 | -0/+35 |