summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
2008-11-22Thread safety fixes to avoid crashes on rehash, dont reopen logs within the r...brain
2008-11-02This was never supposed to be invoked on /rehash, only startup.. so move it t...w00t
2008-11-01Second attempt at time() -> SI->Time(), now problems with the original were f...w00t
2008-10-28dz added to /info, psychon (omitted?!) added to startup :)w00t
2008-10-22First set our group id, then the user id, because we need to be root to set thepsychon
2008-10-20Implement <security:runasuser> and <security:runasgroup> - allows for set(g|u...w00t
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-09-21Fix crashbrain
2008-09-20Fix a rather nasty race condition revealed by my reading through the comments...brain
2008-09-13Merge commit 'danieldg/out-12'w00t
2008-09-04mutexengine -> mutexfactorybrain
2008-09-04initialise mutexenginebrain
2008-08-24Properly name the windows service error constants and put proper descriptions...brain
2008-08-24No names for the service specific errors, probably wont ever name them as the...brain
2008-08-24work in progressbrain
2008-08-21comments to explain wtf 'ENTRYPOINT' is where main() should be. In the future...brain
2008-08-21add support for windows service. This now is part of inspircd itself being as...brain
2008-08-12Drift now has to be >= 3 secs in either direction to trigger a warning, this ...brain
2008-07-19Fix compile. Also remove write error stuff, as that was used prior to the goo...w00t
2008-07-17Combine IP+port in a failed port list, show (the more helpful) error string s...w00t
2008-07-12And, just because I can. The one pointless one-liner of the evening. :pw00t
2008-07-12Add a snotice about time jumping by more than a second at a time, and move bo...w00t
2008-07-12Remove some long commented out code: we never used to start unless a client p...w00t
2008-05-21Rename "lan or wan ip" -> public ipbrain
2008-05-21update to tell them to try a LAN or a WAN IP, depending on how the box is set...bricker
2008-05-13Check for windows drive letters on the start of paths and treat them the same...brain
2008-05-09Convert CIDR matching and wildcard matching to operate on std::stringsbrain
2008-05-09Fix restart code, by getting run path and argv before calling Cleanup()peavey
2008-04-21Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d...brain
2008-04-18Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lo...brain
2008-04-13Add newlines to the end :) (\n)brain
2008-04-13add a hint to users for using an IP instead of *bricker
2008-04-13Port a bunch of methods of InspIRCd to functors. IsChannel, IsSID, Rehash.brain
2008-04-04Add basic stuff for protocol interface and implement a couple of the methods....brain
2008-04-02Move this message so it actually displays when we're running non-debug: "Insp...brain
2008-04-02Fix yet another warning.brain
2008-04-02Automatic detection and allocation of max fds. No longer needs recompile to c...brain
2008-04-02Better generation. This is still fucked up, but less spectacularly and in a m...w00t
2008-04-02Fuck. STOP committing first thing after waking up.w00t
2008-04-02As part of this... don't give fake client a valid UID, as it's not needed any...w00t
2008-04-02Unneededw00t
2008-04-01Only setup fakeclient once.w00t
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-03-29Test commit. .coders now has CIA (instant notification) and the other channel...brain
2008-03-19Ricer up AllModulesReportReady further. If one fails, all fail, so returning ...peavey
2008-03-19Final tweak to AllModulesReportReady, should be there now.peavey
2008-03-19Damnit, its right now. im going to bedbrain
2008-03-19Whoops, and dont get the comparison backwards. dont look at me like that, its...brain