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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed capabilities.c -> xmpp_caps.c
James Booth
2013-01-28
7
-47
/
+17
*
Renamed iq.c -> xmpp_iq.c
James Booth
2013-01-28
1
-1
/
+1
*
Renamed connection.c -> xmpp_conn.c
James Booth
2013-01-28
1
-1
/
+1
*
Renamed jabber.h -> xmpp.h
James Booth
2013-01-28
7
-9
/
+9
*
Set last presence for account
James Booth
2013-01-27
3
-1
/
+29
*
Added development string to log
James Booth
2013-01-27
1
-1
/
+5
*
Added /account set <account> resource <value>
James Booth
2013-01-27
3
-2
/
+19
*
Refactored connecting, and reconnecting
James Booth
2013-01-27
5
-80
/
+119
*
Refactor fixing old accounts
James Booth
2013-01-27
1
-36
/
+36
*
Renamed account_add_login -> account_add, added comments
James Booth
2013-01-27
4
-12
/
+9
*
Tidied accounts_load in accounts
James Booth
2013-01-27
1
-17
/
+22
*
Use resource on connect
James Booth
2013-01-27
1
-4
/
+14
*
Added cons output when logging in.
James Booth
2013-01-27
2
-13
/
+10
*
Renamed function in jid
James Booth
2013-01-27
3
-8
/
+7
*
Renamed create jid function using barejid and resource
James Booth
2013-01-27
3
-3
/
+3
*
Added resource handling in account module
James Booth
2013-01-27
3
-17
/
+45
*
Added resource to ProfAccount
James Booth
2013-01-26
2
-13
/
+19
*
Parse account name as jid on account add, handle resource part
James Booth
2013-01-26
1
-9
/
+32
*
Reverted some previous changes to fix login attempt and reconnect issues
James Booth
2013-01-26
1
-14
/
+27
*
Fixed big in autreconnect, reset timer on each connection attempt
James Booth
2013-01-26
1
-0
/
+1
*
Handle NULL in jid_destroy()
James Booth
2013-01-26
1
-7
/
+9
*
Fixed jid handling to allow @ and / in resource
James Booth
2013-01-26
1
-54
/
+45
*
Got rid of old naming convention on prof_autocomplete
James Booth
2013-01-25
8
-197
/
+197
*
Refactored iq.c to register iq handlers
James Booth
2013-01-25
3
-214
/
+170
*
Removed iq.h
James Booth
2013-01-24
3
-32
/
+3
*
Split jabber module
James Booth
2013-01-24
3
-341
/
+408
*
Started refactor of iq handlers
James Booth
2013-01-24
1
-6
/
+27
*
Moved iq error handling to one place
James Booth
2013-01-23
1
-75
/
+74
*
Made iq functions take consistent parameters
James Booth
2013-01-23
1
-31
/
+33
*
Renamed disco handlers -> caps handlers
James Booth
2013-01-23
1
-8
/
+8
*
Free memory in disco response handler
James Booth
2013-01-23
1
-0
/
+6
*
Release stanza
James Booth
2013-01-23
1
-0
/
+2
*
Fixed a couple of memory leaks
James Booth
2013-01-23
1
-2
/
+8
*
Tidied up memory allocation in capabilities
James Booth
2013-01-23
5
-19
/
+43
*
Fixed some memory leaks in capabilities
James Booth
2013-01-23
4
-26
/
+45
*
Merge branch 'master' into caps
James Booth
2013-01-22
4
-1
/
+53
|
\
|
*
Merge remote-tracking branch 'backalor/master'
James Booth
2013-01-22
4
-1
/
+53
|
|
\
|
|
*
Add support for autocomplete of /statuses command
Backalor
2013-01-22
1
-0
/
+2
|
|
*
Add function prototype and make the default for the /statuses command be ON
Backalor
2013-01-22
2
-1
/
+6
|
|
*
Add new command /statuses for status notifications
Backalor
2013-01-21
4
-28
/
+29
|
|
*
Add 's' to make the preference file read
Backalor
2013-01-14
1
-2
/
+2
|
|
*
Add new command "/notify status" to enable/disable status messages,
Backalor
2013-01-14
4
-2
/
+45
*
|
|
Always show output in console for /info command
James Booth
2013-01-21
3
-53
/
+37
*
|
|
Added /status command for what /info used to do
James Booth
2013-01-21
1
-0
/
+53
*
|
|
Merge branch 'master' into caps
James Booth
2013-01-21
1
-1
/
+10
|
\
|
|
|
*
|
Fixed bug when opening private chat without message
James Booth
2013-01-21
1
-1
/
+10
*
|
|
Moved caps query stanza creation to caps module
James Booth
2013-01-21
3
-82
/
+48
*
|
|
Moved sha1 generation to caps module
James Booth
2013-01-21
4
-105
/
+108
*
|
|
Removed redundant function for computing sha1 caps hash
James Booth
2013-01-21
2
-27
/
+0
*
|
|
Added software version capability and iq response
James Booth
2013-01-21
3
-5
/
+99
[next]