summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2008-09-08Make OnAcceptReady pure virtual, rename ListenSocket to ListenSocketBase, cre...w00t
2008-09-08Add incoming IP to OnAcceptReadyw00t
2008-09-07Tidy up some of the internals a bit, making things a bit more extensible and ...w00t
2008-09-07Merge class connection in with class user (nothing else inherits it anyway, a...w00t
2008-09-07Merge the second interface for socket hooking into one, so it's all done by A...w00t
2008-09-07Initialising the member we added might be an idea.w00t
2008-09-07Fix forward-declaration caused as a result of recent changes.w00t
2008-09-07Start moving IO hooking from being bufferedsocket based to residing in EventH...w00t
2008-09-06Grr at windows exportsbrain
2008-09-06fixes so m_sqloper builds on winbrain
2008-09-06Make ThreadEngine::Mutex() protected too, make the user use Lock() and Unlock()brain
2008-09-06Speedupsbrain
2008-09-06Nope w00t it wasnt the last :pbrain
2008-09-06Properly handle CIDR etc for user pointer extbansbrain
2008-09-06Make sure user is null when a literal is passedbrain
2008-09-06Optional use of user objectbrain