Age | Commit message (Expand) | Author |
2013-07-04 | Fix rehashing via SIGHUP and m_mysql | Adam |
2013-07-01 | Change extensible keys to require explicitly having a type defined for it. Co... | Adam |
2013-06-30 | m_mysql: handle multiple result sets returned from multiple statements or pro... | DukePyrolator |
2013-05-31 | Made m_mysql's Escape() function safe against escaping strings > BUFSIZE | Adam |
2013-05-27 | Initially attach all modules to all events, and detach them as the events are... | Adam |
2013-05-26 | Fix webcpanel build | Adam |
2013-05-26 | Get rid of the remaining references in the core to specific services. Move mo... | Adam |
2013-05-17 | Removed some hard coded command names in help output | Adam |
2013-05-08 | Make sockaddrs/cidr not throw on invalid ips to give us an easier/cheaper way... | Adam |
2013-05-06 | Update the rest of modules.example.conf, default inspircd status modes to a s... | Adam |
2013-05-06 | Fix extras build | Adam |
2013-05-05 | That doesn't work either, just don't use references. | Adam |
2013-05-05 | Rework the config file reader to be much more flexible and move many configur... | Adam |
2013-04-16 | Move extras header files out of extras so when users copy modules out they do... | Adam |
2013-04-15 | Rewrote modules/CMakeLists.txt and do not build the 'extras' modules, if user... | Adam |
2013-04-12 | Fix m_ssl | Adam |
2013-04-11 | Pass new config and the new config reader to the OnReload event, aswell as ca... | Adam |
2013-04-10 | Move some of the modules in extras/ that arent really extra out of extras. Ma... | Adam |
2013-04-08 | Made auto* chanserv privileges not hard coded. | Adam |
2013-04-07 | Optimizations of much of the more commonly used code | Adam |
2013-04-06 | Use the return from BufferedSocket::ProcessRead() and don't just assume its true | Adam |
2013-03-30 | Merge usefulness of Timer and CallBack classes into Timer, and fix it to real... | Adam |
2013-03-16 | Remove remaining disable_ns_register references in example config | Adam |
2013-03-13 | Allow m_ldap_authentication to block email changes if emails are controlled b... | Adam |
2013-03-03 | update the users password after a successful ldap authentication | DukePyrolator |
2013-03-02 | Fix compile warning in webcpanel/memos | Adam |
2013-03-01 | Fix Windows build | Adam |
2013-02-20 | Add Matthew to webpanel credits, fix alignment of akill list | Adam |
2013-02-20 | Merge pull request #12 from MatthewM/webcpanel | Adam |
2013-02-19 | Fix some OpenBSD build issues, and bugs #1485 #1486 #1487 | Adam |
2013-02-15 | Store hashes of the last commit instead of the last commit | Adam |
2013-02-14 | Switch Destroy methods to delete | Adam |
2013-02-14 | Store what channels have references to accounts in NickCore to prevent having... | Adam |
2013-02-05 | Made access del by nick and other functions from 326f1a really delete objects | Adam |
2013-01-31 | Updated jquery API to v1.9.0 | MatthewM |
2013-01-27 | Fixed SQL::Data::IsEqual to really only return if the two are completely equa... | Adam |
2013-01-23 | Add missing KeySet() func to SQL::Data | Adam |
2013-01-21 | Merge usefulness of Flags and Extensible classes into Extensible, made most f... | Adam |
2013-01-09 | Update copyright to 2013. This was done with: | Adam |
2013-01-08 | Use m_rewrite to rewrite op, deop, halfop, ... etc | Adam |
2013-01-03 | Don't delete users immediately when quit or killed, instead wait until messag... | Adam |
2012-12-30 | Evidently not specifying NOT NULL is not enough to allow null timestamps | Adam |
2012-12-28 | Use the same object for chanusercontainer and userchancontainer | Adam |
2012-12-28 | The timestamp column in SQL should actually be null sometimes, and fixed some... | Adam |
2012-12-23 | Made the overlay resize and the alert box reposition when the window is resized | MatthewM |
2012-12-22 | Combine all of the set modules now that having them split apart is almost com... | Adam |
2012-12-20 | Move the var to set the time out into the same javascript tag that is used fo... | MatthewM |
2012-12-20 | Added the overlay to the vHost request function | MatthewM |
2012-12-20 | Moved the javascript to header.html from memos.html to make it easier to inte... | MatthewM |
2012-12-20 | Made the table cells for the memo table have no spacing and color the read an... | MatthewM |