aboutsummaryrefslogtreecommitdiffstats
path: root/modules/m_dline.c
Commit message (Expand)AuthorAgeFilesLines
* m_dline: make the private reason privateGravatar Ed Kellett2021-07-131-1/+2
* make more snotes L_NETWIDEGravatar jess2020-11-081-6/+6
* Remove shared blocksGravatar Ed Kellett2020-11-011-9/+0
* m_dline: don't fail on /dline <time>Gravatar Ed Kellett2020-10-181-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. Gravatar Ed Kellett2020-07-261-1/+1
* m_dline: Make error notices more verboseGravatar Ed Kellett2020-07-261-3/+3
* m_dline: Abort early if host isn't an IP addressGravatar Ed Kellett2020-07-261-0/+7
* Add error handling to parse_netmask()Gravatar Ed Kellett2020-07-261-5/+8
* remove RB_IPV6Gravatar Simon Arlott2017-08-201-2/+0
* common.h: raison d'ĂȘtre is gone, so out it goes.•••Fold whatever was left into ircd_defs.h Gravatar Elizabeth Myers2016-03-231-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. Gravatar Elizabeth Myers2016-03-091-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! Gravatar Elizabeth Myers2016-03-091-0/+2
* Do AV2 strings for m_[d-h]*Gravatar Elizabeth Myers2016-03-071-1/+3
* Migrate remaining modules to AV2•••No descriptions yet. :( Gravatar Elizabeth Myers2016-03-071-1/+1
* Remove $Id tags from everything.•••These are obsolete and none have changed since 10 years gao... Gravatar Elizabeth Myers2016-03-061-2/+0
* msg: remove last vestiges of the fakelag system. charybdis has never support...Gravatar William Pitcock2016-02-191-2/+2
* modules: chase MsgBuf API changeGravatar William Pitcock2016-02-101-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! Gravatar Jail Bird2015-04-201-1/+1
* Remove trailing whitespace from all .c and .h files.•••3134 bytes were removed. Gravatar Keith Buck2014-03-031-1/+1
* Fix parameter counts for me_dline and me_undline.Gravatar Keith Buck2013-09-231-2/+2
* Remove double-quote restriction on dline, kline, resv, and xline reasons; rem...Gravatar Keith Buck2011-12-301-28/+3
* dline,kline: Avoid breaking the protocol with bad bans.Gravatar Jilles Tjoelker2011-06-251-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). Gravatar Jilles Tjoelker2010-03-011-0/+2
* Generate the "Temporary K-line %d min" part from aconf->hold - aconf->created.Gravatar Jilles Tjoelker2010-02-281-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. Gravatar Jilles Tjoelker2010-02-281-6/+4
* Readd some oper notices.Gravatar William Pitcock2010-01-071-0/+18
* Update modules to use bandb_add()/bandb_del().Gravatar William Pitcock2010-01-071-176/+57
* Variable aconf was used before its initialization - fixedGravatar Valery Yatsko2008-07-271-10/+10
* PASS selector:password for auth{}, based on spb's patch for ircd-sevenGravatar Valery V Yatsko2008-06-261-1/+1
* Require remoteban privilege to send dline/undline to other servers.Gravatar Jilles Tjoelker2008-04-231-0/+14
* Take out some seven-style server notices.Gravatar Jilles Tjoelker2008-04-201-7/+3
* Repair fast/better undline (169:d8aa0d182c9f).Gravatar Jilles Tjoelker2008-04-201-8/+7
* Remove windows newlines (^M).Gravatar Jilles Tjoelker2008-04-201-39/+39
* Remote d:lines implementation (based on ircd-seven's r230 by spb, Stephen Ben...Gravatar Valery Yatsko2008-04-201-92/+172
* irc_string.h -> match.h, irc_string.h; includes changedGravatar Valery Yatsko2008-04-201-1/+1
* legacy irc sprintf goneGravatar Valery Yatsko2008-04-201-1/+0
* strlcpy -> rb_strlcpyGravatar Valery Yatsko2008-04-201-3/+3
* Missed some files in r520 commit.Gravatar Valery Yatsko2008-04-051-1/+1
* Make m_dline and m_kline load again.Gravatar Jilles Tjoelker2008-04-041-1/+1
* s_log.* -> logger.* (s_foo looks ugly, lets try to get rid of it)Gravatar William Pitcock2008-04-021-1/+1
* irc_sockaddr_storage -> rb_sockaddr_storage, changing fd in Listener struct t...Gravatar Valery Yatsko2008-04-021-1/+1
* Reverting some changed related not to moving on libratbox3 but using ratbox3 ...Gravatar Valery Yatsko2008-04-021-32/+31
* daddr - unused variable warning fixedGravatar Valery Yatsko2008-04-021-1/+0
* fixing dlineGravatar Valery Yatsko2008-04-021-30/+32
* Trying again - this will need ssld integration from meGravatar Valery Yatsko2008-04-021-1/+1
* CurrentTime -> rb_currenttime();Gravatar Valery Yatsko2008-04-021-1/+1
* DubString -> rb_strdupGravatar Valery Yatsko2008-04-021-4/+4
* libcharybdis includes gone.Gravatar Valery Yatsko2008-04-021-2/+0
* Change over some dlink functions.Gravatar Jilles Tjoelker2008-04-011-1/+1
* ircsprintf -> rb_sprintfGravatar William Pitcock2008-04-011-3/+3