about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Added autoping timeout preferenceJames Booth2016-01-018-23/+84
|
* Added hardcoded autoping timeoutJames Booth2015-12-314-12/+80
|
* Abort autping when existing attempt already in progressJames Booth2015-12-311-2/+14
|
* Tidy ping handlersJames Booth2015-12-311-49/+53
|
* Renamed autoping handlerJames Booth2015-12-301-6/+6
|
* Added console muc message setting to themesJames Booth2015-12-301-0/+2
|
* Added /console commandJames Booth2015-12-296-1/+84
|
* Added console MUC message preferenceJames Booth2015-12-294-2/+17
|
* Don't compile pgp code with --disable-pgpDmitry Podgorny2015-12-211-0/+2
|
* Updated console new message textJames Booth2015-12-203-10/+28
|
* Change console incoming message text to include "win"James Booth2015-12-201-1/+1
|
* Fixed /charset helpJames Booth2015-12-201-1/+1
|
* Added cons_show_incoming_room_message()James Booth2015-12-204-54/+74
|
* Added /charset commandJames Booth2015-12-193-0/+34
|
* Use MB_CUR_MAX when calculating cursor positionJames Booth2015-12-191-1/+1
|
* Fixed PGP error messageJames Booth2015-12-191-1/+1
|
* Show PGP error stringsJames Booth2015-12-154-13/+32
|
* Moved sending of initial presence to sv_ev_roster_receivedJames Booth2015-12-142-29/+31
|
* Fix spelling and grammatical mistakes in command help textSteven Erenst2015-12-061-7/+7
| | | | Signed-off-by: Steven Erenst <stevenerenst@gmail.com>
* Read ~/.config/profanity/inputrcJames Booth2015-12-063-2/+29
|
* Renamed readline handlersJames Booth2015-12-061-93/+93
|
* Added readline function definitionsJames Booth2015-12-061-1/+24
|
* Updated version in CHANGELOG and commentsJames Booth2015-12-021-4/+4
|
* 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-306-19/+38
|
* Tidy wins_create_summary()James Booth2015-11-299-92/+156
|
* Disable readline completionJames Booth2015-11-291-0/+3
|
* Changed /bookmark list output to show text "win"James Booth2015-11-291-1/+1
|
* Tidied output for /notify commandJames Booth2015-11-291-55/+75
|
* Renamed /notify message -> /notify chatJames Booth2015-11-297-150/+149
|
* Added /notify reset to autocompletionJames Booth2015-11-281-0/+2
|
* Removed regular chat message triggersJames Booth2015-11-285-174/+5
|
* Added room specific notify settingsJames Booth2015-11-287-110/+328
|
* Merge branch 'master' into notificationsJames Booth2015-11-271-1/+1
|\
| * Fix typoAlex Jordan2015-11-271-1/+1
| |
* | Only show reminder notifications when notifications are enabledJames Booth2015-11-259-18/+69
| |
* | Finished basic /notify triggersJames Booth2015-11-255-71/+133
| |
* | Implemented regular chat notify triggersJames Booth2015-11-253-15/+39
| |
* | Merge branch 'master' into notificationsJames Booth2015-11-253-0/+110
|\|
| * Merge remote-tracking branch 'incertia/export-command'James Booth2015-11-253-0/+110
| |\
| | * add spaces after constructs such as if/for/whileWill Song2015-11-241-13/+13
| | |
| | * free fname as soon as we are done with it (also prevents a memory leak)Will Song2015-11-241-1/+1
| | |
| | * remove NULL check because parse_args will fail before calling cmd_exportWill Song2015-11-241-3/+1
| | |
| | * add some code to deal with a common $HOME conventionWill Song2015-11-241-1/+13
| | |
| | * show different message when one is not connectedWill Song2015-11-241-3/+9
| | |
| | * move brace to newline to follow conventionsWill Song2015-11-241-1/+2
| | |