about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Added functional tests for /console commandJames Booth2015-12-305-3/+111
|
* Use single quotes in functional test stanzasJames Booth2015-12-3012-215/+215
|
* Added /console commandJames Booth2015-12-297-1/+85
|
* Added console MUC message preferenceJames Booth2015-12-294-2/+17
|
* Uncommented functional testsJames Booth2015-12-221-63/+63
|
* Added chat message functional testsJames Booth2015-12-223-67/+86
|
* Merge remote-tracking branch 'pasis/disabled-pgp-fix'James Booth2015-12-221-0/+2
|\
| * Don't compile pgp code with --disable-pgpDmitry Podgorny2015-12-211-0/+2
|/
* Updated console new message textJames Booth2015-12-206-16/+34
|
* Change console incoming message text to include "win"James Booth2015-12-203-6/+6
|
* Fixed cygwin dependenciesJames Booth2015-12-201-2/+2
|
* Fixed /charset helpJames Booth2015-12-201-1/+1
|
* Added functional test for muc console messageJames Booth2015-12-203-1/+32
|
* Disable muc notifications for functional testsJames Booth2015-12-201-0/+2
|
* Added more muc functional testsJames Booth2015-12-203-6/+97
|
* Removed whitespaceJames Booth2015-12-201-5/+0
|
* Added muc functional testsJames Booth2015-12-204-0/+162
|
* Added cons_show_incoming_room_message()James Booth2015-12-205-54/+75
|
* 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-155-14/+33
|
* Moved sending of initial presence to sv_ev_roster_receivedJames Booth2015-12-143-29/+35
|
* Merge remote-tracking branch 'BlueMonday/master'James Booth2015-12-061-7/+7
|\
| * 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 CHANGELOGJames Booth2015-12-021-1/+3
|
* Updated version in CHANGELOG and commentsJames Booth2015-12-022-5/+5
|
* Updated version to 0.5.0 devJames Booth2015-12-021-1/+1
|
* 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
|/
* Update README.mdJames Booth2015-11-301-1/+1
|
* Update README.mdJames Booth2015-11-301-1/+1
|
* Update README.mdJames Booth2015-11-301-1/+3
|
* Added /wins unreadJames Booth2015-11-307-20/+43
|
* 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
|
* Fixed functional testsJames Booth2015-11-291-2/+2
|
* 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
|\