summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-11-01Simulate AF_INET addresses for 4in6 connections [danieldg]w00t
2008-10-28Remove one (now unneeded) 4in6 hack.w00t
2008-10-27Add user/channel mode synchronisation detection to CAPAB - link will now drop...w00t
2008-10-25Fix a number of commands to have max_params field. This means in practice, th...w00t
2008-10-25Add optional max_params for commands, which means that we can compress 'extra...w00t
2008-10-25Use TargetTypeFlags instead of int in a few places.w00t
2008-10-25As we have an enum for type, why not ..use it?w00t
2008-10-25Last of documentation for protocol interface. XXX, ProtocolInterface::GetServ...w00t
2008-10-25Document SendMode.w00t
2008-10-25Document SendTopic.w00t
2008-10-25Document SendMetaData.w00t
2008-10-25Document ENCAP.w00t
2008-10-25(sort of..) Revert commit 7736e920fe6ccaf9ad1984afc70db19efd4fb8cd - remove d...w00t
2008-10-23Revert earlier time() -> SI->Time() diff for now, this causes problems with d...w00t
2008-10-23Patch from Namegduf converting all instances (where possible) of time() -> Se...w00t
2008-10-23Patch from dz to fix bug 622 (config errors build up from /rehash to /rehash)...w00t
2008-10-20Implement <security:runasuser> and <security:runasgroup> - allows for set(g|u...w00t
2008-10-18Default 'noisy' to false. Until i hear from w00t i cant see how this can be o...brain
2008-10-18Working privs implementation, and example usage in NOTICE for mass messaging.w00t
2008-10-18Migrate oper commands to an std::set, add a set for privs also. Change the AP...w00t
2008-10-18Add skeleton of HasPrivPermission.w00t
2008-10-17Remove the duplicate checking/disabled setting of <connect> craq, there is a ...w00t
2008-10-02Fix for bug #601brain
2008-09-30Fix for bug #604 reported by Phoenix, thanksbrain
2008-09-29Replace the IP (in addition to hostname) for CGIIRC clients; fixes glines and...special
2008-09-22warning-free on windowsbrain
2008-09-22Second part of fix for bug #605, make adding and removal of lines not case se...brain
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-09-21Fix some comment which was left over from before the conversion from User* to...psychon
2008-09-20Fix a rather nasty race condition revealed by my reading through the comments...brain
2008-09-20More commentsbrain
2008-09-20More comments, and remove some unused craq. Someone (that being me) once wrot...brain
2008-09-20more commentsbrain
2008-09-20Start documenting stuff for 3rd party developers. Comments only, won't affect...brain
2008-09-13Changed Allowed Modes to bitsets.aquanight
2008-09-13Remove unneeded namespace stuff.w00t
2008-09-12Minor style tidyup.w00t
2008-09-12Cleanup of some internals. Tested via m_httpd.w00t
2008-09-11Remove some duplication, everything calls the SE equivilant anyway.w00t
2008-09-11Remove useless parameter.w00t
2008-09-11Fix a comment.w00t
2008-09-11Experimental WSAPoll (thanks for not just using poll(), guys) support for Win...w00t
2008-09-11There is absolutely no need to cache connect timeout.w00t
2008-09-11Remove an unused member.w00t
2008-09-11Remove WaitingForWriteEvent, it seems to do *nothing* except confuse things. ...w00t
2008-09-10Clear out the string used for the temporarily stored hostname during DNS reso...special
2008-09-10Fixed comments for cached host fields in User; 3/4 of these were completely i...special
2008-09-09Remove a totally redundant method (this is already available via inheritance ...w00t
2008-09-08Remove crappy, unsafe (and now unneeded!) casts.w00t
2008-09-08Remove listening from BufferedSocket, it's bloaty and horrid. We have a Liste...w00t