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
/
xmpp
/
iq.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Added basic stanza receive eooks
James Booth
2016-03-27
1
-118
/
+196
|
*
Use xmpp_send_raw_string instead of xmpp_send_raw
James Booth
2016-03-26
1
-2
/
+2
|
*
Added stanza send hooks for plugins
James Booth
2016-03-26
1
-29
/
+47
|
*
Added prof_send_stanza to plugins API
James Booth
2016-03-23
1
-6
/
+6
|
*
Merge branch 'master' into plugins-c
James Booth
2016-02-14
1
-1
/
+1
|
\
|
|
|
|
|
|
|
|
|
|
Conflicts: src/main.c src/ui/console.c
|
*
Updated copyright
James Booth
2016-02-14
1
-1
/
+1
|
|
*
|
Added C plugin code from plugins branch
James Booth
2016-02-14
1
-7
/
+7
|
/
*
Use offline presence for software version responses from non contacts
James Booth
2016-01-13
1
-8
/
+12
|
|
|
|
fixes #714
*
Set autoping timeout default to 10 seconds, added null checks
James Booth
2016-01-02
1
-2
/
+13
|
*
Added autoping timeout preference
James Booth
2016-01-01
1
-4
/
+5
|
*
Added hardcoded autoping timeout
James Booth
2015-12-31
1
-0
/
+25
|
*
Abort autping when existing attempt already in progress
James Booth
2015-12-31
1
-2
/
+14
|
*
Tidy ping handlers
James Booth
2015-12-31
1
-49
/
+53
|
*
Renamed autoping handler
James Booth
2015-12-30
1
-6
/
+6
|
*
Make all mucconfwin functions take ProfMucConfWin
James Booth
2015-11-02
1
-1
/
+2
|
*
Renamed mucconfwin functions
James Booth
2015-11-02
1
-1
/
+1
|
*
mucwin_role_set_error takes ProfMucWin
James Booth
2015-11-02
1
-1
/
+4
|
*
mucwin_affiliation_set_error takes ProfMucWin
James Booth
2015-11-02
1
-1
/
+4
|
*
mucwin_handle_role_list takes ProfMucWin
James Booth
2015-11-02
1
-1
/
+4
|
*
mucwin_role_list_error takes ProfMucWin
James Booth
2015-11-02
1
-1
/
+4
|
*
mucwin_handle_affiliation_list takes ProfMucWin
James Booth
2015-11-02
1
-1
/
+4
|
*
mucwin_affiliation_list_error takes ProfMucWin
James Booth
2015-11-02
1
-1
/
+4
|
*
mucwin_kick_error takes ProfMucWin
James Booth
2015-11-02
1
-4
/
+3
|
*
mucwin_room_disco_info takes ProfMucWin
James Booth
2015-11-01
1
-2
/
+3
|
*
mucwin_room_info_error takes ProfMucWin
James Booth
2015-11-01
1
-2
/
+4
|
*
Renamed ui_handle_room_role_set_error -> mucwin_role_set_error
James Booth
2015-11-01
1
-1
/
+1
|
*
Renamed ui_handle_room_affiliation_set_error -> mucwin_affiliation_set_error
James Booth
2015-11-01
1
-1
/
+1
|
*
Renamed ui_handle_room_role_list -> mucwin_handle_role_list
James Booth
2015-11-01
1
-1
/
+1
|
*
Renamed ui_handle_room_role_list_error -> mucwin_role_list_error
James Booth
2015-11-01
1
-1
/
+1
|
*
Renamed ui_handle_room_affiliation_list -> mucwin_handle_affiliation_list
James Booth
2015-11-01
1
-1
/
+1
|
*
Renamed ui_handle_room_affiliation_list_error -> mucwin_affiliation_list_error
James Booth
2015-11-01
1
-1
/
+1
|
*
Renamed ui_handle_room_kick_error -> mucwin_kick_error
James Booth
2015-11-01
1
-1
/
+1
|
*
Renamed ui_show_room_disco_info -> mucwin_room_disco_info
James Booth
2015-11-01
1
-1
/
+1
|
*
Renamed ui_handle_room_info_error -> mucwin_room_info_error
James Booth
2015-11-01
1
-1
/
+1
|
*
Applied coding style to src/xmpp/
James Booth
2015-10-26
1
-97
/
+99
|
*
Send service-unavailable when lastactivity disabled
James Booth
2015-10-14
1
-2
/
+30
|
*
Added jabber:iq:last to capabilities
James Booth
2015-09-29
1
-8
/
+8
|
*
Fix last active query
James Booth
2015-09-29
1
-10
/
+3
|
*
WIP: Added last activity request and response
James Booth
2015-09-29
1
-1
/
+118
|
*
Fixed spelling mistake
James Booth
2015-09-27
1
-2
/
+2
|
*
Check for libmesode, fall back to libstrophe
James Booth
2015-09-21
1
-0
/
+6
|
*
Free software version result properties
James Booth
2015-08-09
1
-0
/
+9
|
*
Free error message in carbons handlers
James Booth
2015-08-09
1
-0
/
+2
|
*
Show software version result in current window
James Booth
2015-08-06
1
-1
/
+1
|
*
Handle resource not found on sofware version request
James Booth
2015-08-05
1
-0
/
+4
|
*
Use original JID in software version request in MUC
James Booth
2015-08-05
1
-6
/
+5
|
*
Handle software version requests for gateways that return from domainpart
James Booth
2015-08-05
1
-2
/
+8
|
*
Use id handler for software version requests, handle errors
James Booth
2015-08-05
1
-6
/
+27
|
*
Use null check convention in iq.c
James Booth
2015-05-04
1
-48
/
+48
|
*
Removed server event delegation functions
James Booth
2015-05-01
1
-27
/
+50
|
[next]