| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change InspIRCd::Run() to return void | Jackmcbarn | 2011-05-05 | 1 | -2/+1 |
| * | Update copyright notices to 2011 | Jackmcbarn | 2011-05-04 | 1 | -1/+1 |
| * | Remove command_parse.h from inspircd.h | Jackmcbarn | 2011-01-30 | 1 | -1/+0 |
| * | Remove dynamic.h from inspircd.h | Jackmcbarn | 2011-01-30 | 1 | -1/+0 |
| * | Undo last commit | Jackmcbarn | 2011-01-30 | 1 | -0/+1 |
| * | Remove unnecessary header | Jackmcbarn | 2011-01-30 | 1 | -1/+0 |
| * | Remove inspsocket.h from inspircd.h | Jackmcbarn | 2011-01-30 | 1 | -1/+0 |
| * | Remove timer.h from inspircd.h | Jackmcbarn | 2011-01-30 | 1 | -1/+0 |
| * | Remove duplicate #include | Jackmcbarn | 2011-01-30 | 1 | -1/+0 |
| * | Remove threadengine.h from inspircd.h | Jackmcbarn | 2011-01-30 | 1 | -1/+0 |
| * | Remove dns.h from inspircd.h | Jackmcbarn | 2011-01-30 | 1 | -1/+0 |
| * | Remove cull_list.h from inspircd.h | Jackmcbarn | 2011-01-29 | 1 | -3/+2 |
| * | Remove protocol.h from inspircd.h | Jackmcbarn | 2011-01-29 | 1 | -1/+0 |
| * | Add const to some functions | Jackmcbarn | 2010-12-01 | 1 | -2/+2 |
| * | Add some timing debug logging to OnGarbageCollect | Daniel De Graaf | 2010-10-06 | 1 | -4/+3 |
| * | Change spanningtree intercept of WHOIS to a DoWhois function in RemoteUser | Daniel De Graaf | 2010-09-12 | 1 | -1/+1 |
| * | Add CrashState for tracing basic call state when the stack is corrupt | Daniel De Graaf | 2010-08-25 | 1 | -0/+6 |
| * | Replace thread engine with job engine | Daniel De Graaf | 2010-08-24 | 1 | -1/+1 |
| * | Clean up some comments | Daniel De Graaf | 2010-08-12 | 1 | -13/+7 |
| * | Drop some unused files | Daniel De Graaf | 2010-08-08 | 1 | -1/+0 |
| * | Finish header file #include untangle | Daniel De Graaf | 2010-08-08 | 1 | -5/+6 |
| * | Untagle the #include tree a bit | Daniel De Graaf | 2010-08-08 | 1 | -4/+8 |
| * | Mark channel redirects using a common extension to prevent double-redirects | Daniel De Graaf | 2010-08-04 | 1 | -1/+5 |
| * | Add log header including ircd version | Daniel De Graaf | 2010-08-03 | 1 | -0/+2 |
| * | Allow m_sqlauth to set connect class | Daniel De Graaf | 2010-08-03 | 1 | -0/+4 |
| * | Funnel access checks through the OnPermissionCheck hook | Daniel De Graaf | 2010-08-03 | 1 | -20/+4 |
| * | Remove dead code | Daniel De Graaf | 2010-08-03 | 1 | -8/+0 |
| * | Restore <options:exemptchanops> with long names | Daniel De Graaf | 2010-08-03 | 1 | -0/+9 |
| * | m_modeaccess, channel mode +W, allows the prefix required to set a mode to be... | Daniel De Graaf | 2010-08-03 | 1 | -1/+6 |
| * | Update InspIRCd::SendMode to take a modestacker | Daniel De Graaf | 2010-08-03 | 1 | -0/+2 |
| * | Show opers the raw VERSION string, not the custom one•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12470 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-15 | 1 | -1/+1 |
| * | Fix conversion warnings on g++ 3.4•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12443 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-12 | 1 | -1/+1 |
| * | Floating-point math should have no place in an ircd•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12442 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-12 | 1 | -2/+2 |
| * | Add random number generation functions to InspIRCd class.•••Default implementation uses libc random(), which can be better than rand().
If gnutls is loaded, gcrypt will be used to provide random numbers.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12404 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-09 | 1 | -0/+16 |
| * | Fix empty FMODE being sent if SendMode mode changes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12323 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-28 | 1 | -0/+8 |
| * | Fix some command registration warnings•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12305 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-19 | 1 | -1/+5 |
| * | Remove excessive gettimeofday system calls•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12293 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-18 | 1 | -7/+8 |
| * | Add Module::init() for correct exception handling during hook registration•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12278 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-17 | 1 | -1/+4 |
| * | ...because every now and again, i have to do a massive commit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2010-01-11 | 1 | -1/+1 |
| * | Use ServiceProvider for inter-module dependencies•••This will stop dependency chains from preventing module reloads when
it is not actually needed; however, it removes some failsafes that will
need to be reimplemented in order to avoid unmapped vtables.
This deprecates Request as an inter-module signaling mechanism, although
SQL still uses it.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12140 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-11-16 | 1 | -9/+0 |
| * | Add Inspircd::AddServices•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12135 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-11-15 | 1 | -1/+10 |
| * | Match USERINPUT/USEROUTPUT identifiers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12004 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-11-03 | 1 | -1/+0 |
| * | Fixes found by removing User inheritance from StreamSocket•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11975 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-25 | 1 | -26/+1 |
| * | Move forward declarations to typedefs.h•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11967 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-24 | 1 | -13/+3 |
| * | Change to <type:vhost> and <oper:vhost> because <oper:host> is taken.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11957 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-23 | 1 | -3/+4 |
| * | Clean up unused functions, add nonicks operoverride [dKingston]•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11951 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-22 | 1 | -5/+0 |
| * | Kill ListenSocketBase, use OnAcceptConnection for all new connections•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11950 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-21 | 1 | -1/+1 |
| * | Move command-line items to CommandLineConf•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11949 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-21 | 1 | -4/+0 |
| * | Change module API to use LocalUser* where correct•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11943 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-21 | 1 | -1/+1 |
| * | Split LocalUser and RemoteUser•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11940 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-21 | 1 | -1/+0 |