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