aboutsummaryrefslogtreecommitdiffstats
path: root/include/ircd.h
Commit message (Expand)AuthorAgeFilesLines
* ircd: functions that call exit(3) should be marked noreturnGravatar Aaron Jones2016-06-011-1/+1
* ircd: Move signaled variables to volatile sig_atomic_tGravatar Matt Ullman2016-03-271-3/+3
* config.h delenda estGravatar Elizabeth Myers2016-03-191-1/+1
* ircd: do not shadow internal openssl symbol "ssl_ok" (yeah, i know)Gravatar William Pitcock2016-03-191-2/+2
* More bool conversionsGravatar Elizabeth Myers2016-03-091-5/+5
* More bool conversions [ci skip]Gravatar Elizabeth Myers2016-03-091-3/+3
* Remove dead variable "cold_start" that no longer exists [ci skip]Gravatar Elizabeth Myers2016-03-091-1/+0
* More bool conversionsGravatar Elizabeth Myers2016-03-091-1/+1
* Fix generation of serno.h•••Due to reversed conditionals, it wasn't being generated properly. This also actually fixes its generation in librb by just copying the Charybdis version. Unbundlers will want to take note of this. Gravatar Elizabeth Myers2016-03-071-0/+1
* Remove $Id tags from everything.•••These are obsolete and none have changed since 10 years gao... Gravatar Elizabeth Myers2016-03-061-2/+0
* make build reproducible•••we do this by removing the uname usage everywhere: it is not actually used at runtime at all. we keep the timestamp, because it is actually used in user_welcome() but allow it to be overriden. ideally, that timestamp would be completely removed, but I am not sure what to put in its place, or if it would break some mysterious RFC (or client!) if we remove that announcement. Gravatar Antoine Beaupré2016-02-161-1/+0
* Removed SystemTime declarationGravatar Valery V Yatsko2008-06-281-1/+0
* channel_heap,ban_heap,topic_heap,member_heap declared statically in channel.c...Gravatar Valery V Yatsko2008-06-281-5/+0
* Move some declarations to header files, this enforces that they match.Gravatar Jilles Tjoelker2008-04-201-0/+5
* Moving some m_die code into ircd_shutdown(reason) function and use it on SIGT...Gravatar Valery Yatsko2008-04-201-0/+2
* Add extern to eob_count global variable declaration in header file.Gravatar Jilles Tjoelker2008-04-111-1/+1
* ssl sync with http://hg.angelforce.ru/charybdis-oldGravatar Valery Yatsko2008-04-061-0/+2
* Remove some declarations for removed functions.Gravatar Jilles Tjoelker2008-04-041-6/+0
* Workarond with listener.c stuff on moving from listener->fd usage on listener...Gravatar Valery Yatsko2008-04-021-0/+2
* Reverting some changed related not to moving on libratbox3 but using ratbox3 ...Gravatar Valery Yatsko2008-04-021-3/+0
* ssl_ok in ircd.{h,c}Gravatar Valery Yatsko2008-04-021-0/+1
* extern declaration in ircd.h instead of ircd.cGravatar Valery Yatsko2008-04-021-0/+2
* CurrentTime -> rb_currenttime();Gravatar Valery Yatsko2008-04-021-4/+0
* libcharybdis includes gone.Gravatar Valery Yatsko2008-04-021-2/+0
* Make m_set compile.Gravatar William Pitcock2008-04-011-0/+2
* start making this compileGravatar William Pitcock2008-04-011-9/+9
* Remove idle time checking (auto disconnecting users idle too long).Gravatar Jilles Tjoelker2008-01-011-2/+0
* [svn] - the new plan:••• + branches/release-2.1 -> 2.2 base + 3.0 -> branches/cxxconversion + backport some immediate 3.0 functionality for 2.2 + other stuff Gravatar nenolod2007-01-241-0/+118