Mercurial > pidgin
annotate src/main.c @ 5882:ea6dfabdf60f
[gaim-migrate @ 6314]
The Add Buddy and Add Chat dialogs now have protocol icons.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sun, 15 Jun 2003 06:03:13 +0000 |
| parents | 448f2f4ca3ec |
| children | 390d32a6b130 |
| rev | line source |
|---|---|
| 4489 | 1 /* |
| 2 * gaim | |
| 3 * | |
| 4 * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net> | |
| 5 * | |
| 6 * This program is free software; you can redistribute it and/or modify | |
| 7 * it under the terms of the GNU General Public License as published by | |
| 8 * the Free Software Foundation; either version 2 of the License, or | |
| 9 * (at your option) any later version. | |
| 10 * | |
| 11 * This program is distributed in the hope that it will be useful, | |
| 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 14 * GNU General Public License for more details. | |
| 15 * | |
| 16 * You should have received a copy of the GNU General Public License | |
| 17 * along with this program; if not, write to the Free Software | |
| 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
| 19 * | |
| 20 */ | |
| 21 | |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
22 #include "internal.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
23 |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
24 #include "account.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
25 #include "conversation.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
26 #include "debug.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
27 #include "ft.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
28 #include "log.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
29 #include "notify.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
30 #include "prefs.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
31 #include "prpl.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
32 #include "pounce.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
33 #include "sound.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
34 #include "util.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
35 |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
36 //#include "gaim.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
37 |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
38 #include "gtkaccount.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
39 #include "gtkblist.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
40 #include "gtkconn.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
41 #include "gtkconv.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
42 #include "gtkdebug.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
43 #include "gtkft.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
44 #include "gtknotify.h" |
|
5875
448f2f4ca3ec
[gaim-migrate @ 6307]
Christian Hammond <chipx86@chipx86.com>
parents:
5874
diff
changeset
|
45 #include "gtkpounce.h" |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
46 #include "gtkprefs.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
47 #include "gtkrequest.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
48 #include "gtksound.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
49 #include "stock.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
50 |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
51 #include "ui.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
52 |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
53 #if HAVE_SIGNAL_H |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
54 # include <signal.h> |
| 4489 | 55 #endif |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
56 |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
57 #include "locale.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
58 #include <getopt.h> |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
59 |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
60 #if 0 |
| 4489 | 61 #ifdef GAIM_PLUGINS |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
62 # ifndef _WIN32 |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
63 # include <dlfcn.h> |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
64 # endif |
| 4489 | 65 #endif /* GAIM_PLUGINS */ |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
66 |
| 4489 | 67 #include <gtk/gtk.h> |
| 68 #ifndef _WIN32 | |
| 69 #include <gdk/gdkx.h> | |
| 70 #include <unistd.h> | |
| 71 #include <sys/socket.h> | |
| 72 #include <netinet/in.h> | |
| 73 #include <arpa/inet.h> | |
| 74 #include <sys/un.h> | |
| 75 #include <sys/wait.h> | |
| 76 #endif /* !_WIN32 */ | |
| 77 #include <gdk/gdk.h> | |
| 78 #include <sys/types.h> | |
| 79 #include <sys/stat.h> | |
| 80 #include <errno.h> | |
| 81 #include <stdio.h> | |
| 82 #include <string.h> | |
| 83 #include <stdarg.h> | |
| 84 #include <stdlib.h> | |
| 85 #include <ctype.h> | |
| 86 #include "prpl.h" | |
| 4561 | 87 #include "sound.h" |
| 5684 | 88 #include "gtksound.h" |
| 4489 | 89 #include "gaim.h" |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
90 #include "account.h" |
| 5440 | 91 #include "prefs.h" |
|
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
92 #include "notify.h" |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
93 #include "gtkaccount.h" |
|
5228
1a53330dfd34
[gaim-migrate @ 5598]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
94 #include "gtkblist.h" |
| 5717 | 95 #include "gtkconn.h" |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
96 #include "gtkdebug.h" |
|
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
97 #include "gtknotify.h" |
|
5492
a75a952d78db
[gaim-migrate @ 5888]
Christian Hammond <chipx86@chipx86.com>
parents:
5480
diff
changeset
|
98 #include "gtkrequest.h" |
| 5684 | 99 #include "gtksound.h" |
| 4489 | 100 #if HAVE_SIGNAL_H |
| 101 #include <signal.h> | |
| 102 #endif | |
| 103 #include "locale.h" | |
| 104 #include <getopt.h> | |
| 105 | |
| 106 #ifdef _WIN32 | |
| 107 #include "win32dep.h" | |
| 108 #endif | |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
109 #endif |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
110 |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
111 extern void load_prefs(); |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
112 extern void load_pounces(); |
| 4489 | 113 |
| 114 static GtkWidget *name; | |
| 115 static GtkWidget *pass; | |
| 116 | |
| 117 GSList *away_messages = NULL; | |
| 118 GSList *message_queue = NULL; | |
| 119 GSList *unread_message_queue = NULL; | |
| 120 GSList *away_time_queue = NULL; | |
| 121 | |
| 122 GtkWidget *mainwindow = NULL; | |
| 123 | |
| 4561 | 124 |
| 4489 | 125 int opt_away = 0; |
| 4687 | 126 int docklet_count = 0; |
| 4489 | 127 char *opt_away_arg = NULL; |
| 128 char *opt_rcfile_arg = NULL; | |
| 129 int opt_debug = 0; | |
| 130 #ifdef _WIN32 | |
| 131 int opt_gdebug = 0; | |
| 132 #endif | |
| 133 | |
| 134 #if HAVE_SIGNAL_H | |
| 135 /* | |
| 136 * Lists of signals we wish to catch and those we wish to ignore. | |
| 137 * Each list terminated with -1 | |
| 138 */ | |
| 139 static int catch_sig_list[] = { | |
| 140 SIGSEGV, | |
| 141 SIGHUP, | |
| 142 SIGINT, | |
| 143 SIGTERM, | |
| 144 SIGQUIT, | |
| 145 SIGCHLD, | |
| 146 -1 | |
| 147 }; | |
| 148 | |
| 149 static int ignore_sig_list[] = { | |
| 150 SIGPIPE, | |
| 151 -1 | |
| 152 }; | |
| 153 #endif | |
| 154 | |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
155 STATIC_PROTO_INIT |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
156 |
| 4489 | 157 void do_quit() |
| 158 { | |
| 159 /* captain's log, stardate... */ | |
| 160 system_log(log_quit, NULL, NULL, OPT_LOG_BUDDY_SIGNON | OPT_LOG_MY_SIGNON); | |
| 161 | |
| 162 /* the self destruct sequence has been initiated */ | |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
163 gaim_event_broadcast(event_quit); |
| 4489 | 164 |
| 165 /* transmission ends */ | |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
166 gaim_connections_disconnect_all(); |
| 4489 | 167 |
| 168 /* record what we have before we blow it away... */ | |
| 5534 | 169 gaim_prefs_sync(); |
|
5573
5e7de337a053
[gaim-migrate @ 5976]
Christian Hammond <chipx86@chipx86.com>
parents:
5563
diff
changeset
|
170 gaim_accounts_sync(); |
| 4489 | 171 |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
172 gaim_debug(GAIM_DEBUG_INFO, "main", "Unloading all plugins\n"); |
|
5242
fd81a00480ac
[gaim-migrate @ 5613]
Christian Hammond <chipx86@chipx86.com>
parents:
5228
diff
changeset
|
173 gaim_plugins_destroy_all(); |
| 4489 | 174 |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
175 /* XXX */ |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
176 #if 0 |
| 4489 | 177 #ifdef USE_PERL |
| 178 /* yup, perl too */ | |
| 179 perl_end(); | |
| 180 #endif | |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
181 #endif |
| 4489 | 182 |
| 183 #ifdef USE_SM | |
| 184 /* unplug */ | |
| 185 session_end(); | |
| 186 #endif | |
| 187 | |
| 188 /* and end it all... */ | |
| 189 gtk_main_quit(); | |
| 190 } | |
| 191 | |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
192 |
| 4561 | 193 static guint snd_tmout = 0; |
| 4489 | 194 static gboolean sound_timeout(gpointer data) |
| 195 { | |
| 5684 | 196 gaim_gtk_sound_set_login_mute(FALSE); |
| 4561 | 197 snd_tmout = 0; |
| 4489 | 198 return FALSE; |
| 199 } | |
| 200 | |
| 201 /* we need to do this for Oscar because serv_login only starts the login | |
| 202 * process, it doesn't end there. gaim_setup will be called later from | |
| 203 * oscar.c, after the buddy list is made and serv_finish_login is called */ | |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
204 void gaim_setup(GaimConnection *gc) |
| 4489 | 205 { |
| 5734 | 206 if (gaim_prefs_get_bool("/gaim/gtk/sound/enabled/login") |
| 207 && gaim_prefs_get_bool("/gaim/gtk/sound/silent_signon")) { | |
| 4561 | 208 if(snd_tmout) { |
| 209 g_source_remove(snd_tmout); | |
| 210 } | |
| 5684 | 211 gaim_gtk_sound_set_login_mute(TRUE); |
| 4489 | 212 snd_tmout = g_timeout_add(10000, sound_timeout, NULL); |
| 213 } | |
| 214 } | |
| 215 | |
| 216 static gboolean domiddleclick(GtkWidget *w, GdkEventButton *event, gpointer null) | |
| 217 { | |
| 218 if (event->button != 2) | |
| 219 return FALSE; | |
| 220 | |
|
5780
a9029bed0479
[gaim-migrate @ 6205]
Christian Hammond <chipx86@chipx86.com>
parents:
5766
diff
changeset
|
221 gaim_accounts_auto_login(GAIM_GTK_UI); |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
222 |
| 4489 | 223 return TRUE; |
| 224 } | |
| 225 | |
| 226 static void dologin(GtkWidget *widget, GtkWidget *w) | |
| 227 { | |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
228 GaimAccount *account; |
| 4489 | 229 const char *username = gtk_entry_get_text(GTK_ENTRY(GTK_COMBO(name)->entry)); |
| 230 const char *password = gtk_entry_get_text(GTK_ENTRY(pass)); | |
| 231 | |
| 232 if (!strlen(username)) { | |
|
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
233 gaim_notify_error(NULL, NULL, _("Please enter your login."), NULL); |
| 4489 | 234 return; |
| 235 } | |
| 236 | |
| 237 /* if there is more than one user of the same name, then fuck | |
| 238 * them, they just have to use the account editor to sign in | |
| 239 * the second one */ | |
| 240 | |
|
5874
964e4f94fc56
[gaim-migrate @ 6306]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
241 account = gaim_accounts_find(username, -1); |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
242 if (!account) { |
|
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
243 account = gaim_account_new(username, GAIM_PROTO_DEFAULT); |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
244 |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
245 gaim_account_set_remember_password(account, TRUE); |
|
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
246 } |
|
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
247 |
|
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
248 gaim_account_set_password(account, password); |
|
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
249 |
|
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
250 gaim_account_connect(account); |
| 4489 | 251 } |
| 252 | |
| 253 /* <name> is a comma-separated list of names, or NULL | |
| 254 if NULL and there is at least one user defined in .gaimrc, try to login. | |
| 255 if not NULL, parse <name> into separate strings, look up each one in | |
| 256 .gaimrc and, if it's there, try to login. | |
| 257 returns: 0 if successful | |
| 258 -1 if no user was found that had a saved password | |
| 259 */ | |
| 260 static int dologin_named(char *name) | |
| 261 { | |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
262 GaimAccount *account; |
| 4489 | 263 char **names, **n; |
| 264 int retval = -1; | |
| 265 | |
| 266 if (name !=NULL) { /* list of names given */ | |
| 267 names = g_strsplit(name, ",", 32); | |
| 268 for (n = names; *n != NULL; n++) { | |
|
5874
964e4f94fc56
[gaim-migrate @ 6306]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
269 account = gaim_accounts_find(*n, -1); |
| 4491 | 270 if (account) { /* found a user */ |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
271 if (gaim_account_get_remember_password(account)) { |
| 4489 | 272 retval = 0; |
| 4491 | 273 serv_login(account); |
| 4489 | 274 } |
| 275 } | |
| 276 } | |
| 277 g_strfreev(names); | |
| 278 } else { /* no name given, use default */ | |
|
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
279 account = (GaimAccount *)gaim_accounts_get_all()->data; |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
280 |
|
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
281 if (gaim_account_get_remember_password(account)) { |
| 4489 | 282 retval = 0; |
| 4491 | 283 serv_login(account); |
| 4489 | 284 } |
| 285 } | |
| 286 | |
| 287 return retval; | |
| 288 } | |
| 289 | |
| 290 | |
| 291 static void doenter(GtkWidget *widget, GtkWidget *w) | |
| 292 { | |
| 293 if (widget == name) { | |
| 294 gtk_entry_set_text(GTK_ENTRY(pass), ""); | |
| 4635 | 295 gtk_editable_select_region(GTK_EDITABLE(GTK_COMBO(name)->entry), 0, 0); |
| 4489 | 296 gtk_widget_grab_focus(pass); |
| 297 } else if (widget == pass) { | |
| 298 dologin(widget, w); | |
| 299 } | |
| 300 } | |
| 301 | |
| 302 | |
| 303 static void combo_changed(GtkWidget *w, GtkWidget *combo) | |
| 304 { | |
| 305 const char *txt = gtk_entry_get_text(GTK_ENTRY(GTK_COMBO(combo)->entry)); | |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
306 GaimAccount *account; |
| 4489 | 307 |
|
5874
964e4f94fc56
[gaim-migrate @ 6306]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
308 account = gaim_accounts_find(txt, -1); |
| 4489 | 309 |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
310 if (account && gaim_account_get_remember_password(account)) { |
| 4491 | 311 gtk_entry_set_text(GTK_ENTRY(pass), account->password); |
| 4489 | 312 } else { |
| 313 gtk_entry_set_text(GTK_ENTRY(pass), ""); | |
| 314 } | |
| 315 } | |
| 316 | |
| 317 | |
| 318 static GList *combo_user_names() | |
| 319 { | |
|
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
320 GList *accts = gaim_accounts_get_all(); |
| 4489 | 321 GList *tmp = NULL; |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
322 GaimAccount *account; |
| 4489 | 323 |
| 4491 | 324 if (!accts) |
| 4489 | 325 return g_list_append(NULL, _("<New User>")); |
| 326 | |
| 4491 | 327 while (accts) { |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
328 account = (GaimAccount *)accts->data; |
| 4491 | 329 tmp = g_list_append(tmp, account->username); |
| 330 accts = accts->next; | |
| 4489 | 331 } |
| 332 | |
| 333 return tmp; | |
| 334 } | |
| 335 | |
| 336 static void login_window_closed(GtkWidget *w, GdkEvent *ev, gpointer d) | |
| 337 { | |
| 338 if(docklet_count) { | |
|
4880
9b51c090236a
[gaim-migrate @ 5210]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4800
diff
changeset
|
339 #ifdef _WIN32 |
| 4489 | 340 wgaim_systray_minimize(mainwindow); |
| 341 #endif | |
| 342 gtk_widget_hide(mainwindow); | |
| 343 } else | |
| 344 do_quit(); | |
| 345 } | |
| 346 | |
| 347 void show_login() | |
| 348 { | |
| 349 GtkWidget *image; | |
| 350 GtkWidget *vbox; | |
| 351 GtkWidget *button; | |
| 352 GtkWidget *hbox; | |
| 353 GtkWidget *label; | |
| 354 GtkWidget *vbox2; | |
| 355 GList *tmp; | |
| 356 | |
| 357 /* Do we already have a main window opened? If so, bring it back, baby... ribs... yeah */ | |
| 358 if (mainwindow) { | |
| 359 gtk_window_present(GTK_WINDOW(mainwindow)); | |
| 360 return; | |
| 361 } | |
| 362 | |
| 363 mainwindow = gtk_window_new(GTK_WINDOW_TOPLEVEL); | |
| 364 | |
| 365 gtk_window_set_role(GTK_WINDOW(mainwindow), "login"); | |
| 4635 | 366 gtk_window_set_resizable(GTK_WINDOW(mainwindow), FALSE); |
| 4703 | 367 gtk_window_set_title(GTK_WINDOW(mainwindow), _("Login")); |
| 4489 | 368 gtk_widget_realize(mainwindow); |
| 369 gdk_window_set_group(mainwindow->window, mainwindow->window); | |
| 370 gtk_container_set_border_width(GTK_CONTAINER(mainwindow), 5); | |
| 371 g_signal_connect(G_OBJECT(mainwindow), "delete_event", | |
| 372 G_CALLBACK(login_window_closed), mainwindow); | |
| 373 | |
| 374 vbox = gtk_vbox_new(FALSE, 0); | |
| 375 gtk_container_add(GTK_CONTAINER(mainwindow), vbox); | |
| 376 | |
| 5024 | 377 image = gtk_image_new_from_stock(GAIM_STOCK_LOGO, gtk_icon_size_from_name(GAIM_ICON_SIZE_LOGO)); |
| 4489 | 378 gtk_box_pack_start(GTK_BOX(vbox), image, FALSE, FALSE, 0); |
| 379 | |
| 380 vbox2 = gtk_vbox_new(FALSE, 0); | |
| 381 gtk_container_set_border_width(GTK_CONTAINER(vbox2), 5); | |
| 382 | |
| 383 label = gtk_label_new(_("Screen Name:")); | |
| 384 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); | |
| 385 gtk_box_pack_start(GTK_BOX(vbox2), label, FALSE, FALSE, 0); | |
| 386 | |
| 387 name = gtk_combo_new(); | |
| 388 tmp = combo_user_names(); | |
| 389 gtk_combo_set_popdown_strings(GTK_COMBO(name), tmp); | |
| 390 g_list_free(tmp); | |
| 391 g_signal_connect(G_OBJECT(GTK_COMBO(name)->entry), "activate", | |
| 392 G_CALLBACK(doenter), mainwindow); | |
| 393 g_signal_connect(G_OBJECT(GTK_COMBO(name)->entry), "changed", | |
| 394 G_CALLBACK(combo_changed), name); | |
| 395 gtk_box_pack_start(GTK_BOX(vbox2), name, FALSE, TRUE, 0); | |
| 396 gtk_box_pack_start(GTK_BOX(vbox), vbox2, FALSE, TRUE, 0); | |
| 397 | |
| 398 vbox2 = gtk_vbox_new(FALSE, 0); | |
| 399 gtk_container_set_border_width(GTK_CONTAINER(vbox2), 5); | |
| 400 | |
| 401 label = gtk_label_new(_("Password:")); | |
| 402 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); | |
| 403 gtk_box_pack_start(GTK_BOX(vbox2), label, FALSE, FALSE, 0); | |
| 404 | |
| 405 pass = gtk_entry_new(); | |
| 406 gtk_entry_set_visibility(GTK_ENTRY(pass), FALSE); | |
| 407 g_signal_connect(G_OBJECT(pass), "activate", | |
| 408 G_CALLBACK(doenter), mainwindow); | |
| 409 gtk_box_pack_start(GTK_BOX(vbox2), pass, FALSE, TRUE, 0); | |
| 410 gtk_box_pack_start(GTK_BOX(vbox), vbox2, FALSE, TRUE, 0); | |
| 411 | |
| 412 /* Now for the button box */ | |
| 413 hbox = gtk_hbox_new(TRUE, 0); | |
| 414 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, TRUE, 5); | |
| 415 | |
| 416 /* And now for the buttons */ | |
| 5024 | 417 button = gaim_pixbuf_button_from_stock(_("Accounts"), GAIM_STOCK_ACCOUNTS, GAIM_BUTTON_VERTICAL); |
| 4489 | 418 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
| 419 g_signal_connect(G_OBJECT(button), "clicked", | |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
420 G_CALLBACK(gaim_gtk_account_dialog_show), mainwindow); |
| 4489 | 421 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); |
| 422 | |
| 423 #ifdef NO_MULTI | |
| 424 gtk_widget_set_sensitive(GTK_WIDGET(button), FALSE); | |
| 425 #endif | |
| 426 | |
| 5024 | 427 button = gaim_pixbuf_button_from_stock(_("Preferences"), GTK_STOCK_PREFERENCES, GAIM_BUTTON_VERTICAL); |
| 4489 | 428 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
| 429 g_signal_connect(G_OBJECT(button), "clicked", | |
|
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5492
diff
changeset
|
430 G_CALLBACK(gaim_gtk_prefs_show), mainwindow); |
| 4489 | 431 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); |
| 432 | |
| 5024 | 433 button = gaim_pixbuf_button_from_stock(_("Sign On"), GAIM_STOCK_SIGN_ON, GAIM_BUTTON_VERTICAL); |
| 4489 | 434 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
| 435 g_signal_connect(G_OBJECT(button), "clicked", | |
| 436 G_CALLBACK(dologin), mainwindow); | |
| 437 g_signal_connect(G_OBJECT(button), "button-press-event", G_CALLBACK(domiddleclick), NULL); | |
| 438 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); | |
| 439 | |
| 440 /* Now grab the focus that we need */ | |
|
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
441 if (gaim_accounts_get_all()) { |
|
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
442 GaimAccount *account = gaim_accounts_get_all()->data; |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
443 |
|
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
444 if (gaim_account_get_remember_password(account)) { |
| 4489 | 445 combo_changed(NULL, name); |
| 446 gtk_widget_grab_focus(button); | |
| 447 } else { | |
| 448 gtk_widget_grab_focus(pass); | |
| 449 } | |
| 450 } else { | |
| 451 gtk_widget_grab_focus(name); | |
| 452 } | |
| 453 | |
| 454 /* And raise the curtain! */ | |
| 455 gtk_widget_show_all(mainwindow); | |
| 456 | |
| 457 } | |
| 458 | |
| 459 #if HAVE_SIGNAL_H | |
| 460 void sighandler(int sig) | |
| 461 { | |
| 462 switch (sig) { | |
| 463 case SIGHUP: | |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
464 gaim_debug(GAIM_DEBUG_WARNING, "sighandler", |
|
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
465 "Caught signal %d\n", sig); |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
466 gaim_connections_disconnect_all(); |
| 4489 | 467 break; |
| 468 case SIGSEGV: | |
| 469 #ifndef DEBUG | |
| 470 fprintf(stderr, "Gaim has segfaulted and attempted to dump a core file.\n" | |
| 471 "This is a bug in the software and has happened through\n" | |
| 472 "no fault of your own.\n\n" | |
| 473 "It is possible that this bug is already fixed in CVS.\n" | |
| 5747 | 474 "If you can reproduce the crash, please notify the gaim\n" |
| 475 "maintainers by reporting a bug at\n" | |
| 4489 | 476 WEBSITE "bug.php\n\n" |
| 477 "Please make sure to specify what you were doing at the time,\n" | |
| 478 "and post the backtrace from the core file. If you do not know\n" | |
| 479 "how to get the backtrace, please get instructions at\n" | |
| 480 WEBSITE "gdb.php. If you need further\n" | |
| 481 "assistance, please IM either RobFlynn or SeanEgn and\n" | |
| 482 "they can help you.\n"); | |
| 483 #else | |
| 484 fprintf(stderr, "Oh no! Segmentation fault!\n"); | |
| 4703 | 485 /*g_on_error_query (g_get_prgname());*/ |
| 4489 | 486 exit(1); |
| 487 #endif | |
| 488 abort(); | |
| 489 break; | |
| 490 case SIGCHLD: | |
| 491 clean_pid(); | |
| 492 #if HAVE_SIGNAL_H | |
| 493 signal(SIGCHLD, sighandler); /* restore signal catching on this one! */ | |
| 494 #endif | |
| 495 break; | |
| 496 default: | |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
497 gaim_debug(GAIM_DEBUG_WARNING, "sighandler", |
|
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
498 "Caught signal %d\n", sig); |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
499 gaim_connections_disconnect_all(); |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
500 |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
501 gaim_plugins_unload_all(); |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
502 |
| 4489 | 503 if (gtk_main_level()) |
| 504 gtk_main_quit(); | |
| 505 exit(0); | |
| 506 } | |
| 507 } | |
| 508 #endif | |
| 509 | |
| 510 static int ui_main() | |
| 511 { | |
| 512 #ifndef _WIN32 | |
| 513 GList *icons = NULL; | |
| 514 GdkPixbuf *icon = NULL; | |
| 515 char *icon_path; | |
| 516 #endif | |
| 4978 | 517 |
| 4489 | 518 if (current_smiley_theme == NULL) { |
| 519 smiley_theme_probe(); | |
| 520 if (smiley_themes) { | |
| 521 struct smiley_theme *smile = smiley_themes->data; | |
| 522 load_smiley_theme(smile->path, TRUE); | |
| 523 } | |
| 524 } | |
| 525 | |
| 5422 | 526 gaim_gtk_blist_setup_sort_methods(); |
| 4489 | 527 setup_stock(); |
| 528 | |
| 529 #ifndef _WIN32 | |
| 530 /* use the nice PNG icon for all the windows */ | |
| 5024 | 531 icon_path = g_build_filename(DATADIR, "pixmaps", "gaim", "icons", "online.png", NULL); |
| 4489 | 532 icon = gdk_pixbuf_new_from_file(icon_path, NULL); |
| 533 g_free(icon_path); | |
| 534 if (icon) { | |
| 535 icons = g_list_append(icons,icon); | |
| 536 gtk_window_set_default_icon_list(icons); | |
| 537 g_object_unref(G_OBJECT(icon)); | |
| 4978 | 538 g_list_free(icons); |
| 4489 | 539 } else { |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
540 gaim_debug(GAIM_DEBUG_ERROR, "ui_main", |
|
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
541 "Failed to load the default window icon!\n"); |
| 4489 | 542 } |
| 543 #endif | |
| 4978 | 544 |
| 4489 | 545 return 0; |
| 546 } | |
| 547 | |
| 548 static void set_first_user(char *name) | |
| 549 { | |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
550 GaimAccount *account; |
| 4489 | 551 |
|
5874
964e4f94fc56
[gaim-migrate @ 6306]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
552 account = gaim_accounts_find(name, -1); |
| 4489 | 553 |
|
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
554 if (account == NULL) /* new user */ |
|
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
555 account = gaim_account_new(name, GAIM_PROTO_DEFAULT); |
|
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
556 |
|
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
557 /* Place it as the first user. */ |
|
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
558 gaim_accounts_reorder(account, 0); |
| 4489 | 559 } |
| 560 | |
| 561 #ifdef _WIN32 | |
| 562 /* WIN32 print and log handlers */ | |
| 563 | |
| 564 static void gaim_dummy_print( const gchar* string ) { | |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
565 return; |
| 4489 | 566 } |
| 567 | |
| 568 static void gaim_dummy_log_handler (const gchar *domain, | |
| 569 GLogLevelFlags flags, | |
| 570 const gchar *msg, | |
| 571 gpointer user_data) { | |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
572 return; |
| 4489 | 573 } |
| 574 | |
| 575 static void gaim_log_handler (const gchar *domain, | |
| 576 GLogLevelFlags flags, | |
| 577 const gchar *msg, | |
| 578 gpointer user_data) { | |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
579 gaim_debug(GAIM_DEBUG_MISC, "log", "%s - %s\n", domain, msg); |
| 4489 | 580 g_log_default_handler(domain, flags, msg, user_data); |
| 581 } | |
| 582 #endif /* _WIN32 */ | |
| 583 | |
| 584 /* FUCKING GET ME A TOWEL! */ | |
| 585 #ifdef _WIN32 | |
| 586 int gaim_main(int argc, char *argv[]) | |
| 587 #else | |
| 588 int main(int argc, char *argv[]) | |
| 589 #endif | |
| 590 { | |
| 591 int opt_acct = 0, opt_help = 0, opt_version = 0, opt_login = 0, opt_nologin = 0, dologin_ret = -1; | |
| 592 char *opt_user_arg = NULL, *opt_login_arg = NULL; | |
| 593 char *opt_session_arg = NULL; | |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
594 char *plugin_search_paths[3]; |
| 4489 | 595 #if HAVE_SIGNAL_H |
| 596 int sig_indx; /* for setting up signal catching */ | |
| 597 sigset_t sigset; | |
| 598 void (*prev_sig_disp)(); | |
| 599 #endif | |
| 600 int opt, opt_user = 0; | |
| 601 int i; | |
| 602 | |
| 603 struct option long_options[] = { | |
| 604 {"acct", no_argument, NULL, 'a'}, | |
| 605 /*{"away", optional_argument, NULL, 'w'}, */ | |
| 606 {"help", no_argument, NULL, 'h'}, | |
| 607 /*{"login", optional_argument, NULL, 'l'}, */ | |
| 608 {"loginwin", no_argument, NULL, 'n'}, | |
| 609 {"user", required_argument, NULL, 'u'}, | |
| 610 {"file", required_argument, NULL, 'f'}, | |
| 611 {"debug", no_argument, NULL, 'd'}, | |
| 612 {"version", no_argument, NULL, 'v'}, | |
| 613 {"session", required_argument, NULL, 's'}, | |
| 614 {0, 0, 0, 0} | |
| 615 }; | |
| 616 | |
| 617 #ifdef DEBUG | |
| 618 opt_debug = 1; | |
| 619 #endif | |
| 620 #ifdef ENABLE_NLS | |
| 621 bindtextdomain(PACKAGE, LOCALEDIR); | |
| 622 bind_textdomain_codeset(PACKAGE, "UTF-8"); | |
| 623 textdomain(PACKAGE); | |
| 624 #endif | |
| 625 | |
| 626 #if HAVE_SIGNAL_H | |
| 627 /* Let's not violate any PLA's!!!! */ | |
| 628 /* jseymour: whatever the fsck that means */ | |
| 629 /* Robot101: for some reason things like gdm like to block * | |
| 630 * useful signals like SIGCHLD, so we unblock all the ones we * | |
| 631 * declare a handler for. thanks JSeymour and Vann. */ | |
| 632 if (sigemptyset(&sigset)) { | |
| 633 char errmsg[BUFSIZ]; | |
| 5435 | 634 snprintf(errmsg, BUFSIZ, "Warning: couldn't initialise empty signal set"); |
| 4489 | 635 perror(errmsg); |
| 636 } | |
| 637 for(sig_indx = 0; catch_sig_list[sig_indx] != -1; ++sig_indx) { | |
| 638 if((prev_sig_disp = signal(catch_sig_list[sig_indx], sighandler)) == SIG_ERR) { | |
| 639 char errmsg[BUFSIZ]; | |
| 5435 | 640 snprintf(errmsg, BUFSIZ, "Warning: couldn't set signal %d for catching", |
| 4489 | 641 catch_sig_list[sig_indx]); |
| 642 perror(errmsg); | |
| 643 } | |
| 644 if(sigaddset(&sigset, catch_sig_list[sig_indx])) { | |
| 645 char errmsg[BUFSIZ]; | |
| 5435 | 646 snprintf(errmsg, BUFSIZ, "Warning: couldn't include signal %d for unblocking", |
| 4489 | 647 catch_sig_list[sig_indx]); |
| 648 perror(errmsg); | |
| 649 } | |
| 650 } | |
| 651 for(sig_indx = 0; ignore_sig_list[sig_indx] != -1; ++sig_indx) { | |
| 652 if((prev_sig_disp = signal(ignore_sig_list[sig_indx], SIG_IGN)) == SIG_ERR) { | |
| 653 char errmsg[BUFSIZ]; | |
| 5435 | 654 snprintf(errmsg, BUFSIZ, "Warning: couldn't set signal %d to ignore", |
| 4489 | 655 ignore_sig_list[sig_indx]); |
| 656 perror(errmsg); | |
| 657 } | |
| 658 } | |
| 659 | |
| 660 if (sigprocmask(SIG_UNBLOCK, &sigset, NULL)) { | |
| 661 char errmsg[BUFSIZ]; | |
| 5435 | 662 snprintf(errmsg, BUFSIZ, "Warning: couldn't unblock signals"); |
| 4489 | 663 perror(errmsg); |
| 664 } | |
| 665 #endif | |
| 666 | |
| 667 for (i = 0; i < argc; i++) { | |
| 668 /* --login option */ | |
| 669 if (strstr(argv[i], "--l") == argv[i]) { | |
| 670 char *equals; | |
| 671 opt_login = 1; | |
| 672 if ((equals = strchr(argv[i], '=')) != NULL) { | |
| 673 /* --login=NAME */ | |
| 674 opt_login_arg = g_strdup(equals + 1); | |
| 675 if (strlen(opt_login_arg) == 0) { | |
| 676 g_free(opt_login_arg); | |
| 677 opt_login_arg = NULL; | |
| 678 } | |
| 679 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
| 680 /* --login NAME */ | |
| 681 opt_login_arg = g_strdup(argv[i + 1]); | |
| 682 strcpy(argv[i + 1], " "); | |
| 683 } | |
| 684 strcpy(argv[i], " "); | |
| 685 } | |
| 686 /* -l option */ | |
| 687 else if (strstr(argv[i], "-l") == argv[i]) { | |
| 688 opt_login = 1; | |
| 689 if (strlen(argv[i]) > 2) { | |
| 690 /* -lNAME */ | |
| 691 opt_login_arg = g_strdup(argv[i] + 2); | |
| 692 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
| 693 /* -l NAME */ | |
| 694 opt_login_arg = g_strdup(argv[i + 1]); | |
| 695 strcpy(argv[i + 1], " "); | |
| 696 } | |
| 697 strcpy(argv[i], " "); | |
| 698 } | |
| 699 /* --away option */ | |
| 700 else if (strstr(argv[i], "--aw") == argv[i]) { | |
| 701 char *equals; | |
| 702 opt_away = 1; | |
| 703 if ((equals = strchr(argv[i], '=')) != NULL) { | |
| 704 /* --away=MESG */ | |
| 705 opt_away_arg = g_strdup(equals + 1); | |
| 706 if (strlen(opt_away_arg) == 0) { | |
| 707 g_free(opt_away_arg); | |
| 708 opt_away_arg = NULL; | |
| 709 } | |
| 710 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
| 711 /* --away MESG */ | |
| 712 opt_away_arg = g_strdup(argv[i + 1]); | |
| 713 strcpy(argv[i + 1], " "); | |
| 714 } | |
| 715 strcpy(argv[i], " "); | |
| 716 } | |
| 717 /* -w option */ | |
| 718 else if (strstr(argv[i], "-w") == argv[i]) { | |
| 719 opt_away = 1; | |
| 720 if (strlen(argv[i]) > 2) { | |
| 721 /* -wMESG */ | |
| 722 opt_away_arg = g_strdup(argv[i] + 2); | |
| 723 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
| 724 /* -w MESG */ | |
| 725 opt_away_arg = g_strdup(argv[i + 1]); | |
| 726 strcpy(argv[i + 1], " "); | |
| 727 } | |
| 728 strcpy(argv[i], " "); | |
| 729 } | |
| 730 } | |
| 731 /* | |
| 732 if (opt_login) { | |
| 733 printf ("--login given with arg %s\n", | |
| 734 opt_login_arg ? opt_login_arg : "NULL"); | |
| 735 exit(0); | |
| 736 } | |
| 737 */ | |
| 738 | |
| 739 gtk_set_locale(); | |
| 740 gtk_init(&argc, &argv); | |
| 741 | |
| 742 /* scan command-line options */ | |
| 743 opterr = 1; | |
| 744 while ((opt = getopt_long(argc, argv, | |
| 745 #ifndef _WIN32 | |
| 746 "adhu:f:vns:", | |
| 747 #else | |
| 748 "adghu:f:vn", | |
| 749 #endif | |
| 750 long_options, NULL)) != -1) { | |
| 751 switch (opt) { | |
| 752 case 'u': /* set user */ | |
| 753 opt_user = 1; | |
| 754 opt_user_arg = g_strdup(optarg); | |
| 755 break; | |
| 756 case 'a': /* account editor */ | |
| 757 opt_acct = 1; | |
| 758 break; | |
| 759 case 'd': /* debug */ | |
| 760 opt_debug = 1; | |
| 761 break; | |
| 762 case 'f': | |
| 763 opt_rcfile_arg = g_strdup(optarg); | |
| 764 break; | |
| 765 case 's': /* use existing session ID */ | |
| 766 opt_session_arg = g_strdup(optarg); | |
| 767 break; | |
| 768 case 'v': /* version */ | |
| 769 opt_version = 1; | |
| 770 break; | |
| 771 case 'h': /* help */ | |
| 772 opt_help = 1; | |
| 773 break; | |
| 774 case 'n': /* don't autologin */ | |
| 775 opt_nologin = 1; | |
| 776 break; | |
| 777 #ifdef _WIN32 | |
| 778 case 'g': /* debug GTK and GLIB */ | |
| 779 opt_gdebug = 1; | |
| 780 break; | |
| 781 #endif | |
| 782 case '?': | |
| 783 default: | |
| 784 show_usage(1, argv[0]); | |
| 785 return 0; | |
| 786 break; | |
| 787 } | |
| 788 } | |
| 789 | |
| 790 #ifdef _WIN32 | |
| 791 /* We don't want a console window.. */ | |
| 792 /* | |
| 793 * Any calls to the glib logging functions, result in a call to AllocConsole(). | |
| 794 * ME and 98 will in such cases produce a console window (2000 not), despite | |
| 795 * being built as a windows app rather than a console app. So we should either | |
| 796 * ignore messages by setting dummy log handlers, or redirect messages. | |
| 797 * This requires setting handlers for all domains (any lib which uses g_logging). | |
| 798 */ | |
| 799 | |
| 800 g_log_set_handler (NULL, G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, | |
| 801 (opt_gdebug ? gaim_log_handler : gaim_dummy_log_handler), | |
| 802 NULL); | |
| 803 g_log_set_handler ("Gdk", G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, | |
| 804 (opt_gdebug ? gaim_log_handler : gaim_dummy_log_handler), | |
| 805 NULL); | |
| 806 g_log_set_handler ("Gtk", G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, | |
| 807 (opt_gdebug ? gaim_log_handler : gaim_dummy_log_handler), | |
| 808 NULL); | |
| 809 g_log_set_handler ("GLib", G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, | |
| 810 (opt_gdebug ? gaim_log_handler : gaim_dummy_log_handler), | |
| 811 NULL); | |
| 812 g_log_set_handler ("GModule", G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, | |
| 813 (opt_gdebug ? gaim_log_handler : gaim_dummy_log_handler), | |
| 814 NULL); | |
| 815 g_log_set_handler ("GLib-GObject", G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, | |
| 816 (opt_gdebug ? gaim_log_handler : gaim_dummy_log_handler), | |
| 817 NULL); | |
| 818 g_log_set_handler ("GThread", G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, | |
| 819 (opt_gdebug ? gaim_log_handler : gaim_dummy_log_handler), | |
| 820 NULL); | |
| 821 | |
| 822 /* g_print also makes a call to AllocConsole(), therefore a handler needs to be | |
| 823 set here aswell */ | |
| 824 if(!opt_debug) | |
| 825 g_set_print_handler( gaim_dummy_print ); | |
| 826 | |
| 827 #endif | |
| 828 | |
| 829 /* show help message */ | |
| 830 if (opt_help) { | |
| 831 show_usage(0, argv[0]); | |
| 832 return 0; | |
| 833 } | |
| 834 /* show version message */ | |
| 835 if (opt_version) { | |
| 836 printf("Gaim %s\n",VERSION); | |
| 837 return 0; | |
| 838 } | |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
839 |
| 5684 | 840 gaim_prefs_init(); |
| 841 gaim_gtk_prefs_init(); | |
| 842 | |
| 843 /* This kind of has to be here.. sucks, but it's important. */ | |
| 844 gaim_set_debug_ui_ops(gaim_get_gtk_debug_ui_ops()); | |
| 845 gaim_gtk_debug_init(); | |
| 846 | |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
847 /* Set the UI operation structures. */ |
|
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
848 gaim_set_win_ui_ops(gaim_get_gtk_window_ui_ops()); |
|
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
849 gaim_set_xfer_ui_ops(gaim_get_gtk_xfer_ui_ops()); |
|
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
850 gaim_set_blist_ui_ops(gaim_get_gtk_blist_ui_ops()); |
|
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
851 gaim_set_notify_ui_ops(gaim_get_gtk_notify_ui_ops()); |
|
5480
f19620d8694f
[gaim-migrate @ 5876]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
852 gaim_set_request_ui_ops(gaim_get_gtk_request_ui_ops()); |
| 5684 | 853 gaim_set_sound_ui_ops(gaim_get_gtk_sound_ui_ops()); |
| 5717 | 854 gaim_set_connection_ui_ops(gaim_get_gtk_connection_ui_ops()); |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
855 |
| 5858 | 856 gaim_conversation_init(); |
|
5683
9befba33f7c8
[gaim-migrate @ 6102]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
857 gaim_proxy_init(); |
| 5684 | 858 gaim_sound_init(); |
|
5875
448f2f4ca3ec
[gaim-migrate @ 6307]
Christian Hammond <chipx86@chipx86.com>
parents:
5874
diff
changeset
|
859 gaim_pounces_init(); |
|
5683
9befba33f7c8
[gaim-migrate @ 6102]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
860 |
|
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5665
diff
changeset
|
861 gaim_gtk_conversation_init(); |
|
5875
448f2f4ca3ec
[gaim-migrate @ 6307]
Christian Hammond <chipx86@chipx86.com>
parents:
5874
diff
changeset
|
862 gaim_gtk_pounces_init(); |
|
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5665
diff
changeset
|
863 |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
864 plugin_search_paths[0] = LIBDIR; |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
865 plugin_search_paths[1] = gaim_user_dir(); |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
866 plugin_search_paths[2] = g_strdup_printf("%s/plugins", gaim_user_dir()); |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
867 |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
868 gaim_plugins_set_search_paths(sizeof(plugin_search_paths) / |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
869 sizeof(*plugin_search_paths), |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
870 plugin_search_paths); |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
871 |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
872 g_free(plugin_search_paths[2]); |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
873 |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
874 gaim_plugins_probe(NULL); |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
875 |
|
5665
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
876 if (!gaim_prefs_load()) { |
|
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
877 load_prefs(); |
|
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
878 gaim_prefs_sync(); |
|
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
879 } |
|
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
880 |
| 5838 | 881 /* load plugins we had when we quit */ |
| 5840 | 882 gaim_plugins_load_saved(); |
|
5665
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
883 |
|
5581
3a9b54f260e3
[gaim-migrate @ 5985]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
884 gaim_accounts_load(); |
|
5866
d6b5cab288bb
[gaim-migrate @ 6297]
Christian Hammond <chipx86@chipx86.com>
parents:
5859
diff
changeset
|
885 gaim_pounces_load(); |
|
5581
3a9b54f260e3
[gaim-migrate @ 5985]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
886 |
| 4489 | 887 #ifdef _WIN32 |
| 888 /* Various win32 initializations */ | |
| 889 wgaim_init(); | |
| 890 #endif | |
| 891 | |
|
5859
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
892 gaim_set_blist(gaim_blist_new()); |
|
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
893 gaim_blist_load(); |
|
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
894 |
|
5032
cb700c07ee07
[gaim-migrate @ 5375]
Christian Hammond <chipx86@chipx86.com>
parents:
5024
diff
changeset
|
895 load_pounces(); |
| 4489 | 896 ui_main(); |
| 897 | |
| 898 #ifdef USE_SM | |
| 899 session_init(argv[0], opt_session_arg); | |
| 900 #endif | |
| 901 if (opt_session_arg != NULL) { | |
| 902 g_free(opt_session_arg); | |
| 903 opt_session_arg = NULL; | |
| 904 }; | |
| 905 | |
| 906 /* set the default username */ | |
| 907 if (opt_user_arg != NULL) { | |
| 908 set_first_user(opt_user_arg); | |
| 909 g_free(opt_user_arg); | |
| 910 opt_user_arg = NULL; | |
| 911 } | |
| 912 | |
| 5535 | 913 if (gaim_prefs_get_bool("/gaim/gtk/debug/enabled")) |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
914 gaim_gtk_debug_window_show(); |
| 4489 | 915 |
| 916 static_proto_init(); | |
| 917 | |
| 918 /* deal with --login */ | |
| 919 if (opt_login) { | |
| 920 dologin_ret = dologin_named(opt_login_arg); | |
| 921 if (opt_login_arg != NULL) { | |
| 922 g_free(opt_login_arg); | |
| 923 opt_login_arg = NULL; | |
| 924 } | |
| 925 } | |
| 926 | |
|
5859
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
927 if (!opt_acct && !opt_nologin) |
|
5780
a9029bed0479
[gaim-migrate @ 6205]
Christian Hammond <chipx86@chipx86.com>
parents:
5766
diff
changeset
|
928 gaim_accounts_auto_login(GAIM_GTK_UI); |
| 4489 | 929 |
| 930 if (opt_acct) { | |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
931 gaim_gtk_account_dialog_show(); |
|
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
932 } else if ((dologin_ret == -1) && !gaim_connections_get_all()) |
| 4489 | 933 show_login(); |
| 934 | |
| 935 gtk_main(); | |
| 5684 | 936 gaim_sound_shutdown(); |
| 4489 | 937 #ifdef _WIN32 |
| 938 wgaim_cleanup(); | |
| 939 #endif | |
| 940 return 0; | |
| 941 | |
| 942 } |
