summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 1.1.20+Asiago v1.1.20Gravatar brain2008-06-081-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9873 e03df62e-2008-0410-955e-edbf42e46eb7
* Change VERSION output similar to that in 1.1, to make it better for indexingGravatar brain2008-06-082-4/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9871 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix warningGravatar w00t2008-06-011-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9828 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix bug found by the atheme migration testing: +V should never affect INVITE ↵Gravatar w00t2008-05-311-4/+7
| | | | | | from a remote issuer git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9825 e03df62e-2008-0410-955e-edbf42e46eb7
* backport.Gravatar peavey2008-05-291-2/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9816 e03df62e-2008-0410-955e-edbf42e46eb7
* nuke a compiler warning on long int %dGravatar peavey2008-05-281-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9813 e03df62e-2008-0410-955e-edbf42e46eb7
* Show IP (not <unknown>) when sending error to a connection that has not yet ↵Gravatar w00t2008-05-201-1/+1
| | | | | | authenticated git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9782 e03df62e-2008-0410-955e-edbf42e46eb7
* Send link message to snomask +d only. Fixes bug #527, reported by DjMadnessGravatar w00t2008-05-191-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9775 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport r9773, fixes bug #534 reported by irefuse. Listening sockets cannot ↵Gravatar w00t2008-05-191-1/+2
| | | | | | have a close hook. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9774 e03df62e-2008-0410-955e-edbf42e46eb7
* Add a note in here to tell the user when host resolution is disabled, so ↵Gravatar brain2008-05-181-0/+1
| | | | | | that people dont get confused and we can easily identify it git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9744 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix the format of +p channels in /list (both in core /list and in ↵Gravatar brain2008-05-132-2/+2
| | | | | | m_safelist), thanks jrm :) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9722 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove needless and pointless extra format parameterGravatar brain2008-05-131-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9721 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport socket closing fixes (stops sockets hanging sometimes)Gravatar brain2008-05-121-4/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9715 e03df62e-2008-0410-955e-edbf42e46eb7
* Patch ReadFile() not to bork on one line files, and ensure it works ok with ↵Gravatar brain2008-05-121-6/+5
| | | | | | win32 (it does) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9708 e03df62e-2008-0410-955e-edbf42e46eb7
* Same fix hereGravatar brain2008-05-101-1/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9693 e03df62e-2008-0410-955e-edbf42e46eb7
* If nobody else is going to submit a diff, may as well do it myself. Using ↵Gravatar brain2008-05-091-0/+8
| | | | | | your noggin avoids two loops git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9689 e03df62e-2008-0410-955e-edbf42e46eb7
* Same tweak hereGravatar brain2008-05-081-0/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9672 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove here, tooGravatar brain2008-05-081-51/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9670 e03df62e-2008-0410-955e-edbf42e46eb7
* When searching by servername without wildcards, conceal +i users no matter ↵Gravatar brain2008-05-081-0/+3
| | | | | | what craq the spec was on git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9667 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport Fix typo +c => +C reported by alamarGravatar peavey2008-05-061-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9654 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix typoGravatar brain2008-05-061-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9652 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix crash if /reload is not given a parameter (oper only command)Gravatar brain2008-05-041-0/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9607 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix compile errorGravatar brain2008-04-291-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9595 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport fix for stripcolour not stripping colour codes, reported by ↵Gravatar brain2008-04-291-4/+4
| | | | | | jackmcbarn - thanks. Also make rebasing neater, output to current console/output window of visual studio, not a new console git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9594 e03df62e-2008-0410-955e-edbf42e46eb7
* The other timedbans fix from yesterdayGravatar brain2008-04-231-8/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9582 e03df62e-2008-0410-955e-edbf42e46eb7
* Uh, put it back. :pGravatar brain2008-04-211-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9571 e03df62e-2008-0410-955e-edbf42e46eb7
* Don't memset a vector. backport of fix for possible stack corruption by a ↵Gravatar brain2008-04-211-1/+1
| | | | | | memset from 1.2 patch by GreenReaper git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9570 e03df62e-2008-0410-955e-edbf42e46eb7
* Patch to fix timedbans crash reported earlier today, thanks for the headsup ↵Gravatar brain2008-04-211-1/+12
| | | | | | wonderwal git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9562 e03df62e-2008-0410-955e-edbf42e46eb7
* 1.1.19+Cheshire (This is the oldest british cheese apparently) v1.1.19Gravatar brain2008-04-201-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9560 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix a bad return valueGravatar brain2008-04-201-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9559 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix RemoveCommands to remove all commands (this function had some really odd ↵Gravatar brain2008-04-201-11/+3
| | | | | | removal logic?) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9555 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for crash when matching user with a kline on connect (userrec* sent to ↵Gravatar brain2008-04-122-2/+38
| | | | | | | | | %s rather than userrec::nick!) Fix for bug #505 in stable, reported by nenolod git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9470 e03df62e-2008-0410-955e-edbf42e46eb7
* I SEE WHAT I DID THARGravatar brain2008-04-121-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9469 e03df62e-2008-0410-955e-edbf42e46eb7
* In visual studio, CRT crashes when strftime() is given an invalid format ↵Gravatar brain2008-04-121-4/+4
| | | | | | specifier and %F/%T are not supported! git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9466 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix crash in m_stripcolor on windows when the colour code is the first item ↵Gravatar brain2008-04-121-3/+13
| | | | | | on a line git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9464 e03df62e-2008-0410-955e-edbf42e46eb7
* Bump out of date module version on thisGravatar w00t2008-04-121-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9462 e03df62e-2008-0410-955e-edbf42e46eb7
* Hosts vector not cleared on rehash, made rehashing impossibleGravatar brain2008-04-071-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9413 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport r9372: m_messageflood incorrectly letting messages past the handlerGravatar w00t2008-04-061-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9373 e03df62e-2008-0410-955e-edbf42e46eb7
* Use the right variable through the whole loop, eh? (djGrrr, this should fix ↵Gravatar w00t2008-04-051-1/+1
| | | | | | your warning) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9363 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport to stableGravatar brain2008-04-041-1/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9335 e03df62e-2008-0410-955e-edbf42e46eb7
* The only real way to enforce a module calling order in 1.1 :(Gravatar brain2008-04-031-0/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9294 e03df62e-2008-0410-955e-edbf42e46eb7
* This kludge is evil, but: VICTORY IZ MEIN!Gravatar brain2008-04-032-1/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9293 e03df62e-2008-0410-955e-edbf42e46eb7
* More tweaks. It seems to always put namesx last, this seems to fix. test?Gravatar brain2008-04-032-2/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9292 e03df62e-2008-0410-955e-edbf42e46eb7
* This seems to fix, priorities tweaked and a bit of debug added. please test, ↵Gravatar brain2008-04-033-0/+20
| | | | | | peavey git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9291 e03df62e-2008-0410-955e-edbf42e46eb7
* Make this more readable by not reusing the loop variable name inside the ↵Gravatar brain2008-04-031-3/+3
| | | | | | inner loop, this is what caused the problem in trunk git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9289 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport r9285: wallops should be sent regardless of oper statusGravatar w00t2008-04-031-3/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9286 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for bug #456 so we can be rid of itGravatar brain2008-04-021-2/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9280 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix compile errors, thanks voidzeroGravatar brain2008-04-022-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9272 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix bug - we don't free the InspSocketHook interface when unloading these ↵Gravatar brain2008-04-022-0/+2
| | | | | | modules! git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9262 e03df62e-2008-0410-955e-edbf42e46eb7
* BahGravatar w00t2008-04-021-127/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9257 e03df62e-2008-0410-955e-edbf42e46eb7