summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
2009-05-13Create subclass of User for FakeClient, to allow for use as command sourcedanieldg
2009-05-06Remove FindDescriptor wrapper for GetRef, it doesn't do anything useful and i...w00t
2009-04-09Re-add the default case to commandline parsing (if it happens, it's better to...special
2009-04-09The correct way to detect unknown parameter for getopt_long_only() is looking...brain
2009-04-09Fix the problem described in bug #827; an improper cast when parsing commandl...special
2009-03-23ConfigReaderThread updates: add done flag, remove main-thread-only mutexdanieldg
2009-03-23ThreadEngine: remove MutexFactory, mutexes should be constructed using their ...danieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-14Nuke trailing spacespeavey
2009-02-09Trap SIGXFSZbrain
2009-01-27Credits updates.w00t
2009-01-03Remove extra 'i'.. oopsie :Pw00t
2009-01-03Remove silly comment from r10,000.. mostly just testing vim..w00t
2009-01-02Branch mergew00t
2009-01-02Update copyrights for 2009.w00t
2008-12-27Mark a member static so it isn't exported needlessly.w00t
2008-12-27Place CRT debug defines in win32wrapper.h, so they are defined everywhere. Th...w00t
2008-12-27Remove extra 'i'.. oopsie :Pw00t
2008-12-27Remove silly comment from r10,000.. mostly just testing vim..w00t
2008-12-18Wakey wakey w00t :pbrain
2008-12-18Fix a windows compile screwup, courtesy of me.w00t
2008-12-08If we can't find file.conf, search for file.conf.txt when on windows.w00t
2008-12-07Ugly ugly craq in here in the cleanup stuff. Can be done nicer with a templat...brain
2008-12-07national_case_sensitive_map -> national_case_insensitive_map.w00t
2008-12-07Move stuff to use ASCII map where required.w00t
2008-12-07national_case_sensitive_map must be static, thanks to the match stuff being s...w00t
2008-12-07Add InspIRCd::national_case_sensitive_map pointer, defaults to rfc_case_insen...w00t
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