| Commit message (Expand) | Author | Age | Files | Lines |
| * | ircd: functions that call exit(3) should be marked noreturn | Aaron Jones | 2016-06-01 | 1 | -1/+1 |
| * | ircd: Move signaled variables to volatile sig_atomic_t | Matt Ullman | 2016-03-27 | 1 | -3/+3 |
| * | config.h delenda est | Elizabeth Myers | 2016-03-19 | 1 | -1/+1 |
| * | ircd: do not shadow internal openssl symbol "ssl_ok" (yeah, i know) | William Pitcock | 2016-03-19 | 1 | -2/+2 |
| * | More bool conversions | Elizabeth Myers | 2016-03-09 | 1 | -5/+5 |
| * | More bool conversions [ci skip] | Elizabeth Myers | 2016-03-09 | 1 | -3/+3 |
| * | Remove dead variable "cold_start" that no longer exists [ci skip] | Elizabeth Myers | 2016-03-09 | 1 | -1/+0 |
| * | More bool conversions | Elizabeth Myers | 2016-03-09 | 1 | -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.
| Elizabeth Myers | 2016-03-07 | 1 | -0/+1 |
| * | Remove $Id tags from everything.•••These are obsolete and none have changed since 10 years gao...
| Elizabeth Myers | 2016-03-06 | 1 | -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.
| Antoine Beaupré | 2016-02-16 | 1 | -1/+0 |
| * | Removed SystemTime declaration | Valery V Yatsko | 2008-06-28 | 1 | -1/+0 |
| * | channel_heap,ban_heap,topic_heap,member_heap declared statically in channel.c... | Valery V Yatsko | 2008-06-28 | 1 | -5/+0 |
| * | Move some declarations to header files, this enforces that they match. | Jilles Tjoelker | 2008-04-20 | 1 | -0/+5 |
| * | Moving some m_die code into ircd_shutdown(reason) function and use it on SIGT... | Valery Yatsko | 2008-04-20 | 1 | -0/+2 |
| * | Add extern to eob_count global variable declaration in header file. | Jilles Tjoelker | 2008-04-11 | 1 | -1/+1 |
| * | ssl sync with http://hg.angelforce.ru/charybdis-old | Valery Yatsko | 2008-04-06 | 1 | -0/+2 |
| * | Remove some declarations for removed functions. | Jilles Tjoelker | 2008-04-04 | 1 | -6/+0 |
| * | Workarond with listener.c stuff on moving from listener->fd usage on listener... | Valery Yatsko | 2008-04-02 | 1 | -0/+2 |
| * | Reverting some changed related not to moving on libratbox3 but using ratbox3 ... | Valery Yatsko | 2008-04-02 | 1 | -3/+0 |
| * | ssl_ok in ircd.{h,c} | Valery Yatsko | 2008-04-02 | 1 | -0/+1 |
| * | extern declaration in ircd.h instead of ircd.c | Valery Yatsko | 2008-04-02 | 1 | -0/+2 |
| * | CurrentTime -> rb_currenttime(); | Valery Yatsko | 2008-04-02 | 1 | -4/+0 |
| * | libcharybdis includes gone. | Valery Yatsko | 2008-04-02 | 1 | -2/+0 |
| * | Make m_set compile. | William Pitcock | 2008-04-01 | 1 | -0/+2 |
| * | start making this compile | William Pitcock | 2008-04-01 | 1 | -9/+9 |
| * | Remove idle time checking (auto disconnecting users idle too long). | Jilles Tjoelker | 2008-01-01 | 1 | -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
| nenolod | 2007-01-24 | 1 | -0/+118 |