summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix for crash when matching user with a kline on connect (userrec* sent to %s...•••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 Gravatar brain2008-04-121-1/+37
* I SEE WHAT I DID THAR•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9469 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-121-1/+1
* In visual studio, CRT crashes when strftime() is given an invalid format spec...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9466 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-121-4/+4
* Fix crash in m_stripcolor on windows when the colour code is the first item o...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9464 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-121-3/+13
* Bump out of date module version on this•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9462 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-121-1/+1
* Hosts vector not cleared on rehash, made rehashing impossible•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9413 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-071-0/+1
* Backport r9372: m_messageflood incorrectly letting messages past the handler•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9373 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-061-1/+2
* Use the right variable through the whole loop, eh? (djGrrr, this should fix y...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9363 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-051-1/+1
* Backport to stable•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9335 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-041-1/+3
* The only real way to enforce a module calling order in 1.1 :(•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9294 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-031-0/+4
* This kludge is evil, but: VICTORY IZ MEIN!•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9293 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-032-1/+9
* More tweaks. It seems to always put namesx last, this seems to fix. test?•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9292 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-032-2/+6
* This seems to fix, priorities tweaked and a bit of debug added. please test, ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9291 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-033-0/+20
* Make this more readable by not reusing the loop variable name inside the inne...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9289 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-031-3/+3
* Fix compile errors, thanks voidzero•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9272 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-022-2/+2
* Fix bug - we don't free the InspSocketHook interface when unloading these mod...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9262 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-022-0/+2
* Bah•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9257 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-021-127/+0
* Unneeded•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9254 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-021-81/+0
* Nothing in 1.1 uses this, nor will it ever now.. remove it to shave a few sec...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9249 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-011-349/+0
* Backport r9247: server buffering improvements (don't constantly flush write b...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9248 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-014-11/+16
* Patch by brain; fix crash when no parameters are given when introducing a rem...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9238 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2008-03-311-2/+3
* Remove the timer (its unsafe on unload) and replace with OnBackgroundTimer. I...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9236 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-311-15/+6
* always ALWAYS send CAPAB before sending SERVER in any situation. This will me...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9228 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-302-0/+5
* Backport r9219-9220 from trunk. Override on operjoin, for those cases where o...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9221 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-03-301-3/+5
* Same here, i cant make this error occur without changing code so we'll just m...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9214 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-291-2/+2
* 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-291-5/+9
* 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-291-2/+5
* 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
* 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
* 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
* 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
* 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
* 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
* 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-051-1/+1
* 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