summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix a low risk race condition which could result in crashes, spotted by Szyme...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10747 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-281-2/+3
* Fix for bug #604 reported by Phoenix, thanks•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10611 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-301-1/+1
* Add poll() socket engine. Nothing will actually use this, yet, and it's untes...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10242 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-241-0/+66
* Backport r10030•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10031 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-07-171-1/+1
* Backport r9954•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9955 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-07-111-0/+2
* include limits to get correct PATH_MAX where available•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9941 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-07-011-0/+1
* Define PATH_MAX if its not already defined•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9908 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-151-0/+4
* Fix RemoveCommands to remove all commands (this function had some really odd ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9555 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-201-2/+1
* 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-011-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-112-75/+13
* 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-0/+2
* 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-10104-104/+104
* Fixed bug #404; this was caused by recieving multiple OPERTYPEs from a remote...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8085 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-261-1/+2
* backport: Proper fix for end-of-list numerics on restricted lists in bug #386...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7839 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-263-1/+15
* (Part manual merge) backport:•••Raft of fixes so that inspircd can call Cleanup() and Exit() in less 'stable' circumstances, e.g. when half initialized, and it wont segfault. Also fix OpenLog to not always exit on error, but to return a bool instead, which is much more friendly on rehash (you don't want /REHASH dieing your server if you cant write the log!) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7805 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-231-1/+2
* Add some stuff to change how we process a token sepeperated stream•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7801 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-231-2/+3
* BP: Pick up a few error conditions we didnt before in the config reader, and ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7750 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-191-1/+1
* Fix this so it works. •••OBVIOUS WARNING FOR THE DUMB: Dont go overwriting .so files at random to test this, you WILL crash your ircd if you do this improprerly, this is a feature of the linux shared object loader. If you want to test this, try with: rm cmd_whatever.so && echo "TESTTEST" >cmd_whatever.so, do NOT just do the echo. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7714 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-111-4/+7
* Backport: Provide error output on failure to load a core command; to console ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7709 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-112-3/+5
* Merge r7531 from trunk.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7532 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-07-241-1/+0
* Merge r7528-7529 from trunk•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7530 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-07-231-0/+5
* Mass header update. Chatspike-Dev => InspIRCd....•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7467 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-07-1755-330/+165
* OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7456 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-07-16104-104/+14164
* 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7454 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-07-16104-14164/+104
* formatting and ^M•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7451 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-07-161-4/+4
* Fix for bug #349: NOTE there is important caveat about this in the example co...•••When you connect a cgi:irc client two different connect classes are checked at two different times (first the one that the website they are cgi'ing from, then later one for the user's real ip). READ THIS AND UNDERSTAND IT! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7440 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-07-151-0/+6
* This should fix the rest of remote kill nick hiding•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7432 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-07-101-2/+2
* I think we're done adding comments to headers. Phew.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7385 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-171-11/+91
* More comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7384 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-172-1/+101
* Comments (lots of, this was really lacking)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7383 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-171-10/+109
* Comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7382 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-176-15/+69
* More comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7381 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-172-10/+94
* Guess what i added here?•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7380 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-171-0/+20
* Comments :)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7379 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-171-2/+86
* Comment stuff that lacks it•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7378 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-171-2/+54
* Comments (lots of)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7377 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-175-36/+157
* Doxygen comments for command handlers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7376 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-1755-0/+336
* More comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7375 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-1754-0/+108
* Add comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7374 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-1755-55/+220
* Comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7373 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-171-0/+8
* Comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7372 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-172-26/+54
* Tons of stuff added since 1.0 is missing documentation comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7371 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-171-11/+119
* Extra comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7368 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-172-23/+56
* Remove static link stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7348 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-171-22/+2
* Module factory and init function in modules turned into a neat macro:•••INIT_MODULE(MyModuleClassName); Get cracking, w00t :) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7341 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-171-1/+17
* MAXMODES+1 -> MAXMODES+2•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7318 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-141-1/+1
* - Made the recvfrom wrapper a bit neater.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7314 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar burlex2007-06-141-0/+2
* - Fixed UDP Overlapped I/O under windows. (not the best way this could be don...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7313 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar burlex2007-06-141-2/+19
* Some general syntax cleanups.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7304 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar pippijn2007-06-146-11/+11
* Fix for bug #324 reported by HiroP•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7303 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-141-10/+15