about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* Added roster struct, create and destroy roster on connect/disconnectJames Booth2016-01-055-20/+37
|
* End OTR session when recipient goes offlineJames Booth2016-01-031-1/+1
|
* Fix roster rooms checksJames Booth2016-01-021-2/+2
|
* Sort roster roomsJames Booth2016-01-021-6/+25
|
* Check for mucwin before showing room in rosterJames Booth2016-01-021-1/+3
|
* Added /roster show|hide roomsJames Booth2016-01-022-1/+6
|
* Added roster rooms preferenceJames Booth2016-01-021-1/+3
|
* Show rooms in roster panelJames Booth2016-01-022-0/+71
|
* Added autoping timeout preferenceJames Booth2016-01-011-0/+9
|
* Added /console commandJames Booth2015-12-292-0/+10
|
* Added console MUC message preferenceJames Booth2015-12-291-1/+5
|
* Updated console new message textJames Booth2015-12-203-10/+28
|
* Change console incoming message text to include "win"James Booth2015-12-201-1/+1
|
* Added cons_show_incoming_room_message()James Booth2015-12-203-49/+16
|
* Use MB_CUR_MAX when calculating cursor positionJames Booth2015-12-191-1/+1
|
* Read ~/.config/profanity/inputrcJames Booth2015-12-061-0/+7
|
* Renamed readline handlersJames Booth2015-12-061-93/+93
|
* Added readline function definitionsJames Booth2015-12-061-1/+24
|
* readline: set rl_outstream to /dev/nullJames Booth2015-12-011-0/+5
|
* Merge remote-tracking branch 'kiethandi/master'James Booth2015-11-302-0/+2
|\
| * Include string take 2U-DIR\kieran.thandi2015-11-301-1/+1
| |
| * resolve strdup decU-DIR\kieran.thandi2015-11-301-63/+64
| |
| * Inclued stdlibU-DIR\kieran.thandi2015-11-301-347/+348
|/
* Added /wins unreadJames Booth2015-11-302-5/+12
|
* Tidy wins_create_summary()James Booth2015-11-298-0/+144
|
* Disable readline completionJames Booth2015-11-291-0/+3
|
* Changed /bookmark list output to show text "win"James Booth2015-11-291-1/+1
|
* Renamed /notify message -> /notify chatJames Booth2015-11-293-72/+73
|
* Removed regular chat message triggersJames Booth2015-11-281-5/+0
|
* Added room specific notify settingsJames Booth2015-11-283-3/+3
|
* Only show reminder notifications when notifications are enabledJames Booth2015-11-257-18/+48
|
* Finished basic /notify triggersJames Booth2015-11-251-17/+17
|
* Implemented regular chat notify triggersJames Booth2015-11-251-11/+1
|
* Tidy regular chat and room notificationsJames Booth2015-11-245-58/+82
|
* Added notify triggers WIPJames Booth2015-11-231-0/+10
|
* Show summary of trusted certificates, add /tls cert <fingerprint>James Booth2015-11-222-0/+13
| | | | fixes #676
* Tidied roster commandsJames Booth2015-11-221-27/+32
|
* Added /roster resource joinJames Booth2015-11-221-17/+46
|
* Added /roster char resourceJames Booth2015-11-222-0/+10
|
* Added word wrap to roster panelJames Booth2015-11-225-19/+36
|
* Pass wrap boolean to win_sub_print()James Booth2015-11-224-18/+18
|
* Renamed subwin functionsJames Booth2015-11-224-27/+27
|
* Updated themesJames Booth2015-11-221-1/+1
|
* Option to show presence information on single line in rosterJames Booth2015-11-223-42/+92
|
* Added /roster indent presenceJames Booth2015-11-212-8/+17
|
* Added /roster indent resourceJames Booth2015-11-212-83/+98
|
* Tidy rosterwinJames Booth2015-11-211-59/+61
|
* Free pref stringsJames Booth2015-11-211-2/+6
|
* Added /roster indent contactJames Booth2015-11-215-97/+109
|
* Don't print empty line when no presence or status displayed in rosterJames Booth2015-11-201-1/+1
|