summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 1.1.18+Gudbrandsdalsost release v1.1.18Gravatar brain2008-03-291-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9206 e03df62e-2008-0410-955e-edbf42e46eb7
* We also need to re-order to make sure the length comprison comes BEFORE the ↵Gravatar brain2008-03-292-12/+18
| | | | | | append: different items may have different lengths and otherwise we'd be comparing length of the LAST item not the current git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9203 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for bug #506 reported by SkipGravatar brain2008-03-292-6/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9202 e03df62e-2008-0410-955e-edbf42e46eb7
* Don't desync when trying to remotely set swhois on a user who already has oneGravatar w00t2008-03-281-3/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9197 e03df62e-2008-0410-955e-edbf42e46eb7
* Don't expire allows with length 0, they are permanent for the session (thx ↵Gravatar w00t2008-03-281-1/+1
| | | | | | praetorian) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9195 e03df62e-2008-0410-955e-edbf42e46eb7
* Ricer up AllModulesReportReady further. If one fails, all fail, so returning ↵Gravatar peavey2008-03-191-6/+3
| | | | | | false on first fail will save subsequent reduntant calls. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9139 e03df62e-2008-0410-955e-edbf42e46eb7
* Final tweak to AllModulesReportReady, should be there now.Gravatar peavey2008-03-191-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9135 e03df62e-2008-0410-955e-edbf42e46eb7
* Same hereGravatar brain2008-03-191-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9132 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix bug here too where if two modules claim OnCheckReady, the core permits ↵Gravatar brain2008-03-191-4/+6
| | | | | | registration when the first of the set is ready, not when all are ready git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9129 e03df62e-2008-0410-955e-edbf42e46eb7
* Allow IPv6 windows builds. NOT TESTED AT ALL!Gravatar brain2008-03-151-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9099 e03df62e-2008-0410-955e-edbf42e46eb7
* Allow binding to non-anonymous DN for searches (i very much doubt most ↵Gravatar brain2008-03-151-11/+23
| | | | | | people are going to hack open their ldap tree like i did to get this module to work initially, smells of security hole) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9094 e03df62e-2008-0410-955e-edbf42e46eb7
* and clean up this too.Gravatar peavey2008-03-141-8/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9090 e03df62e-2008-0410-955e-edbf42e46eb7
* Roll back to 1.1 module version in Version()Gravatar brain2008-03-141-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9083 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix deprecation (I hope)Gravatar peavey2008-03-141-8/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9081 e03df62e-2008-0410-955e-edbf42e46eb7
* Now compiles, note that it seems a few functions are deprecated in the ↵Gravatar brain2008-03-141-0/+3
| | | | | | versions of openldap i have. FIXME? git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9076 e03df62e-2008-0410-955e-edbf42e46eb7
* Merge copyrightsGravatar brain2008-03-141-1/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9075 e03df62e-2008-0410-955e-edbf42e46eb7
* Use some of unreal4's extra modules at request of a user. Original code of ↵Gravatar brain2008-03-141-0/+189
| | | | | | this module by Carsten Valdemar Munk based on m_sqlauth. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9074 e03df62e-2008-0410-955e-edbf42e46eb7
* Whoops, fix a bug here where the high-bit flags in the config struct for ↵Gravatar brain2008-03-141-1/+1
| | | | | | 'allow newlines' etc cause the data to be ignored! git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9072 e03df62e-2008-0410-955e-edbf42e46eb7
* Recommend that users symlink, not copy the filesGravatar brain2008-03-081-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9069 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport update telling users to use -modupdateGravatar brain2008-03-081-1/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9067 e03df62e-2008-0410-955e-edbf42e46eb7
* D'oh, this repeats the 'mode enabled' line once per channel. Thanks ↵Gravatar brain2008-02-261-2/+2
| | | | | | ElementAlchemist. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9035 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix bug #497, when we ported back the new cull list stuff, we didnt ↵Gravatar brain2008-02-211-1/+1
| | | | | | | | | initialize a new bool in the userrec constructor which determines if the quit server notice line is shown, so its value is 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
* Fix an unneeded assignment in LoopCall that stops it being used for commands ↵Gravatar brain2008-02-201-2/+0
| | | | | | which are sent out 'raw' to other servers by spanningtree git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8970 e03df62e-2008-0410-955e-edbf42e46eb7
* Merge in patch by Darom that fixes race condition when unloading m_mysql.so ↵Gravatar brain2008-02-181-2/+18
| | | | | | that may cause it to crash, fixes bug #438 git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8962 e03df62e-2008-0410-955e-edbf42e46eb7
* Merge in tweaksGravatar brain2008-02-171-30/+16
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8961 e03df62e-2008-0410-955e-edbf42e46eb7
* Grrr! v1.1.17Gravatar brain2008-02-171-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8955 e03df62e-2008-0410-955e-edbf42e46eb7
* Bring on the Gouda!Gravatar brain2008-02-171-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8953 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix: trying to send out all lines in one hit is different from the way we do ↵Gravatar w00t2008-02-161-20/+16
| | | | | | users, etc - and also won't be too healthy for the socket buffer with lots of them. This also removes a data copy, which in theory will make it fractionally faster. Fixes bug #496 reported by Skip. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8946 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix oper quit messages (needed to be set to regular quit if empty) - same ↵Gravatar w00t2008-02-121-3/+6
| | | | | | fix may apply to 1.2..? git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8910 e03df62e-2008-0410-955e-edbf42e46eb7
* .. this was broken, I'm kind of surprised nobody noticed it yesterday.Gravatar w00t2008-02-121-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8909 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport reworked culllist from 1.2: drastically improves performance when ↵Gravatar w00t2008-02-115-135/+60
| | | | | | quitting a lot of users (e.g. on netsplit). I was originally not going to do this for 1.1, but it seems to perform well, and I can't break it under clone flooding - so in it goes. QA: please test this with lots of activity (connecting, disconnecting, ping timeouts, socket errors, anything you can throw at it) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8905 e03df62e-2008-0410-955e-edbf42e46eb7
* Missed a bit.Gravatar w00t2008-02-111-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8903 e03df62e-2008-0410-955e-edbf42e46eb7
* K|G|Z|ELine fix, from 8901Gravatar w00t2008-02-114-53/+76
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8902 e03df62e-2008-0410-955e-edbf42e46eb7
* Don't declare a dupe InspIRCd *Gravatar w00t2008-02-111-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8897 e03df62e-2008-0410-955e-edbf42e46eb7
* Set FD_SETSIZE to 12000, this allows 12000 users per ircd rather than 64. I ↵Gravatar brain2008-02-101-1/+1
| | | | | | doubt select can scale this high, but 64 is rediculous. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8889 e03df62e-2008-0410-955e-edbf42e46eb7
* Commit stuff from fez that he couldnt get committed - fixes to make ↵Gravatar brain2008-02-101-1/+3
| | | | | | socketengine-select work in windows (should be more stable than iocp as the api is known to us unix devs) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8888 e03df62e-2008-0410-955e-edbf42e46eb7
* Rewrite nick targeted bans to user@host or IP bans where necessary. I don't ↵Gravatar w00t2008-02-104-3/+45
| | | | | | know why this didn't happen already. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8872 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport r8866: make K|G|Z|ELine actually work with a nickname target (code ↵Gravatar w00t2008-02-103-19/+3
| | | | | | was there but not functional) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8867 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport low risk memory leak fix to m_cgiirc (r8852)Gravatar w00t2008-02-081-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8853 e03df62e-2008-0410-955e-edbf42e46eb7
* More tweaksGravatar brain2008-02-051-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8840 e03df62e-2008-0410-955e-edbf42e46eb7
* This should work a bit better, voidzero. If someone had told me it was ↵Gravatar brain2008-02-052-2/+2
| | | | | | seperate servers from the start.... :p git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8838 e03df62e-2008-0410-955e-edbf42e46eb7
* MODEACTION_ALLOW was being used instead of DENY, fixes bug #490Gravatar brain2008-02-041-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8822 e03df62e-2008-0410-955e-edbf42e46eb7
* Probably fix a crash in randquote (it does for me), someone from QA please ↵Gravatar w00t2008-02-041-19/+2
| | | | | | test before/after of this. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8819 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport r8810: minor FTOPIC desync fixGravatar w00t2008-02-031-3/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8811 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport r8786 from dz: closes bug #391Gravatar w00t2008-02-022-6/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8787 e03df62e-2008-0410-955e-edbf42e46eb7
* Merge in patches to fix bug #487, submitted by dz, thanks :)Gravatar brain2008-01-301-7/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8768 e03df62e-2008-0410-955e-edbf42e46eb7
* Apply patch from bug #484 written by John. In 1.1 this applies without ↵Gravatar brain2008-01-271-2/+6
| | | | | | modification, thanks git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8759 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport: Fix for bug found by eLement, when an oper is on a notify list and ↵Gravatar brain2008-01-261-0/+5
| | | | | | | | | the oper sets +Q, then the watch list for that user goes into an undefined state 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
* 1.1.16+Parmesan v1.1.16Gravatar brain2008-01-161-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8719 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport <goodchan>: Explicitly allow channels denied by <badchan>Gravatar w00t2008-01-111-0/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8698 e03df62e-2008-0410-955e-edbf42e46eb7