summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 2.0.2 release v2.0.2Gravatar Daniel De Graaf2010-09-041-1/+1
* Do not apply parameter length restrictions or CleanMask when unsetting modesGravatar Daniel De Graaf2010-09-043-8/+8
* Fix crash in m_silence when provided with a bad pattern (bug #79)Gravatar Daniel De Graaf2010-09-041-8/+17
* Fix crash on matching j:@#chan ban when the user is not in the channelGravatar Daniel De Graaf2010-09-041-1/+1
* Fix resolved hostname not being changed when WEBIRC passes a hostname longer ...Gravatar Daniel De Graaf2010-09-031-17/+15
* Prevent setting mode -H if already unset, bug #74Gravatar Daniel De Graaf2010-08-281-0/+2
* Clarify null character append in m_cloaking (fixes compiler warning)Gravatar Daniel De Graaf2010-08-171-1/+1
* Also tidy masks being removed, fixes bug #70Gravatar Daniel De Graaf2010-08-111-4/+3
* Fix NotifyOpers setting not being applied correctlyGravatar Daniel De Graaf2010-08-111-10/+9
* Stop hiding users when a prefix is set on them, fixes apparent desyncsGravatar Jens Voss2010-08-081-3/+25
* Don't try to tidy m_autoop entries (fixes extra !*@*)Gravatar Daniel De Graaf2010-08-081-0/+1
* 2.0.1 release v2.0.1Gravatar Daniel De Graaf2010-08-071-1/+1
* Prevent kicking people you do not have permission to deprivilegeGravatar Daniel De Graaf2010-08-041-3/+6
* Fix $md5pass and $sha256pass in SQL queriesGravatar Daniel De Graaf2010-08-043-3/+3
* Change ThreadSignalSocket to EventHandler to avoid calling recv() on an event...Gravatar Daniel De Graaf2010-08-041-21/+36
* Fix m_opermodes.so sending modes for unintroduced clients with oper autologin...Gravatar Adam2010-08-031-4/+9
* Use the remote channel's capitalization on a losing TS mergeGravatar Daniel De Graaf2010-08-031-2/+4
* Fix for crash on restart or config file open (bug #44)Gravatar Adam2010-08-031-1/+1
* Allow halfops to remove their own halfop statusGravatar Daniel De Graaf2010-08-031-0/+7
* Remove wildcard support from module loading, breaks rehash (bug #51)Gravatar Daniel De Graaf2010-08-031-30/+0
* Skip invalid allowed modes in oper block (bug #64)Gravatar Daniel De Graaf2010-08-031-2/+2
* Fix rehash message sending for remote rehashesGravatar Daniel De Graaf2010-08-031-12/+10
* Fix incorrect default on <alias:channelcommand>Gravatar Daniel De Graaf2010-07-301-2/+2
* Include location of duplicated oper blocksGravatar Daniel De Graaf2010-07-041-1/+1
* Quick fix for /RESTART crashingGravatar Daniel De Graaf2010-06-121-12/+5
* 2.0.0 release v2.0.0Gravatar Daniel De Graaf2010-06-111-1/+1
* Use EFD_NONBLOCK in test creation of eventfd (makes it require glibc 2.8/linu...Gravatar Daniel De Graaf2010-05-211-1/+1
* Fix umode -r on nick change being denied by permission checkGravatar Daniel De Graaf2010-05-161-1/+1
* Add some missing <connect> updates from rehash, noticed by mixx941Gravatar Daniel De Graaf2010-05-121-0/+5
* Fix negative array access in channameGravatar Daniel De Graaf2010-05-091-13/+14
* Correct source of initial BURST line from servers sending it without one (lik...Gravatar Daniel De Graaf2010-05-081-1/+1
* Compile testing can be usefulGravatar Daniel De Graaf2010-05-081-2/+2
* Change -debug to force RAWIO level logging and disable all other logsGravatar Daniel De Graaf2010-05-082-1/+8
* Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this)Gravatar Daniel De Graaf2010-05-081-0/+2
* Don't use an empty direction when receiving a sourceless server commandGravatar Daniel De Graaf2010-04-291-6/+2
* Add log header including ircd versionGravatar Daniel De Graaf2010-04-283-1/+8
* 2.0 release candidate 2 v2.0.0rc2Gravatar Daniel De Graaf2010-04-281-1/+1
* Define comparator for irc::sockets::sockaddrs•••This only compares IP/port, which ignores IPv6 flow information and scope ID, which aren't important in testing for equality. Gravatar Daniel De Graaf2010-04-262-1/+12
* Add debug output for received DNS packetsGravatar Daniel De Graaf2010-04-261-0/+4
* Add debug output of UserResolver resultsGravatar Daniel De Graaf2010-04-261-2/+10
* Change DNS binding to avoid BindSocket which could use the wrong address familyGravatar Daniel De Graaf2010-04-251-20/+11
* Add better debug output to dns.cppGravatar Daniel De Graaf2010-04-241-4/+24
* Emulate a bug in 1.2 to get matching cloaksGravatar Daniel De Graaf2010-04-241-2/+2
* Add "CLOAK" command to allow opers to see the cloaked form of any hostGravatar Daniel De Graaf2010-04-241-23/+51
* Fix IPv6 cloaking in compatability mode (was using the wrong xtab confusor)Gravatar Daniel De Graaf2010-04-241-2/+2
* Add custom suffix support for 2.0-style IP cloaking (default of ".IP")Gravatar Daniel De Graaf2010-04-241-8/+13
* Possible fix for OpenSSL SendQ processing haltsGravatar Daniel De Graaf2010-04-161-1/+3
* Fix crash when a remote server has the same name as we doGravatar Daniel De Graaf2010-04-161-2/+3
* Check maximum length of ban list for local users, not remoteGravatar Daniel De Graaf2010-04-161-1/+1
* Fix cloak key being misread in 2.0 cloaking modesGravatar Daniel De Graaf2010-04-151-9/+9