summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Update all wiki links to point to the new wiki. This was done automatically ↵Gravatar psychon2009-03-151-1/+1
| | | | | | | | | with the following command, only .Makefile.inc got some indent fixups by hand. for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7
* Add doxygen configuration, in case someone wants to generate doxygen docs.Gravatar w00t2009-03-101-0/+1417
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11198 e03df62e-2008-0410-955e-edbf42e46eb7
* Move example conf to conf/ directory, it makes more sense given all the ↵Gravatar w00t2008-07-121-2673/+0
| | | | | | others are here. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9969 e03df62e-2008-0410-955e-edbf42e46eb7
* oh forgot, thanks psychon for noticing the PATH_MAX and limits problem :)Gravatar peavey2008-07-011-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9943 e03df62e-2008-0410-955e-edbf42e46eb7
* Document hidekills, bug #561Gravatar brain2008-06-141-0/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9906 e03df62e-2008-0410-955e-edbf42e46eb7
* Add patch for bug #549, conf file update from jackmcbarnGravatar brain2008-06-061-7/+63
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9852 e03df62e-2008-0410-955e-edbf42e46eb7
* Add parsing of <limits> tag and finish documenting it, make all the values ↵Gravatar brain2008-05-251-8/+8
| | | | | | match sensibly by starting them all 'max' rather than some starting with it, some ending with it... git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9808 e03df62e-2008-0410-955e-edbf42e46eb7
* Example conf now with <limits> tagGravatar brain2008-05-251-0/+45
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9807 e03df62e-2008-0410-955e-edbf42e46eb7
* Implement Bug #533, Oper type-specific autojoins for m_operjoin via ↵Gravatar aquanight2008-05-211-0/+5
| | | | | | <type:autojoin> git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9789 e03df62e-2008-0410-955e-edbf42e46eb7
* Add HTTP authGravatar brain2008-05-121-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9713 e03df62e-2008-0410-955e-edbf42e46eb7
* Add example configGravatar brain2008-05-121-0/+20
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9712 e03df62e-2008-0410-955e-edbf42e46eb7
* Rename to m_connectbanGravatar w00t2008-05-081-13/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9664 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove extra documented moduledir (reported by smartys). And move ↵Gravatar peavey2008-05-051-14/+9
| | | | | | quietbursts documentaion from <option> section to <performance> section. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9627 e03df62e-2008-0410-955e-edbf42e46eb7
* Move options vlaues netbuffersize, maxwho, maxconn, softlimit, quietbursts, ↵Gravatar brain2008-04-141-36/+46
| | | | | | nouserdns into performance tag git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9505 e03df62e-2008-0410-955e-edbf42e46eb7
* TRUNK CONFIG BREAKAGE WARNING: Move a bunch of options tag values into a new ↵Gravatar brain2008-04-141-98/+103
| | | | | | tag called 'security'. See example conf git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9504 e03df62e-2008-0410-955e-edbf42e46eb7
* yay 9500 is MINEGravatar peavey2008-04-131-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9500 e03df62e-2008-0410-955e-edbf42e46eb7
* nuke loglevel from <options> description, and tidy some indenting.Gravatar peavey2008-04-111-9/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9459 e03df62e-2008-0410-955e-edbf42e46eb7
* Patch from voidzero, bug #517Gravatar brain2008-04-111-5/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9458 e03df62e-2008-0410-955e-edbf42e46eb7
* More missing docs.Gravatar w00t2008-04-061-0/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9374 e03df62e-2008-0410-955e-edbf42e46eb7
* Some documentation fixes (misnamed module, missing modules, etc). Fixes bug ↵Gravatar w00t2008-04-061-3/+24
| | | | | | #508 - thanks Casey git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9371 e03df62e-2008-0410-955e-edbf42e46eb7
* Document more stuff, correct some out of date text,Gravatar brain2008-04-051-7/+17
| | | | | | | tidy up formatting of logging section git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9347 e03df62e-2008-0410-955e-edbf42e46eb7
* Add m_nickban and documentation. Implements +b n:, which stops any users ↵Gravatar w00t2008-04-041-0/+6
| | | | | | matching from changing their nick. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9345 e03df62e-2008-0410-955e-edbf42e46eb7
* m_quietban: implements snomask +b q:Gravatar w00t2008-04-041-0/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9340 e03df62e-2008-0410-955e-edbf42e46eb7
* Document new logging and m_chanlogGravatar w00t2008-04-041-0/+38
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9328 e03df62e-2008-0410-955e-edbf42e46eb7
* Match on nick change option for RLine, document m_rline & this option.Gravatar w00t2008-04-041-0/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9300 e03df62e-2008-0410-955e-edbf42e46eb7
* Configurable prefixes for chanmodes +qa: prefixes can be turned on or off ↵Gravatar w00t2008-04-011-6/+10
| | | | | | individually and seperately, per server as well as per mode, and prefixes are no longer limited to ~&. *** SERVICES AUTHORS *** This involves a protocol change. FJOIN now sends the userlist with format modes,nick instead of prefixes,nick. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9241 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove extended silence docGravatar w00t2008-03-301-8/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9234 e03df62e-2008-0410-955e-edbf42e46eb7
* document override in operjoin.Gravatar peavey2008-03-301-2/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9220 e03df62e-2008-0410-955e-edbf42e46eb7
* DocumentGravatar brain2008-03-291-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9212 e03df62e-2008-0410-955e-edbf42e46eb7
* Document aquanight's new stuff :)Gravatar brain2008-03-231-7/+15
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9178 e03df62e-2008-0410-955e-edbf42e46eb7
* Add m_mssql.so to example conf.Gravatar peavey2008-03-161-0/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9111 e03df62e-2008-0410-955e-edbf42e46eb7
* Document m_geoip.soGravatar brain2008-03-161-0/+17
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9104 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove note about need to do anonymous bindGravatar brain2008-03-151-4/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9098 e03df62e-2008-0410-955e-edbf42e46eb7
* Document binddn and bindauthGravatar brain2008-03-151-0/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9096 e03df62e-2008-0410-955e-edbf42e46eb7
* Warning about allowing anonymous queriesGravatar brain2008-03-141-0/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9086 e03df62e-2008-0410-955e-edbf42e46eb7
* Document!Gravatar brain2008-03-141-0/+39
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9085 e03df62e-2008-0410-955e-edbf42e46eb7
* Describe server name, description and network name. hopefully this will mean ↵Gravatar brain2008-03-021-0/+11
| | | | | | less ninnies defining silly servernames without a dot. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9064 e03df62e-2008-0410-955e-edbf42e46eb7
* Newer more valid description of the server id (letters in the second and ↵Gravatar brain2008-03-021-4/+7
| | | | | | third character are now allowed) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9063 e03df62e-2008-0410-955e-edbf42e46eb7
* Update doc tooGravatar w00t2008-03-021-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9062 e03df62e-2008-0410-955e-edbf42e46eb7
* Not supposed to be here by default, and wouldn't work anyway..Gravatar w00t2008-03-021-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9061 e03df62e-2008-0410-955e-edbf42e46eb7
* minor markupGravatar bricker2008-02-291-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9049 e03df62e-2008-0410-955e-edbf42e46eb7
* Nuke TIMESYNC from orbit \o/Gravatar w00t2008-02-221-22/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8998 e03df62e-2008-0410-955e-edbf42e46eb7
* Patch by dz avoiding <badchan:redirect> loops, and tidying up on-rehash checks.Gravatar w00t2008-02-161-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8947 e03df62e-2008-0410-955e-edbf42e46eb7
* Add <badchan:redirect>: redirects users attempting to join a bad channel to ↵Gravatar w00t2008-02-101-0/+3
| | | | | | a second channel. Contributed by dz. (thanks) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8881 e03df62e-2008-0410-955e-edbf42e46eb7
* Add <auditorium:operoverride> setting, based on patch contributed by Sm0ke0utGravatar w00t2008-02-061-7/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8841 e03df62e-2008-0410-955e-edbf42e46eb7
* capitalization is key! more to come!Gravatar bricker2008-02-011-30/+30
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8782 e03df62e-2008-0410-955e-edbf42e46eb7
* changed m_oper_hash to proper m_password_hashGravatar fez2008-02-011-22/+22
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8778 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix some minor grammar mistakes...more to comeGravatar bricker2008-02-011-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8777 e03df62e-2008-0410-955e-edbf42e46eb7
* What crackmonkey thought we had server:networkemail???Gravatar brain2008-01-291-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8766 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix a typo in an m_callerid error message, and add m_callerid and m_filter ↵Gravatar aquanight2008-01-251-0/+21
| | | | | | <exemptfromfilter> to example conf. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8748 e03df62e-2008-0410-955e-edbf42e46eb7