Age | Commit message (Expand) | Author |
2006-03-02 | Made host fields more correct 64 in length with 63 copies | brain |
2006-03-02 | Made extensive use of charlcat to cut down on strlcat usage | brain |
2006-02-26 | Valgrind fixes (libstdc++ is broken! :O) | brain |
2006-02-26 | Valgrind fixes | brain |
2006-02-22 | Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a... | brain |
2006-02-21 | Its true i cant count! :P this one i spotted in testing. | brain |
2006-02-21 | MAXMODES wasn't being enforced | brain |
2006-02-07 | Typo (oops) | brain |
2006-02-06 | Allow remote bans from servers to be represented as servers in the banlist | brain |
2006-02-06 | Removed some debug notices that were mistakenly in the DEFAULT loglevel | brain |
2006-02-03 | This probably wont compile atm - add support for prefixed messages | brain |
2006-02-01 | Should always allow remote modechanges (FJOIN not effected as its not sent as... | brain |
2006-01-31 | Key hiding when youre not on the channel | brain |
2006-01-27 | Problems removing +t due to wrong bit-value being used in comparison | brain |
2006-01-25 | Changed +l to drop the mode if the limit is same as current. | brain |
2006-01-18 | Removed all strncpy() calls and replaced with strlcpy() | brain |
2006-01-15 | Bug found by PinkFreud - If an oper deopers themselves by removing the +o mod... | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2006-01-04 | Nicer mode character loop | brain |
2006-01-04 | Revise some serious craq++ in AddBan | w00t |
2005-12-28 | Removed useless isnick() checks in Give* and Take*, in the name of tidiness | brain |
2005-12-26 | Fixed support for implementation hooks | brain |
2005-12-26 | Adding hook type checking to event calls to speed them up | brain |
2005-12-26 | Allow halfop to dehalfop themselves` | brain |
2005-12-22 | Optimized out strcpys that copy empty strings (craq++) | brain |
2005-12-16 | Split all commands into seperate files and redid command system to take class... | brain |
2005-12-16 | So many inclusion loops it makes your head spin - forward declaring tons of c... | brain |
2005-12-16 | Moved ModeGrok and Parser into InspIRCd class | brain |
2005-12-16 | GROK! | brain |
2005-12-16 | Moved mode stuff into modeparser | brain |
2005-12-15 | Full removal of inspircd_util.h | brain |
2005-12-14 | Moved include stack stuff to be private to ServerConfig | brain |
2005-12-14 | Moving more stuff into class ServerConfig | brain |
2005-12-14 | Started moving of data into ServerConfig class | brain |
2005-12-13 | Made MAXCHANS growable for opers/ulines (growing of list not implemented yet) | brain |
2005-12-02 | Added ability for ulined servers to set any arbitary channel mode (even from ... | brain |
2005-12-02 | Changes to allow ulined servers to set any mode | brain |
2005-11-29 | Fixed mode stuff | brain |
2005-11-29 | Added opertype to OnOper and added OnMode function | brain |
2005-11-25 | Fixes for removal of serverrec | brain |
2005-11-25 | Removal of mesh stuff (lots of) | brain |
2005-06-01 | Many linking fixes | brain |
2005-05-30 | Started on -Wall - safe compile | brain |
2005-05-29 | Changed a strcpy to strlcpy | brain |
2005-05-29 | Changed length of user::modes buffer from 512 to much more sensible 54 | brain |
2005-05-28 | Fixed fd_Setsize in cygwin | brain |
2005-05-16 | Removed __single_client_alloc again because gcc devs were smoking crack and r... | brain |
2005-05-15 | Changed to use __single_client_alloc, faster on most systems in a single thread | brain |
2005-05-15 | sorted hashcomp etc | brain |
2005-05-15 | Moved a ton of functions into helperfuncs.h to speed up recompiles | brain |