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
/
xmpp.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added simple mock test, refactored roster
James Booth
2013-12-14
1
-28
/
+12
*
Fixed compile error for -Wduplicate-decl-specifier on OSX
James Booth
2013-11-10
1
-1
/
+1
*
Use passwords from the accounts file
Tomás Senart
2013-10-14
1
-2
/
+1
*
Implemented /group command with no args (list groups)
James Booth
2013-06-02
1
-0
/
+1
*
Changed autocomplete for /group and /who
James Booth
2013-06-02
1
-0
/
+1
*
Added group add and group remove to /roster command
James Booth
2013-06-02
1
-0
/
+4
*
Added message in console on /roster add
James Booth
2013-06-02
1
-1
/
+2
*
Added /roster remove command
James Booth
2013-06-02
1
-0
/
+1
*
Added /roster add command
James Booth
2013-06-01
1
-0
/
+1
*
Added roster list when using /roster with no args
James Booth
2013-06-01
1
-0
/
+1
*
Add groups to roster contacts
James Booth
2013-05-22
1
-1
/
+1
*
Removed unused offline_msg parameter from roster_add
James Booth
2013-05-21
1
-2
/
+1
*
Refactored roster push handling
James Booth
2013-05-21
1
-1
/
+1
*
Renamed roster_change_handle -> roster_change_name
James Booth
2013-05-21
1
-1
/
+1
*
Renamed roster_barejid_from_handle -> roster_barejid_from_name
James Booth
2013-05-21
1
-1
/
+1
*
Renamed roster_jid_from_handle -> roster_barejid_from_handle
James Booth
2013-05-21
1
-1
/
+1
*
Added jid autocompleter for /roster nick command
James Booth
2013-05-20
1
-0
/
+1
*
Use handle in /msg command
James Booth
2013-05-19
1
-0
/
+1
*
Added /roster command with nick option to change handle
James Booth
2013-05-19
1
-0
/
+1
*
Removed contact_list, moved roster logic to xmpp/roster module
James Booth
2013-05-06
1
-0
/
+18
*
Autocomplete "/sub allow" parameter from subscription requests
James Booth
2013-05-05
1
-0
/
+2
*
Use autocomplete instead of hash table for subscription requests
James Booth
2013-05-05
1
-1
/
+1
*
Added /duck command to perform searches using duckduckgo chat bot
James Booth
2013-05-05
1
-0
/
+1
*
Include open subscription requests in desktop reminder notifications
James Booth
2013-04-27
1
-0
/
+1
*
Added /invite for direct MUC invitations
James Booth
2013-04-20
1
-0
/
+2
*
Show shortened room jid if possible on invite
James Booth
2013-04-18
1
-0
/
+1
*
Show message in console when receiving chat room invites
James Booth
2013-03-24
1
-0
/
+5
*
Implemented output for /disco info
James Booth
2013-03-14
1
-0
/
+6
*
Show name as well as jid for room list
James Booth
2013-03-14
1
-0
/
+5
*
Added /disco command
James Booth
2013-03-14
1
-0
/
+2
*
Added basic /rooms command to get chat room list
James Booth
2013-03-13
1
-0
/
+1
*
Init and shutdown of libstrophe moved, free resources before creating
James Booth
2013-02-27
1
-0
/
+1
*
Show available resources for current account with "/account"
James Booth
2013-02-18
1
-0
/
+1
*
Added autocomplete for /software command
James Booth
2013-02-17
1
-0
/
+3
*
Added /caps command
James Booth
2013-02-17
1
-0
/
+1
*
Added resource_presence_t and contact_presence_t
James Booth
2013-02-10
1
-1
/
+1
*
Removed presence from jabber_conn
James Booth
2013-02-10
1
-1
/
+0
*
Renamed jabber_presence_t->presence_t
James Booth
2013-02-10
1
-2
/
+2
*
Show detailed software/os information if available in capabilities
James Booth
2013-02-05
1
-1
/
+7
*
Use of const in connection.c
James Booth
2013-02-04
1
-1
/
+1
*
Removed jabber_restart function
James Booth
2013-02-03
1
-1
/
+0
*
Moved caps_init() out of xmpp.h
James Booth
2013-02-03
1
-1
/
+0
*
Moved private xmpp functions to connection.h
James Booth
2013-02-03
1
-7
/
+0
*
Added config dir to source
James Booth
2013-02-02
1
-1
/
+1
*
Removed caps functions from xmpp.h
James Booth
2013-02-02
1
-4
/
+0
*
Removed presence functions from xmpp.h
James Booth
2013-02-02
1
-3
/
+0
*
Removed iq functions from xmpp.h
James Booth
2013-02-02
1
-4
/
+0
*
Removed message handler function from xmpp.h
James Booth
2013-02-02
1
-1
/
+0
*
Removed stanza functions from xmpp.h
James Booth
2013-02-02
1
-125
/
+0
*
Added xmpp subdir to source
James Booth
2013-02-02
1
-0
/
+235
[prev]