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
*
Moved setting presence status and show into functions
James Booth
2013-02-04
3
-63
/
+58
*
Use of const in connection.c
James Booth
2013-02-04
2
-6
/
+7
*
Small tidy up in connection.c
James Booth
2013-02-03
1
-3
/
+10
*
Added asserts
James Booth
2013-02-03
6
-10
/
+17
*
Losing connection shows 'offline' in ui
James Booth
2013-02-03
2
-14
/
+13
*
Removed jabber_restart function
James Booth
2013-02-03
3
-10
/
+4
*
Moved caps_init() out of xmpp.h
James Booth
2013-02-03
4
-2
/
+3
*
Moved private xmpp functions to connection.h
James Booth
2013-02-03
6
-54
/
+87
*
Moved function to get presence string from type to stanza.c
James Booth
2013-02-03
3
-21
/
+22
*
Send entity capabilities and status when joining room
James Booth
2013-02-03
4
-110
/
+161
*
Added debugging to presence and iq handlers
James Booth
2013-02-03
2
-2
/
+32
*
Fixed crash on receiving dataform
James Booth
2013-02-03
2
-3
/
+5
*
Refactored string preferences
James Booth
2013-02-03
5
-67
/
+67
*
Refactored setting boolean preferences
James Booth
2013-02-03
3
-225
/
+117
*
Refactored getting boolean preferences
James Booth
2013-02-03
7
-194
/
+206
*
Default to INFO when creating log
James Booth
2013-02-03
1
-1
/
+3
*
Removed log function to log.c
James Booth
2013-02-03
3
-16
/
+18
*
Added resize check to ui module
James Booth
2013-02-02
3
-12
/
+9
*
Fixed filenames in comment headers
James Booth
2013-02-02
3
-3
/
+3
*
Tidied directory creation
James Booth
2013-02-02
1
-55
/
+10
*
Removed files.c
James Booth
2013-02-02
7
-135
/
+72
*
Moved function to get theme dir to theme.c
James Booth
2013-02-02
3
-19
/
+19
*
Moved function to get accouts files to accounts.c
James Booth
2013-02-02
3
-15
/
+16
*
Moved function to get log dir to log.c
James Booth
2013-02-02
4
-35
/
+33
*
Moved function to get chat log dir to log.c
James Booth
2013-02-02
3
-15
/
+16
*
Moved xdg functions to common
James Booth
2013-02-02
3
-51
/
+50
*
Moved directory creating functions to common.h
James Booth
2013-02-02
3
-32
/
+21
*
Added config dir to source
James Booth
2013-02-02
19
-19
/
+19
*
Added command and tools subdirs to source
James Booth
2013-02-02
20
-17
/
+73
*
Tidied #include's
James Booth
2013-02-02
31
-64
/
+67
*
Removed caps functions from xmpp.h
James Booth
2013-02-02
4
-4
/
+37
*
Removed presence functions from xmpp.h
James Booth
2013-02-02
3
-3
/
+31
*
Removed iq functions from xmpp.h
James Booth
2013-02-02
4
-4
/
+31
*
Removed message handler function from xmpp.h
James Booth
2013-02-02
4
-1
/
+30
*
Removed stanza functions from xmpp.h
James Booth
2013-02-02
8
-126
/
+158
*
Added ui subdir to source
James Booth
2013-02-02
9
-6
/
+6
*
Added xmpp subdir to source
James Booth
2013-02-02
12
-11
/
+11
*
Completed presence priority changes
James Booth
2013-01-31
2
-10
/
+66
*
The /priority command now sets per account/status settings
James Booth
2013-01-31
5
-41
/
+72
*
Removed unused jabber_get_priority function
James Booth
2013-01-31
2
-7
/
+0
*
Renamed some propreties on the jabber connection for clarity
James Booth
2013-01-31
4
-28
/
+29
*
Deal with account priority properties on add and rename account
James Booth
2013-01-31
1
-0
/
+16
*
Merge branch 'master' into priority
James Booth
2013-01-31
1
-16
/
+11
|
\
|
*
Refactor renaming accounts
James Booth
2013-01-31
1
-28
/
+9
|
*
Added presence.last and presence.login when creating new account
James Booth
2013-01-31
1
-0
/
+2
|
*
Added presence.last and presence.login properties to /account rename
James Booth
2013-01-31
1
-0
/
+12
*
|
Added priority properties to account
James Booth
2013-01-31
2
-0
/
+85
*
|
Added priority properties to ProfAccount
James Booth
2013-01-31
1
-0
/
+5
|
/
*
Added help for new /account property
James Booth
2013-01-31
1
-1
/
+3
*
Show current presence when logging in
James Booth
2013-01-31
6
-8
/
+42
[next]