summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 1.1.18+Gudbrandsdalsost release•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9206 e03df62e-2008-0410-955e-edbf42e46eb7 v1.1.18Gravatar brain2008-03-291-1/+1
* We also need to re-order to make sure the length comprison comes BEFORE the a...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9203 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-292-12/+18
* Fix for bug #506 reported by Skip•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9202 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-292-6/+11
* Don't desync when trying to remotely set swhois on a user who already has one•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9197 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-03-281-3/+6
* Don't expire allows with length 0, they are permanent for the session (thx pr...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9195 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-03-281-1/+1
* Ricer up AllModulesReportReady further. If one fails, all fail, so returning ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9139 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-03-191-6/+3
* Final tweak to AllModulesReportReady, should be there now.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9135 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-03-191-1/+1
* Same here•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9132 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-191-1/+1
* Fix bug here too where if two modules claim OnCheckReady, the core permits re...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9129 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-191-4/+6
* Allow IPv6 windows builds. NOT TESTED AT ALL!•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9099 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-151-2/+2
* Allow binding to non-anonymous DN for searches (i very much doubt most people...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9094 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-151-11/+23
* and clean up this too.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9090 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-03-141-8/+1
* Roll back to 1.1 module version in Version()•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9083 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-141-1/+1
* Fix deprecation (I hope)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9081 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-03-141-8/+13
* Now compiles, note that it seems a few functions are deprecated in the versio...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9076 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-141-0/+3
* Merge copyrights•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9075 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-141-1/+12
* Use some of unreal4's extra modules at request of a user. Original code of th...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9074 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-141-0/+189
* Whoops, fix a bug here where the high-bit flags in the config struct for 'all...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9072 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-141-1/+1
* Recommend that users symlink, not copy the files•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9069 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-081-1/+1
* Backport update telling users to use -modupdate•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9067 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-081-1/+5
* D'oh, this repeats the 'mode enabled' line once per channel. Thanks ElementAl...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9035 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-261-2/+2
* Fix bug #497, when we ported back the new cull list stuff, we didnt initializ...•••undefined, and may hide the quit snomask. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8973 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-211-1/+1
* Fix an unneeded assignment in LoopCall that stops it being used for commands ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8970 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-201-2/+0
* Merge in patch by Darom that fixes race condition when unloading m_mysql.so t...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8962 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-181-2/+18
* Merge in tweaks•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8961 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-171-30/+16
* Grrr!•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8955 e03df62e-2008-0410-955e-edbf42e46eb7 v1.1.17Gravatar brain2008-02-171-1/+1
* Bring on the Gouda!•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8953 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-171-1/+1
* Fix: trying to send out all lines in one hit is different from the way we do ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8946 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-161-20/+16
* Fix oper quit messages (needed to be set to regular quit if empty) - same fix...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8910 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-121-3/+6
* .. this was broken, I'm kind of surprised nobody noticed it yesterday.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8909 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-121-1/+1
* Backport reworked culllist from 1.2: drastically improves performance when qu...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8905 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-115-135/+60
* Missed a bit.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8903 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-111-0/+1
* K|G|Z|ELine fix, from 8901•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8902 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-114-53/+76
* Don't declare a dupe InspIRCd *•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8897 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-111-1/+0
* Set FD_SETSIZE to 12000, this allows 12000 users per ircd rather than 64. I d...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8889 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-101-1/+1
* Commit stuff from fez that he couldnt get committed - fixes to make socketeng...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8888 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-101-1/+3
* Rewrite nick targeted bans to user@host or IP bans where necessary. I don't k...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8872 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-104-3/+45
* Backport r8866: make K|G|Z|ELine actually work with a nickname target (code w...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8867 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-103-19/+3
* Backport low risk memory leak fix to m_cgiirc (r8852)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8853 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-081-2/+2
* More tweaks•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8840 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-051-1/+1
* This should work a bit better, voidzero. If someone had told me it was sepera...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8838 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-052-2/+2
* MODEACTION_ALLOW was being used instead of DENY, fixes bug #490•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8822 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-041-1/+1
* Probably fix a crash in randquote (it does for me), someone from QA please te...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8819 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-041-19/+2
* Backport r8810: minor FTOPIC desync fix•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8811 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-031-3/+4
* Backport r8786 from dz: closes bug #391•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8787 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-022-6/+12
* Merge in patches to fix bug #487, submitted by dz, thanks :)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8768 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-01-301-7/+12
* Apply patch from bug #484 written by John. In 1.1 this applies without modifi...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8759 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-01-271-2/+6
* Backport: Fix for bug found by eLement, when an oper is on a notify list and ...•••due to the metadata not being correctly cleared from the user in m_watch OnUserQuit. Thanks :) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8753 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-01-261-0/+5
* 1.1.16+Parmesan•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8719 e03df62e-2008-0410-955e-edbf42e46eb7 v1.1.16Gravatar brain2008-01-161-1/+1
* Backport <goodchan>: Explicitly allow channels denied by <badchan>•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8698 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-111-0/+10