about summary refs log tree commit diff stats
path: root/src/jabber.c
Commit message (Collapse)AuthorAgeFilesLines
* Split jabber moduleJames Booth2013-01-241-1428/+0
|
* Started refactor of iq handlersJames Booth2013-01-241-6/+27
|
* Moved iq error handling to one placeJames Booth2013-01-231-75/+74
|
* Made iq functions take consistent parametersJames Booth2013-01-231-31/+33
|
* Renamed disco handlers -> caps handlersJames Booth2013-01-231-8/+8
|
* Free memory in disco response handlerJames Booth2013-01-231-0/+6
|
* Release stanzaJames Booth2013-01-231-0/+2
|
* Fixed a couple of memory leaksJames Booth2013-01-231-2/+8
|
* Tidied up memory allocation in capabilitiesJames Booth2013-01-231-4/+4
|
* Moved caps query stanza creation to caps moduleJames Booth2013-01-211-82/+2
|
* Moved sha1 generation to caps moduleJames Booth2013-01-211-104/+2
|
* Removed redundant function for computing sha1 caps hashJames Booth2013-01-211-26/+0
|
* Added software version capability and iq responseJames Booth2013-01-211-5/+68
|
* Added NULL check on disco response idJames Booth2013-01-211-1/+2
|
* Handle NULL nodeJames Booth2013-01-211-1/+1
|
* Respond to iq requests for capabilitiesJames Booth2013-01-211-7/+115
|
* Handle unsupported hash, and legacy capsJames Booth2013-01-201-4/+27
|
* Added _handle_presence_capsJames Booth2013-01-201-48/+76
|
* Added check for caps in stanzaJames Booth2013-01-201-12/+19
|
* Check SHA1 validJames Booth2013-01-201-0/+5
|
* Replace openssl calls with EVP interfaceJames Booth2013-01-201-7/+21
|
* Output given and generated hash for capsJames Booth2013-01-201-11/+19
|
* First implementation of sha1 generation from stanzaJames Booth2013-01-201-1/+27
|
* Started work on creating sha-1 caps hashJames Booth2013-01-201-1/+69
|
* Moved processing of caps str to stanza.cJames Booth2013-01-201-29/+2
|
* Added basic SHA-1 hash of capabilitiesJames Booth2013-01-201-0/+23
|
* Added client to /info command in chat roomsJames Booth2013-01-201-5/+28
|
* Changed /info command to show clientJames Booth2013-01-201-3/+59
|
* Send diso#info request if capabilities not cachedJames Booth2013-01-201-1/+4
|
* Added check whether caps cachedJames Booth2013-01-201-0/+7
|
* Added retrieval of caps string from presenceJames Booth2013-01-191-1/+15
|
* Removed jid_is_room()James Booth2013-01-131-1/+1
|
* Use Jid in groupchat message handlerJames Booth2013-01-131-11/+7
|
* Use Jid datatype in chat roomsJames Booth2013-01-131-84/+85
|
* Moved FREE_SET_NULL to common.hJames Booth2013-01-131-8/+0
|
* Merge pull request #132 from pasis/nextJames Booth2013-01-121-89/+60
|\ | | | | Some code refactoring in jabber.c
| * check account->name == NULLDmitry Podgorny2013-01-131-0/+4
| |
| * fixed resources releaseDmitry Podgorny2013-01-131-6/+9
| | | | | | | | | | * Use free instead of g_free as resources are allocated with strdup * Fixed memory leaks
| * don't release room and nick when parsing failedDmitry Podgorny2013-01-131-3/+0
| |
| * room_jid should be (char *)Dmitry Podgorny2013-01-121-1/+1
| |
| * refactored jabber_set_autoping()Dmitry Podgorny2013-01-121-3/+1
| |
| * added JABBER_PRIORITY_* macrosDmitry Podgorny2013-01-121-1/+1
| |
| * fixed memory leak in jabber_subscription()Dmitry Podgorny2013-01-121-1/+3
| |
| * set NULL only when resource != NULL in FREE_SET_NULLDmitry Podgorny2013-01-121-3/+4
| |
| * refactored jabber_connect functionsDmitry Podgorny2013-01-121-70/+38
| | | | | | | | | | | | * similar code moved to jabber_connect() * variables saved_* moved to a structure saved_user * 'user' renamed to 'jid'
| * jabber.c: use FREE_SET_NULL macroDmitry Podgorny2013-01-121-3/+1
| |
* | Added jid datatypeJames Booth2013-01-121-0/+1
|/
* Moved jid related functions to commonJames Booth2013-01-121-7/+7
|
* Renamed muc functionsJames Booth2013-01-121-17/+17
|
* Renamed room_chat module to mucJames Booth2013-01-121-1/+1
|