root/trunk/src/main.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @686 [686] 06/08/06 22:47:59 jajcus - include timestamps in the debuging messages, log level cleanup (fixes …
(edit) @680 [680] 06/02/06 21:08:21 jajcus - dates in the copyright header updated
(edit) @630 [630] 07/24/05 16:57:39 jajcus - copyright info updated in header (year and e-mail)
(edit) @525 [525] 04/13/04 19:44:07 jajcus - ported to GLib 2 - use libidn for proper JID normalization …
(edit) @502 [502] 03/17/04 23:40:02 jajcus - cosmetics
(edit) @499 [499] 03/17/04 21:05:07 jajcus - make jggtrans interruptable when not connected to jabber server - …
(edit) @495 [495] 03/05/04 09:39:41 jajcus - configure --disable-nls should work now
(edit) @490 [490] 02/26/04 08:32:54 jajcus - LOG_FTP and LOG_AUTHPRIV are not available on Solaris - use them only …
(edit) @446 [446] 06/28/03 16:04:16 jajcus - cosmetics
(edit) @426 [426] 05/27/03 10:25:14 jajcus - clean shutdown - let all <presence type="unavailable"/> be written to …
(edit) @413 [413] 05/16/03 09:07:31 jajcus - do not touch pid-file if not configured to do so
(edit) @369 [369] 04/22/03 12:00:28 jajcus - fixes for locale switching code
(edit) @366 [366] 04/22/03 10:44:29 jajcus - new log translation handling
(edit) @362 [362] 04/22/03 09:12:32 jajcus - pass localedir to gettext
(edit) @348 [348] 04/19/03 12:51:54 jajcus - do not gettext-translate bare newlines
(edit) @344 [344] 04/16/03 13:10:17 jajcus - cosmetics
(edit) @335 [335] 04/16/03 11:34:37 jajcus - #include <locale.h> was missing.
(edit) @330 [330] 04/14/03 19:14:31 jajcus - requests cleanup
(edit) @327 [327] 04/14/03 18:30:38 jajcus - some memleaks and uninitialized data usage fixed (thanks to valgrind)
(edit) @326 [326] 04/14/03 15:05:23 jajcus - include acl.h
(edit) @323 [323] 04/14/03 14:46:03 jajcus - ACLe
(edit) @316 [316] 04/14/03 11:07:29 jajcus - JEP-0039 (statistics gathering) implementation NFY
(edit) @309 [309] 04/13/03 17:55:43 jajcus - browsing of online user (only for admin)
(edit) @257 [257] 04/05/03 13:02:57 jajcus - i18n infrastructure seems complete. Now only testing, bugfixing and …
(edit) @256 [256] 04/05/03 12:24:50 jajcus - cosmetics
(edit) @255 [255] 04/04/03 19:59:32 jajcus - perliminary gettext support
(edit) @241 [241] 03/24/03 15:43:37 jajcus - cosmetics
(edit) @232 [232] 02/06/03 15:25:35 jajcus - autorestart (which worked only when -D and -d where given) fixed
(edit) @220 [220] 02/04/03 09:06:01 jajcus - compiler warnings removed
(edit) @216 [216] 02/03/03 21:28:19 mmazur - implemented the new libgadu search api
(edit) @207 [207] 01/22/03 10:17:51 jajcus - cosmetics
(edit) @206 [206] 01/22/03 09:35:14 jajcus - remove pid file on exit (suggested by [swiergot]) - write the pid file …
(edit) @203 [203] 01/22/03 08:53:01 jajcus - crash caused by <presence> messages with empty <priority/> fixed …
(edit) @197 [197] 01/16/03 08:31:05 jajcus - log information about restart/exit
(edit) @192 [192] 01/15/03 16:07:44 jajcus - restart only when connection is broken or SIGHUP received
(edit) @186 [186] 01/15/03 15:17:08 jajcus - cosmetics
(edit) @185 [185] 01/15/03 15:13:12 jajcus - restart after jabber connection is broken
(edit) @183 [183] 01/15/03 09:04:56 jajcus - cosmetics
(edit) @182 [182] 01/15/03 08:27:27 jajcus - cosmetics
(edit) @170 [170] 01/07/03 10:46:05 jajcus - typo
(edit) @163 [163] 12/30/02 10:52:18 jajcus - typos
(edit) @158 [158] 12/29/02 18:29:31 jajcus - -g and -u command line options descriptions fixed (thanks to mmazur)
(edit) @142 [142] 12/09/02 10:55:52 jajcus - more memleaks removed
(edit) @139 [139] 12/08/02 16:35:41 jajcus - some memory leaks removed
(edit) @135 [135] 12/06/02 16:05:45 jajcus - cleanup and small fixes
(edit) @88 [88] 02/03/02 18:10:50 jajcus - s/\<ggtrans\>/jggtrans/ (mainly config file name)
(edit) @86 [86] 02/03/02 17:24:06 jajcus - functions to change uid/gid - print active session status on SIGUSR
(edit) @82 [82] 02/02/02 20:49:54 jajcus - strip whitespaces from configuration files entries
(edit) @72 [72] 01/30/02 17:52:03 jajcus - info about licensing and RCS Id tag in header of each source file
(edit) @49 [49] 01/15/02 15:03:21 jajcus - help message fixed
(edit) @45 [45] 01/14/02 20:50:18 jajcus - fixed SEGV caused by not accessible log file
(edit) @44 [44] 01/14/02 20:42:30 jajcus - pid file support
(edit) @42 [42] 01/14/02 19:30:48 jajcus - logging (to syslog and/or file) - config file set by configure script or …
(edit) @39 [39] 01/13/02 12:52:33 jajcus - log handler - command-line options - daemon mode
(edit) @31 [31] 01/11/02 12:23:08 jajcus - headers cleanup
(edit) @26 [26] 01/07/02 21:03:49 jajcus - use g_lib_main and GIOChannel instead of select() and own FdHandler?
(edit) @14 [14] 01/04/02 12:22:44 jajcus - debuging and other messages output using glib. Some debugging cleanups
(edit) @11 [11] 01/03/02 13:35:00 jajcus - UTF8 support - search support - user vCard fetch support
(edit) @7 [7] 01/01/02 20:50:08 jajcus - Wreszcie co� dzia�a: - Rejestracja - Powiadamianie o obecno�ci w …
(add) @2 [2] 12/31/01 15:38:32 jajcus Initial revision
Note: See TracRevisionLog for help on using the revision log.