The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download | Blog | Stats
 
[svn] / trunk / inspircd / include Repository:
Powered by ViewVC

Index of /trunk/inspircd/include

Files shown:35
Directory revision: 10614 (of 10632)
Sticky Revision:
Query: Query revision history


File Rev. Age Author Last log entry
 Parent Directory        
commands/  10424  4 weeks  brain  Grr at windows exports
modes/  10364  5 weeks  brain  Move all the parameters around AGAIN. See docs shortly
socketengines/  10516  3 weeks  w00t  Experimental WSAPoll (thanks for not just using poll(), guys) support for Windows. Untested, uncompi...
threadengines/  10418  4 weeks  brain  Make ThreadEngine::Mutex() protected too, make the user use Lock() and Unlock()
bancache.h  10565  2 weeks  brain  Start documenting stuff for 3rd party developers. Comments only, won't affect feature freeze
base.h  8808  8 months  w00t  Clear up header insanity
caller.h  10566  2 weeks  brain  more comments
channelmanager.h  10566  2 weeks  brain  more comments
channels.h  10085  2 months  om  Add optional 3rd parameter to Channel::SetTopic() which overrides all access checks.
command_parse.h  9930  3 months  brain  Change the value of number of secs in a year to be 31557600 for Duration() with 'y' value. This is 3...
configreader.h  10574  2 weeks  psychon  Fix some comment which was left over from before the conversion from User* to UID
ctables.h  10567  2 weeks  brain  More comments, and remove some unused craq. Someone (that being me) once wrote a craqy imitation of ...
cull_list.h  8717  8 months  w00t  Remove an O(log n) in favour of an O(1) operation, and tidy up culllist some more
dns.h  10567  2 weeks  brain  More comments, and remove some unused craq. Someone (that being me) once wrote a craqy imitation of ...
dynamic.h  10567  2 weeks  brain  More comments, and remove some unused craq. Someone (that being me) once wrote a craqy imitation of ...
exitcodes.h  10251  6 weeks  brain  Properly name the windows service error constants and put proper descriptions in the error strings
filelogger.h  10567  2 weeks  brain  More comments, and remove some unused craq. Someone (that being me) once wrote a craqy imitation of ...
hash_map.h  10567  2 weeks  brain  More comments, and remove some unused craq. Someone (that being me) once wrote a craqy imitation of ...
hashcomp.h  10592  2 weeks  brain  warning-free on windows
inspircd.h  10569  2 weeks  brain  Fix a rather nasty race condition revealed by my reading through the comments and enhancing them. Ba...
inspsocket.h  10579  2 weeks  w00t  Be consistent. Use ServerInstance in all places instead of 'Instance' in half. This has bugged me fo...
inspstring.h  9898  3 months  pippijn  for real
logger.h  9276  6 months  brain  Fix peavey and w00ts bug they found by removing the nonblocking part of the logger. This stuff was h...
mode.h  10366  5 weeks  brain  Whoops, left off a virtual. Please ensure youre using this version if you actually want mode params ...
modules.h  10614  5 days  brain  Fix for bug #601
numerics.h  10113  2 months  w00t  Fix incorrect numerics, closes bug #588
protocol.h  9971  2 months  w00t  Add <gecos> field to <server> in XML stats output, also add to ProtoServer. Fixes part of bug #571, ...
snomasks.h  9649  5 months  w00t  Okay, this was good in theory, but totally and utterly fucked in implementation. Rip out automatic g...
socket.h  10476  4 weeks  w00t  Remove crappy, unsafe (and now unneeded!) casts.
socketengine.h  10456  4 weeks  w00t  Initialising the member we added might be an idea.
testsuite.h  9681  4 months  brain  Convert CIDR matching and wildcard matching to operate on std::strings
threadengine.h  10418  4 weeks  brain  Make ThreadEngine::Mutex() protected too, make the user use Lock() and Unlock()
timer.h  8808  8 months  w00t  Clear up header insanity
typedefs.h  9894  3 months  brain  Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, why couldnt you just use ...
u_listmode.h  10612  8 days  brain  Fix for bug #604 reported by Phoenix, thanks
uid.h  9261  6 months  w00t  Fix all this crap - it actually works now (we pray..)
usermanager.h  9780  4 months  brain  A few minor fixes, some copy constructor stuff, misnamed channelmanager constructor, add files to vc...
users.h  10607  9 days  special  Replace the IP (in addition to hostname) for CGIIRC clients; fixes glines and zlines on IPs affectin...
xline.h  10590  2 weeks  brain  Second part of fix for bug #605, make adding and removal of lines not case sensitive

Download tarball


This repository is synched from our developer network every five minutes There may be a short delay between a commit taking place, and it becoming availble here.
Use svn co http://svn.inspircd.org/repository/trunk/inspircd to check out trunk, or svn co http://svn.inspircd.org/repository/branches/1_1_stable to check out the stable 1.1 branch.
ViewVC Help