summaryrefslogtreecommitdiffstats
path: root/src/inspircd.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed compile glitch on 3.4•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1508 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-241-1/+1
* Changed to not show remote quits (we don't show remote connects after all)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1504 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-241-1/+3
* Added Bailout•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1503 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-241-8/+1
* Added extra code to notify mainloop when the iterator has been mangled (e.g. ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1499 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-241-2/+13
* Sum not being propogated properly, attempted fix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1497 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-241-1/+1
* Now clears the autoconns map on rehash•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1490 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-241-0/+1
* Autoconnect/typo fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1489 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-241-4/+4
* Fixed to not autoconnect servers we already have!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1488 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-241-1/+21
* Autoconnection of servers added•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1487 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-241-0/+19
* Nonblocking connect() for outbound server links (why was this blocking anyway)•••Changed /map to show authenticating servers with a * similar to hybrid git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1485 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-241-0/+15
* Fixed bug where when a server split all other servers would stop responding•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1479 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-231-0/+5
* Tidied up some socket stuff into userrec•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1476 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-231-5/+3
* Output buffering on server connections•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1475 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-231-0/+2
* Changed revision id's to std::string•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1472 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-221-2/+2
* *** empty log message ***•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1470 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-211-0/+5
* *** empty log message ***•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1466 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-201-0/+10
* *** empty log message ***•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1464 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-201-11/+2
* random crash fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1455 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-191-4/+1
* Kill fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1454 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-191-6/+9
* *** empty log message ***•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1438 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-181-5/+0
* *** empty log message ***•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1437 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-181-2/+20
* Removed unncessary sched_yield calls•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1421 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-181-9/+0
* Added configurable SOMAXCONN size•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1419 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-171-4/+11
* Moved a load of servers-only stuff into serverrec out of the way of userrec•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1417 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-171-31/+27
* Mass-connect speedups, also now uses less processor time•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1416 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-171-31/+51
* Fine-tuning epoll parameters•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1412 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-171-3/+3
* Changed epoll_wait timeout•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1411 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-171-1/+1
* Changed from SOMAXCONN to 32•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1410 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-171-2/+2
* Epoll tweaks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1409 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-171-4/+13
* Experimental: Epoll support•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1408 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-171-47/+146
* Increased listen backlog from 5 to use SOMAXCONN, system defined constant max...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1407 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-161-2/+2
* Removed __single_client_alloc again because gcc devs were smoking crack and r...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1406 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-161-24/+24
* Changed to use __single_client_alloc, faster on most systems in a single thread•••Specified namespace std in *all* files git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1404 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-151-15/+15
* Changed to use __single_client_alloc, supposedly faster in single-thread situ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1402 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-151-9/+9
* Moved StrHashComp and InAddr_HashComp into the irc:: namespace•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1398 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-151-4/+4
* sorted hashcomp etc•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1387 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-151-4/+0
* Moved a ton of functions into helperfuncs.h to speed up recompiles•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1383 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-151-1554/+2
* Added idea from ircu: /invite with too few params shows the channels youve be...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1382 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-151-1/+1
* Added 'uniqueness sums': http://www.inspircd.org/wiki/InspIRCd_Server_Protoco...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1378 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-141-22/+74
* Changed the type of struct whowas records are stored in (no need to waste a b...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1369 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-121-5/+5
* Structure optimizations, changed a lot of bools into binary bitmasks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1368 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-121-14/+13
* Honking great memory leak fixed that's been there since the early alphas :/•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1366 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-121-6/+13
* Customizable by-byte-size recvq stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1365 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-121-1/+10
* Updated default sendq size to 256k•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1363 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-121-2/+2
* added sendq stuff, see example config•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1362 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-111-36/+40
* Added basic sendq stuff - WARNING, there is no configuration yet, this CVS al...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1361 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-111-22/+36
* Fixed weird bug where on mass join/part flood, the channel would be•••purged before it was actually empty due to its counters being screwed up git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1360 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-111-3/+0
* Dns poll not called often enough•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1359 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-111-3/+1
* Made ping check loop less regular in kqueue version•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1358 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-101-6/+16
* Added ability to accept() up to 32 pending sockets at once•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1356 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-101-5/+6