Age | Commit message (Expand) | Author |
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-09-01 | Strip SUPPORT_IP6LINKS #define | danieldg |
2009-08-14 | Remove some very verbose debug that isn't really needed anymore | w00t |
2009-08-12 | Make rehash work more than once per run, and fix some uninitialized values in... | danieldg |
2009-08-12 | Fixes for config reader | danieldg |
2009-08-03 | Comment on what looks like incorrect behaviour in User::Oper(). | w00t |
2009-08-03 | Revert "Don't do all the oper gubbins if the opertype doesn't exist. I've abs... | w00t |
2009-08-03 | Revert "Find the right variable so it actually works, too." | w00t |
2009-08-03 | Find the right variable so it actually works, too. | w00t |
2009-08-03 | Don't do all the oper gubbins if the opertype doesn't exist. I've absolutely ... | w00t |
2009-08-01 | Check that the <connect> block actually specifies a host before checking whet... | w00t |
2009-05-14 | Fix r11381 checking HideWhoisServer incorrectly | danieldg |
2009-05-13 | Hide server sources if HideWhoisServer is set, noticed by Brain | danieldg |
2009-05-13 | Use Utils->ServerUser instead of ServerInstance->FakeClient in m_spanningtree | danieldg |
2009-05-13 | Create subclass of User for FakeClient, to allow for use as command source | danieldg |
2009-04-17 | Fix memory leak on rehash: opertype used char* instead of std::string | danieldg |
2009-04-16 | Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'... | w00t |
2009-03-18 | Fix for bug #788, set user->quitting before writing error to users socket, an... | brain |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-09 | Fix bug #751 (wallops are not being processed remotely), reported by Taros. | w00t |
2009-03-02 | Fix +P channels being deleted when the final user /QUITs, thanks SnoFox | danieldg |
2009-02-15 | Also Extend user with FORCENick when calling the actual command handler for N... | peavey |
2009-02-14 | Nuke trailing spaces | peavey |
2009-02-04 | Allow SANICK, SVSNICK, NICKLOCK, etc to override +bN N:. Fixes bug #607 and #... | w00t |
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 |