Age | Commit message (Expand) | Author |
2013-04-09 | Made privilege names case insensitive | Adam |
2013-04-09 | Add a default method for user's SendModeInternal | Adam |
2013-04-08 | Made XOP privileges configurable | Adam |
2013-04-08 | Check the channel secure option isn't set in ChannelInfo::AccessFor too | 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 | Remove the runtime module directory on non-windows because we no longer overw... | Adam |
2013-03-31 | Add networkinfo:modelistsize config option to set the max size of b/e/I lists | Adam |
2013-03-30 | Merge usefulness of Timer and CallBack classes into Timer, and fix it to real... | Adam |
2013-03-30 | Add /bs set banexpire command to configure if/when botserv bans expire | Adam |
2013-03-22 | Merge remote branch 'attila/1.9+timermanager' into 1.9 | Adam |
2013-03-20 | Improve TimerManager | attilamolnar |
2013-03-20 | Check that channels still exist before nulling their ci pointer in channelinf... | Adam |
2013-03-15 | Allow autokicking real names, extbans, and channels | Adam |
2013-03-13 | Refactor mask/entry code, allow full matching (against users real host/ip) if... | Adam |
2013-03-10 | Identify requests hold command sources and users can disconnect between the r... | Adam |
2013-03-01 | Fix Windows build | Adam |
2013-02-24 | On startup check all object types | Adam |
2013-02-22 | Made FindService less dumb and able to do aliases to aliases | Adam |
2013-02-19 | Allow /os mode clear [all] to unset modes, similar to old clearmodes | 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 | This Serialize::Destroy method isn't actually needed anymore. Fixes weirdness... | Adam |
2013-02-14 | Made chanserv/unban with no parameters unban you in every channel you have ac... | Adam |
2013-02-14 | Fix CommandCSMode::CanSet letting everyone set voice | Adam |
2013-02-14 | Store what channels have references to accounts in NickCore to prevent having... | Adam |
2013-02-14 | Make NickCore::aliases a vector | Adam |
2013-02-05 | Made access del by nick and other functions from 326f1a really delete objects | Adam |
2013-01-30 | Remove sendpass from the configs and the config reader since it no longer exists | Adam |
2013-01-27 | Fix db_flatfile not clearing databases on save if there are no objects left o... | Adam |
2013-01-25 | mysql_insert_id doesn't return an id if one isnt generated, so | Adam |
2013-01-22 | Add hidenetsplitquit config option to not show splits in /ns info's last quit... | Adam |
2013-01-21 | Merge usefulness of Flags and Extensible classes into Extensible, made most f... | Adam |
2013-01-13 | Allow grouping commands to make help output easier to comprehend | 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 | Move enforcer checks on nick and logout to nickserv.cpp | Adam |
2013-01-03 | Don't delete users immediately when quit or killed, instead wait until messag... | Adam |
2012-12-29 | Cleanup after mode locks, badwords, akick, access, if destructed | Adam |
2012-12-28 | Move some of CheckKick to the respective modules | 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-25 | Allow modules loaded after startup to magically reobtain their database objec... | Adam |
2012-12-19 | Add a command flag to require that a user is executing the command | Adam |
2012-12-19 | Having these references to bots bugged out older compilers, so simplify this ... | Adam |
2012-12-15 | Move DNS handling to a module | Adam |
2012-12-13 | Optimize much of the database code and serialize code. | Adam |
2012-12-12 | Fixed webpanel fail on nondebug builds | Adam |
2012-11-30 | Allow modules to use the encryption modules to encrypt arbitrary things. | Adam |
2012-11-29 | Fix warnings from classes with virtual functions not having virtual destructors | Adam |