source: conf.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @c2969f9   2015-10-08T04:58:59Z dx conf, help: Fix minor leaks in error conditions From coverity.
(edit) @34d16d5   2015-09-06T02:26:41Z anderspapitto Allow setting the plugin dir at runtime This enables the use of …
(edit) @49f1105   2015-08-19T03:23:44Z dx conf: Fix leak of members of conf_t when using -c to specify a config …
(edit) @5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
(edit) @6f10697   2015-01-16T19:50:23Z dx Fix incorrect Free Software Foundation address
(edit) @af5764e   2011-12-19T17:23:28Z wilmer Refuse to start if cafile points at an unreadable file, to avoid …
(edit) @486ddb5   2011-12-19T14:50:58Z wilmer Initial merge of tls_verify patch from AopicieR.
(edit) @daae10f   2010-08-07T16:33:02Z wilmer OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen …
(edit) @21c87a7   2010-04-14T09:27:50Z wilmer Merging loads of stuff from mainline.
(edit) @3d1481f   2010-04-13T22:25:40Z wilmer Adding -V flag to show version info from a not-serving binary. (Bug #580)
(edit) @3ddb7477   2010-03-26T12:14:37Z wilmer One total mess that doesn't do much yet, but reorganised some stuff …
(edit) @e8c8d00   2010-03-17T15:15:19Z wilmer Merging mainline.
(edit) @90cd6c4   2010-03-14T18:22:43Z wilmer Allow disabling certain IM protocols at runtime, patch from …
(edit) @7c9db24   2010-03-08T02:10:41Z wilmer Replaced obsolete (useless for the current .xml files) encode/decode …
(edit) @2288705   2009-12-07T21:54:19Z wilmer Merging head.
(edit) @489f996   2008-12-25T11:05:11Z wilmer Simplified ini parser code a bit more. Not using strtok() after all …
(edit) @a02f34f   2008-08-11T23:07:12Z a.sporto+bee Added conf entries and lib/ftutil.[ch]. ft_listen = …
(edit) @87f525e   2008-08-10T10:42:52Z a.sporto+bee Merged in upstream r416 which includes my msn_write_msg patch. w00t! ;)
(edit) @8661caa   2008-08-04T14:45:24Z a.sporto+bee merged in upstream r410. Only conflict was the correction of jabber …
(edit) @e0798cc   2008-07-31T22:27:13Z wilmer Fixed #440: If there's a -R command line flag, store the passed …
(edit) @cd63d58   2008-06-29T12:47:39Z wilmer Now using an environment variable instead of a flag to pass state info …
(edit) @c821e8a   2008-06-02T12:58:57Z a.sporto+bee merged in upstream r384. No conflicts.
(edit) @de8e584   2008-05-24T19:57:47Z wilmer Daemon mode is not an experiment anymore, it's running on …
(edit) @b79308b   2008-04-14T13:10:53Z a.sporto+bee merged in upstream r379 (somewhere after 1.2-3). Just one trivial …
(edit) @aefaac3a   2008-04-06T15:34:25Z wilmer Added ClientInterface configuration option to make BitlBee bind() to a …
(edit) @dd14ecc   2008-03-23T15:02:42Z wilmer s/g_strsplit/g_strsplit_set/, thanks to misc@… (Bug #380).
(edit) @1ba7e8f   2008-02-15T17:38:57Z a.sporto+bee Merged with upstream r328 Wilmer van der Gaast 2008-02-11 Got rid …
(edit) @eeb85a8   2008-02-11T12:35:01Z wilmer Got rid of some noise at startup: complaining when the default …
(edit) @08135df   2007-12-04T01:08:43Z a.sporto+bee Merged in current devel Wilmer van der Gaast 2007-12-02 Imported …
(edit) @aaf92a9   2007-12-02T23:18:25Z wilmer Imported setuid() patch from Simo Leone <simo@archlinux...> with some …
(edit) @2c2df7d   2007-11-28T21:07:30Z a.sporto+bee Initial import of jabber file receive and DCC send support. This …
(edit) @d75597b   2007-11-20T00:13:58Z wilmer Fixed memory management issues introduced by at least the …
(edit) @e9b755e   2007-10-18T16:44:25Z Jelmer Vernooij Use standard functions for dealing with both IPv6 and IPv4.
(edit) @d4589cb   2007-02-18T23:47:17Z wilmer Little doc/help update.
(edit) @7e0af53   2007-02-18T17:10:14Z wilmer configure --pidfile= actually works now.
(edit) @5c9512f   2006-06-30T09:17:18Z wilmer Made set.c API more generic so it's not specific to irc_t structures …
(edit) @df1694b   2006-06-25T12:15:42Z wilmer Moving all generic files to lib/ instead of having some in / and some …
(edit) @00ab350   2006-06-21T17:14:49Z wilmer Fixed GError memory leak, correctly setting the migrate_storage default.
(edit) @2befb95   2006-06-20T21:37:16Z wilmer Added migration storage defaults.
(edit) @c121f89   2006-06-14T20:30:25Z wilmer xml_load() works pretty well now.
(edit) @dd89a55   2006-05-15T17:57:12Z wilmer Fixed various memory leaks/other possible problems after code review.
(edit) @7cf85e7   2006-02-12T22:13:35Z wilmer Fixed --help
(edit) @1d2e3c2   2006-02-02T13:59:14Z wilmer Added RESTART command for easier upgrades without losing IPC …
(edit) @34b17d9   2006-02-02T13:21:44Z wilmer Added PID-file code.
(edit) @54879ab   2006-01-21T22:31:10Z wilmer Added RESTART command (only for ForkDaemon mode) for easier upgrades.
(edit) @f4a5940   2006-01-15T20:31:59Z wilmer Added REHASH command, IPC emulation in daemon (non-forked) mode.
(edit) @74c119d   2006-01-15T15:42:20Z wilmer Better DIE implementation, added SO_REUSEADDR to listening socket.
(edit) @2a6ca4f   2006-01-04T11:16:58Z wilmer Better handling of IPv4 connections in IPv6 mode. (Wrapping/Unwrapping …
(edit) @d25f6fc   2005-12-26T14:02:47Z wilmer Added OperPassword and RunMode = ForkDaemon settings. Oper stuff is …
(edit) @4bfca70   2005-12-17T00:48:35Z Jelmer Vernooij Add variable for plugindir rather then always using the define
(edit) @b73ac9c   2005-12-13T23:05:27Z Jelmer Vernooij Add support for 'primary' and 'migrate' account storages. Fix two bugs …
(edit) @1ee6c18   2005-12-08T13:41:53Z Jelmer Vernooij Add abstraction layer for storage
(edit) @c92e6801   2005-11-12T01:05:32Z wilmer Updates copyright headers of files that were changed in 2005 too. …
(add) @b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree) 0.99
Note: See TracRevisionLog for help on using the revision log.