Age | Commit message (Expand) | Author |
2007-05-22 | Add comments as to what its doing | brain |
2007-05-22 | Code to find nameservers in the windows registry - largely untested | brain |
2007-05-22 | Someone forgot the blindingly obvious - APPLY the glines/zlines you add! they... | brain |
2007-05-22 | This says ten minutes drift and should say five, fixed | brain |
2007-05-21 | Squash unused var error | brain |
2007-05-21 | Remove warning in gcc this time | brain |
2007-05-21 | I think this was the source of burlex's confusion with the spanningtree propo... | brain |
2007-05-21 | In this module we declare the md5 context as a class, then reference it in fu... | brain |
2007-05-21 | Move inspircd.h to top | brain |
2007-05-21 | Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl... | brain |
2007-05-21 | Reorder inspircd.h header to top | brain |
2007-05-21 | All non-commands part of the core are now warning clean on vs8 | brain |
2007-05-21 | Same tweak, again | brain |
2007-05-21 | It seems that making inspircd.h the first include in .cpp files eliminates th... | brain |
2007-05-21 | Reorder includes, dont worry there is method to my madness (i hope) | brain |
2007-05-21 | Reverted broken patch.. This may break, but it's unlikely :p | frostycoolslug |
2007-05-20 | - Comment on the ifdef in here, to avoid people (like myself) going 'what the... | w00t |
2007-05-20 | Crash on restart in win32 fixed. | brain |
2007-05-20 | try...catch around the map::insert in AddFd, for some reason it throws someti... | brain |
2007-05-20 | Remove asserts and convert to unix line endings | brain |
2007-05-20 | - Modify ServerConfig::GetFullProgDir to just return cwd, previously it did a... | w00t |
2007-05-20 | Windows path seperator is \, this was assuming /. Fixed. | brain |
2007-05-20 | - Fix a small warning thrown by cl about unused local. | w00t |
2007-05-20 | Prevent vc8 from thinking we're dereferencing an end iterator | brain |
2007-05-20 | Send CHANMODES= and PREFIX= in CAPAB CAPABILITIES. | brain |
2007-05-19 | Fix (tested) for failing dlsym on win32 | brain |
2007-05-19 | Fix std::sort stuff for w00t | brain |
2007-05-19 | SPACE INDENTING ACTION RANGERS -- ATTACK! | brain |
2007-05-19 | Visual studio's ability to translate tabs to four spaces as default frustrate... | brain |
2007-05-19 | Helps if I add the w32 specific code, too. :p | w00t |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-18 | Fixed a fairly low-risk crash in m_spanningtree | special |
2007-05-18 | m_censor can now block lines as well, by specifying an empty replace string (... | special |
2007-05-17 | Fix broken return statements preventing blockchat and blocked files to be use... | brain |
2007-05-17 | Change the way i/o lines are formatted in debug log to make them more intuiti... | brain |
2007-05-16 | Add a progress meter for loading of core commands, fix broken implementation ... | brain |
2007-05-16 | This is funny, in m_md5 we have an ancient comment from w00t that i forgot to... | brain |
2007-05-16 | We announce a ping timeout THREE different times and ways on the server that ... | brain |
2007-05-16 | And fix another booboo | brain |
2007-05-16 | Add a notice on connection close stating server link uptime, and fix a bug in... | brain |
2007-05-16 | Tidy logic a little in here, and support <options:exemptchanops> | w00t |
2007-05-16 | Opers are not exempt from other modes, don't exempt them from +N (we may add ... | w00t |
2007-05-16 | While rolling our own IS_LOCAL check with irc::string comparison is clever (T... | w00t |
2007-05-15 | Rather largeish change to class checking on connect to fix a few minor bits a... | w00t |
2007-05-15 | Add cmd_reloadmodule.{h,cpp} contributed by Eric at neowin.net, thanks :) | brain |
2007-05-15 | Slight security fix of sorts | w00t |
2007-05-14 | More tweaks from Eric, when an oper is invisible, attempting to /notice or /p... | brain |
2007-05-14 | Added patch from Eric at neowin.net so that opers are still visible joining/p... | brain |
2007-05-14 | Someone forgot the ELIST token (his nick begins with B) | brain |
2007-05-14 | quietbursts tweak for hirop | brain |