Commit Graph

  • d02c8af532 Save chat room message prefix for autocomplete James Booth 2014-07-15 22:46:29 +01:00
  • cc62fe376c Finished chat room nick autocomplete James Booth 2014-07-15 21:30:23 +01:00
  • 2f3234a5f5 Added quote param to autocomplete_param_with_ac James Booth 2014-07-09 20:32:28 +01:00
  • 954661e59e Added quote param to autocomplete_complete James Booth 2014-07-09 20:23:47 +01:00
  • 0c9851106b Added quote param to autocomplete searches James Booth 2014-07-09 20:15:20 +01:00
  • b3e4731aa9 Fixed room autojoin messages appearing in room James Booth 2014-07-09 13:24:32 +01:00
  • 4a19e7e82f Merge branch 'master' into winbuffers James Booth 2014-07-09 01:06:33 +01:00
  • 88180568e0 Removed debug, added check for 0 length string James Booth 2014-07-09 01:04:54 +01:00
  • 175da6c9a0 Merge branch 'master' into winbuffers James Booth 2014-07-09 00:40:31 +01:00
  • 4b14c0c484 Added autocomplete for nicknames in MUC input text James Booth 2014-07-09 00:35:43 +01:00
  • 5dda8cd14c Merge branch 'master' into winbuffers James Booth 2014-07-08 20:31:39 +01:00
  • 06caa0c4f1 Removed empty lines James Booth 2014-07-08 20:20:01 +01:00
  • 0115d71e25 Added OTR and notification info to --version James Booth 2014-07-08 20:18:43 +01:00
  • feaebf59f9 Merge remote-tracking branch 'origin/winbuffers' into winbuffers James Booth 2014-07-08 20:03:19 +01:00
  • 82d8d81dfb Merge branch 'master' into winbuffers James Booth 2014-07-08 20:02:34 +01:00
  • 5c28ad76b6 Merge pull request #374 from immae/winbuffers James Booth 2014-07-08 19:56:35 +01:00
  • b91f421628 Assign GPOINTER_TO_INT value before freeing James Booth 2014-07-07 21:29:51 +01:00
  • 1b13595369 Added example profrc config James Booth 2014-06-29 22:58:33 +01:00
  • c4844a0626 Merge branch 'master' into winbuffers James Booth 2014-06-29 19:35:28 +01:00
  • 6731a11701 Fixed tabs James Booth 2014-06-29 19:33:18 +01:00
  • c454836315 Merge branch 'master' into winbuffers James Booth 2014-06-29 19:31:17 +01:00
  • 4279735dd7 Reinitialise libnotify per notification James Booth 2014-06-29 19:19:08 +01:00
  • 945d655910 Implemented the buffer for windows resizing Immae 2014-06-29 15:04:23 +02:00
  • dada879347 Merge branch 'master' into winbuffers James Booth 2014-06-27 00:52:52 +01:00
  • 03ffe57063 Fixed memleak in title bar roster_find_contact James Booth 2014-06-27 00:47:11 +01:00
  • 186cac34de Fixed memleak in chat log history James Booth 2014-06-27 00:38:53 +01:00
  • c98ce4299d Free resources on OTR shutdown James Booth 2014-06-26 23:55:57 +01:00
  • 8cf7122e7a Use g_list_free() when finding resource availability James Booth 2014-06-24 23:08:35 +01:00
  • 7872d8e14f Merge branch 'memleak' James Booth 2014-06-24 22:25:00 +01:00
  • 83fc97621c Check for null before freeing X11info, removed free current resource James Booth 2014-06-24 22:23:53 +01:00
  • f0d3653582 Merge branch 'master' into winbuffers James Booth 2014-06-24 00:46:40 +01:00
  • 98bc1abbe5 Free GError on command line option parse James Booth 2014-06-23 21:17:07 +01:00
  • 6a9e19303e Added buffer handling. Buffer are initialized, pushed, and freed. No use is made of them so far Immae 2014-06-23 00:44:35 +02:00
  • 66ad23b35b having wprintw go through win_save_(v)print. Immae 2014-06-21 10:16:50 +02:00
  • 5e841febd0 Added horizontal scroll for resized windows Immae 2014-06-19 15:48:02 +02:00
  • c3847eec34 Free some memory Immae 2014-06-23 12:05:49 +02:00
  • d668d15081 Free aliases on cmd_init James Booth 2014-06-18 21:36:09 +01:00
  • 7344d3b898 Added deallocation function for string prefs, added otr policy enum James Booth 2014-06-18 00:32:36 +01:00
  • 79ddf10484 Fixed memleaks with otr policy and autoaway options James Booth 2014-06-17 23:34:52 +01:00
  • ad68bcfde2 Free keys lists in windows.c James Booth 2014-06-17 23:14:54 +01:00
  • ecedca8a95 Free tokens when 0 supplied an 0 min, parse_args_with_freetext James Booth 2014-06-17 22:30:51 +01:00
  • acc4a00d78 Free values on wins_get_chat_recipients James Booth 2014-06-17 22:27:14 +01:00
  • 4a485a64f9 Free account_name preference on autoconnect James Booth 2014-06-17 22:22:35 +01:00
  • fa0be4e50e Free titlebar current_recipient when switching to console James Booth 2014-06-17 22:05:32 +01:00
  • e2aa4d6fd1 Added valgrind suppressions James Booth 2014-06-17 22:01:01 +01:00
  • 2f95340c3a Free GError on prefs load James Booth 2014-06-17 21:02:48 +01:00
  • 235c893f28 Properly free muc hashtables James Booth 2014-06-15 22:39:46 +01:00
  • 6483bc8d7c Removed string allocation in stanza when joining room James Booth 2014-06-15 22:26:28 +01:00
  • 1c62d7fda8 Renamed generate_unique_id -> create_unique_id James Booth 2014-06-15 21:49:34 +01:00
  • efc833a202 Free string after use in sending caps response James Booth 2014-06-15 21:39:54 +01:00
  • d89ac912eb Free list in wins_get_num James Booth 2014-06-15 21:36:47 +01:00
  • 2c4e2d5dbd Fixed memleak in otr.c James Booth 2014-06-15 21:33:29 +01:00
  • 258a0ec873 Fix memleak in wins_new James Booth 2014-06-15 21:23:21 +01:00
  • c9274a38b2 Free jabber_conn.log James Booth 2014-06-15 21:19:53 +01:00
  • bc03e0dc02 Free list in wins_get_by_recipient James Booth 2014-06-15 21:04:07 +01:00
  • d6d714e1ed Free saved account details before replacing James Booth 2014-06-15 21:00:01 +01:00
  • d181f500ea Fixed usages of get_unique_id to free result James Booth 2014-06-15 20:56:24 +01:00
  • ccf5cb846b Added connection details to jabber_shutdown James Booth 2014-06-15 20:46:12 +01:00
  • 4d0566b5d1 Fixed memleak in _available_handler James Booth 2014-06-15 20:39:50 +01:00
  • d4afcd3258 Fixed memleak when leaving rooms James Booth 2014-06-15 20:37:03 +01:00
  • f592f61056 Fixed tests for sha1 renaming James Booth 2014-06-15 19:27:16 +01:00
  • 92837ec186 Renamed sha1 functions to avoid naming clashes James Booth 2014-06-15 19:08:18 +01:00
  • 45e3b25fab Fixed memleak in wins_xmlconsole_exists James Booth 2014-06-15 17:43:16 +01:00
  • b9b5d6a5f8 Fixed memleak in autocompleter James Booth 2014-06-15 17:32:30 +01:00
  • e296379863 Fixed memleak when writing preferences file James Booth 2014-06-15 17:19:56 +01:00
  • c505f4aaba Added valgrind suppressions file James Booth 2014-06-15 17:18:34 +01:00
  • d0fa51fe67 Fixed compiler warning James Booth 2014-06-03 21:48:38 +01:00
  • 1925cb80ec Show info in chat and private chat windows James Booth 2014-06-03 21:35:27 +01:00
  • c65b43f081 Show info in room for participant James Booth 2014-06-03 21:20:13 +01:00
  • 8ae6d359d7 Moved info display code to window.c James Booth 2014-06-03 21:14:21 +01:00
  • 17c73814ac Made room message notification preference display case consistent James Booth 2014-06-02 18:44:06 +01:00
  • 21af901fe4 Include stdint James Booth 2014-06-01 22:53:30 +01:00
  • 575b6acdd2 Use public domain SHA1 code, remove libgcrypt dependency James Booth 2014-06-01 22:42:10 +01:00
  • 355cd27f6c Added character codes for alt-left, alt-right James Booth 2014-05-26 19:53:44 +01:00
  • 52f66fde10 Fixed tests to work with cmocka 0.4.1 James Booth 2014-05-26 01:05:19 +01:00
  • 60b59d984a Escape strings passed to terminal-notifier James Booth 2014-05-24 22:31:42 +01:00
  • b36fbe413a Added settings to show message text in notifications James Booth 2014-05-24 22:14:26 +01:00
  • b25b3f3180 Added notification setting for typing in current window James Booth 2014-05-24 21:13:33 +01:00
  • eb0f0dd96b Added settings for message notifications in current window James Booth 2014-05-24 20:46:03 +01:00
  • 8e14946aad Ignore case for chat room mention notification James Booth 2014-05-24 16:59:45 +01:00
  • 866d87af79 Added /notify room mention setting James Booth 2014-05-24 16:46:05 +01:00
  • 7d90d218c0 Split regular and chat room notify settings James Booth 2014-05-24 15:54:10 +01:00
  • 663a22fb7e Changed input text to green boothj5 theme James Booth 2014-05-23 23:31:26 +01:00
  • b85fd5e78c Use account muc_nick when no nick for bookmark James Booth 2014-05-23 00:55:30 +01:00
  • ff37b44a62 Added common.h to parser.c James Booth 2014-05-22 20:07:43 +01:00
  • 40299882e8 Fixed define for g_hash_table_contains (glib < 2.32) James Booth 2014-05-22 20:03:47 +01:00
  • 6dbcc03543 Added g_hash_table_contains for glib < 2.32 James Booth 2014-05-22 20:02:19 +01:00
  • ce8f574444 Check for key on p_hash_table_add James Booth 2014-05-22 19:47:50 +01:00
  • b1da6d1bc4 Added glib g_hash_table_add for glib < 2.32 James Booth 2014-05-22 19:39:48 +01:00
  • 86c3dcc2e1 Fixed fedora libgcrypt arch James Booth 2014-05-21 23:20:01 +01:00
  • d74f551805 Removed gnutls from cygwin dependencies in install-all.sh James Booth 2014-05-21 22:11:33 +01:00
  • b3d49f2a3c Added backwards compatible g_list_free_full for glib < 2.28 James Booth 2014-05-21 21:39:31 +01:00
  • e1f4465dc7 Added libgcypt dependencies to install-all for fedora, debian and opensuse James Booth 2014-05-21 21:22:18 +01:00
  • cc20e91303 Added libgcrypt dependencies to travis build James Booth 2014-05-21 21:03:07 +01:00
  • 3c5a73d29e Use libgcrypt instead of libgnutls for SHA1 hashing James Booth 2014-05-21 20:35:01 +01:00
  • 1f88ca5032 Set version to 0.5.0 development James Booth 2014-05-19 21:48:18 +01:00
  • 6e23004196 Set status to release James Booth 2014-05-19 21:46:42 +01:00
  • 0166454794 Added config.h to files checking for OTR support James Booth 2014-05-19 21:25:21 +01:00
  • 7b4eaa1c23 Added config.h to mock_otr.c James Booth 2014-05-19 21:15:17 +01:00
  • e10ea1be4e Fixed OTR dependency when library not present, changed version to 0.4.2 James Booth 2014-05-19 20:41:19 +01:00