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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Implement XEP-0363: HTTP File Upload
Dominik Heidler
2016-04-26
5
-6
/
+209
|
*
Cache all disco items and features on connect
Dominik Heidler
2016-04-20
3
-1
/
+146
|
*
Fix typo: diso -> disco
Dominik Heidler
2016-04-01
2
-5
/
+5
|
*
Removed #AX_PREFIX_CONFIG_H
James Booth
2016-03-31
14
-52
/
+59
|
*
Merge branch 'master' into stanza-hooks
James Booth
2016-03-29
1
-1
/
+1
|
\
|
*
PGP: Also encrypt using sender public key
James Booth
2016-03-29
1
-1
/
+1
|
|
*
|
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
7
-638
/
+454
|
|
|
|
|
|
|
|
Allows plugins to stop stanza processing
*
|
Added basic stanza receive eooks
James Booth
2016-03-27
5
-133
/
+286
|
/
*
Use xmpp_send_raw_string instead of xmpp_send_raw
James Booth
2016-03-26
6
-13
/
+13
|
*
Added stanza send hooks for plugins
James Booth
2016-03-26
5
-56
/
+161
|
*
Added prof_send_stanza to plugins API
James Booth
2016-03-23
3
-6
/
+18
|
*
Add PGP decryption for incoming/outgoing carbons
James Booth
2016-03-22
1
-9
/
+15
|
*
Call plugin disconnect hook before disconnecting on autoping fail
James Booth
2016-02-25
1
-3
/
+3
|
|
|
|
fixes #746
*
Merge branch 'master' into plugins-c
James Booth
2016-02-14
19
-19
/
+19
|
\
|
|
|
|
|
|
|
|
|
|
Conflicts: src/main.c src/ui/console.c
|
*
Updated copyright
James Booth
2016-02-14
19
-19
/
+19
|
|
*
|
Added C plugin code from plugins branch
James Booth
2016-02-14
13
-54
/
+62
|
/
*
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
3
-6
/
+7
|
*
Added hardcoded autoping timeout
James Booth
2015-12-31
3
-12
/
+79
|
*
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
|
*
Moved sending of initial presence to sv_ev_roster_received
James Booth
2015-12-14
1
-29
/
+0
|
*
Free pref strings
James Booth
2015-11-21
1
-0
/
+1
|
*
Tidy connection.c
James Booth
2015-11-11
1
-28
/
+32
|
*
Added extra fields to TLSCertificate
James Booth
2015-11-10
1
-4
/
+16
|
*
Show current TLS certificate
James Booth
2015-11-10
2
-6
/
+25
|
*
Added /tls cert to show current certificate fingerprint
James Booth
2015-11-09
2
-0
/
+20
|
*
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
|
*
Removed ui_handle_room_join_error
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
|
[prev]
[next]