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 (
Expand
)
Author
Age
Files
Lines
...
*
Renamed connection.c -> session.c
James Booth
2016-05-05
1
-1
/
+1
*
Tidy xmpp headers
James Booth
2016-05-04
1
-37
/
+39
*
Rename stanza handler init functions
James Booth
2016-05-02
1
-1
/
+1
*
Rename id_handler_add -> iq_id_handler_add
James Booth
2016-05-02
1
-22
/
+22
*
Remove free DiscoInfo values
James Booth
2016-05-02
1
-1
/
+1
*
Free stanza text and DiscoInfo features
James Booth
2016-05-02
1
-1
/
+3
*
Free stanza text on plugin send hooks
James Booth
2016-05-01
1
-0
/
+1
*
Add /blocked command
James Booth
2016-05-01
1
-0
/
+6
*
Define stanza's attributes as const char*
Dmitry Podgorny
2016-04-27
1
-40
/
+40
*
Implement XEP-0363: HTTP File Upload
Dominik Heidler
2016-04-26
1
-0
/
+92
*
Cache all disco items and features on connect
Dominik Heidler
2016-04-20
1
-1
/
+101
*
Fix typo: diso -> disco
Dominik Heidler
2016-04-01
1
-4
/
+4
*
Removed #AX_PREFIX_CONFIG_H
James Booth
2016-03-31
1
-7
/
+7
*
Removed duplicate typedef
James Booth
2016-03-28
1
-2
/
+0
*
Use one stanza handler per type (message, iq, presence)
James Booth
2016-03-28
1
-265
/
+215
*
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
|
\
|
*
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
*
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
[prev]
[next]