Age | Commit message (Expand) | Author |
2013-02-15 | Fix setting modes on botserv bots in channels that have other bots in them on... | 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-14 | Make NickCore::aliases a vector | Adam |
2013-02-02 | Some more typo and help text fixes, proper formatting of control codes, missi... | Robby- |
2013-01-25 | mysql_insert_id doesn't return an id if one isnt generated, so | Adam |
2013-01-21 | Merge usefulness of Flags and Extensible classes into Extensible, made most f... | Adam |
2013-01-21 | Allow channels that have users in them that are not the access list to expire... | 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-06 | Buggy compilers are buggy | 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 |
2013-01-02 | Move nickserv validate stuff to an event in nickserv.cpp | Adam |
2012-12-28 | Use the same object for chanusercontainer and userchancontainer | Adam |
2012-12-22 | Fixed memo mail messages, and allow %N to be in them. Bug #1462 | Adam |
2012-12-19 | Having these references to bots bugged out older compilers, so simplify this ... | Adam |
2012-11-25 | Fix build the last arg on fantasy commands to chanserv | Adam |
2012-11-24 | Make the actual clients into services too | Adam |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam |
2012-11-16 | This should be find, not find_first_of | Adam |
2012-11-01 | Expand options:hideprivilegedcommands to not show commands requiring authenti... | Adam |
2012-10-30 | Fixed build errors and warnings with -std=c++11 | Adam |
2012-10-26 | Add nickserv:modesonid config option to set what modes users get on identify | Adam |
2012-10-14 | Better clarify signon vs timestamp and allow updating users timestamp to an i... | Adam |
2012-10-08 | Fix fantasy !help & give it its own help header, not ChanServ's | Adam |
2012-10-08 | Made fantasy commands configurable | Adam |
2012-10-02 | Don't unassociate accounts with users on nick changes | Adam |
2012-10-01 | Cleanup of all of the protocol modules, rewrote message handling system to be... | Adam |
2012-09-07 | Add chanserv/set/autoop, like nickserv/set/autoop but for channels | Adam |
2012-09-07 | Allow configuring killquick and kill delays | Adam |
2012-09-02 | Fix Windows | Adam |
2012-06-18 | Allow userless command sources | Adam |
2012-06-04 | minor help output changes, including some confusion in fantasy chars | lethality |
2012-04-24 | Fixed build from the previous merge | Adam |
2012-04-23 | Reworked live SQL support yet again | Adam |
2012-04-08 | Added Chanstats. It uses a new, improved database format and is not compatibl... | DukePyrolator |
2012-04-01 | fixed some typos | DukePyrolator |
2012-03-13 | Actually check if the nicks arent registered, oops | Adam |
2012-03-13 | Add a nickserv:unregistered_notice config option to send a message to unregis... | Adam |
2012-02-26 | Added chanserv:require config option to set which modes must be on all regist... | Adam |
2012-02-26 | Fixed vhost check on identify | Adam |
2012-02-25 | Do not send kills after sending XLines because it causes us to internally rem... | Adam |
2012-02-22 | Added regex support for many commands, such as akill, sqline, snline, | Adam |
2012-02-18 | Use C++11's explicit override feature if available | Adam |
2012-02-14 | Clean up and reorganize our header files | Adam |
2012-02-08 | Removed operserv:notifications in favor of log blocks, as well as some other ... | Adam |
2012-02-04 | Fixed WallBadOS | Adam |
2012-01-25 | Windows | Adam |