Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into otr | James Booth | 2013-08-25 | 29 | -276/+858 |
|\ | |||||
| * | Merge pull request #230 from pasis/memleaks2 | James Booth | 2013-08-25 | 11 | -51/+85 |
| |\ | | | | | | | Fixed memory leaks | ||||
| | * | fixed memory leaks in various files | Dmitry Podgorny | 2013-08-25 | 5 | -28/+59 |
| | | | |||||
| | * | removed strdup from g_string_append | Dmitry Podgorny | 2013-08-25 | 3 | -12/+12 |
| | | | |||||
| | * | fixed indenting | Dmitry Podgorny | 2013-08-24 | 1 | -1/+1 |
| | | | |||||
| | * | fixed memleak in _iq_handle_discoinfo_get | Dmitry Podgorny | 2013-08-24 | 1 | -0/+1 |
| | | | |||||
| | * | small refactoring in statusbar.c | Dmitry Podgorny | 2013-08-24 | 1 | -5/+11 |
| | | | |||||
| | * | tz should be cached in static variable | Dmitry Podgorny | 2013-08-24 | 1 | -4/+0 |
| | | | |||||
| | * | avoid double allocaion of session_started | Dmitry Podgorny | 2013-08-24 | 1 | -1/+0 |
| | | | |||||
| | * | free titlebar_ac autocompleter | Dmitry Podgorny | 2013-08-24 | 1 | -0/+1 |
| |/ | |||||
| * | Merge branch 'master' into nextdev | James Booth | 2013-08-19 | 1 | -2/+2 |
| |\ | |||||
| * \ | Merge branch 'master' into nextdev | James Booth | 2013-08-13 | 4 | -5/+8 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into nextdev | James Booth | 2013-08-05 | 4 | -6/+53 |
| |\ \ \ | |||||
| * \ \ \ | Merge remote-tracking branch 'dmitry/nextdev-patches' into nextdev | James Booth | 2013-08-04 | 22 | -171/+211 |
| |\ \ \ \ | |||||
| | * | | | | use posix stat syscall for windows | Dmitry Podgorny | 2013-08-04 | 1 | -6/+0 |
| | | | | | | |||||
| | * | | | | removed assignment to NULL in _chat_session_free | Dmitry Podgorny | 2013-08-03 | 1 | -6/+2 |
| | | | | | | |||||
| | * | | | | replace struct stat and stat() for windows | Dmitry Podgorny | 2013-08-03 | 1 | -0/+6 |
| | | | | | | |||||
| | * | | | | fixed memory leaks | Dmitry Podgorny | 2013-08-03 | 5 | -39/+85 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also avoided several NULL pointer dereferences. | ||||
| | * | | | | refactored logging | Dmitry Podgorny | 2013-08-03 | 1 | -19/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | Use ftell instead of stat syscall to increase portability. | ||||
| | * | | | | most FREE_SET_NULL replaced with free | Dmitry Podgorny | 2013-08-03 | 11 | -85/+72 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FREE_SET_NULL makes extra assignment of NULL for pointers in stack or dynamic memory that is going to be freed. FREE_SET_NULL is useful for pointers that can be used in future. | ||||
| | * | | | | refactored mkdir_recursive | Dmitry Podgorny | 2013-08-03 | 3 | -13/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | Now this function returns result of operation. TRUE is success. | ||||
| | * | | | | removed sizeof(char) | Dmitry Podgorny | 2013-08-03 | 4 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | sizeof(char) == 1 according to standard | ||||
| * | | | | | Merge branch 'master' into nextdev | James Booth | 2013-08-04 | 1 | -2/+4 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge remote-tracking branch 'dmitry/memleaks' into nextdev | James Booth | 2013-07-31 | 3 | -54/+75 |
| |\ \ \ \ \ | |||||
| | * | | | | | separate glib allocator and stdlib malloc/free | Dmitry Podgorny | 2013-07-31 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Memory allocated by glib should be freed by g_free. Probably g_free calls stdlib free, but in order to avoid portability issues better use g_free as described in glib documentation. | ||||
| | * | | | | | rewritten FREE_SET_NULL and GFREE_SET_NULL | Dmitry Podgorny | 2013-07-31 | 1 | -8/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NULL is valid argument for free(). Construction do {} while (0) allows using FREE_SET_NULL as one token and force to put semicolon at the end. | ||||
| | * | | | | | fixed several memory leaks in command.c and jid.c | Dmitry Podgorny | 2013-07-31 | 2 | -40/+63 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' into nextdev | James Booth | 2013-07-31 | 1 | -1/+6 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' into nextdev | James Booth | 2013-07-30 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
| * | | | | | | | Merge branch 'master' into nextdev | James Booth | 2013-07-22 | 2 | -7/+9 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into nextdev | James Booth | 2013-07-21 | 4 | -10/+22 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Bookmarks: Move stanza pointer on in loop, check for autojoin "true" | James Booth | 2013-07-15 | 1 | -2/+4 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge remote-tracking branch 'dmitry/bookmarks' into nextdev | James Booth | 2013-07-14 | 8 | -49/+330 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | draft of bookmarks implementation | Dmitry Podgorny | 2013-07-14 | 5 | -30/+288 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '/bookmark add' and '/bookmark remove' ain't finished | ||||
| | * | | | | | | | | | improved autojoin logic | Dmitry Podgorny | 2013-07-14 | 1 | -15/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete id handler after timeout (5sec) if response isn't received Auto join maximum 5 conferences | ||||
| | * | | | | | | | | | Merge branch 'master' into bookmarks | Dmitry Podgorny | 2013-07-14 | 12 | -130/+248 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | use get_unique_id for bookmarks | Dmitry Podgorny | 2013-07-14 | 4 | -26/+15 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge branch 'master' into nextdev | James Booth | 2013-07-14 | 9 | -112/+275 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into nextdev | James Booth | 2013-07-09 | 1 | -10/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into nextdev | James Booth | 2013-07-09 | 8 | -86/+207 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into nextdev | James Booth | 2013-07-03 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'dmitry/bookmarks' into nextdev | James Booth | 2013-07-01 | 7 | -0/+204 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | initial support of autojoin for MUC | Dmitry Podgorny | 2013-06-30 | 7 | -0/+204 |
| | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | Merge branch 'master' into otr | James Booth | 2013-08-19 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Fixed /who in chat room highlighting console | James Booth | 2013-08-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #184 | ||||
| * | | | | | | | | | | | | | | | Fix message for /account when account doesn't exist | James Booth | 2013-08-19 | 1 | -1/+1 |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Create fingerprints file, callbacks, and message send | James Booth | 2013-08-17 | 4 | -14/+225 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Generate privatekey | James Booth | 2013-08-15 | 1 | -17/+18 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Load keys and fingerprints for account on connect | James Booth | 2013-08-14 | 3 | -2/+45 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Added libotr | James Booth | 2013-08-13 | 5 | -4/+85 |
|/ / / / / / / / / / / / / / |