| Commit message (Expand) | Author | Age | Files | Lines |
| * | m_dline: make the private reason private | Ed Kellett | 2021-07-13 | 1 | -1/+2 |
| * | make more snotes L_NETWIDE | jess | 2020-11-08 | 1 | -6/+6 |
| * | Remove shared blocks | Ed Kellett | 2020-11-01 | 1 | -9/+0 |
| * | m_dline: don't fail on /dline <time> | Ed Kellett | 2020-10-18 | 1 | -2/+6 |
| * | m_dline: make apply_undline permissive•••Trying to find invalid bans won't do anything unless they already exist,
in which case it's legitimate to try to remove them.
| Ed Kellett | 2020-07-26 | 1 | -1/+1 |
| * | m_dline: Make error notices more verbose | Ed Kellett | 2020-07-26 | 1 | -3/+3 |
| * | m_dline: Abort early if host isn't an IP address | Ed Kellett | 2020-07-26 | 1 | -0/+7 |
| * | Add error handling to parse_netmask() | Ed Kellett | 2020-07-26 | 1 | -5/+8 |
| * | remove RB_IPV6 | Simon Arlott | 2017-08-20 | 1 | -2/+0 |
| * | common.h: raison d'ĂȘtre is gone, so out it goes.•••Fold whatever was left into ircd_defs.h
| Elizabeth Myers | 2016-03-23 | 1 | -1/+0 |
| * | Message handlers should return void.•••Also fix up some return values and stuff to use bool (or void if
nothing). I just did it whilst I was here.
According to jilles, the return value used to signify whether or not the
client had exited. This was error-prone and was fixed a long, long time
ago, but the return value was left int for historical reasons.
Since the return type is not used (and has no clear use case anyway),
it's safe to just get rid of it.
| Elizabeth Myers | 2016-03-09 | 1 | -47/+35 |
| * | Move module description headers to the top•••This is cleaner.
Note this was broken out of a much larger piece of work I did, so if
there's any problems, I apologise!
| Elizabeth Myers | 2016-03-09 | 1 | -0/+2 |
| * | Do AV2 strings for m_[d-h]* | Elizabeth Myers | 2016-03-07 | 1 | -1/+3 |
| * | Migrate remaining modules to AV2•••No descriptions yet. :(
| Elizabeth Myers | 2016-03-07 | 1 | -1/+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 |
| * | msg: remove last vestiges of the fakelag system. charybdis has never support... | William Pitcock | 2016-02-19 | 1 | -2/+2 |
| * | modules: chase MsgBuf API change | William Pitcock | 2016-02-10 | 1 | -8/+8 |
| * | Spring cleaning redux:•••- Implemented changes suggested by Jilles
- Remove some unused parameters in functions
- Remove some unused ssl procs
- 63-bit time_t support in TS deltas
- const char * vs char * cleanup
- struct alignment (void *) casts
- signed vs unsigned fixes
- bad memset() call
- Bad LT_MAIN in libratbox
- char -> unsigned char casts for isdigit/isspace/etc calls
Thanks Jilles!
| Jail Bird | 2015-04-20 | 1 | -1/+1 |
| * | Remove trailing whitespace from all .c and .h files.•••3134 bytes were removed.
| Keith Buck | 2014-03-03 | 1 | -1/+1 |
| * | Fix parameter counts for me_dline and me_undline. | Keith Buck | 2013-09-23 | 1 | -2/+2 |
| * | Remove double-quote restriction on dline, kline, resv, and xline reasons; rem... | Keith Buck | 2011-12-30 | 1 | -28/+3 |
| * | dline,kline: Avoid breaking the protocol with bad bans. | Jilles Tjoelker | 2011-06-25 | 1 | -1/+7 |
| * | Track who set a dline/kline/xline/resv as in ratbox3.•••Like in ratbox3, there is no way to query this information
(other than bandb's tables, but they worked before this
commit).
| Jilles Tjoelker | 2010-03-01 | 1 | -0/+2 |
| * | Generate the "Temporary K-line %d min" part from aconf->hold - aconf->created. | Jilles Tjoelker | 2010-02-28 | 1 | -6/+1 |
| * | Store the creation time of klines and dlines as a time_t instead of as text.•••The value 0 indicates the creation time is unknown (currently the case
for bandb).
Also store a creation time for xlines and resvs, but do not use it yet.
| Jilles Tjoelker | 2010-02-28 | 1 | -6/+4 |
| * | Readd some oper notices. | William Pitcock | 2010-01-07 | 1 | -0/+18 |
| * | Update modules to use bandb_add()/bandb_del(). | William Pitcock | 2010-01-07 | 1 | -176/+57 |
| * | Variable aconf was used before its initialization - fixed | Valery Yatsko | 2008-07-27 | 1 | -10/+10 |
| * | PASS selector:password for auth{}, based on spb's patch for ircd-seven | Valery V Yatsko | 2008-06-26 | 1 | -1/+1 |
| * | Require remoteban privilege to send dline/undline to other servers. | Jilles Tjoelker | 2008-04-23 | 1 | -0/+14 |
| * | Take out some seven-style server notices. | Jilles Tjoelker | 2008-04-20 | 1 | -7/+3 |
| * | Repair fast/better undline (169:d8aa0d182c9f). | Jilles Tjoelker | 2008-04-20 | 1 | -8/+7 |
| * | Remove windows newlines (^M). | Jilles Tjoelker | 2008-04-20 | 1 | -39/+39 |
| * | Remote d:lines implementation (based on ircd-seven's r230 by spb, Stephen Ben... | Valery Yatsko | 2008-04-20 | 1 | -92/+172 |
| * | irc_string.h -> match.h, irc_string.h; includes changed | Valery Yatsko | 2008-04-20 | 1 | -1/+1 |
| * | legacy irc sprintf gone | Valery Yatsko | 2008-04-20 | 1 | -1/+0 |
| * | strlcpy -> rb_strlcpy | Valery Yatsko | 2008-04-20 | 1 | -3/+3 |
| * | Missed some files in r520 commit. | Valery Yatsko | 2008-04-05 | 1 | -1/+1 |
| * | Make m_dline and m_kline load again. | Jilles Tjoelker | 2008-04-04 | 1 | -1/+1 |
| * | s_log.* -> logger.* (s_foo looks ugly, lets try to get rid of it) | William Pitcock | 2008-04-02 | 1 | -1/+1 |
| * | irc_sockaddr_storage -> rb_sockaddr_storage, changing fd in Listener struct t... | Valery Yatsko | 2008-04-02 | 1 | -1/+1 |
| * | Reverting some changed related not to moving on libratbox3 but using ratbox3 ... | Valery Yatsko | 2008-04-02 | 1 | -32/+31 |
| * | daddr - unused variable warning fixed | Valery Yatsko | 2008-04-02 | 1 | -1/+0 |
| * | fixing dline | Valery Yatsko | 2008-04-02 | 1 | -30/+32 |
| * | Trying again - this will need ssld integration from me | Valery Yatsko | 2008-04-02 | 1 | -1/+1 |
| * | CurrentTime -> rb_currenttime(); | Valery Yatsko | 2008-04-02 | 1 | -1/+1 |
| * | DubString -> rb_strdup | Valery Yatsko | 2008-04-02 | 1 | -4/+4 |
| * | libcharybdis includes gone. | Valery Yatsko | 2008-04-02 | 1 | -2/+0 |
| * | Change over some dlink functions. | Jilles Tjoelker | 2008-04-01 | 1 | -1/+1 |
| * | ircsprintf -> rb_sprintf | William Pitcock | 2008-04-01 | 1 | -3/+3 |