Age | Commit message (Expand) | Author |
2008-10-18 | Working privs implementation, and example usage in NOTICE for mass messaging. | w00t |
2008-10-18 | Migrate oper commands to an std::set, add a set for privs also. Change the AP... | w00t |
2008-10-18 | Add skeleton of HasPrivPermission. | w00t |
2008-10-17 | Remove the duplicate checking/disabled setting of <connect> craq, there is a ... | w00t |
2008-10-02 | Fix for bug #601 | brain |
2008-09-30 | Fix for bug #604 reported by Phoenix, thanks | brain |
2008-09-29 | Replace the IP (in addition to hostname) for CGIIRC clients; fixes glines and... | special |
2008-09-22 | warning-free on windows | brain |
2008-09-22 | Second part of fix for bug #605, make adding and removal of lines not case se... | brain |
2008-09-21 | Be consistent. Use ServerInstance in all places instead of 'Instance' in half... | w00t |
2008-09-21 | Fix some comment which was left over from before the conversion from User* to... | psychon |
2008-09-20 | Fix a rather nasty race condition revealed by my reading through the comments... | brain |
2008-09-20 | More comments | brain |
2008-09-20 | More comments, and remove some unused craq. Someone (that being me) once wrot... | brain |
2008-09-20 | more comments | brain |
2008-09-20 | Start documenting stuff for 3rd party developers. Comments only, won't affect... | brain |
2008-09-13 | Changed Allowed Modes to bitsets. | aquanight |
2008-09-13 | Remove unneeded namespace stuff. | w00t |
2008-09-12 | Minor style tidyup. | w00t |
2008-09-12 | Cleanup of some internals. Tested via m_httpd. | w00t |
2008-09-11 | Remove some duplication, everything calls the SE equivilant anyway. | w00t |
2008-09-11 | Remove useless parameter. | w00t |
2008-09-11 | Fix a comment. | w00t |
2008-09-11 | Experimental WSAPoll (thanks for not just using poll(), guys) support for Win... | w00t |
2008-09-11 | There is absolutely no need to cache connect timeout. | w00t |
2008-09-11 | Remove an unused member. | w00t |
2008-09-11 | Remove WaitingForWriteEvent, it seems to do *nothing* except confuse things. ... | w00t |
2008-09-10 | Clear out the string used for the temporarily stored hostname during DNS reso... | special |
2008-09-10 | Fixed comments for cached host fields in User; 3/4 of these were completely i... | special |
2008-09-09 | Remove a totally redundant method (this is already available via inheritance ... | w00t |
2008-09-08 | Remove crappy, unsafe (and now unneeded!) casts. | w00t |
2008-09-08 | Remove listening from BufferedSocket, it's bloaty and horrid. We have a Liste... | w00t |
2008-09-08 | Make OnAcceptReady pure virtual, rename ListenSocket to ListenSocketBase, cre... | w00t |
2008-09-08 | Add incoming IP to OnAcceptReady | w00t |
2008-09-07 | Tidy up some of the internals a bit, making things a bit more extensible and ... | w00t |
2008-09-07 | Merge class connection in with class user (nothing else inherits it anyway, a... | w00t |
2008-09-07 | Merge the second interface for socket hooking into one, so it's all done by A... | w00t |
2008-09-07 | Initialising the member we added might be an idea. | w00t |
2008-09-07 | Fix forward-declaration caused as a result of recent changes. | w00t |
2008-09-07 | Start moving IO hooking from being bufferedsocket based to residing in EventH... | w00t |
2008-09-06 | Grr at windows exports | brain |
2008-09-06 | fixes so m_sqloper builds on win | brain |
2008-09-06 | Make ThreadEngine::Mutex() protected too, make the user use Lock() and Unlock() | brain |
2008-09-06 | Speedups | brain |
2008-09-06 | Nope w00t it wasnt the last :p | brain |
2008-09-06 | Properly handle CIDR etc for user pointer extbans | brain |
2008-09-06 | Make sure user is null when a literal is passed | brain |
2008-09-06 | Optional use of user object | brain |
2008-09-06 | Whoops left something out | brain |
2008-09-06 | Newer extban-supporting listmode api | brain |