aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* Comment tidyup and change format so doxygen can detect themGravatar brain2006-09-151-39/+35
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5252 e03df62e-2008-0410-955e-edbf42e46eb7
* Comments describing classes, for the url ↵Gravatar brain2006-09-158-4/+60
| | | | | | http://svn.inspircd.org/docs/annotated.html git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5251 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix some stuff, avoid use of global ServerInstance varGravatar brain2006-09-151-63/+61
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5250 e03df62e-2008-0410-955e-edbf42e46eb7
* Commit all the httpd patches i sneakily put in before 9am at the office :pGravatar brain2006-09-141-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5249 e03df62e-2008-0410-955e-edbf42e46eb7
* Use gmtime() not localtime() as RFC2616 says dates sent by a http server ↵Gravatar brain2006-09-141-1/+1
| | | | | | must be GMT/UTC git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5248 e03df62e-2008-0410-955e-edbf42e46eb7
* Remember to change state when sending error 400Gravatar brain2006-09-141-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5247 e03df62e-2008-0410-955e-edbf42e46eb7
* Send error 400 when content-size is 0 or omitted for POSTGravatar brain2006-09-141-8/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5246 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix postdata stuffGravatar brain2006-09-141-55/+40
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5245 e03df62e-2008-0410-955e-edbf42e46eb7
* Only initialise request type onceGravatar brain2006-09-141-3/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5244 e03df62e-2008-0410-955e-edbf42e46eb7
* Properly read POSTDATAGravatar brain2006-09-141-1/+38
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5243 e03df62e-2008-0410-955e-edbf42e46eb7
* Todo: find out content-length, then read that much dataGravatar brain2006-09-131-2/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5241 e03df62e-2008-0410-955e-edbf42e46eb7
* Beginnings of postdata stuffGravatar brain2006-09-133-28/+44
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5240 e03df62e-2008-0410-955e-edbf42e46eb7
* Document thisGravatar brain2006-09-131-2/+57
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5238 e03df62e-2008-0410-955e-edbf42e46eb7
* Did i ever mention that pipp was pedantic? ;)Gravatar brain2006-09-131-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5237 e03df62e-2008-0410-955e-edbf42e46eb7
* Add m_conn_umodes.so which allows setting of modes on users when they connectGravatar brain2006-09-132-16/+138
| | | | | | | | | Remove automatic +x from m_cloaking now that conn_umodes can do this Document in example conf. Syntax is <connect:modes> and a mode string in any valid connect:allow tag git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5236 e03df62e-2008-0410-955e-edbf42e46eb7
* Add a comment for readabilityGravatar brain2006-09-131-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5231 e03df62e-2008-0410-955e-edbf42e46eb7
* Try this, jamieGravatar brain2006-09-131-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5229 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix minor memory leak when setting new param that replaces oldGravatar brain2006-09-131-1/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5228 e03df62e-2008-0410-955e-edbf42e46eb7
* Add debug to m_spanningtree, verifies that inspircd works correctly on FMODE ↵Gravatar brain2006-09-131-1/+2
| | | | | | (after patches are applied) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5227 e03df62e-2008-0410-955e-edbf42e46eb7
* FixGravatar brain2006-09-131-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5226 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix m_messageflood along same lines as m_joinflood (jamie forgot a patch, i ↵Gravatar brain2006-09-131-0/+13
| | | | | | figured this one out for myself) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5225 e03df62e-2008-0410-955e-edbf42e46eb7
* And fix againGravatar brain2006-09-131-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5224 e03df62e-2008-0410-955e-edbf42e46eb7
* Merge jamies many patchesGravatar brain2006-09-133-6/+64
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5223 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix timedbans bug reported by jamieGravatar brain2006-09-111-3/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5217 e03df62e-2008-0410-955e-edbf42e46eb7
* This should fix the timeout issues pippjin was experiencingGravatar brain2006-09-101-1/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5211 e03df62e-2008-0410-955e-edbf42e46eb7
* Nicer fixGravatar brain2006-09-101-3/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5195 e03df62e-2008-0410-955e-edbf42e46eb7
* Change a fux into a fix for pippjin (thanks for the bt)Gravatar brain2006-09-101-2/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5194 e03df62e-2008-0410-955e-edbf42e46eb7
* Much neater more compact override notices for modes:Gravatar brain2006-09-101-10/+37
| | | | | | | | | [13:16] --- SNOTICE *** OVERRIDE: Brain Overriding modes: #test +sSCT [13:16] --- SNOTICE *** OVERRIDE: Brain Overriding modes: #test +ohv Brain Brain Brain [Detail: 1 op ] [13:16] --- SNOTICE *** OVERRIDE: Brain Overriding modes: #test +vho Brain Brain Brain [Detail: 1 op 1 voice 1 halfop ] git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5193 e03df62e-2008-0410-955e-edbf42e46eb7
* Ensure that these output the sane value thats actually set, not the possibly ↵Gravatar brain2006-09-094-6/+6
| | | | | | insane one you TRIED to set git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5186 e03df62e-2008-0410-955e-edbf42e46eb7
* Make SAMODE oper output tidierGravatar brain2006-09-091-11/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5184 e03df62e-2008-0410-955e-edbf42e46eb7
* Tidy up override snoticesGravatar brain2006-09-091-8/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5181 e03df62e-2008-0410-955e-edbf42e46eb7
* More debug logging in this moduleGravatar brain2006-09-091-6/+27
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5179 e03df62e-2008-0410-955e-edbf42e46eb7
* GrrGravatar brain2006-09-091-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5178 e03df62e-2008-0410-955e-edbf42e46eb7
* Changes to m_overrideGravatar brain2006-09-091-70/+70
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5177 e03df62e-2008-0410-955e-edbf42e46eb7
* This useless module doesnt work right in multi-server and isnt much good ↵Gravatar brain2006-09-081-395/+0
| | | | | | anyway. I said 1.1 wouldnt have it :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5176 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix output when user SANICKs themselvesGravatar brain2006-09-081-2/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5175 e03df62e-2008-0410-955e-edbf42e46eb7
* Move spynames attempt notice into success areaGravatar brain2006-09-081-5/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5170 e03df62e-2008-0410-955e-edbf42e46eb7
* And fix it to compile :pGravatar brain2006-09-081-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5169 e03df62e-2008-0410-955e-edbf42e46eb7
* Tidy up setidle message sent to opers, to show the actual idle time set if ↵Gravatar brain2006-09-081-1/+1
| | | | | | the oper specifies a bunch of crap as a number git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5168 e03df62e-2008-0410-955e-edbf42e46eb7
* Made SANICK not collide the user (theres no need to in the new 1.1 now we ↵Gravatar brain2006-09-081-1/+0
| | | | | | have return values- there USED TO BE a need for it) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5167 e03df62e-2008-0410-955e-edbf42e46eb7
* Report invalid nicknames back to operGravatar brain2006-09-081-0/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5166 e03df62e-2008-0410-955e-edbf42e46eb7
* Add failed SANICK noticesGravatar brain2006-09-081-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5165 e03df62e-2008-0410-955e-edbf42e46eb7
* Only put out SANICK success line if the nickchange succeedsGravatar brain2006-09-081-6/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5164 e03df62e-2008-0410-955e-edbf42e46eb7
* Typo in mode handler doesnt let -M be removed!Gravatar brain2006-09-082-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5161 e03df62e-2008-0410-955e-edbf42e46eb7
* Add similar printf format fix to namesxGravatar brain2006-09-081-10/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5160 e03df62e-2008-0410-955e-edbf42e46eb7
* *YOINK* Add jamie's patch for parameterized usermodes in m_opermodes (thanks)Gravatar brain2006-09-081-3/+28
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5157 e03df62e-2008-0410-955e-edbf42e46eb7
* 1) Make earlier fix to inspsocket actually compile without errorGravatar brain2006-09-071-6/+9
| | | | | | | 2) Make sure that query string is sent back in the reply git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5155 e03df62e-2008-0410-955e-edbf42e46eb7
* Forgot to returnGravatar brain2006-09-061-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5152 e03df62e-2008-0410-955e-edbf42e46eb7
* Finish off the fix for bug #136 (a biggie for such a simple thing)Gravatar brain2006-09-061-6/+16
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5151 e03df62e-2008-0410-955e-edbf42e46eb7
* All commands now return results CMD_FAILURE or CMD_SUCCESSGravatar brain2006-09-0637-125/+235
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5150 e03df62e-2008-0410-955e-edbf42e46eb7