Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set version to 0.4.6 | James Booth | 2015-03-03 | 2 | -1/+3 |
| | |||||
* | Fixed swapping windows when in source win | James Booth | 2015-03-03 | 1 | -4/+5 |
| | |||||
* | Updated themes for release | James Booth | 2015-02-26 | 19 | -417/+436 |
| | |||||
* | Renamed /theme set -> /theme load | James Booth | 2015-02-26 | 2 | -11/+11 |
| | |||||
* | Upgrade otr warn preference, added UI theme settings | James Booth | 2015-02-25 | 2 | -31/+17 |
| | |||||
* | Updated default preferences | James Booth | 2015-02-24 | 2 | -5/+14 |
| | |||||
* | Added /roster by preference to UI preferences summary | James Booth | 2015-02-24 | 1 | -0/+3 |
| | |||||
* | Fixed /resource preference display | James Booth | 2015-02-24 | 1 | -2/+2 |
| | |||||
* | Fixed create_fulljid | James Booth | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Lowercase barejid before adding to roster | James Booth | 2015-02-23 | 1 | -9/+11 |
| | |||||
* | Merge remote-tracking branch 'stormc/master-spellfixes' | James Booth | 2015-02-23 | 11 | -35/+35 |
|\ | | | | | | | | | Conflicts: src/command/command.c | ||||
| * | Fixed spelling. | Christian Storm | 2015-02-17 | 11 | -38/+38 |
| | | |||||
* | | Updated CHANGELOG | James Booth | 2015-02-23 | 1 | -0/+1 |
| | | |||||
* | | Updated .travis.yml to use cmocka-1.0.0 | James Booth | 2015-02-23 | 1 | -4/+4 |
| | | |||||
* | | Finished help tidy | James Booth | 2015-02-23 | 1 | -279/+331 |
|/ | |||||
* | Removed comment | James Booth | 2015-02-16 | 1 | -1/+1 |
| | |||||
* | Tidy help | James Booth | 2015-02-16 | 1 | -81/+109 |
| | |||||
* | 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 ↵ | James Booth | 2015-02-14 | 1 | -6/+4 |
|/ | | | | expansion | ||||
* | Free jid on caps response handler | James Booth | 2015-02-11 | 1 | -1/+6 |
| | |||||
* | Updated CHANGELOG | James Booth | 2015-02-11 | 1 | -11/+12 |
| | |||||
* | Changed default inpblock delay to 1 second | James Booth | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Updated man page | James Booth | 2015-02-10 | 1 | -9/+13 |
| | |||||
* | Updated copyright | James Booth | 2015-02-10 | 87 | -90/+90 |
| | |||||
* | Fixed parameter order for /tiny in private and group chat | James Booth | 2015-02-10 | 1 | -2/+2 |
| | | | | fixes #502 | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 | 2 | -8/+13 |
| | |||||
* | Moved quote stripper to common, added tests | James Booth | 2015-02-08 | 6 | -27/+79 |
| | |||||
* | Merge remote-tracking branch 'peterlvilim/quote-chars' | James Booth | 2015-02-08 | 1 | -3/+34 |
|\ | | | | | | | | | Conflicts: src/command/command.c | ||||
| * | Strip quote chars from name autocomplete | Peter Vilim | 2015-01-14 | 1 | -0/+23 |
| | | |||||
* | | Added code to generate HTML command reference for website | James Booth | 2015-02-08 | 4 | -7/+64 |
| | | |||||
* | | Removed strdup passed to autocompleter | James Booth | 2015-02-06 | 1 | -1/+1 |
| | |