summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
2009-09-02Remove calls to strdup() in core, it is not better than std::stringdanieldg
2009-09-02More deallocation-at-exit cleanupdanieldg
2009-09-02Misc removal of pointless Extend stringsdanieldg
2009-09-02Valgrind cleanup: deallocate RFC modes, clientlist, and uuidlistdanieldg
2009-09-02Valgrind cleanup: Add RemoveRFCCommands() to dlclose() and delete the core co...danieldg
2009-09-01Remove now-unused insp_sockaddr and insp_inaddr typesdanieldg
2009-09-01Move VERSION/REVISION to their own header to avoid needless rebuilds on updatedanieldg
2009-08-12Fix printf format warningdanieldg
2009-08-12Fixes for config readerdanieldg
2009-08-10Fix thread join not working for subclasses of Thread because of C++ destructo...danieldg
2009-08-02Make sure usage lines up neatly.peavey
2009-07-04Fix possible segfault on giving an unknown cmdline argument. index holds the ...peavey
2009-07-01Make rehash generate a new ServerInstance->Config objectdanieldg
2009-07-01Move list of open ports out of Config objectdanieldg
2009-06-01Makefile updates: clean up command linesdanieldg
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-05-13Use Utils->ServerUser instead of ServerInstance->FakeClient in m_spanningtreedanieldg
2009-05-13Make the previous patches actually workdanieldg
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