Changeset 4fd3c04 for owl.c


Ignore:
Timestamp:
Oct 12, 2017, 8:28:02 PM (7 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Branches:
master
Children:
a882637
Parents:
ee6b30f
git-author:
Anders Kaseorg <andersk@mit.edu> (10/06/17 21:27:09)
git-committer:
Anders Kaseorg <andersk@mit.edu> (10/12/17 20:28:02)
Message:
Remove AIM support

This code has received almost no security attention, and anyway, AIM
is shutting down on December 15, 2017.

https://aimemories.tumblr.com/post/166091776077/aimemories

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    r4ead7b3 r4fd3c04  
    187187      if (owl_message_is_type_zephyr(m)) {
    188188        owl_zephyr_zaway(m);
    189       } else if (owl_message_is_type_aim(m)) {
    190         if (owl_message_is_private(m)) {
    191           owl_function_send_aimawymsg(owl_message_get_sender(m), owl_global_get_zaway_msg(&g));
    192         }
    193189      }
    194190    }
     
    504500  owl_global_set_startupargs(&g, argc_copy, argv_copy);
    505501  g_strfreev(argv_copy);
    506   owl_global_set_haveaim(&g);
    507502
    508503  owl_register_signal_handlers();
     
    564559                  owl_global_get_filter(&g, "all"),
    565560                  owl_global_get_style_by_name(&g, "default"));
    566 
    567   /* AIM init */
    568   owl_function_debugmsg("startup: doing AIM initialization");
    569   owl_aim_init();
    570561
    571562  /* execute the startup function in the configfile */
Note: See TracChangeset for help on using the changeset viewer.