| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Started moving of data into ServerConfig class•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2393 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-14 | 1 | -33/+1 | ||
| * | 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 | 2005-12-14 | 1 | -8/+8 | ||
| * | 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 | 2005-12-14 | 1 | -4/+4 | ||
| * | #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 | 2005-12-13 | 1 | -1/+1 | ||
| * | 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 | 2005-12-13 | 1 | -10/+7 | ||
| * | 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 | 2005-12-13 | 1 | -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 | 2005-12-13 | 1 | -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 | 2005-12-13 | 1 | -3/+27 | ||
| * | 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 | 2005-12-13 | 1 | -1/+1 | ||
| * | 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 | 2005-12-13 | 1 | -3/+3 | ||
| * | Moved some stuff out to userprocess.cpp•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2359 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-12 | 1 | -11/+0 | ||
| * | EXPERIMENTAL new socket engine code•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2326 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-12 | 1 | -26/+3 | ||
| * | Removed broken ! operator•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2293 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-09 | 1 | -1/+1 | ||
| * | Fixed local whois ability to show idle time for remote user (idle time of 0!)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2292 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-09 | 1 | -1/+2 | ||
| * | Added preliminary remote WHOIS•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2287 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-09 | 1 | -39/+49 | ||
| * | Added insane tag (prevents wide gline etc)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2251 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-07 | 1 | -0/+90 | ||
| * | Now shows remote quits differently•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2244 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-07 | 1 | -2/+1 | ||
| * | Added remote connect notices•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2241 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-07 | 1 | -11/+4 | ||
| * | Added ADDLINE•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2217 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-06 | 1 | -1/+0 | ||
| * | Added G/Z/Q/E line propogation•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2216 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-06 | 1 | -2/+17 | ||
| * | Fixed RFC-non-complaince of TOPIC and NAMES with +s channel (As reported by G...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2215 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-06 | 1 | -2/+2 | ||
| * | Made commands.cpp include its own header (oops)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2203 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-05 | 1 | -0/+1 | ||
| * | Fixed channel kicks from outside channel on ulines (they work now!) :P•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2202 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-05 | 1 | -1/+1 | ||
| * | Fixed prefixquit to not prefix remote quits•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2193 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-05 | 1 | -3/+15 | ||
| * | Added OnWallops•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2155 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-04 | 1 | -0/+1 | ||
| * | Missing ;•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2154 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-04 | 1 | -1/+1 | ||
| * | Made globals come from global ;)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2153 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-04 | 1 | -2/+4 | ||
| * | Added notice-to-servermask•••Added ability to output 'is an oper but i dont know what type' in WHOIS git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2152 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-04 | 1 | -7/+35 | ||
| * | Fixed LUSERS and MAP to display 'dummy' data•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2141 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-04 | 1 | -4/+8 | ||
| * | Made threading optional•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2108 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-02 | 1 | -0/+8 | ||
| * | Multithreaded DNS -- not tested!!!!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2088 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-01 | 1 | -3/+11 | ||
| * | *really* reverted is_uline change -- \!server returns false, \!*server return...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2087 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-01 | 1 | -2/+3 | ||
| * | Added remote rehash (even to a mask)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2061 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-30 | 1 | -2/+7 | ||
| * | Added Server::RehashServer•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2060 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-30 | 1 | -1/+4 | ||
| * | Added ForceTopic stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2046 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-30 | 1 | -1/+1 | ||
| * | Added missing ;•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2044 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-30 | 1 | -1/+1 | ||
| * | Added OnPostLocalTopic•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2042 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-30 | 1 | -1/+4 | ||
| * | Made OnUserInvite actually trigger•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2041 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-30 | 1 | -1/+1 | ||
| * | Added remote kill•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2035 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-30 | 1 | -0/+2 | ||
| * | Merged an strcpy() and strlcat() -- looks nicer. Yeah, incredibly minor. Also...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2024 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-30 | 1 | -2/+5 | ||
| * | Added opertype to OnOper and added OnMode function•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2010 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-29 | 1 | -1/+1 | ||
| * | Added NICK and QUIT•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2009 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-29 | 1 | -1/+1 | ||
| * | Added reason to OnUserQuit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2007 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-29 | 1 | -1/+2 | ||
| * | Reverted is_uline change•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1987 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-29 | 1 | -1/+1 | ||
| * | Small fault-- is_uline() returned true for '' - not a good thing, I'd assume.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1985 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-29 | 1 | -4/+5 | ||
| * | Made privmsgs work•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1976 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-28 | 1 | -2/+5 | ||
| * | Added OnUserMessage and OnUserNotice (why have these been missing so long?)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1974 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-28 | 1 | -3/+6 | ||
| * | Cleaned up some warnings•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1951 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-25 | 1 | -1/+0 | ||
| * | Fixes for removal of serverrec•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1946 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-25 | 1 | -4/+2 | ||
| * | Removed references to deprecated files servers.* and connection.*•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1941 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-25 | 1 | -2/+0 | ||
