Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge branch 'master' into readline | James Booth | 2015-02-23 | 1 | -13/+13 | |
|\| | | ||||||
| * | | Merge remote-tracking branch 'stormc/master-spellfixes' | James Booth | 2015-02-23 | 1 | -13/+13 | |
| |\ \ | ||||||
| | * | | Fixed spelling. | Christian Storm | 2015-02-17 | 1 | -16/+16 | |
* | | | | Merge branch 'master' into readline | James Booth | 2015-02-23 | 1 | -279/+331 | |
|\| | | | ||||||
| * | | | Finished help tidy | James Booth | 2015-02-23 | 1 | -279/+331 | |
| |/ / | ||||||
* | | | Merge branch 'master' into readline | James Booth | 2015-02-16 | 1 | -1/+1 | |
|\| | | ||||||
| * | | Removed comment | James Booth | 2015-02-16 | 1 | -1/+1 | |
* | | | Merge branch 'master' into readline | James Booth | 2015-02-16 | 1 | -81/+109 | |
|\| | | ||||||
| * | | Tidy help | James Booth | 2015-02-16 | 1 | -81/+109 | |
* | | | Merge branch 'master' into readline | James Booth | 2015-02-14 | 1 | -118/+86 | |
|\| | | ||||||
| * | | Tidy help | James Booth | 2015-02-11 | 1 | -119/+87 | |
* | | | Merge branch 'master' into readline | James Booth | 2015-02-11 | 4 | -4/+4 | |
|\| | | ||||||
| * | | Updated copyright | James Booth | 2015-02-10 | 4 | -4/+4 | |
* | | | Merge branch 'master' into readline | James Booth | 2015-02-10 | 1 | -2/+2 | |
|\| | | ||||||
| * | | Fixed parameter order for /tiny in private and group chat | James Booth | 2015-02-10 | 1 | -2/+2 | |
* | | | Merge branch 'master' into readline | James Booth | 2015-02-10 | 1 | -15/+20 | |
|\| | | ||||||
| * | | Free roster list | James Booth | 2015-02-10 | 1 | -16/+20 | |
| * | | Free contact list | James Booth | 2015-02-10 | 1 | -0/+1 | |
| |/ | ||||||
* | | Merge branch 'master' into readline | James Booth | 2015-02-09 | 1 | -0/+5 | |
|\| | ||||||
| * | Free filtered lists for who command | James Booth | 2015-02-09 | 1 | -0/+5 | |
* | | Merge branch 'master' into readline | James Booth | 2015-02-09 | 1 | -5/+6 | |
|\| | ||||||
| * | Free theme list after use | James Booth | 2015-02-09 | 1 | -5/+6 | |
* | | Merge branch 'master' into readline | James Booth | 2015-02-08 | 1 | -2/+10 | |
|\| | ||||||
| * | Moved quote stripper to common, added tests | James Booth | 2015-02-08 | 1 | -26/+3 | |
| * | Merge remote-tracking branch 'peterlvilim/quote-chars' | James Booth | 2015-02-08 | 1 | -3/+34 | |
| |\ | ||||||
| | * | Strip quote chars from name autocomplete | Peter Vilim | 2015-01-14 | 1 | -0/+23 | |
* | | | Merge branch 'master' into readline | James Booth | 2015-02-08 | 2 | -0/+55 | |
|\| | | ||||||
| * | | Added code to generate HTML command reference for website | James Booth | 2015-02-08 | 2 | -0/+55 | |
* | | | Merge branch 'master' into readline | James Booth | 2015-02-06 | 1 | -4/+0 | |
|\| | | ||||||
| * | | Removed duplicate time_ac | James Booth | 2015-02-06 | 1 | -4/+0 | |
* | | | Merge branch 'master' into readline | James Booth | 2015-02-01 | 2 | -3/+7 | |
|\| | | ||||||
| * | | Updated /wrap help | James Booth | 2015-01-28 | 1 | -1/+1 | |
| * | | Renamed command group presence->presences to avoid clash | James Booth | 2015-01-28 | 2 | -2/+2 | |
| * | | Strip only trailing newline from eval_password | James Booth | 2015-01-28 | 1 | -1/+4 | |
| * | | Strip leading/trailing whitespace from result of eval_password | James Booth | 2015-01-28 | 1 | -0/+1 | |
* | | | Removed history and various key handlers | James Booth | 2015-01-30 | 1 | -5/+0 | |
|/ / | ||||||
* | | Simplified autocompleters and command history | James Booth | 2015-01-16 | 4 | -360/+201 | |
* | | Moved input line to inputwin | James Booth | 2015-01-15 | 1 | -3/+4 | |
* | | Moved process_input to cmd_process_input | James Booth | 2015-01-15 | 2 | -12/+58 | |
|/ | ||||||
* | Merge remote-tracking branch 'incertia/fixleak' | James Booth | 2015-01-14 | 1 | -1/+1 | |
|\ | ||||||
| * | fix yet another potential leak | Will Song | 2015-01-14 | 1 | -1/+1 | |
* | | Don't free default account name until it has been lowercased | James Booth | 2015-01-14 | 1 | -2/+2 | |
|/ | ||||||
* | fix the fix (memory leak) | Simon Effenberg | 2015-01-14 | 1 | -1/+3 | |
* | Fixed segfault on eval_password due to moving popen call | James Booth | 2015-01-14 | 1 | -0/+8 | |
* | fix a potential leak | Will Song | 2015-01-12 | 1 | -3/+3 | |
* | add a memory check just in case | Will Song | 2015-01-12 | 1 | -0/+4 | |
* | fix tests | Will Song | 2015-01-12 | 1 | -1/+1 | |
* | eval_password code is now in cmd_connect so that it can be changed | Will Song | 2015-01-12 | 1 | -1/+14 | |
* | Merge remote-tracking branch 'peterlvilim/keyring' | James Booth | 2015-01-13 | 2 | -4/+23 | |
|\ | ||||||
| * | Add support for evaluated password | Peter Vilim | 2015-01-07 | 2 | -4/+23 |