summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Added some missing parameter checking in m_swhois•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7429 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-07-071-32/+41
* Warning: Loads of craq logging in here atm. /connect with openssl is broken, ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7428 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-07-063-3/+52
* SSL buffering tweaks. NOTE this is not a complete fix till i say so, don't us...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7427 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-07-062-22/+8
* And fixed a race condition I introduced in the previous commit that could've ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7426 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-07-061-6/+1
* Fixed the handling of the CTCP TIME reply in m_antibear - it could generate r...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7425 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-07-061-8/+13
* Init the sequence indicator to avoid undefined behaviour. Thx owine.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7424 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-07-041-1/+1
* Removed superfluous semicolons•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7423 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar pippijn2007-07-03109-110/+109
* Revert a changed file I didn't want to commit ..•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7422 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-07-031-89/+0
* Fix off-by-one reported by Darom in bug #339•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7421 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-07-032-1/+90
* We know this worked... i think.•••std::string::reserve might not work the same as this. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7420 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-07-021-6/+5
* std::string does not need a null terminator..•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7419 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-07-021-2/+1
* Compile fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7417 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-07-012-2/+2
* Optimizations and code tidyups. QA please check that svsnick and other forced...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7416 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-07-018-18/+17
* Split hostmask with XLines::IdentSplit then re-inject into check for proper d...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7415 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-303-3/+6
* Fixed a bug that caused classes with passwords to instantly disconnect any us...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7414 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-06-281-6/+10
* Made all of the error messages in chg* and set* a bit more uniform, and added...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7413 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-06-266-27/+44
* Added checks for empty ident/host/gecos in the chg* and set* commands. Patch ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7412 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-06-266-1/+32
* Fixed sunos 5.11 support, and a header issue with the ports socketengine. Pat...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7409 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-06-251-1/+1
* Fix undocumented windows behaviour where multiple dns servers are packed into...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7408 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-241-0/+5
* Check for TS==0 in FJOIN•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7406 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-241-0/+7
* Drop fmode with TS of 0, just in case any craq smoking services devs get the ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7405 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-241-0/+7
* Fix for atheme support (and others) which makes sure CAPAB is always sent bef...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7404 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-243-0/+13
* No no no, the fix to free module factories in loadmodule on error causes a bu...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7403 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-231-8/+0
* Fix for bug #332. Correctly invalidate old mode before updating it.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7400 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-221-8/+22
* Apply patch from BuildSmart that fixes a few issues on Mac with the logfile p...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7397 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-211-0/+11
* Add BuildSmart to contributors for all his work on making inspircd work with ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7396 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-211-1/+1
* Make a comment make a bit more general sense, and indent a nested define.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7394 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-06-201-2/+4
* Short circuit order as before, since they are prolly listed according to what...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7393 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-201-1/+1
* And remember it's not only colorcodes we strip :>.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7392 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-201-5/+3
* Fix problem where in certain cases a \0 would be sent out. Thx to network Hak...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7391 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-201-41/+22
* Support duration to set idletime as well as plain seconds. For you Zaba :>•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7390 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-191-4/+5
* Helps if it compiles•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7389 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-181-3/+6
* This should be safe. Someone test module loading and unloading during use and...•••Also test some misconfigured modules, e.g. try and load m_services with m_services_account. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7388 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-181-1/+6
* fix possible minor memleak in LoadModule. Thx IronLegend.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7387 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-181-0/+1
* Add ISUPPORT SSL token requested by tabris.•••Syntax: SSL=<ip/host>:<port>[;<ip/host>:<port> ...] Note that the insp implementation due to API limitations (ick, we have some) will print '*' in the host/ip section, meaning 'bound to all', a client should just connect-back to the ip it connected to initially, on the new port to make use of this. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7386 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-182-2/+21
* Update this to use CMD_LOCALONLY•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7370 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-06-171-2/+1
* Last conversions•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7367 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-06-171-25/+1
* Conversions. :D•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7366 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-06-173-72/+3
* Conversions•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7365 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-06-179-219/+9
* Conversions..•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7364 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-06-174-98/+4
* Conversions.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7363 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-06-179-225/+9
* Conversions•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7362 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-06-177-168/+7
* Conversions•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7361 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-06-176-147/+6
* More conversions.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7360 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-06-176-148/+6
* More (last of extra)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7359 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-172-46/+2
* More•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7358 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-175-108/+5
* Conversions•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7357 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-06-176-144/+6
* More•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7356 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-177-157/+7
* Conversions•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7355 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-06-174-94/+4
* Conversions•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7354 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-06-175-115/+5