aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add timestamp to channels in permchanneldbGravatar Daniel De Graaf2010-08-061-3/+4
* Change irc::modestacker output in FORMAT_PERSIST to always use long modesGravatar Daniel De Graaf2010-08-062-4/+36
* Fix DelMode failing on modes using the default ParamChannelModeHandler::OnMod...Gravatar Daniel De Graaf2010-08-051-5/+7
* Save umodes in addition to channel modesGravatar Daniel De Graaf2010-08-051-2/+22
* Persist metadata and modes across module reloadsGravatar Daniel De Graaf2010-08-053-56/+114
* Fix up some errors from the init() conversionGravatar Daniel De Graaf2010-08-053-2/+10
* Force modules to use init() to register hooksGravatar Daniel De Graaf2010-08-0581-147/+221
* Fix m_override ignoring RequireKey and NoisyOverride settingsGravatar Daniel De Graaf2010-08-052-8/+19
* Allow OnParameterMissing to fill in the missing parameterGravatar Daniel De Graaf2010-08-052-4/+5
* Call OnCheckJoin for override joins so hooks are still runGravatar Daniel De Graaf2010-08-051-15/+6
* Prevent kicking people you do not have permission to deprivilegeGravatar Daniel De Graaf2010-08-041-2/+4
* Fix hardcoded reference to mode +L in m_redirectGravatar Daniel De Graaf2010-08-041-2/+2
* Clarify the redirect numeric a bitGravatar Daniel De Graaf2010-08-041-1/+2
* Allow multiple hosts and ports to be specified in a <connect> blockGravatar Daniel De Graaf2010-08-041-9/+26
* Fix compilation of m_redirectGravatar Daniel De Graaf2010-08-041-5/+5
* Add some comments, fix an uninitialized variableGravatar Daniel De Graaf2010-08-041-1/+1
* Change m_redirect to redirect on any denied joinGravatar Daniel De Graaf2010-08-043-27/+21
* Fix $md5pass and $sha256pass in SQL queriesGravatar Daniel De Graaf2010-08-043-3/+3
* Send error message to users on failed joinGravatar Daniel De Graaf2010-08-041-0/+8
* Mark channel redirects using a common extension to prevent double-redirectsGravatar Daniel De Graaf2010-08-044-24/+30
* Change to use a permission-based OnCheckJoin hook instead of OnUserPreJoinGravatar Daniel De Graaf2010-08-0418-393/+218
* Cast to time_t for comparison because GCC complains about signdedness on 32-b...Gravatar Daniel De Graaf2010-08-041-1/+1
* 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
* 2.1 alpha 1 release v2.1a1Gravatar Daniel De Graaf2010-08-031-1/+1
* Send error strings to users on mode change denialsGravatar Daniel De Graaf2010-08-031-0/+4
* Fix /MODE allowing anyone to change modes in channelsGravatar Daniel De Graaf2010-08-031-1/+1
* Fix compilation, add sorted ->init() calls to modmanager_staticGravatar Daniel De Graaf2010-08-032-18/+20
* Fix for crash on restart or config file open (bug #44)Gravatar Adam2010-08-031-1/+1
* Change kick permission to check rank prior to allowing module overridesGravatar Daniel De Graaf2010-08-031-15/+11
* Change regex modules to use a prioritized init()Gravatar Daniel De Graaf2010-08-035-4/+45
* Allow module init to be prioritized to allow dependency checkingGravatar Daniel De Graaf2010-08-035-19/+38
* 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
* Fix rehash message sending for remote rehashesGravatar Daniel De Graaf2010-08-031-12/+10
* Fix incorrect default on <alias:channelcommand>Gravatar Daniel De Graaf2010-08-031-2/+2
* Change ThreadSignalSocket to EventHandler to avoid calling recv() on an event...Gravatar Daniel De Graaf2010-08-031-21/+36
* Use EFD_NONBLOCK in test creation of eventfd (makes it require glibc 2.8/linu...Gravatar Daniel De Graaf2010-08-031-1/+1
* Add some missing <connect> updates from rehashGravatar Daniel De Graaf2010-08-031-1/+4
* Fix negative array access in channameGravatar Daniel De Graaf2010-08-031-13/+14
* Correct source of initial BURST line from servers sending it without one (lik...Gravatar Daniel De Graaf2010-08-031-1/+1
* Change -debug to force RAWIO level logging and disable all other logsGravatar Daniel De Graaf2010-08-032-1/+8
* Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this)Gravatar Daniel De Graaf2010-08-031-0/+2
* Don't use an empty direction when receiving a sourceless server commandGravatar Daniel De Graaf2010-08-031-6/+2
* Add log header including ircd versionGravatar Daniel De Graaf2010-08-033-1/+8
* 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-08-032-1/+12
* Add debug output for received DNS packetsGravatar Daniel De Graaf2010-08-031-0/+4
* Add debug output of UserResolver resultsGravatar Daniel De Graaf2010-08-031-2/+10
* Change DNS binding to avoid BindSocket which could use the wrong address familyGravatar Daniel De Graaf2010-08-031-20/+11
* Add better debug output to dns.cppGravatar Daniel De Graaf2010-08-031-4/+24