about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Free jid on caps response handlerJames Booth2015-02-111-1/+6
| | | |
* | | | Merge branch 'master' into readlineJames Booth2015-02-1186-109/+114
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/tools/history.c src/tools/history.h
| * | | Updated CHANGELOGJames Booth2015-02-111-11/+12
| | | |
| * | | Changed default inpblock delay to 1 secondJames Booth2015-02-101-1/+1
| | | |
| * | | Updated man pageJames Booth2015-02-101-9/+13
| | | |
| * | | Updated copyrightJames Booth2015-02-1087-90/+90
| | | |
* | | | Merge branch 'master' into readlineJames Booth2015-02-101-2/+2
|\| | |
| * | | Fixed parameter order for /tiny in private and group chatJames Booth2015-02-101-2/+2
| | | | | | | | | | | | | | | | fixes #502
* | | | Merge branch 'master' into readlineJames Booth2015-02-104-25/+42
|\| | | | | | | | | | | | | | | | | | | Conflicts: src/ui/inputwin.c
| * | | Copy list when sorting windows for /winsJames Booth2015-02-101-2/+12
| | | |
| * | | Free roster listJames Booth2015-02-101-16/+20
| | | |
| * | | Used g_hash_table_destroy to free logsJames Booth2015-02-101-4/+4
| | | |
| * | | Free wins summary listJames Booth2015-02-101-0/+1
| | | |
| * | | Free contact listJames Booth2015-02-102-4/+6
| | | |
| * | | Free string on backspaceJames Booth2015-02-101-5/+5
| |/ /
* | | Merge branch 'master' into readlineJames Booth2015-02-095-22/+39
|\| |
| * | Free lists on get muc and private windowsJames Booth2015-02-091-0/+2
| | |
| * | Free filtered lists for who commandJames Booth2015-02-091-0/+5
| | |
| * | Free expected_node for legacy capsJames Booth2015-02-091-2/+8
| | |
| * | Free hash table keys before modifying hash tableJames Booth2015-02-091-5/+5
| | |
| * | Free resource listsJames Booth2015-02-091-8/+12
| | |
| * | Removed strdup calls when creating capabilitiesJames Booth2015-02-091-7/+7
| | |
* | | Merge branch 'master' into readlineJames Booth2015-02-096-16/+27
|\| | | | | | | | | | | | | | Conflicts: src/ui/inputwin.c
| * | Free theme list after useJames Booth2015-02-092-6/+9
| | |
| * | Free GTimer on switch to consoleJames Booth2015-02-091-1/+4
| | |
| * | Use chat_state_free to free chat statesJames Booth2015-02-091-1/+1
| | |
| * | Free utf8 substrings for delete word (ctrl-w)James Booth2015-02-091-0/+3
| | |
| * | Free resource lists on /account commandJames Booth2015-02-092-8/+13
| | |
* | | Merge remote-tracking branch 'stormc/readline-clrscr' into readlineJames Booth2015-02-081-0/+9
|\ \ \
| * | | Bind ^L to own clear method to retain ui elementsChristian Storm2015-02-081-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When using readline's standard ^L binding, the screen is completely cleared, including status and title bar. By binding ^L to profanity's clear method, status and title bar are retained.
* | | | Merge branch 'master' into readlineJames Booth2015-02-086-3/+86
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Moved quote stripper to common, added testsJames Booth2015-02-086-27/+79
| | |
| * | Merge remote-tracking branch 'peterlvilim/quote-chars'James Booth2015-02-081-3/+34
| |\ \ | | | | | | | | | | | | | | | | Conflicts: src/command/command.c
| | * | Strip quote chars from name autocompletePeter Vilim2015-01-141-0/+23
| | | |
* | | | Merge branch 'master' into readlineJames Booth2015-02-084-7/+64
|\| | |
| * | | Added code to generate HTML command reference for websiteJames Booth2015-02-084-7/+64
| | | |
* | | | Merge branch 'master' into readlineJames Booth2015-02-064-5/+3
|\| | |
| * | | Removed strdup passed to autocompleterJames Booth2015-02-061-1/+1
| | | |
| * | | Added callgrind.out files to gitignoreJames Booth2015-02-061-0/+1
| | | |
| * | | Removed duplicate time_acJames Booth2015-02-061-4/+0
| | | |
| * | | Free win layoutJames Booth2015-02-061-0/+1
| | |/ | |/|
* | | Handle home scrollJames Booth2015-02-061-2/+3
| | |
* | | Removed unused functionJames Booth2015-02-062-8/+0
| | |
* | | Removed debug loggingJames Booth2015-02-051-2/+0
| | |
* | | Moved command processing to main loop, allow resize during password promptJames Booth2015-02-056-28/+53
| | |
* | | Move SIGWINCH handling to ui/core.c, ignore signal whilst resizingJames Booth2015-02-045-9/+18
| | |
* | | Removed unused functions from inputwin.cJames Booth2015-02-041-4/+0
| | |
* | | Fixed input timout returning EINVAL on OSXJames Booth2015-02-041-5/+18
| | |
* | | Moved readline startup hookJames Booth2015-02-031-44/+44
| | |
* | | Tidied inputwin.cJames Booth2015-02-031-287/+315
| | |