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
/
ui
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added patch from Dmitry to fix crash on delayed message from contact not in r...
James Booth
2013-08-04
1
-2
/
+4
*
Show messages on /group add and /group remove
James Booth
2013-06-23
1
-0
/
+12
*
Show message when removing contact from group when not in group
James Booth
2013-06-23
1
-2
/
+8
*
Show message when contact already in group
James Booth
2013-06-23
1
-0
/
+6
*
Added message in console on /roster remove
James Booth
2013-06-02
1
-0
/
+6
*
Added message in console on /roster add
James Booth
2013-06-02
1
-0
/
+10
*
Use waddstr for incoming messages to avoid truncation
James Booth
2013-06-01
1
-7
/
+8
*
Show participant count in chat rooms
James Booth
2013-05-30
1
-5
/
+11
*
Added room name, and window index to desktop message notifications
James Booth
2013-05-23
1
-2
/
+14
*
Do not close MUC windows on /wins prune
James Booth
2013-05-22
1
-5
/
+8
*
Refactored roster push handling
James Booth
2013-05-21
1
-2
/
+2
*
Removed debug
James Booth
2013-05-20
1
-1
/
+0
*
Finished handle usage
James Booth
2013-05-20
1
-12
/
+29
*
Use handle in incoming message console when exists
James Booth
2013-05-19
1
-1
/
+1
*
Use handle in chat windows if available
James Booth
2013-05-19
1
-4
/
+13
*
Show contacts handle as window title in chat
James Booth
2013-05-19
1
-1
/
+10
*
Show nickname in status updates if available
James Booth
2013-05-19
1
-14
/
+38
*
Added "tidy" and "prune" options to /wins command
James Booth
2013-05-17
1
-1
/
+94
*
Added "read" parameter to /close
James Booth
2013-05-16
1
-0
/
+10
*
Added parameter to /close
James Booth
2013-05-12
1
-0
/
+39
*
Removed contact_list, moved roster logic to xmpp/roster module
James Booth
2013-05-06
1
-1
/
+1
*
Renamed contact_list_ functions to roster_
James Booth
2013-05-06
1
-4
/
+4
*
Fixed memory leak
James Booth
2013-05-06
1
-1
/
+4
*
Removed blank lines
James Booth
2013-05-06
1
-2
/
+0
*
Unicode support for /duck output
James Booth
2013-05-06
1
-5
/
+10
*
Include time in ddg search result output lines
James Booth
2013-05-05
1
-1
/
+14
*
Added /duck command to perform searches using duckduckgo chat bot
James Booth
2013-05-05
1
-0
/
+62
*
Show contacts status when receiveing messages via delayed delivery
James Booth
2013-04-27
1
-1
/
+9
*
Refactor marking windows as dirty and status bar new indicator
James Booth
2013-04-22
1
-39
/
+46
*
Use werase() rather than wclear()
James Booth
2013-04-21
1
-1
/
+1
*
Added windows include to notifier
James Booth
2013-04-21
1
-3
/
+0
*
Added notifier module
James Booth
2013-04-21
1
-121
/
+16
*
Renamed window_ functions win_
James Booth
2013-04-21
1
-26
/
+26
*
Renamed remaining win_ functions
James Booth
2013-04-21
1
-33
/
+33
*
Renamed win_current_get_recipient -> ui_current_win_recipient
James Booth
2013-04-21
1
-4
/
+4
*
Replace window type functions with single function returning type
James Booth
2013-04-21
1
-21
/
+3
*
Renamed clear and close functions in ui
James Booth
2013-04-21
1
-2
/
+2
*
Renamed windows.c -> core.c
James Booth
2013-04-21
1
-0
/
+1551