index
:
profani-tty
this commit
main
Profanity fork with TTY improvements
danisanti <danisanti@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jabber.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split jabber module
James Booth
2013-01-24
1
-1428
/
+0
*
Started refactor of iq handlers
James Booth
2013-01-24
1
-6
/
+27
*
Moved iq error handling to one place
James Booth
2013-01-23
1
-75
/
+74
*
Made iq functions take consistent parameters
James Booth
2013-01-23
1
-31
/
+33
*
Renamed disco handlers -> caps handlers
James Booth
2013-01-23
1
-8
/
+8
*
Free memory in disco response handler
James Booth
2013-01-23
1
-0
/
+6
*
Release stanza
James Booth
2013-01-23
1
-0
/
+2
*
Fixed a couple of memory leaks
James Booth
2013-01-23
1
-2
/
+8
*
Tidied up memory allocation in capabilities
James Booth
2013-01-23
1
-4
/
+4
*
Moved caps query stanza creation to caps module
James Booth
2013-01-21
1
-82
/
+2
*
Moved sha1 generation to caps module
James Booth
2013-01-21
1
-104
/
+2
*
Removed redundant function for computing sha1 caps hash
James Booth
2013-01-21
1
-26
/
+0
*
Added software version capability and iq response
James Booth
2013-01-21
1
-5
/
+68
*
Added NULL check on disco response id
James Booth
2013-01-21
1
-1
/
+2
*
Handle NULL node
James Booth
2013-01-21
1
-1
/
+1
*
Respond to iq requests for capabilities
James Booth
2013-01-21
1
-7
/
+115
*
Handle unsupported hash, and legacy caps
James Booth
2013-01-20
1
-4
/
+27
*
Added _handle_presence_caps
James Booth
2013-01-20
1
-48
/
+76
*
Added check for caps in stanza
James Booth
2013-01-20
1
-12
/
+19
*
Check SHA1 valid
James Booth
2013-01-20
1
-0
/
+5
*
Replace openssl calls with EVP interface
James Booth
2013-01-20
1
-7
/
+21
*
Output given and generated hash for caps
James Booth
2013-01-20
1
-11
/
+19
*
First implementation of sha1 generation from stanza
James Booth
2013-01-20
1
-1
/
+27
*
Started work on creating sha-1 caps hash
James Booth
2013-01-20
1
-1
/
+69
*
Moved processing of caps str to stanza.c
James Booth
2013-01-20
1
-29
/
+2
*
Added basic SHA-1 hash of capabilities
James Booth
2013-01-20
1
-0
/
+23
*
Added client to /info command in chat rooms
James Booth
2013-01-20
1
-5
/
+28
*
Changed /info command to show client
James Booth
2013-01-20
1
-3
/
+59
*
Send diso#info request if capabilities not cached
James Booth
2013-01-20
1
-1
/
+4
*
Added check whether caps cached
James Booth
2013-01-20
1
-0
/
+7
*
Added retrieval of caps string from presence
James Booth
2013-01-19
1
-1
/
+15
*
Removed jid_is_room()
James Booth
2013-01-13
1
-1
/
+1
*
Use Jid in groupchat message handler
James Booth
2013-01-13
1
-11
/
+7
*
Use Jid datatype in chat rooms
James Booth
2013-01-13
1
-84
/
+85
*
Moved FREE_SET_NULL to common.h
James Booth
2013-01-13
1
-8
/
+0
*
Merge pull request #132 from pasis/next
James Booth
2013-01-12
1
-89
/
+60
|
\
|
*
check account->name == NULL
Dmitry Podgorny
2013-01-13
1
-0
/
+4
|
*
fixed resources release
Dmitry Podgorny
2013-01-13
1
-6
/
+9
|
*
don't release room and nick when parsing failed
Dmitry Podgorny
2013-01-13
1
-3
/
+0
|
*
room_jid should be (char *)
Dmitry Podgorny
2013-01-12
1
-1
/
+1
|
*
refactored jabber_set_autoping()
Dmitry Podgorny
2013-01-12
1
-3
/
+1
|
*
added JABBER_PRIORITY_* macros
Dmitry Podgorny
2013-01-12
1
-1
/
+1
|
*
fixed memory leak in jabber_subscription()
Dmitry Podgorny
2013-01-12
1
-1
/
+3
|
*
set NULL only when resource != NULL in FREE_SET_NULL
Dmitry Podgorny
2013-01-12
1
-3
/
+4
|
*
refactored jabber_connect functions
Dmitry Podgorny
2013-01-12
1
-70
/
+38
|
*
jabber.c: use FREE_SET_NULL macro
Dmitry Podgorny
2013-01-12
1
-3
/
+1
*
|
Added jid datatype
James Booth
2013-01-12
1
-0
/
+1
|
/
*
Moved jid related functions to common
James Booth
2013-01-12
1
-7
/
+7
*
Renamed muc functions
James Booth
2013-01-12
1
-17
/
+17
*
Renamed room_chat module to muc
James Booth
2013-01-12
1
-1
/
+1
[next]