summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Header update: 2007 -> 2008•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8695 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-10156-158/+158
* Fix inadvertant 1.2 -> 1.1 compile error•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8687 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-101-1/+1
* Backport fix for bug #464 reported by John•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8679 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-01-091-3/+3
* Rebind server sockets on REHASH, closes bug #478•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8664 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-083-2/+10
* I swear I've fixed this 5 times now.. it's PERMANENT, USE A FUCKING DICTIONAR...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8658 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-071-1/+1
* Backport r8651: SHA256 consistancy fix.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8652 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-061-1/+19
* Backport 8634, fix for bug #464 reported by John•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8635 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-01-051-2/+1
* Fix for bug #458: servers go missing on collision etc.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8629 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-041-1/+2
* Manual backport of r8613: remove nuh mask from /clones output•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8614 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-021-11/+2
* The mysql worker thread only sleeps 50 nanosecs between cycles, this is not e...•••Increase to 1000, fixes bugs noticed on forum by JulianD, thanks :) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8606 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-11-291-1/+1
* More fixes for owines bugs•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8560 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-11-101-6/+5
* Fix crashbugs found by owine•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8558 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-11-101-4/+13
* Tidy up some minor memory leaks that can result in mode handlers or some othe...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8550 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-11-099-10/+25
* Make AddMode the last thing the constructor does.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8546 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-11-091-3/+2
* Mergable part of bug #441 fix•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8480 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-11-032-2/+4
* svnmerge 8340: Theres no need to check the address of a stack declared array ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8341 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-241-1/+1
* Another.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8292 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-211-1/+1
* Unimportant extra debug•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8291 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-211-1/+1
* Fixes for potter :p•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8289 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-211-4/+7
* Hmm•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8288 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-211-1/+1
* Forgot something!•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8287 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-211-0/+3