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 (
Collapse
)
Author
Age
Files
Lines
*
Moved xmpp ping to iq module
James Booth
2014-01-26
1
-1
/
+1
|
*
Fixed test compilation
James Booth
2014-01-18
1
-1
/
+1
|
*
WIP - Adding port to account options
James Booth
2014-01-18
1
-1
/
+1
|
*
Renamed roster_add_new -> roster_send_add_new
James Booth
2014-01-05
1
-1
/
+1
|
*
Bind roster functions in main.c
James Booth
2013-12-22
1
-0
/
+1
|
*
Bind presence functions in main.c
James Booth
2013-12-22
1
-0
/
+1
|
*
Bind message functions in main.c
James Booth
2013-12-22
1
-0
/
+1
|
*
Bind iq functions in main.c
James Booth
2013-12-22
1
-0
/
+1
|
*
Bind capabilities functions in main.c
James Booth
2013-12-22
1
-0
/
+1
|
*
Bind bookmark functions in main.c
James Booth
2013-12-22
1
-0
/
+1
|
*
Bind jabber functions in main.c
James Booth
2013-12-22
1
-0
/
+2
|
*
Dynamically bind xmpp module api
James Booth
2013-12-18
1
-49
/
+49
|
*
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
|
|
|
|
|
|
This commit makes it so that if the password in an account in the accounts file is present, then use it. Otherwise ask for the password to the user.
*
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
|
|
|
|
fixes #175
*
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
|
|
|
|
closes #167
*
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
|
[next]