aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Moved a ton of *Conf functions into the ServerConfig class•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2412 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-141-8/+8
* Mis-declared ClearStack()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2411 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-141-1/+1
* Moved include stack stuff to be private to ServerConfig•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2410 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-147-29/+24
* Moved classes out of inspircd.cpp•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2409 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-141-2/+1
* Moved readconfig to serverconfig class•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2408 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-144-268/+289
* Removed reference to RULES•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2407 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-141-1/+1
* More references to RULES and MOTD•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2406 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-141-5/+5
* Removed deprecated direct reference to file_cache MOTD, RULES•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2405 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-141-10/+3
* Moved retrieval of PID filename into ReadConfig•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2404 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-141-4/+4
* Config fixes for moving MOTD and RULES vectors into the ServerConfig class•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2403 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-141-2/+2
* Added config_f to serverconfig, UNTESTED•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2402 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-147-108/+94
* Tidied up modules.h added some typedefs to typedefs.h•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2401 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-146-51/+1
* moved declarations of typedefs for user_hash and chan_hash etc to typedefs.h•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2400 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-147-14/+20
* Finished moving main config items into class ServerConfig•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2399 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-141-1/+3
* Fixed unresolved reference to Config::DNSServer•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2398 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-141-2/+2
* Fixed unresolved external•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2397 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-141-6/+1
* Missed a nofork•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2396 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-141-1/+1
* Moved tons of stuff into class ServerConfig•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2395 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-144-42/+41
* Moving more stuff into class ServerConfig•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2394 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-143-39/+39
* Started moving of data into ServerConfig class•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2393 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-1412-234/+27
* Half way through updating to move a ton of extern confs into class ServerConfig•••WILL NOT RUN ATM git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2392 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-145-146/+84
* Added parameter to apply_lines to indicate what we want to apply•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2391 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-144-18/+18
* Changed a broken && to & which was preventing epoll from doing outbound conne...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2390 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-141-1/+1
* Use our shiny new IS_LOCAL() macro, and add a query.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2389 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2005-12-141-2/+2
* tidystring() anal optimisation•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2388 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2005-12-141-15/+19
* Fixed a couple of missing \n's at request of Special•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2387 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-132-2/+2
* #define IS_LOCAL(x) (x->fd > -1)•••#define IS_REMOTE(x) (x->fd < 0) #define IS_MODULE_CREATED(x) (x->fd == FD_MAGIC_NUMBER) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2386 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-135-7/+8
* optimized a ton of strcmps down to an integer comparison!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2385 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-135-35/+32
* Tons of optimizations to add_channel (UNTESTED)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2384 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-131-133/+79
* De-messified GetRevision•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2383 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-131-8/+13
* Eliminated a strlcpy•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2382 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-131-7/+8
* Optimized accept() stuff to eliminate loop, idea while talking to w00t•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2381 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-132-32/+45
* Minor bug chasing•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2380 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-131-0/+2
* Not sending fjoins on sync?•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2379 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-131-0/+2
* Got rid of the evil loopy horrid mess in dnsqueue.cpp (singlethreaded dns loo...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2377 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-132-92/+63
* Made dnsqueue clean up its sockets from the socketengine properly•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2376 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-131-0/+1
* Prevented zlines from being allowed with a username/ident in them•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2375 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-131-0/+5
* Added ability for channel lists to grow past one line in WHOIS•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2374 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-131-0/+4
* Modified chlist() and whois to allow output of multi line channel membership ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2373 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-132-18/+33
* Fixed minor warning•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2371 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-131-1/+1
* added question about oper channel max•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2369 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-131-30/+47
* Modified channel joining to allow > MAXCHANS for opers/remote (when complete)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2368 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-134-16/+16
* Made MAXCHANS growable for opers/ulines (growing of list not implemented yet)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2367 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-1310-41/+41
* Removed some logging that can cause excessively huge logs when select() is be...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2366 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-131-3/+0
* More old /map code removal, removed stuff from headers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2365 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2005-12-131-10/+0
* Removed old /map code•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2364 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2005-12-131-5/+0
* Removed some remnants from mesh linking•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2363 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2005-12-131-10/+0
* Set up externs to allow moving loads of crap out of inspircd.cpp•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2362 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-131-0/+46
* Added reference to userprocess.h•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2360 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-121-0/+1
* Moved some stuff out to userprocess.cpp•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2359 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-124-356/+391