summaryrefslogtreecommitdiff
path: root/src/server.cpp
AgeCommit message (Expand)Author
2009-10-22Clean up unused functions, add nonicks operoverride [dKingston]danieldg
2009-10-20Fix GetUID generating 10-character UUIDsdanieldg
2009-10-16Clean up crash on destruction of statics at exitdanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-24Move configuration filename specification to start script, to reduce hardcode...danieldg
2009-09-05Bump a number of version numbers.w00t
2009-09-02More deallocation-at-exit cleanupdanieldg
2009-09-01Move VERSION/REVISION to their own header to avoid needless rebuilds on updatedanieldg
2009-08-28Don't subtract one from MAXCHANNELS, it's a number, not a string length.w00t
2009-08-06Report the correct sizes as set in the configbrain
2009-07-01Make rehash generate a new ServerInstance->Config objectdanieldg
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-04-16Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'...w00t
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-23ThreadEngine: remove excessive mutex use on thread creationdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-11-22Thread safety fixes to avoid crashes on rehash, dont reopen logs within the r...brain
2008-10-27Add user/channel mode synchronisation detection to CAPAB - link will now drop...w00t
2008-09-20Fix a rather nasty race condition revealed by my reading through the comments...brain
2008-08-24Properly give the service specific exit code on failure to start. Now we just...brain
2008-07-29Remove last vestige of libircdfoo, by changing tag into a single identifier...w00t
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
2008-04-21Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d...brain
2008-04-13Port a bunch of methods of InspIRCd to functors. IsChannel, IsSID, Rehash.brain
2008-04-05More standardized version output in 002 and 004 to make indexing for version ...brain
2008-04-02Fix all this crap - it actually works now (we pray..)w00t
2008-04-02Better generation. This is still fucked up, but less spectacularly and in a m...w00t
2008-04-02Unneededw00t
2008-02-24This should fix remote rehashbrain
2008-02-15Make -nofork work properly with logging now.aquanight
2008-02-09Implement LogManager::CloseLogs() to give logstreams a chance to clean up on ...w00t
2008-02-03Clear up header insanityw00t
2008-01-17Fix.. snomask O is already taken (ffs) so use A insteadw00t
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-04Fix warning reported by owine, caused by SID changes.w00t
2007-11-11Take out some printf gunkbrain
2007-11-11More stuff for this. Its starting to take shape a bit now, and is tidier than...brain
2007-11-03Final part of bug #441 fix (trunk)brain
2007-10-22Remove the need for a bunch of the hard coded arrays/hashes by scanning the s...brain
2007-10-14Fix crashing on startup if there was an error condition in win32brain
2007-08-31This may not compile, I'll test it on my desktop. Waiting 20 minutes for a bu...w00t
2007-08-27Add <server:id> - this is optional, as stated in the example conf,brain
2007-08-27Changes to UID generation:w00t
2007-08-27Fix for bug #401 reported by DarkStormbrain
2007-08-27More uuid fixes, and whack some warningsbrain