Age | Commit message (Expand) | Author |
2008-08-04 | Add Channel::SetTopic(User *, std::string &) to set topic on a channel. Use i... | w00t |
2008-07-29 | Move umode_n to umode_s, second half of last commit | w00t |
2008-07-29 | After discussions and thought, move umode +n to +s. This increases cross-ircd... | w00t |
2008-07-21 | Remove duplicated member, kept in classes.. Possible now we have a pointer. t... | w00t |
2008-07-20 | Remove custom members for +lk storage | w00t |
2008-07-20 | 304 -> RPL_SYNTAX | brain |
2008-07-20 | is rfc of sorts | w00t |
2008-07-20 | More numerics.h conversion | w00t |
2008-07-20 | Fix potential off-by-one on large reads (thanks psychon) | w00t |
2008-07-20 | Fixes to some stuff that writes on memory it shouldn't (thanks psychon). | w00t |
2008-07-19 | Fix broken build | w00t |
2008-07-19 | Change modes in channels and users to use std::bitset instead of an array. Th... | w00t |
2008-07-19 | Fix compile. Also remove write error stuff, as that was used prior to the goo... | w00t |
2008-07-19 | Use a switch (cleaner, probably more efficient) for user status here, also, w... | w00t |
2008-07-19 | Remove totally unused member, saving sizeof(unsigned int) per user record | w00t |
2008-07-18 | Implement <disabled:usermodes> and <disabled:chanmodes>. | aquanight |
2008-07-17 | Combine IP+port in a failed port list, show (the more helpful) error string s... | w00t |
2008-07-16 | Applied patch by psychon to make AddExtBanChar correctly take a single char | special |
2008-07-15 | Send ERR_NOTREGISTERED to clients that send SERVER on a client port with a te... | w00t |
2008-07-14 | Add InspIRCd::AddExtBanChar() to avoid copypasta. | w00t |
2008-07-14 | Lots, lots more numerics.h conversion | w00t |
2008-07-13 | Convert more stuff to use numerics.h, change SERVER to send ERR_ALREADYREGIST... | w00t |
2008-07-13 | Fix indentation to look right | brain |
2008-07-13 | More conversion, and a note to client coders. | w00t |
2008-07-13 | Convertage. | w00t |
2008-07-13 | Convert, convert, convert | w00t |
2008-07-13 | Convert a bunch of crap | w00t |
2008-07-13 | Finish channels.cpp conversion to numerics list | w00t |
2008-07-13 | Add include/numerics.h, contains/will contain an enum for numerics. Work in p... | w00t |
2008-07-12 | Remove a slightly odd comment | w00t |
2008-07-12 | peavey already fixed this with climits include, remove limits.h. Keep the war... | w00t |
2008-07-12 | Okay, and there's the working version of it. Extbans that don't work on users... | w00t |
2008-07-12 | Overload IsExtBanned to provide a *string matching* version, this finally ope... | w00t |
2008-07-12 | Add <cidr> block, and documentation in example config. | w00t |
2008-07-12 | Add XLineManager::DelAll to delete all lines of a given type. | w00t |
2008-07-12 | Add <gecos> field to <server> in XML stats output, also add to ProtoServer. F... | w00t |
2008-07-12 | Fix for #564 | w00t |
2008-07-12 | Remove individual read buffers inside of BufferedSocket, use the shared netbu... | w00t |
2008-07-12 | Add User::GetCIDRMask(int range), will be used for CIDR throttling, etc. Also... | w00t |
2008-07-11 | Add OnCheckExtBan, will be used for exceptions to extbans | w00t |
2008-07-11 | Convert API to use std::string, fixes my slight bug from earlier and looks ti... | w00t |
2008-07-11 | Pull in limits.h to fix PATH_MAX problems, thanks to Uli Slachter (psychon)..... | w00t |
2008-07-11 | Fix m_nopartmsg to work via API modification, involves a string copy that won... | w00t |
2008-07-02 | Back out the incomplete linebuffering stuff that shouldn't have been committed.. | w00t |
2008-07-02 | Forward port r9946: make SVSHOLD silent to avoid useless irritation to opers | w00t |
2008-07-01 | include limits to get correct PATH_MAX where available | peavey |
2008-06-21 | Change the value of number of secs in a year to be 31557600 for Duration() wi... | brain |
2008-06-18 | Measure bandwidth statistics from the socket engine (kiloBITS per second in, ... | brain |
2008-06-15 | Defined too early | brain |
2008-06-15 | Define PATH_MAX if its not already defined | brain |