Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge branch 'master' into readline | James Booth | 2015-02-23 | 3 | -7/+17 | |
|\| | | | ||||||
| * | | | Lowercase barejid in Jid | James Booth | 2015-02-23 | 2 | -2/+8 | |
| * | | | Lowercase barejid before searching roster | James Booth | 2015-02-23 | 1 | -5/+9 | |
* | | | | Merge branch 'master' into readline | James Booth | 2015-02-23 | 1 | -9/+11 | |
|\| | | | ||||||
| * | | | Lowercase barejid before adding to roster | James Booth | 2015-02-23 | 1 | -9/+11 | |
* | | | | Merge branch 'master' into readline | James Booth | 2015-02-23 | 11 | -35/+35 | |
|\| | | | ||||||
| * | | | Merge remote-tracking branch 'stormc/master-spellfixes' | James Booth | 2015-02-23 | 11 | -35/+35 | |
| |\ \ \ | ||||||
| | * | | | Fixed spelling. | Christian Storm | 2015-02-17 | 11 | -38/+38 | |
* | | | | | 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 | 2 | -124/+90 | |
|\| | | | ||||||
| * | | | Merge remote-tracking branch 'origin/master' | James Booth | 2015-02-14 | 1 | -119/+87 | |
| |\ \ \ | ||||||
| | * | | | Tidy help | James Booth | 2015-02-11 | 1 | -119/+87 | |
| * | | | | Use single quotes for terminal notifier notifications to avoid variable expan... | James Booth | 2015-02-14 | 1 | -6/+4 | |
| |/ / / | ||||||
* | | | | Merge branch 'master' into readline | James Booth | 2015-02-11 | 1 | -1/+6 | |
|\| | | | ||||||
| * | | | Free jid on caps response handler | James Booth | 2015-02-11 | 1 | -1/+6 | |
* | | | | Merge branch 'master' into readline | James Booth | 2015-02-11 | 83 | -86/+86 | |
|\| | | | ||||||
| * | | | Changed default inpblock delay to 1 second | James Booth | 2015-02-10 | 1 | -1/+1 | |
| * | | | Updated copyright | James Booth | 2015-02-10 | 85 | -87/+87 | |
* | | | | 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 | 4 | -25/+42 | |
|\| | | | ||||||
| * | | | Copy list when sorting windows for /wins | James Booth | 2015-02-10 | 1 | -2/+12 | |
| * | | | Free roster list | James Booth | 2015-02-10 | 1 | -16/+20 | |
| * | | | Used g_hash_table_destroy to free logs | James Booth | 2015-02-10 | 1 | -4/+4 | |
| * | | | Free wins summary list | James Booth | 2015-02-10 | 1 | -0/+1 | |
| * | | | Free contact list | James Booth | 2015-02-10 | 2 | -4/+6 | |
| * | | | Free string on backspace | James Booth | 2015-02-10 | 1 | -5/+5 | |
| |/ / | ||||||
* | | | Merge branch 'master' into readline | James Booth | 2015-02-09 | 5 | -22/+39 | |
|\| | | ||||||
| * | | Free lists on get muc and private windows | James Booth | 2015-02-09 | 1 | -0/+2 | |
| * | | Free filtered lists for who command | James Booth | 2015-02-09 | 1 | -0/+5 | |
| * | | Free expected_node for legacy caps | James Booth | 2015-02-09 | 1 | -2/+8 | |
| * | | Free hash table keys before modifying hash table | James Booth | 2015-02-09 | 1 | -5/+5 | |
| * | | Free resource lists | James Booth | 2015-02-09 | 1 | -8/+12 | |
| * | | Removed strdup calls when creating capabilities | James Booth | 2015-02-09 | 1 | -7/+7 | |
* | | | Merge branch 'master' into readline | James Booth | 2015-02-09 | 5 | -15/+26 | |
|\| | | ||||||
| * | | Free theme list after use | James Booth | 2015-02-09 | 2 | -6/+9 | |
| * | | Free GTimer on switch to console | James Booth | 2015-02-09 | 1 | -1/+4 | |
| * | | Use chat_state_free to free chat states | James Booth | 2015-02-09 | 1 | -1/+1 | |
| * | | Free utf8 substrings for delete word (ctrl-w) | James Booth | 2015-02-09 | 1 | -0/+3 | |
| * | | Free resource lists on /account command | James Booth | 2015-02-09 | 1 | -7/+12 | |
* | | | Merge remote-tracking branch 'stormc/readline-clrscr' into readline | James Booth | 2015-02-08 | 1 | -0/+9 | |
|\ \ \ | ||||||
| * | | | Bind ^L to own clear method to retain ui elements | Christian Storm | 2015-02-08 | 1 | -0/+9 | |
* | | | | Merge branch 'master' into readline | James Booth | 2015-02-08 | 3 | -2/+33 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | ||||||
| * | | Moved quote stripper to common, added tests | James Booth | 2015-02-08 | 3 | -26/+26 | |
| * | | Merge remote-tracking branch 'peterlvilim/quote-chars' | James Booth | 2015-02-08 | 1 | -3/+34 | |
| |\ \ |