Mercurial > pidgin
annotate src/main.c @ 6106:99f4bbeb27bc
[gaim-migrate @ 6567]
Fix Cae non-fatal bug 6: "no notification of incorrect password/name."
Also removed some unused code from gtkconn.c and multi.c (which was derelict).
Make dialog and request windows show the titles that are passed to them.
Fixed a compiler warning coughsean'sawaymessagestuffcough
I'm looking forward to writting a NEWS entry for 0.65, I hope it will be soon :-)
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 13 Jul 2003 09:34:48 +0000 |
| parents | 3a40666c08b4 |
| children | 0922bb7a7bbc |
| 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" |
| 6106 | 34 #include "status.h" |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
35 #include "util.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
36 |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
37 //#include "gaim.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
38 |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
39 #include "gtkaccount.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
40 #include "gtkblist.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
41 #include "gtkconn.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
42 #include "gtkconv.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
43 #include "gtkdebug.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
44 #include "gtkft.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
45 #include "gtknotify.h" |
|
5875
448f2f4ca3ec
[gaim-migrate @ 6307]
Christian Hammond <chipx86@chipx86.com>
parents:
5874
diff
changeset
|
46 #include "gtkpounce.h" |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
47 #include "gtkprefs.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
48 #include "gtkrequest.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
49 #include "gtksound.h" |
|
5943
a4f2aba0848d
[gaim-migrate @ 6384]
Christian Hammond <chipx86@chipx86.com>
parents:
5909
diff
changeset
|
50 #include "gtkutils.h" |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
51 #include "stock.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 #include "ui.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
54 |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
55 #if HAVE_SIGNAL_H |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
56 # include <signal.h> |
| 4489 | 57 #endif |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
58 |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
59 #include "locale.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
60 #include <getopt.h> |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
61 |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
62 #if 0 |
| 4489 | 63 #ifdef GAIM_PLUGINS |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
64 # ifndef _WIN32 |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
65 # include <dlfcn.h> |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
66 # endif |
| 4489 | 67 #endif /* GAIM_PLUGINS */ |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
68 |
| 4489 | 69 #include <gtk/gtk.h> |
| 70 #ifndef _WIN32 | |
| 71 #include <gdk/gdkx.h> | |
| 72 #include <unistd.h> | |
| 73 #include <sys/socket.h> | |
| 74 #include <netinet/in.h> | |
| 75 #include <arpa/inet.h> | |
| 76 #include <sys/un.h> | |
| 77 #include <sys/wait.h> | |
| 78 #endif /* !_WIN32 */ | |
| 79 #include <gdk/gdk.h> | |
| 80 #include <sys/types.h> | |
| 81 #include <sys/stat.h> | |
| 82 #include <errno.h> | |
| 83 #include <stdio.h> | |
| 84 #include <string.h> | |
| 85 #include <stdarg.h> | |
| 86 #include <stdlib.h> | |
| 87 #include <ctype.h> | |
| 88 #include "prpl.h" | |
| 4561 | 89 #include "sound.h" |
| 5684 | 90 #include "gtksound.h" |
| 4489 | 91 #include "gaim.h" |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
92 #include "account.h" |
| 5440 | 93 #include "prefs.h" |
|
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
94 #include "notify.h" |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
95 #include "gtkaccount.h" |
|
5228
1a53330dfd34
[gaim-migrate @ 5598]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
96 #include "gtkblist.h" |
| 5717 | 97 #include "gtkconn.h" |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
98 #include "gtkdebug.h" |
|
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
99 #include "gtknotify.h" |
|
5492
a75a952d78db
[gaim-migrate @ 5888]
Christian Hammond <chipx86@chipx86.com>
parents:
5480
diff
changeset
|
100 #include "gtkrequest.h" |
| 5684 | 101 #include "gtksound.h" |
| 4489 | 102 #if HAVE_SIGNAL_H |
| 103 #include <signal.h> | |
| 104 #endif | |
| 105 #include "locale.h" | |
| 106 #include <getopt.h> | |
| 107 | |
| 108 #ifdef _WIN32 | |
| 109 #include "win32dep.h" | |
| 110 #endif | |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
111 #endif |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
112 |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
113 extern void load_prefs(); |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
114 extern void load_pounces(); |
| 4489 | 115 |
| 116 static GtkWidget *name; | |
| 117 static GtkWidget *pass; | |
| 118 | |
| 119 GSList *away_messages = NULL; | |
| 120 GSList *message_queue = NULL; | |
| 121 GSList *unread_message_queue = NULL; | |
| 122 GSList *away_time_queue = NULL; | |
| 123 | |
| 124 GtkWidget *mainwindow = NULL; | |
| 125 | |
| 4561 | 126 |
| 4489 | 127 int opt_away = 0; |
| 4687 | 128 int docklet_count = 0; |
| 4489 | 129 char *opt_away_arg = NULL; |
| 130 char *opt_rcfile_arg = NULL; | |
| 131 int opt_debug = 0; | |
| 132 #ifdef _WIN32 | |
| 133 int opt_gdebug = 0; | |
| 134 #endif | |
| 135 | |
| 136 #if HAVE_SIGNAL_H | |
| 137 /* | |
| 138 * Lists of signals we wish to catch and those we wish to ignore. | |
| 139 * Each list terminated with -1 | |
| 140 */ | |
| 141 static int catch_sig_list[] = { | |
| 142 SIGSEGV, | |
| 143 SIGHUP, | |
| 144 SIGINT, | |
| 145 SIGTERM, | |
| 146 SIGQUIT, | |
| 147 SIGCHLD, | |
| 148 -1 | |
| 149 }; | |
| 150 | |
| 151 static int ignore_sig_list[] = { | |
| 152 SIGPIPE, | |
| 153 -1 | |
| 154 }; | |
| 155 #endif | |
| 156 | |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
157 STATIC_PROTO_INIT |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
158 |
| 4489 | 159 void do_quit() |
| 160 { | |
| 161 /* captain's log, stardate... */ | |
| 162 system_log(log_quit, NULL, NULL, OPT_LOG_BUDDY_SIGNON | OPT_LOG_MY_SIGNON); | |
| 163 | |
| 164 /* the self destruct sequence has been initiated */ | |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
165 gaim_event_broadcast(event_quit); |
| 4489 | 166 |
| 167 /* transmission ends */ | |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
168 gaim_connections_disconnect_all(); |
| 4489 | 169 |
| 170 /* record what we have before we blow it away... */ | |
| 5534 | 171 gaim_prefs_sync(); |
|
5573
5e7de337a053
[gaim-migrate @ 5976]
Christian Hammond <chipx86@chipx86.com>
parents:
5563
diff
changeset
|
172 gaim_accounts_sync(); |
| 4489 | 173 |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
174 gaim_debug(GAIM_DEBUG_INFO, "main", "Unloading all plugins\n"); |
|
5242
fd81a00480ac
[gaim-migrate @ 5613]
Christian Hammond <chipx86@chipx86.com>
parents:
5228
diff
changeset
|
175 gaim_plugins_destroy_all(); |
| 4489 | 176 |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
177 /* XXX */ |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
178 #if 0 |
| 4489 | 179 #ifdef USE_PERL |
| 180 /* yup, perl too */ | |
| 181 perl_end(); | |
| 182 #endif | |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
183 #endif |
| 4489 | 184 |
| 185 #ifdef USE_SM | |
| 186 /* unplug */ | |
| 187 session_end(); | |
| 188 #endif | |
| 189 | |
| 190 /* and end it all... */ | |
| 191 gtk_main_quit(); | |
| 192 } | |
| 193 | |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
194 |
| 4561 | 195 static guint snd_tmout = 0; |
| 4489 | 196 static gboolean sound_timeout(gpointer data) |
| 197 { | |
| 5684 | 198 gaim_gtk_sound_set_login_mute(FALSE); |
| 4561 | 199 snd_tmout = 0; |
| 4489 | 200 return FALSE; |
| 201 } | |
| 202 | |
| 203 /* we need to do this for Oscar because serv_login only starts the login | |
| 204 * process, it doesn't end there. gaim_setup will be called later from | |
| 205 * 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
|
206 void gaim_setup(GaimConnection *gc) |
| 4489 | 207 { |
| 5734 | 208 if (gaim_prefs_get_bool("/gaim/gtk/sound/enabled/login") |
| 209 && gaim_prefs_get_bool("/gaim/gtk/sound/silent_signon")) { | |
| 4561 | 210 if(snd_tmout) { |
| 211 g_source_remove(snd_tmout); | |
| 212 } | |
| 5684 | 213 gaim_gtk_sound_set_login_mute(TRUE); |
| 4489 | 214 snd_tmout = g_timeout_add(10000, sound_timeout, NULL); |
| 215 } | |
| 216 } | |
| 217 | |
| 218 static gboolean domiddleclick(GtkWidget *w, GdkEventButton *event, gpointer null) | |
| 219 { | |
| 220 if (event->button != 2) | |
| 221 return FALSE; | |
| 222 | |
|
5780
a9029bed0479
[gaim-migrate @ 6205]
Christian Hammond <chipx86@chipx86.com>
parents:
5766
diff
changeset
|
223 gaim_accounts_auto_login(GAIM_GTK_UI); |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
224 |
| 4489 | 225 return TRUE; |
| 226 } | |
| 227 | |
| 228 static void dologin(GtkWidget *widget, GtkWidget *w) | |
| 229 { | |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
230 GaimAccount *account; |
| 4489 | 231 const char *username = gtk_entry_get_text(GTK_ENTRY(GTK_COMBO(name)->entry)); |
| 232 const char *password = gtk_entry_get_text(GTK_ENTRY(pass)); | |
| 233 | |
| 6036 | 234 if (*username == '\0') { |
|
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
235 gaim_notify_error(NULL, NULL, _("Please enter your login."), NULL); |
| 4489 | 236 return; |
| 237 } | |
| 238 | |
| 239 /* if there is more than one user of the same name, then fuck | |
| 240 * them, they just have to use the account editor to sign in | |
| 241 * the second one */ | |
| 242 | |
|
5874
964e4f94fc56
[gaim-migrate @ 6306]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
243 account = gaim_accounts_find(username, -1); |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
244 if (!account) { |
|
5943
a4f2aba0848d
[gaim-migrate @ 6384]
Christian Hammond <chipx86@chipx86.com>
parents:
5909
diff
changeset
|
245 account = gaim_account_new(username, "prpl-oscar"); |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
246 |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
247 gaim_account_set_remember_password(account, TRUE); |
|
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
248 } |
|
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
249 |
| 6036 | 250 gaim_account_set_password(account, (*password != '\0') ? password : NULL); |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
251 |
|
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
252 gaim_account_connect(account); |
| 4489 | 253 } |
| 254 | |
| 255 /* <name> is a comma-separated list of names, or NULL | |
| 256 if NULL and there is at least one user defined in .gaimrc, try to login. | |
| 257 if not NULL, parse <name> into separate strings, look up each one in | |
| 258 .gaimrc and, if it's there, try to login. | |
| 259 returns: 0 if successful | |
| 260 -1 if no user was found that had a saved password | |
| 261 */ | |
| 262 static int dologin_named(char *name) | |
| 263 { | |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
264 GaimAccount *account; |
| 4489 | 265 char **names, **n; |
| 266 int retval = -1; | |
| 267 | |
| 268 if (name !=NULL) { /* list of names given */ | |
| 269 names = g_strsplit(name, ",", 32); | |
| 270 for (n = names; *n != NULL; n++) { | |
|
5874
964e4f94fc56
[gaim-migrate @ 6306]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
271 account = gaim_accounts_find(*n, -1); |
| 4491 | 272 if (account) { /* found a user */ |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
273 if (gaim_account_get_remember_password(account)) { |
| 4489 | 274 retval = 0; |
| 6036 | 275 gaim_account_connect(account); |
| 4489 | 276 } |
| 277 } | |
| 278 } | |
| 279 g_strfreev(names); | |
| 280 } else { /* no name given, use default */ | |
|
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
281 account = (GaimAccount *)gaim_accounts_get_all()->data; |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
282 |
|
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
283 if (gaim_account_get_remember_password(account)) { |
| 4489 | 284 retval = 0; |
| 6036 | 285 gaim_account_connect(account); |
| 4489 | 286 } |
| 287 } | |
| 288 | |
| 289 return retval; | |
| 290 } | |
| 291 | |
| 292 | |
| 293 static void doenter(GtkWidget *widget, GtkWidget *w) | |
| 294 { | |
| 295 if (widget == name) { | |
| 296 gtk_entry_set_text(GTK_ENTRY(pass), ""); | |
| 4635 | 297 gtk_editable_select_region(GTK_EDITABLE(GTK_COMBO(name)->entry), 0, 0); |
| 4489 | 298 gtk_widget_grab_focus(pass); |
| 299 } else if (widget == pass) { | |
| 300 dologin(widget, w); | |
| 301 } | |
| 302 } | |
| 303 | |
| 304 | |
| 305 static void combo_changed(GtkWidget *w, GtkWidget *combo) | |
| 306 { | |
| 307 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
|
308 GaimAccount *account; |
| 4489 | 309 |
|
5874
964e4f94fc56
[gaim-migrate @ 6306]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
310 account = gaim_accounts_find(txt, -1); |
| 4489 | 311 |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
312 if (account && gaim_account_get_remember_password(account)) { |
| 4491 | 313 gtk_entry_set_text(GTK_ENTRY(pass), account->password); |
| 4489 | 314 } else { |
| 315 gtk_entry_set_text(GTK_ENTRY(pass), ""); | |
| 316 } | |
| 317 } | |
| 318 | |
| 319 | |
| 320 static GList *combo_user_names() | |
| 321 { | |
|
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
322 GList *accts = gaim_accounts_get_all(); |
| 4489 | 323 GList *tmp = NULL; |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
324 GaimAccount *account; |
| 4489 | 325 |
| 4491 | 326 if (!accts) |
| 4489 | 327 return g_list_append(NULL, _("<New User>")); |
| 328 | |
| 4491 | 329 while (accts) { |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
330 account = (GaimAccount *)accts->data; |
| 4491 | 331 tmp = g_list_append(tmp, account->username); |
| 332 accts = accts->next; | |
| 4489 | 333 } |
| 334 | |
| 335 return tmp; | |
| 336 } | |
| 337 | |
| 338 static void login_window_closed(GtkWidget *w, GdkEvent *ev, gpointer d) | |
| 339 { | |
| 340 if(docklet_count) { | |
|
4880
9b51c090236a
[gaim-migrate @ 5210]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4800
diff
changeset
|
341 #ifdef _WIN32 |
| 4489 | 342 wgaim_systray_minimize(mainwindow); |
| 343 #endif | |
| 344 gtk_widget_hide(mainwindow); | |
| 345 } else | |
| 346 do_quit(); | |
| 347 } | |
| 348 | |
| 349 void show_login() | |
| 350 { | |
| 351 GtkWidget *image; | |
| 352 GtkWidget *vbox; | |
| 353 GtkWidget *button; | |
| 354 GtkWidget *hbox; | |
| 355 GtkWidget *label; | |
| 356 GtkWidget *vbox2; | |
| 357 GList *tmp; | |
| 358 | |
| 359 /* Do we already have a main window opened? If so, bring it back, baby... ribs... yeah */ | |
| 360 if (mainwindow) { | |
| 361 gtk_window_present(GTK_WINDOW(mainwindow)); | |
| 362 return; | |
| 363 } | |
| 364 | |
| 365 mainwindow = gtk_window_new(GTK_WINDOW_TOPLEVEL); | |
| 366 | |
| 367 gtk_window_set_role(GTK_WINDOW(mainwindow), "login"); | |
| 4635 | 368 gtk_window_set_resizable(GTK_WINDOW(mainwindow), FALSE); |
| 4703 | 369 gtk_window_set_title(GTK_WINDOW(mainwindow), _("Login")); |
| 4489 | 370 gtk_widget_realize(mainwindow); |
| 371 gdk_window_set_group(mainwindow->window, mainwindow->window); | |
| 372 gtk_container_set_border_width(GTK_CONTAINER(mainwindow), 5); | |
| 373 g_signal_connect(G_OBJECT(mainwindow), "delete_event", | |
| 374 G_CALLBACK(login_window_closed), mainwindow); | |
| 375 | |
| 376 vbox = gtk_vbox_new(FALSE, 0); | |
| 377 gtk_container_add(GTK_CONTAINER(mainwindow), vbox); | |
| 378 | |
| 5024 | 379 image = gtk_image_new_from_stock(GAIM_STOCK_LOGO, gtk_icon_size_from_name(GAIM_ICON_SIZE_LOGO)); |
| 4489 | 380 gtk_box_pack_start(GTK_BOX(vbox), image, FALSE, FALSE, 0); |
| 381 | |
| 382 vbox2 = gtk_vbox_new(FALSE, 0); | |
| 383 gtk_container_set_border_width(GTK_CONTAINER(vbox2), 5); | |
| 384 | |
| 385 label = gtk_label_new(_("Screen Name:")); | |
| 386 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); | |
| 387 gtk_box_pack_start(GTK_BOX(vbox2), label, FALSE, FALSE, 0); | |
| 388 | |
| 389 name = gtk_combo_new(); | |
| 390 tmp = combo_user_names(); | |
| 391 gtk_combo_set_popdown_strings(GTK_COMBO(name), tmp); | |
| 392 g_list_free(tmp); | |
| 393 g_signal_connect(G_OBJECT(GTK_COMBO(name)->entry), "activate", | |
| 394 G_CALLBACK(doenter), mainwindow); | |
| 395 g_signal_connect(G_OBJECT(GTK_COMBO(name)->entry), "changed", | |
| 396 G_CALLBACK(combo_changed), name); | |
| 397 gtk_box_pack_start(GTK_BOX(vbox2), name, FALSE, TRUE, 0); | |
| 398 gtk_box_pack_start(GTK_BOX(vbox), vbox2, FALSE, TRUE, 0); | |
| 399 | |
| 400 vbox2 = gtk_vbox_new(FALSE, 0); | |
| 401 gtk_container_set_border_width(GTK_CONTAINER(vbox2), 5); | |
| 402 | |
| 403 label = gtk_label_new(_("Password:")); | |
| 404 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); | |
| 405 gtk_box_pack_start(GTK_BOX(vbox2), label, FALSE, FALSE, 0); | |
| 406 | |
| 407 pass = gtk_entry_new(); | |
| 408 gtk_entry_set_visibility(GTK_ENTRY(pass), FALSE); | |
| 409 g_signal_connect(G_OBJECT(pass), "activate", | |
| 410 G_CALLBACK(doenter), mainwindow); | |
| 411 gtk_box_pack_start(GTK_BOX(vbox2), pass, FALSE, TRUE, 0); | |
| 412 gtk_box_pack_start(GTK_BOX(vbox), vbox2, FALSE, TRUE, 0); | |
| 413 | |
| 414 /* Now for the button box */ | |
| 415 hbox = gtk_hbox_new(TRUE, 0); | |
| 416 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, TRUE, 5); | |
| 417 | |
| 418 /* And now for the buttons */ | |
| 5024 | 419 button = gaim_pixbuf_button_from_stock(_("Accounts"), GAIM_STOCK_ACCOUNTS, GAIM_BUTTON_VERTICAL); |
| 4489 | 420 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
| 421 g_signal_connect(G_OBJECT(button), "clicked", | |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
422 G_CALLBACK(gaim_gtk_account_dialog_show), mainwindow); |
| 4489 | 423 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); |
| 424 | |
| 425 #ifdef NO_MULTI | |
| 426 gtk_widget_set_sensitive(GTK_WIDGET(button), FALSE); | |
| 427 #endif | |
| 428 | |
| 5024 | 429 button = gaim_pixbuf_button_from_stock(_("Preferences"), GTK_STOCK_PREFERENCES, GAIM_BUTTON_VERTICAL); |
| 4489 | 430 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
| 431 g_signal_connect(G_OBJECT(button), "clicked", | |
|
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5492
diff
changeset
|
432 G_CALLBACK(gaim_gtk_prefs_show), mainwindow); |
| 4489 | 433 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); |
| 434 | |
| 5024 | 435 button = gaim_pixbuf_button_from_stock(_("Sign On"), GAIM_STOCK_SIGN_ON, GAIM_BUTTON_VERTICAL); |
| 4489 | 436 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
| 437 g_signal_connect(G_OBJECT(button), "clicked", | |
| 438 G_CALLBACK(dologin), mainwindow); | |
| 439 g_signal_connect(G_OBJECT(button), "button-press-event", G_CALLBACK(domiddleclick), NULL); | |
| 440 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); | |
| 441 | |
| 442 /* Now grab the focus that we need */ | |
|
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
443 if (gaim_accounts_get_all()) { |
|
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
444 GaimAccount *account = gaim_accounts_get_all()->data; |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
445 |
|
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
446 if (gaim_account_get_remember_password(account)) { |
| 4489 | 447 combo_changed(NULL, name); |
| 448 gtk_widget_grab_focus(button); | |
| 449 } else { | |
| 450 gtk_widget_grab_focus(pass); | |
| 451 } | |
| 452 } else { | |
| 453 gtk_widget_grab_focus(name); | |
| 454 } | |
| 455 | |
| 456 /* And raise the curtain! */ | |
| 457 gtk_widget_show_all(mainwindow); | |
| 458 | |
| 459 } | |
| 460 | |
| 461 #if HAVE_SIGNAL_H | |
| 462 void sighandler(int sig) | |
| 463 { | |
| 464 switch (sig) { | |
| 465 case SIGHUP: | |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
466 gaim_debug(GAIM_DEBUG_WARNING, "sighandler", |
|
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
467 "Caught signal %d\n", sig); |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
468 gaim_connections_disconnect_all(); |
| 4489 | 469 break; |
| 470 case SIGSEGV: | |
| 471 #ifndef DEBUG | |
| 472 fprintf(stderr, "Gaim has segfaulted and attempted to dump a core file.\n" | |
| 473 "This is a bug in the software and has happened through\n" | |
| 474 "no fault of your own.\n\n" | |
| 475 "It is possible that this bug is already fixed in CVS.\n" | |
| 5747 | 476 "If you can reproduce the crash, please notify the gaim\n" |
| 477 "maintainers by reporting a bug at\n" | |
| 4489 | 478 WEBSITE "bug.php\n\n" |
| 479 "Please make sure to specify what you were doing at the time,\n" | |
| 480 "and post the backtrace from the core file. If you do not know\n" | |
| 481 "how to get the backtrace, please get instructions at\n" | |
| 482 WEBSITE "gdb.php. If you need further\n" | |
| 483 "assistance, please IM either RobFlynn or SeanEgn and\n" | |
| 484 "they can help you.\n"); | |
| 485 #else | |
| 486 fprintf(stderr, "Oh no! Segmentation fault!\n"); | |
| 4703 | 487 /*g_on_error_query (g_get_prgname());*/ |
| 4489 | 488 #endif |
| 489 abort(); | |
| 490 break; | |
| 491 case SIGCHLD: | |
| 492 clean_pid(); | |
| 493 #if HAVE_SIGNAL_H | |
| 494 signal(SIGCHLD, sighandler); /* restore signal catching on this one! */ | |
| 495 #endif | |
| 496 break; | |
| 497 default: | |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
498 gaim_debug(GAIM_DEBUG_WARNING, "sighandler", |
|
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
499 "Caught signal %d\n", sig); |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
500 gaim_connections_disconnect_all(); |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
501 |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
502 gaim_plugins_unload_all(); |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
503 |
| 4489 | 504 if (gtk_main_level()) |
| 505 gtk_main_quit(); | |
| 506 exit(0); | |
| 507 } | |
| 508 } | |
| 509 #endif | |
| 510 | |
| 511 static int ui_main() | |
| 512 { | |
| 513 #ifndef _WIN32 | |
| 514 GList *icons = NULL; | |
| 515 GdkPixbuf *icon = NULL; | |
| 516 char *icon_path; | |
| 517 #endif | |
| 4978 | 518 |
| 4489 | 519 if (current_smiley_theme == NULL) { |
| 520 smiley_theme_probe(); | |
| 521 if (smiley_themes) { | |
| 522 struct smiley_theme *smile = smiley_themes->data; | |
| 523 load_smiley_theme(smile->path, TRUE); | |
| 524 } | |
| 525 } | |
| 526 | |
| 5422 | 527 gaim_gtk_blist_setup_sort_methods(); |
| 4489 | 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 */ |
|
5943
a4f2aba0848d
[gaim-migrate @ 6384]
Christian Hammond <chipx86@chipx86.com>
parents:
5909
diff
changeset
|
555 account = gaim_account_new(name, "prpl-oscar"); |
|
5580
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 |
|
6009
5cd7a10c6ade
[gaim-migrate @ 6457]
Christian Hammond <chipx86@chipx86.com>
parents:
5996
diff
changeset
|
840 /* This has to be done before the debug stuff. */ |
|
5cd7a10c6ade
[gaim-migrate @ 6457]
Christian Hammond <chipx86@chipx86.com>
parents:
5996
diff
changeset
|
841 gaim_gtk_stock_init(); |
| 6019 | 842 |
| 843 static_proto_init(); | |
|
6009
5cd7a10c6ade
[gaim-migrate @ 6457]
Christian Hammond <chipx86@chipx86.com>
parents:
5996
diff
changeset
|
844 |
| 5684 | 845 gaim_prefs_init(); |
| 846 gaim_gtk_prefs_init(); | |
| 847 | |
| 848 /* This kind of has to be here.. sucks, but it's important. */ | |
| 849 gaim_set_debug_ui_ops(gaim_get_gtk_debug_ui_ops()); | |
| 850 gaim_gtk_debug_init(); | |
| 851 | |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
852 /* Set the UI operation structures. */ |
|
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
853 gaim_set_win_ui_ops(gaim_get_gtk_window_ui_ops()); |
|
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
854 gaim_set_xfer_ui_ops(gaim_get_gtk_xfer_ui_ops()); |
|
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
855 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
|
856 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
|
857 gaim_set_request_ui_ops(gaim_get_gtk_request_ui_ops()); |
| 5684 | 858 gaim_set_sound_ui_ops(gaim_get_gtk_sound_ui_ops()); |
| 5717 | 859 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
|
860 |
| 5858 | 861 gaim_conversation_init(); |
|
5683
9befba33f7c8
[gaim-migrate @ 6102]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
862 gaim_proxy_init(); |
| 5684 | 863 gaim_sound_init(); |
|
5875
448f2f4ca3ec
[gaim-migrate @ 6307]
Christian Hammond <chipx86@chipx86.com>
parents:
5874
diff
changeset
|
864 gaim_pounces_init(); |
|
5683
9befba33f7c8
[gaim-migrate @ 6102]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
865 |
| 5906 | 866 gaim_gtk_blist_init(); |
|
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5665
diff
changeset
|
867 gaim_gtk_conversation_init(); |
|
5875
448f2f4ca3ec
[gaim-migrate @ 6307]
Christian Hammond <chipx86@chipx86.com>
parents:
5874
diff
changeset
|
868 gaim_gtk_pounces_init(); |
| 5974 | 869 gaim_gtk_xfer_init(); |
|
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5665
diff
changeset
|
870 |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
871 plugin_search_paths[0] = LIBDIR; |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
872 plugin_search_paths[1] = gaim_user_dir(); |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
873 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
|
874 |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
875 gaim_plugins_set_search_paths(sizeof(plugin_search_paths) / |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
876 sizeof(*plugin_search_paths), |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
877 plugin_search_paths); |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
878 |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
879 g_free(plugin_search_paths[2]); |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
880 |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
881 gaim_plugins_probe(NULL); |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
882 |
| 5909 | 883 gaim_prefs_load(); |
| 884 | |
| 885 | |
| 886 /* we only read ~/.gaimrc (load_prefs()) if there is no accounts.xml | |
| 887 * since prefs.xml existed alongside ~/.gaim in 0.64 */ | |
| 888 if (!gaim_accounts_load()) { | |
|
5665
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
889 load_prefs(); |
|
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
890 gaim_prefs_sync(); |
|
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
891 } |
|
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
892 |
| 5838 | 893 /* load plugins we had when we quit */ |
|
5949
90d0849abd3c
[gaim-migrate @ 6393]
Christian Hammond <chipx86@chipx86.com>
parents:
5943
diff
changeset
|
894 gaim_plugins_load_saved("/gaim/gtk/plugins/loaded"); |
|
5665
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
895 |
|
5866
d6b5cab288bb
[gaim-migrate @ 6297]
Christian Hammond <chipx86@chipx86.com>
parents:
5859
diff
changeset
|
896 gaim_pounces_load(); |
| 6065 | 897 gaim_status_load(); |
|
5581
3a9b54f260e3
[gaim-migrate @ 5985]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
898 |
| 4489 | 899 #ifdef _WIN32 |
| 900 /* Various win32 initializations */ | |
| 901 wgaim_init(); | |
| 902 #endif | |
| 903 | |
|
5859
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
904 gaim_set_blist(gaim_blist_new()); |
|
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
905 gaim_blist_load(); |
|
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
906 |
|
5032
cb700c07ee07
[gaim-migrate @ 5375]
Christian Hammond <chipx86@chipx86.com>
parents:
5024
diff
changeset
|
907 load_pounces(); |
| 4489 | 908 ui_main(); |
| 909 | |
| 910 #ifdef USE_SM | |
| 911 session_init(argv[0], opt_session_arg); | |
| 912 #endif | |
| 913 if (opt_session_arg != NULL) { | |
| 914 g_free(opt_session_arg); | |
| 915 opt_session_arg = NULL; | |
| 916 }; | |
| 917 | |
| 918 /* set the default username */ | |
| 919 if (opt_user_arg != NULL) { | |
| 920 set_first_user(opt_user_arg); | |
| 921 g_free(opt_user_arg); | |
| 922 opt_user_arg = NULL; | |
| 923 } | |
| 924 | |
| 5535 | 925 if (gaim_prefs_get_bool("/gaim/gtk/debug/enabled")) |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
926 gaim_gtk_debug_window_show(); |
| 4489 | 927 |
| 928 /* deal with --login */ | |
| 929 if (opt_login) { | |
| 930 dologin_ret = dologin_named(opt_login_arg); | |
| 931 if (opt_login_arg != NULL) { | |
| 932 g_free(opt_login_arg); | |
| 933 opt_login_arg = NULL; | |
| 934 } | |
| 935 } | |
| 936 | |
|
5859
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
937 if (!opt_acct && !opt_nologin) |
|
5780
a9029bed0479
[gaim-migrate @ 6205]
Christian Hammond <chipx86@chipx86.com>
parents:
5766
diff
changeset
|
938 gaim_accounts_auto_login(GAIM_GTK_UI); |
| 4489 | 939 |
| 940 if (opt_acct) { | |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
941 gaim_gtk_account_dialog_show(); |
|
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
942 } else if ((dologin_ret == -1) && !gaim_connections_get_all()) |
| 4489 | 943 show_login(); |
| 944 | |
| 945 gtk_main(); | |
| 5684 | 946 gaim_sound_shutdown(); |
| 4489 | 947 #ifdef _WIN32 |
| 948 wgaim_cleanup(); | |
| 949 #endif | |
| 950 return 0; | |
| 951 | |
| 952 } |
