Age | Commit message (Expand) | Author |
2009-01-22 | Tone down some logging to make debugging a tiny bit easier. | w00t |
2009-01-03 | Remove +o from users on deoper, plausible fix for bug #653 reported by Ankit.... | w00t |
2009-01-02 | Update copyrights for 2009. | 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-11-02 | Remove +s when no snomasks are set.. bug found (indirectly) by jackmcbarn. | w00t |
2008-11-01 | Second attempt at time() -> SI->Time(), now problems with the original were f... | w00t |
2008-11-01 | Remove now-unneeded 4in6 hacks [danieldg] | w00t |
2008-11-01 | Merge commit 'ddg/out-12' | w00t |
2008-10-28 | Fix 4in6 IP resolution hack now that the leading ::ffff: is stripped from the... | w00t |
2008-10-28 | Remove one (now unneeded) 4in6 hack. | w00t |
2008-10-25 | Move spanningtree to use OnChangeLocalUserHost instead of OnChangeHost, this ... | w00t |
2008-10-25 | (sort of..) Revert commit 7736e920fe6ccaf9ad1984afc70db19efd4fb8cd - remove d... | w00t |
2008-10-23 | Revert earlier time() -> SI->Time() diff for now, this causes problems with d... | w00t |
2008-10-23 | Patch from Namegduf converting all instances (where possible) of time() -> Se... | w00t |
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 space indenting. (Brain, *smack* :P) | w00t |
2008-10-17 | Remove the duplicate checking/disabled setting of <connect> craq, there is a ... | w00t |
2008-10-03 | Whooops! thanks psychon | brain |
2008-10-02 | Fix for bug #601 | brain |
2008-09-29 | Replace the IP (in addition to hostname) for CGIIRC clients; fixes glines and... | special |
2008-09-18 | Reinvert order of insert/erase into user hash_map to avoid a lil crash :) | peavey |
2008-09-14 | Patch by dz to remove the one usage of strdup/strtok_r, which is very un-C++ ... | special |
2008-09-13 | Changed Allowed Modes to bitsets. | aquanight |
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-08-27 | Fix recursion crash | w00t |
2008-08-27 | Don't force-finish a burst on a timer, instead, set bursted if a PONG is reci... | w00t |
2008-08-27 | Fix.. | w00t |
2008-08-27 | Clean up opering a tiny bit.. pave the way for SVSOPER | w00t |
2008-08-25 | Bounds checking on IsModeSet, etc, to stop silly problems | w00t |
2008-08-21 | match() is no longer a function+no header, now a static method of InspIRCd cl... | w00t |
2008-08-07 | I am a retard, mixx941 is my god | w00t |
2008-08-07 | Don't add duplicate invites | w00t |
2008-08-06 | fix compile errors under debug profile in windows. | brain |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | 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-14 | Remove unneccessary temp value which caused a win32 problem by using uint32_t... | om |
2008-07-14 | More broken compile stuff | w00t |
2008-07-13 | Convert, convert, convert | w00t |
2008-07-13 | Convert a bunch of crap | w00t |
2008-07-12 | Change sprintf to snprintf, just in case; Update comments. | om |
2008-07-12 | Increase static buffer size to 44 to account for a full IPv6 CIDR mask: 1111:... | om |
2008-07-12 | Cleanup of some of the new CIDR code: compiles but untested; Also: My first c... | om |