bc762249f2Remove dline flags from shared all. This means dline/undline need to be specified explicitly in a shared{} block.
Jilles Tjoelker
2008-04-21 01:41:42 +0200
931e8bc49eTake out some seven-style server notices.
Jilles Tjoelker
2008-04-20 19:43:50 +0200
e26306d359Remove windows newlines (^M).
Jilles Tjoelker
2008-04-20 15:47:53 +0200
7e7c69536bRemove obsolete comment. DNS lookups should be done prior to usage of an item, not when loading the configuration.
Jilles Tjoelker
2008-04-20 15:33:23 +0200
3f2b905e35Remove conf_connect_allowed(), neither used nor declared.
Jilles Tjoelker
2008-04-20 15:32:08 +0200
c465dbcda4Move some declarations to header files, this enforces that they match.
Jilles Tjoelker
2008-04-20 15:30:24 +0200
aa65834c6fFix various compiler warnings.
Jilles Tjoelker
2008-04-20 15:20:10 +0200
78a47af020Remove silly cast that caused a compiler warning.
Jilles Tjoelker
2008-04-20 14:47:34 +0200
359dada2abSplitted open_logfiles(); into open_logfiles(); and close_logfiles();, use the second one on ircd_shutdown
Valery Yatsko
2008-04-20 07:42:30 +0400
6972e25a95Moving some m_die code into ircd_shutdown(reason) function and use it on SIGTERM too
Valery Yatsko
2008-04-20 07:38:56 +0400
a822ef295aSwitched on using cache_user_motd(); for motd update on rehash
Valery Yatsko
2008-04-20 07:24:50 +0400
95d7b51fc3Doxygen code documentation added in TODO list for future releases
Valery Yatsko
2008-04-19 21:18:45 +0400
bfb327eea7Remove another mention of glines.
Jilles Tjoelker
2008-04-19 18:05:26 +0200
06093b4113charybdis 3.0-beta1
William Pitcock
2008-04-15 21:32:25 -0500
79c4d759a9patricia: remove ugly abuse of K&R style function declaration It left the argument types unspecified in a function pointer, then called it using different numbers of arguments. libratbox r25229
Jilles Tjoelker
2008-04-13 18:20:18 +0200
b717a466d0Remove ^M on line endings.
Jilles Tjoelker
2008-04-13 17:54:23 +0200
c4633508eeAdd PASS selector:password from seven, put TS5 removal to 3.1
Jilles Tjoelker
2008-04-13 17:33:33 +0200
ac58851a67New operline based on ranting from ccr.
William Pitcock
2008-04-12 18:56:46 -0500
dcb90e0d86Remove linebuf's per-line flushing flag, as it's per-head state. In rare cases, this sharing caused the ircd to skip part of outgoing traffic, e.g. appearing as "not enough parameters" errors on the other side. The purpose of this flag can be fulfilled by the writeofs in the bufhead. libratbox r25227
Jilles Tjoelker
2008-04-13 00:44:21 +0200
ec9738cbd8read/write return type should be ssize_t, not int or size_t. The writev emulation used size_t, which is unsigned, preventing negative values to be seen. libratbox r25225
Jilles Tjoelker
2008-04-12 16:43:12 +0200
3d07b1a5b6ssl files generator added to todo too (must be executed with ./configure to make installation a little bit userfriendly)
Valery Yatsko
2008-04-11 18:30:55 +0400
13a432661dChanged my email
Valery Yatsko
2008-04-11 17:32:54 +0400
33dcd535b7Add extern to eob_count global variable declaration in header file.
Jilles Tjoelker
2008-04-11 11:30:07 +0200
c50bb62ccdkqueue: also use EV_ONESHOT for read events This makes the kernel's state agree with our handler pointer. SSL may need to suspend selecting for reading to write something, e.g. with renegotiation. libratbox r25223
Jilles Tjoelker
2008-04-11 11:08:37 +0200
8403b99ac3TODO changes - bans todos
Valery Yatsko
2008-04-11 00:56:21 +0400
ac8428cccfResolver/identd will be done as separated modules in 3.1 (future release), added some TODOs for discuission
Valery Yatsko
2008-04-11 00:39:49 +0400
8f40f4bb7fImporting r25217, r25219 and r25221 from ratbox3
Valery Yatsko
2008-04-10 20:37:42 +0400