summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* In case youre wondering, Belgian Blue is a cow breed :) (BLAME W00T) v1.2.0a1Gravatar brain2008-04-051-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9366 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove debug, fix DELLINE: args were the wrong way aroundGravatar w00t2008-04-051-2/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9365 e03df62e-2008-0410-955e-edbf42e46eb7
* debugGravatar w00t2008-04-051-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9364 e03df62e-2008-0410-955e-edbf42e46eb7
* Same hereGravatar brain2008-04-051-1/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9362 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix showing of sid/uid instead of nick or servername when lines are addedGravatar brain2008-04-051-4/+15
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9361 e03df62e-2008-0410-955e-edbf42e46eb7
* Resolve collisions once, don't rely on every server being able to fix our ↵Gravatar w00t2008-04-051-0/+1
| | | | | | collision git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9360 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix a cosmetic issue: 'oper type does not have access'Gravatar w00t2008-04-051-6/+17
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9359 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix multiple burst notifications in a better way (force EOB was quite often ↵Gravatar w00t2008-04-052-16/+21
| | | | | | hitting in too quickly, will only trigger on servers not EOB after 60 seconds now) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9358 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix IDLE sending a nick rather than a uid. Atheme should probably put a ↵Gravatar brain2008-04-051-1/+1
| | | | | | check in too, but its now low priority git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9357 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix bug (partially/accidentally) discovered by Bricker: if an XLine is not ↵Gravatar w00t2008-04-051-1/+4
| | | | | | permanent, bancache should use the expiry time of the xline, not an arbitrary value git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9356 e03df62e-2008-0410-955e-edbf42e46eb7
* Only finish bursting once, thanks AnMasterGravatar brain2008-04-051-10/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9355 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove debug, thanks for reminding me danieldgGravatar brain2008-04-051-5/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9354 e03df62e-2008-0410-955e-edbf42e46eb7
* Tweaks to make some errors show server name and not server IDGravatar brain2008-04-051-6/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9353 e03df62e-2008-0410-955e-edbf42e46eb7
* Make sure this is pushed tooGravatar brain2008-04-051-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9352 e03df62e-2008-0410-955e-edbf42e46eb7
* More standardized version output in 002 and 004 to make indexing for version ↵Gravatar brain2008-04-051-2/+2
| | | | | | numbers better git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9351 e03df62e-2008-0410-955e-edbf42e46eb7
* Use 1.2, not VERSION constant for here.Gravatar w00t2008-04-051-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9350 e03df62e-2008-0410-955e-edbf42e46eb7
* Update ModDesc and class nameGravatar w00t2008-04-051-5/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9349 e03df62e-2008-0410-955e-edbf42e46eb7
* Redo the MODE warning stuff. Don't do some extra unneeded checks, don't ↵Gravatar w00t2008-04-051-16/+5
| | | | | | allow SVSMODE on a channel, close any link that tries to do a MODE on a channel. FMODE with proper TS rules *must* be used. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9348 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix crash in MODE when sent for a user, with only one parameter (which is ↵Gravatar brain2008-04-052-2/+12
| | | | | | wrong, anyway) - Also fix bad output in protocol interface when sending MODE for a user from a server origin git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9346 e03df62e-2008-0410-955e-edbf42e46eb7
* Add m_nickban and documentation. Implements +b n:, which stops any users ↵Gravatar w00t2008-04-041-0/+65
| | | | | | matching from changing their nick. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9345 e03df62e-2008-0410-955e-edbf42e46eb7
* Off by oneGravatar w00t2008-04-041-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9344 e03df62e-2008-0410-955e-edbf42e46eb7
* Only examine local messagesGravatar w00t2008-04-041-0/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9343 e03df62e-2008-0410-955e-edbf42e46eb7
* DOHGravatar brain2008-04-041-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9342 e03df62e-2008-0410-955e-edbf42e46eb7
* Extra stuff for 005 numericGravatar brain2008-04-041-1/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9341 e03df62e-2008-0410-955e-edbf42e46eb7
* m_quietban: implements snomask +b q:Gravatar w00t2008-04-041-0/+68
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9340 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove debug printfGravatar w00t2008-04-041-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9339 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix broken fjoin, looks like we forgot something when porting to new format :pGravatar brain2008-04-041-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9338 e03df62e-2008-0410-955e-edbf42e46eb7
* The start of extended bans infrastructure: syntax is e.g. +b n:w00tdiff@*, ↵Gravatar w00t2008-04-043-5/+44
| | | | | | bans of any type can be applied and checked against, but there's more to come with this. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9337 e03df62e-2008-0410-955e-edbf42e46eb7
* See this brainGravatar w00t2008-04-041-2/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9336 e03df62e-2008-0410-955e-edbf42e46eb7
* Apply our own version of mminds patch that doesnt have #defines in itGravatar brain2008-04-041-1/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9334 e03df62e-2008-0410-955e-edbf42e46eb7
* Add simple modes to FJOIN instead of sending a seperate FMODE all the time. ↵Gravatar w00t2008-04-044-20/+32
| | | | | | This has the benefit of less bandwidth, making us closer to TS6 compliant, and perhaps defeating a few desync conditions in the future.. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9333 e03df62e-2008-0410-955e-edbf42e46eb7
* Dont check APrefix both times :pGravatar brain2008-04-041-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9332 e03df62e-2008-0410-955e-edbf42e46eb7
* Better checksGravatar brain2008-04-041-2/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9331 e03df62e-2008-0410-955e-edbf42e46eb7
* Throw exception if both the prefix chars are defined and the same (thaks ↵Gravatar brain2008-04-041-0/+3
| | | | | | danieldg) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9330 e03df62e-2008-0410-955e-edbf42e46eb7
* Allow for custom prefixes as status chars in /notice @#chan etc. Up until ↵Gravatar brain2008-04-046-55/+22
| | | | | | now theyve just used a hard coded check on @%+. This slows down writing to a channels users by a small amount, but only when writing to a prefix is happening. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9329 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove calls to deprecated InspIRCd::Log(), thanks danieldg for reporting.Gravatar peavey2008-04-041-9/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9327 e03df62e-2008-0410-955e-edbf42e46eb7
* Zap printfsGravatar brain2008-04-041-4/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9326 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix lost messages, thanks w00t and peaveyGravatar brain2008-04-041-3/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9325 e03df62e-2008-0410-955e-edbf42e46eb7
* fix warningsGravatar w00t2008-04-041-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9324 e03df62e-2008-0410-955e-edbf42e46eb7
* Attempt to avoid infinite loopsGravatar w00t2008-04-041-0/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9323 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix this (thx danieldg and owine)Gravatar w00t2008-04-041-4/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9322 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix bad use of old event based api for spanningtree (this is mostly gone now)Gravatar brain2008-04-041-8/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9321 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove deprecated InspIRCd::Log() method so people don't use it etcGravatar w00t2008-04-041-21/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9320 e03df62e-2008-0410-955e-edbf42e46eb7
* Whoops, thanks w00tGravatar brain2008-04-041-4/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9319 e03df62e-2008-0410-955e-edbf42e46eb7
* Whoops, wrong pointer. write out 500 lines 'i will check my code twice', brain.Gravatar brain2008-04-041-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9318 e03df62e-2008-0410-955e-edbf42e46eb7
* Make it buildableGravatar brain2008-04-041-4/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9317 e03df62e-2008-0410-955e-edbf42e46eb7
* Whoops, this would be bad if not fixed :pGravatar brain2008-04-041-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9316 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix chanlog (NOTE: previous commit will require a FULL recompile)Gravatar w00t2008-04-041-6/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9315 e03df62e-2008-0410-955e-edbf42e46eb7
* Remote server PRIVMSG/NOTICE to nickname supportGravatar brain2008-04-042-0/+28
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9314 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove two useless methods, chanlog is b0rked at the moment.Gravatar w00t2008-04-042-5/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9313 e03df62e-2008-0410-955e-edbf42e46eb7