James Booth
|
f4459f7f67
|
Updated man page
|
2015-02-10 23:30:21 +00:00 |
|
James Booth
|
b3be26a214
|
Updated copyright
|
2015-02-10 23:16:09 +00:00 |
|
James Booth
|
1e2ef97334
|
Fixed parameter order for /tiny in private and group chat
fixes #502
|
2015-02-10 21:27:27 +00:00 |
|
James Booth
|
6ab937c3e3
|
Copy list when sorting windows for /wins
|
2015-02-10 20:39:57 +00:00 |
|
James Booth
|
e565812d09
|
Free roster list
|
2015-02-10 20:30:50 +00:00 |
|
James Booth
|
22b92c7514
|
Used g_hash_table_destroy to free logs
|
2015-02-10 19:53:34 +00:00 |
|
James Booth
|
75d7663876
|
Free wins summary list
|
2015-02-10 19:42:13 +00:00 |
|
James Booth
|
30739ed157
|
Free contact list
|
2015-02-10 19:39:18 +00:00 |
|
James Booth
|
6bee6cb0fb
|
Free string on backspace
|
2015-02-10 19:30:18 +00:00 |
|
James Booth
|
5c9dd2802a
|
Free lists on get muc and private windows
|
2015-02-09 22:08:47 +00:00 |
|
James Booth
|
a9c69670fa
|
Free filtered lists for who command
|
2015-02-09 22:03:17 +00:00 |
|
James Booth
|
38e6dc0e85
|
Free expected_node for legacy caps
|
2015-02-09 21:59:17 +00:00 |
|
James Booth
|
75f791da8f
|
Free hash table keys before modifying hash table
|
2015-02-09 21:53:55 +00:00 |
|
James Booth
|
1a98f1404b
|
Free resource lists
|
2015-02-09 21:46:54 +00:00 |
|
James Booth
|
50601d4db3
|
Removed strdup calls when creating capabilities
|
2015-02-09 21:36:04 +00:00 |
|
James Booth
|
6682f243ce
|
Free theme list after use
|
2015-02-09 21:21:22 +00:00 |
|
James Booth
|
aad7b3ed8a
|
Free GTimer on switch to console
|
2015-02-09 20:15:24 +00:00 |
|
James Booth
|
893b58bf4e
|
Use chat_state_free to free chat states
|
2015-02-09 20:11:51 +00:00 |
|
James Booth
|
23aaa51a2a
|
Free utf8 substrings for delete word (ctrl-w)
|
2015-02-09 19:59:04 +00:00 |
|
James Booth
|
268c33e1c6
|
Free resource lists on /account command
|
2015-02-09 19:50:41 +00:00 |
|
James Booth
|
44c5b34a71
|
Moved quote stripper to common, added tests
|
2015-02-08 20:59:51 +00:00 |
|
James Booth
|
236e508cd8
|
Merge remote-tracking branch 'peterlvilim/quote-chars'
Conflicts:
src/command/command.c
|
2015-02-08 20:34:20 +00:00 |
|
James Booth
|
e0dfe4832b
|
Added code to generate HTML command reference for website
|
2015-02-08 00:42:21 +00:00 |
|
James Booth
|
bec95afc8b
|
Removed strdup passed to autocompleter
|
2015-02-06 22:03:40 +00:00 |
|
James Booth
|
1e35b76bf9
|
Added callgrind.out files to gitignore
|
2015-02-06 21:41:24 +00:00 |
|
James Booth
|
8977c9c721
|
Removed duplicate time_ac
|
2015-02-06 21:40:35 +00:00 |
|
James Booth
|
f447ac4189
|
Free win layout
|
2015-02-06 21:39:53 +00:00 |
|
James Booth
|
5b26879e31
|
Updated /wrap help
|
2015-01-28 20:59:25 +00:00 |
|
James Booth
|
351ff752a7
|
Renamed command group presence->presences to avoid clash
|
2015-01-28 20:35:00 +00:00 |
|
James Booth
|
ec28888915
|
Strip only trailing newline from eval_password
|
2015-01-28 19:50:16 +00:00 |
|
James Booth
|
6529220351
|
Strip leading/trailing whitespace from result of eval_password
fixes #495
|
2015-01-28 00:52:10 +00:00 |
|
James Booth
|
9800a46adb
|
Fixed compile error when no OTR support
|
2015-01-28 00:04:37 +00:00 |
|
James Booth
|
ba89297382
|
Added utf8_display_len
|
2015-01-17 21:09:40 +00:00 |
|
James Booth
|
4ac11ddcd6
|
Merge branch 'master' into inp-utf8
|
2015-01-16 23:39:34 +00:00 |
|
James Booth
|
036d13b80c
|
Removed debug
|
2015-01-16 23:38:21 +00:00 |
|
James Booth
|
18f05c59ee
|
Fixed merge
|
2015-01-16 23:35:31 +00:00 |
|
James Booth
|
8805fd5c38
|
Merge branch 'master' into inp-utf8
Conflicts:
src/ui/inputwin.c
|
2015-01-16 23:34:32 +00:00 |
|
James Booth
|
e1db13ea2b
|
Renamed input variables
|
2015-01-16 23:32:57 +00:00 |
|
James Booth
|
972d524fdc
|
Merge branch 'master' into inp-utf8
|
2015-01-16 23:12:00 +00:00 |
|
James Booth
|
4c6cfcdca0
|
Simplified autocompleters and command history
|
2015-01-16 22:50:40 +00:00 |
|
James Booth
|
9fad03af74
|
Merge branch 'master' into inp-utf8
Conflicts:
src/ui/inputwin.c
|
2015-01-16 00:41:02 +00:00 |
|
James Booth
|
7a5deca77c
|
Removed static function arguments in inputwin.c
|
2015-01-16 00:36:42 +00:00 |
|
James Booth
|
f0ffc31cd6
|
Renamed inp_get_char->inp_read
|
2015-01-15 23:46:54 +00:00 |
|
James Booth
|
9083bfdb5c
|
Merge branch 'master' into inp-utf8
Conflicts:
src/ui/inputwin.c
|
2015-01-15 23:45:18 +00:00 |
|
James Booth
|
51105720ab
|
Moved input line to inputwin
|
2015-01-15 23:43:22 +00:00 |
|
James Booth
|
bb11dc0973
|
Merge branch 'master' into inp-utf8
Conflicts:
src/ui/inputwin.c
|
2015-01-15 23:31:06 +00:00 |
|
James Booth
|
65fc4bcd9f
|
Pass pointers to inp_get_char
|
2015-01-15 23:29:48 +00:00 |
|
James Booth
|
22e9be4a5f
|
Renamed input->line
|
2015-01-15 22:55:54 +00:00 |
|
James Booth
|
e326aaa84f
|
Merge branch 'master' into inp-utf8
Conflicts:
src/ui/inputwin.c
|
2015-01-15 22:53:50 +00:00 |
|
James Booth
|
ad896ef201
|
Moved input size to inputwin
|
2015-01-15 22:51:05 +00:00 |
|