Age | Commit message (Expand) | Author |
2009-09-26 | Flexible SendQ | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-18 | Separate spy channels [jackmcbarn] | danieldg |
2009-09-13 | Remove redundant ServerInstance* fields | danieldg |
2009-09-13 | Membership* changes | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |
2009-09-02 | Rip out VisData in preparation for replacing it with more flexible hooks | danieldg |
2009-09-02 | Remove now-unused quitmsg/operquitmsg fields from User | danieldg |
2009-09-02 | Remove unneeded Extensible inheritance and remove "age" field from classbase | danieldg |
2009-09-02 | Remove a few unneeded string copies in the PRIVMSG path | danieldg |
2009-09-02 | Add User::DoHostCycle | danieldg |
2009-09-01 | Remove more text<->binary IP conversions, making code more IPv4/IPv6 independent | danieldg |
2009-09-01 | Rename User::GetPort to GetServerPort to clarify its purpose | danieldg |
2009-09-01 | Change IP address storage in User to use more IPv4/IPv6 common code | danieldg |
2009-08-12 | Fixes for config reader | danieldg |
2009-06-30 | Roll back mysterious DNS change from 2007 which broke multiple-answer | w00t |
2009-05-13 | Make User::ServerInstance public so that FakeUser can access it. There is no ... | danieldg |
2009-05-13 | Create subclass of User for FakeClient, to allow for use as command source | danieldg |
2009-05-06 | Remove FindDescriptor wrapper for GetRef, it doesn't do anything useful and i... | w00t |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-01 | Rip flood/threshold out of config classes also. | w00t |
2008-12-01 | Remove lines_in and reset_due flood protection mechanism, recvq/sendq on thei... | w00t |
2008-12-01 | Remove m_operflood, add privs: users/flood/no-throttle & users/flood/increase... | w00t |
2008-12-01 | Remove OverPenalty, saves sizeof(bool) per user. | w00t |
2008-10-28 | Remove one (now unneeded) 4in6 hack. | w00t |
2008-10-25 | (sort of..) Revert commit 7736e920fe6ccaf9ad1984afc70db19efd4fb8cd - remove d... | w00t |
2008-10-18 | Default 'noisy' to false. Until i hear from w00t i cant see how this can be o... | brain |
2008-10-18 | Working privs implementation, and example usage in NOTICE for mass messaging. | w00t |
2008-10-18 | Migrate oper commands to an std::set, add a set for privs also. Change the AP... | w00t |
2008-10-18 | Add skeleton of HasPrivPermission. | w00t |
2008-10-17 | Remove the duplicate checking/disabled setting of <connect> craq, there is a ... | w00t |
2008-09-29 | Replace the IP (in addition to hostname) for CGIIRC clients; fixes glines and... | special |
2008-09-13 | Changed Allowed Modes to bitsets. | aquanight |
2008-09-10 | Clear out the string used for the temporarily stored hostname during DNS reso... | special |
2008-09-10 | Fixed comments for cached host fields in User; 3/4 of these were completely i... | special |
2008-09-07 | Merge class connection in with class user (nothing else inherits it anyway, a... | w00t |
2008-09-07 | Merge the second interface for socket hooking into one, so it's all done by A... | w00t |
2008-08-31 | Move all the parameters around AGAIN. See docs shortly | brain |
2008-08-31 | Save 4 bytes (assuming sizeof(ptr) == 2) per user record, storing unneeded po... | 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-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-12 | Fix for #564 | w00t |
2008-07-12 | Add User::GetCIDRMask(int range), will be used for CIDR throttling, etc. Also... | w00t |