Age | Commit message (Expand) | Author |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-06 | CIDR g/k/e lines to go with zlines | brain |
2006-08-06 | Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper... | brain |
2006-08-04 | Change to using userrec::ip as a sockaddr to store port, ip and address famil... | brain |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | brain |
2006-07-30 | REMOTE STATS! WOOO AND YAY! | brain |
2006-07-03 | Just to be really anal, typo fix in comment | om |
2006-07-01 | Change WriteChannelWithServ and it's _NoFormat to take a const char* serverna... | om |
2006-04-24 | delete operator tracking in debug mode (using a macro -- live with it.) | brain |
2006-04-08 | Remove references to inspircd_io from these, stop configure making all the mo... | om |
2006-04-06 | Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T... | w00t |
2006-03-27 | trivial: Slight reformat of expiry of line message | w00t |
2006-03-10 | Tidyup of commented out reminder code | brain |
2006-03-10 | Mass tidyup of ServerConfig::Read and stuff | brain |
2006-03-05 | Colon before the reasons in STATS, so that it doesnt munge up the reason in c... | brain |
2006-02-28 | BanHiding | brain |
2006-02-22 | Perm elines (<exception> tag) not being applied - fixed | brain |
2006-02-08 | Checks to not propogate invalid or already-existing Xlines | brain |
2006-01-27 | Improved IP handling. Now uses in_addr to store client ip, not char[16]! | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2006-01-12 | GCC 4.0.2 warns because we assign in an if. we want to assign in an if, so we... | brain |
2006-01-12 | Typo (whoops) | brain |
2006-01-12 | xline tweaks | brain |
2006-01-12 | Replaced sprintf's with some char* voodoo | brain |
2005-12-15 | Full removal of inspircd_util.h | brain |
2005-12-15 | Made apply_lines apply perm lines again | brain |
2005-12-15 | Added CullList class | brain |
2005-12-15 | New CullList trick | brain |
2005-12-14 | More config tidyups | brain |
2005-12-14 | Added config_f to serverconfig, UNTESTED | brain |
2005-12-14 | Tidied up modules.h added some typedefs to typedefs.h | brain |
2005-12-14 | moved declarations of typedefs for user_hash and chan_hash etc to typedefs.h | brain |
2005-12-14 | Started moving of data into ServerConfig class | brain |
2005-12-14 | Added parameter to apply_lines to indicate what we want to apply | brain |
2005-12-13 | #define IS_LOCAL(x) (x->fd > -1) | brain |
2005-12-13 | optimized a ton of strcmps down to an integer comparison! | brain |
2005-12-08 | Typo in a comment, talk about grammar-nazi | brain |
2005-12-08 | Optimized (much faster, more efficient, less cpu usage) | brain |
2005-11-30 | Split the expiry loop into sections, to hopefully decrease time taken to expi... | w00t |
2005-11-25 | Fixes for removal of serverrec | brain |
2005-11-25 | Removed references to deprecated files servers.* and connection.* | 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 | Changed to use __single_client_alloc, supposedly faster in single-thread situ... | brain |
2005-05-15 | Moved StrHashComp and InAddr_HashComp into the irc:: namespace | brain |
2005-05-15 | sorted hashcomp etc | brain |
2005-05-15 | Moved a ton of functions into helperfuncs.h to speed up recompiles | brain |
2005-05-14 | Added 'uniqueness sums': http://www.inspircd.org/wiki/InspIRCd_Server_Protoco... | brain |
2005-05-12 | Changed the type of struct whowas records are stored in (no need to waste a b... | brain |