Commit Graph

  • 9b177a9e01 Removed #AX_PREFIX_CONFIG_H James Booth 2016-03-31 21:05:02 +01:00
  • c91ce78a04 Added missing include in callbacks.c James Booth 2016-03-31 20:16:53 +01:00
  • 759d9ccb8d Added plugins presence hooks James Booth 2016-03-30 23:18:12 +01:00
  • 1e60d17d7c libgtk is now optional David 2016-03-30 22:18:45 +02:00
  • 194c53c4fa Plugins: Added basic incoming message function James Booth 2016-03-29 23:44:54 +01:00
  • 94b9b1d8e4 Merge branch 'master' into stanza-hooks James Booth 2016-03-29 21:44:18 +01:00
  • 66467f976f PGP: Fixed array size for encryption keys James Booth 2016-03-29 21:30:41 +01:00
  • 7b138b71db PGP: Also encrypt using sender public key James Booth 2016-03-29 21:24:37 +01:00
  • c6730783bf Removed duplicate typedef James Booth 2016-03-28 15:44:03 +01:00
  • d39e48ba18 Use one stanza handler per type (message, iq, presence) James Booth 2016-03-28 01:25:48 +01:00
  • 8933d59b03 Added basic stanza receive eooks James Booth 2016-03-27 21:36:29 +01:00
  • 18555ffcb4 Allow sending stanzas in xml console James Booth 2016-03-26 17:11:19 +00:00
  • 7b34f72007 Use xmpp_send_raw_string instead of xmpp_send_raw James Booth 2016-03-26 16:44:02 +00:00
  • d0397f3da5 Added stanza send hooks for plugins James Booth 2016-03-26 15:50:16 +00:00
  • ce9b0836a0 Added integer settings for plugins James Booth 2016-03-26 02:19:30 +00:00
  • e2b02733df Added plugin string settings James Booth 2016-03-26 01:48:42 +00:00
  • a4e6d50a40 Added boolean settings for plugins James Booth 2016-03-25 22:06:24 +00:00
  • 57ccfcee4d Merge remote-tracking branch 'pasis/python-plugins' James Booth 2016-03-23 23:33:12 +00:00
  • cbd0212725 Merge remote-tracking branch '0xPoly/libotr-upgrade' James Booth 2016-03-23 23:24:42 +00:00
  • 4c913aa08b Added prof_send_stanza to plugins API James Booth 2016-03-23 22:57:03 +00:00
  • 5278572fec autotools: Disable python-plugins by default Dmitry Podgorny 2016-03-24 00:36:07 +02:00
  • f28f7105b0 upgraded to non-vulnerable libotr poly 2016-03-23 18:34:05 +04:00
  • 503fc9e393 Update roster count on carbons James Booth 2016-03-22 00:28:22 +00:00
  • 6f537c3818 Add PGP decryption for incoming/outgoing carbons James Booth 2016-03-22 00:20:29 +00:00
  • 9d782fa665 Added doxygen settings for C plugin API James Booth 2016-03-17 22:16:42 +00:00
  • 44cba5019a Updated CHANGELOG James Booth 2016-03-16 21:15:09 +00:00
  • 1075f07ff5 Parse plugin args with freetext parser James Booth 2016-03-15 22:32:44 +00:00
  • bdad30b2d9 This case was clearly not tested locally, so many failures here. David 2016-03-13 17:52:49 +01:00
  • 028d24283e fix no gtk init David 2016-03-13 17:50:42 +01:00
  • 24c5d3882c fix tests David 2016-03-13 17:37:40 +01:00
  • 72856f9b6c typo David 2016-03-13 17:12:01 +01:00
  • e43f3e95c0 fix possible free(NULL) David 2016-03-13 17:09:58 +01:00
  • 098d84ef73 Merge branch 'tray_icon' into HEAD David 2016-03-12 17:37:46 +01:00
  • 520eee23a9 fixing leakings David 2016-03-12 16:55:52 +01:00
  • 06523f9474 Removed lua and ruby from .travis.yml James Booth 2016-03-10 23:50:19 +00:00
  • 11356fec01 Merge branch 'master' into plugins-python James Booth 2016-03-10 22:23:56 +00:00
  • 185405b9d1 Fixed PLATFORM_CYGWIN references James Booth 2016-03-10 22:21:56 +00:00
  • 82de077b02 read icons from local dir David 2016-03-10 22:45:16 +01:00
  • d157e9bf71 Plugins: Fix python threading James Booth 2016-03-09 23:36:22 +00:00
  • 4abdad03ec Fix icons when installed in share... it is working now! David 2016-03-09 20:09:31 +01:00
  • 898be1244a better, final icons David 2016-03-09 12:55:57 +01:00
  • 85abab6bf9 Merge branch 'master' into plugins-python James Booth 2016-03-08 20:28:51 +00:00
  • 1ddfa47313 Free TLSCertificate memory James Booth 2016-03-08 20:25:36 +00:00
  • 718a708b93 Use a folder to add icons David 2016-03-07 22:25:30 +01:00
  • 9850e041c8 Merge branch 'master' into plugins-python James Booth 2016-03-07 20:44:18 +00:00
  • 5cabcf9b79 Plugins: Added callbacks init and close functions James Booth 2016-03-07 20:36:25 +00:00
  • d1177d3ade better icons David 2016-03-07 20:10:59 +01:00
  • e4071015ea Merge branch 'master' into plugins-python James Booth 2016-03-07 18:42:02 +00:00
  • 4094b75ccc Fixed valgrind libotr suppressions James Booth 2016-03-07 18:39:24 +00:00
  • 72f940360d Free GLists in plugin autocompleters James Booth 2016-03-07 18:32:32 +00:00
  • 958dc6b184 Free GList in wins_get_plugin James Booth 2016-03-07 18:30:13 +00:00
  • 355adb117c Added WIN_PLUGIN case to win_free() James Booth 2016-03-07 18:24:04 +00:00
  • 35e456aebd Merge branch 'master' into plugins-python James Booth 2016-03-07 17:15:48 +00:00
  • f26da31f62 Merge remote-tracking branch 'klement/master' James Booth 2016-03-07 17:14:38 +00:00
  • e1b15182a4 Fix typo maxinum->maximum Klement Sekera 2016-03-07 14:06:10 +01:00
  • dc0c3cc699 Introduce Tray Icon for Profanity David 2016-02-19 23:59:14 +01:00
  • 581b6e2cf1 Merge branch 'master' into plugins-python James Booth 2016-03-03 00:32:48 +00:00
  • 09cfbb7e05 Fixed /help group formatting James Booth 2016-03-03 00:31:27 +00:00
  • 2c7a4e4843 Added workaround for http://bugs.python.org/issue3588 James Booth 2016-03-02 23:00:47 +00:00
  • 5ddf379ffd Merge branch 'master' into plugins-python James Booth 2016-03-01 00:04:38 +00:00
  • 7fdf50eb31 Add plugin wins to /win and /close autocompletion James Booth 2016-03-01 00:03:11 +00:00
  • 63a731674e Merge branch 'master' into plugins-python James Booth 2016-02-28 23:23:53 +00:00
  • da7e59bc86 Merge remote-tracking branch 'origin/master' James Booth 2016-02-28 23:18:50 +00:00
  • 21f6e88c3b Added current_win_is_console to python API James Booth 2016-02-28 23:12:53 +00:00
  • c81b05b919 Merge branch 'master' into plugins-python James Booth 2016-02-28 23:08:32 +00:00
  • ab08d0a378 Added current_win_is_console to plugins api James Booth 2016-02-28 23:06:45 +00:00
  • 7cf8f47fa6 Moved python flags to LIBS in configure.ac James Booth 2016-02-28 21:14:10 +00:00
  • 25c9b19562 Merge branch 'master' into plugins-python James Booth 2016-02-28 19:06:13 +00:00
  • accde2a61c Fixed cygwin compile James Booth 2016-02-28 19:05:26 +00:00
  • d458e930d1 Merge branch 'master' into plugins-python James Booth 2016-02-25 01:52:32 +00:00
  • fbd913ec62 Remove default from plugin theme NULL checks James Booth 2016-02-25 01:51:33 +00:00
  • f507a6f541 Merge branch 'master' into plugins-python James Booth 2016-02-25 01:18:48 +00:00
  • c562702ab9 Check for NULLs before testing plugin theme James Booth 2016-02-25 01:17:47 +00:00
  • 661cda3b10 Merge branch 'master' into plugins-python James Booth 2016-02-25 00:14:06 +00:00
  • 51c6cefafd Call plugin disconnect hook before disconnecting on autoping fail James Booth 2016-02-25 00:10:22 +00:00
  • f18fbe333a Merge branch 'master' into plugins-python James Booth 2016-02-24 23:54:25 +00:00
  • 5b34e11e45 Added missing string.h include to plugins/api.c James Booth 2016-02-24 23:52:59 +00:00
  • e3130dbe82 Merge branch 'master' into plugins-python James Booth 2016-02-24 01:00:39 +00:00
  • 9d31ce49c3 Added missing stdlib.h include James Booth 2016-02-24 00:59:28 +00:00
  • d6e85e5cd6 Added python_api_cons_bad_cmd_usage James Booth 2016-02-24 00:48:34 +00:00
  • 2783c84a13 Added python support to -v James Booth 2016-02-24 00:36:23 +00:00
  • 0fc0b3eeec Added python plugins code James Booth 2016-02-24 00:31:55 +00:00
  • ac91e7ef85 Added theme support to plugins James Booth 2016-02-21 23:58:13 +00:00
  • 1654f16a2f Return result from plugin calls James Booth 2016-02-21 02:06:09 +00:00
  • 3705437a60 Removed plugin hook call for MUC history James Booth 2016-02-18 22:59:00 +00:00
  • 412dc13629 Added prof_cons_bad_cmd_usage plugin function James Booth 2016-02-18 22:25:43 +00:00
  • 0ed3b53bd2 Integrated plugins with /help command James Booth 2016-02-18 21:53:20 +00:00
  • a152d7fb8e Added cmd_help_autocomplete_add James Booth 2016-02-18 21:14:12 +00:00
  • 0654aa1151 Added plugin commands to /help autocompletion James Booth 2016-02-18 21:06:21 +00:00
  • 639623d625 Tidied cons_show_help James Booth 2016-02-18 20:52:52 +00:00
  • a14b7815ae Added new help format to c plugins WIP James Booth 2016-02-18 01:20:17 +00:00
  • 2ac911618a Fix call to plugins_post_chat_message_send James Booth 2016-02-16 23:48:47 +00:00
  • 7945ef5277 Fix plugin command memleak James Booth 2016-02-15 00:09:51 +00:00
  • bd928f0f29 Removed non c plugin code James Booth 2016-02-14 23:52:04 +00:00
  • 3dd5c3b2c3 Updated copyright James Booth 2016-02-14 23:12:01 +00:00
  • f79da2dbcc Merge branch 'master' into plugins-c James Booth 2016-02-14 23:09:28 +00:00
  • ae46e647bf Updated LICENSE.txt James Booth 2016-02-14 23:03:22 +00:00
  • 1f90aca503 Merge branch 'master' into plugins-c James Booth 2016-02-14 23:00:52 +00:00
  • e53e94f1e2 Updated copyright James Booth 2016-02-14 22:54:46 +00:00
  • 41fe8c22b1 Added C plugin code from plugins branch James Booth 2016-02-14 22:28:55 +00:00