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
*
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
*
Updated copyright
James Booth
2013-01-11
1
-1
/
+1
*
added resources release to connetion handler
Dmitry Podgorny
2013-01-07
1
-1
/
+6
*
jabber.c: removed xmpp_stop calls
Dmitry Podgorny
2013-01-07
1
-2
/
+0
*
jabber.c: set jabber status in one place in connection handler
Dmitry Podgorny
2013-01-07
1
-15
/
+8
*
free resources when login attempt fails
Dmitry Podgorny
2013-01-07
1
-9
/
+1
*
jabber.c: removed extra resources release
Dmitry Podgorny
2013-01-07
1
-8
/
+0
*
jabber.c: added assert before reconnect_timer allocation
Dmitry Podgorny
2013-01-07
1
-0
/
+2
*
free saved login information in jabber_free_resources()
Dmitry Podgorny
2013-01-07
1
-2
/
+11
*
jabber.c: removed explicit type conversion
Dmitry Podgorny
2013-01-07
1
-1
/
+1
*
Fixed compile error
James Booth
2012-12-10
1
-1
/
+1
*
Added autocomplete for enabled logins only
James Booth
2012-12-10
1
-0
/
+5
*
Handle logins using accounts
James Booth
2012-12-09
1
-2
/
+48
*
Handle idle time from contacts
James Booth
2012-12-09
1
-1
/
+13
*
Added server property to accounts
James Booth
2012-12-07
1
-1
/
+1
*
Add optional server parameter to /connect command
James Booth
2012-12-06
1
-3
/
+9
*
Implemented /autoaway mode idle
James Booth
2012-12-01
1
-2
/
+14
*
Respond to ping requests
James Booth
2012-11-29
1
-33
/
+66
*
Remove from outstanding requests on /sub
James Booth
2012-11-28
1
-0
/
+1
*
Merge branch 'master' into sublist
James Booth
2012-11-28
1
-0
/
+5
|
\
|
*
Add and remove from roster on subscription presence
James Booth
2012-11-28
1
-0
/
+5
*
|
List commands for /sub
James Booth
2012-11-28
1
-0
/
+14
|
/
*
Handle roster subscription updates
James Booth
2012-11-27
1
-1
/
+63
*
Show "request pending" in /sub show, when request has been sent
James Booth
2012-11-27
1
-1
/
+9
*
Added /autoping command to set ping interval or disable with 0
James Booth
2012-11-26
1
-3
/
+21
*
Fixed spelling in reconnect
James Booth
2012-11-26
1
-1
/
+1
*
Setting /reconnect 0 properly disables reconnect
James Booth
2012-11-26
1
-10
/
+18
*
Added auto reconnect, and /reconnect command to control interval
James Booth
2012-11-25
1
-8
/
+64
*
Send presence changes to chat rooms
James Booth
2012-11-20
1
-1
/
+17
*
Handle room broadcasts
James Booth
2012-11-19
1
-9
/
+25
*
Handle legacy delayed messages in chat rooms
James Booth
2012-11-19
1
-20
/
+8
*
Handle room member presence
James Booth
2012-11-19
1
-1
/
+5
[next]