Age | Commit message (Expand) | Author |
2013-02-23 | Fix akick list/view not showing masks sometimes | Adam |
2013-02-20 | Add /cs mode clear command that behaves like the old /cs clear modes/bans/etc | Adam |
2013-02-19 | Allow /os mode clear [all] to unset modes, similar to old clearmodes | Adam |
2013-02-15 | Fixed unserializing servers in dns zones | Adam |
2013-02-14 | Switch Destroy methods to delete | 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-10 | Sort output in ns_list and cs_list | Adam |
2013-02-09 | (re?)add mlock set as a simple way to clear all mlocks and add new ones at once | Adam |
2013-02-07 | Made DNSServer::Find case insensitive | Adam |
2013-02-05 | Merge pull request #9 from Robby-/1.9-ns_set_misc | Adam |
2013-02-05 | Fixed ns_set_misc not showing help for its SASET commands. | Robby- |
2013-02-05 | Made access del by nick and other functions from 326f1a really delete objects | Adam |
2013-02-02 | cs_enforce: Make the logging also show the channel it was used on, added 2 mi... | Robby- |
2013-02-02 | Some more typo and help text fixes, proper formatting of control codes, missi... | Robby- |
2013-01-31 | Some configuration file updates: Removed now non-existing settings. Redid som... | Robby- |
2013-01-30 | Don't expire session exceptions if in noexpire mode | Adam |
2013-01-30 | Evidently Persistant is not a word | Adam |
2013-01-30 | fixed an infinite loop in ns_recover, caused by a very small typo. | DukePyrolator |
2013-01-27 | Add nickserv/alist priv, merge botserv/botlist and botserev/assign/private to... | Adam |
2013-01-26 | Fix os_session to work with sql properly | Adam |
2013-01-25 | mysql_insert_id doesn't return an id if one isnt generated, so | Adam |
2013-01-22 | Fix some compile errors | Adam |
2013-01-21 | Merge usefulness of Flags and Extensible classes into Extensible, made most f... | Adam |
2013-01-21 | Fix defcon timeout timer | Adam |
2013-01-13 | Allow grouping commands to make help output easier to comprehend | Adam |
2013-01-13 | Add svsjoin and svspart commands | Adam |
2013-01-13 | Allow ns_set_misc/cs_set_misc to have configurable help descriptions | 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 | Fix deleting access by number | Adam |
2013-01-06 | Buggy compilers are buggy | Adam |
2013-01-06 | And really check for them using ssl... | Adam |
2013-01-06 | Fixed enforce ssl to not ban users if the channel is ssl only | Adam |
2013-01-05 | Add sslonly, bans, and limit to /cs enforce | Adam |
2013-01-03 | Fixed os_dns not readding connected servers if configured | 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-27 | Add an expiry option to /cs ban | Adam |
2012-12-27 | Remove clearusers. There is still kick * for this. | Adam |
2012-12-27 | Put appendtopic and topiclock into /cs topic | Adam |
2012-12-26 | Add register type to os_forbid to prevent users from registering nicks or cha... | Adam |
2012-12-25 | Allow modules loaded after startup to magically reobtain their database objec... | Adam |
2012-12-25 | Cleanup after os_dns on unload | Adam |
2012-12-25 | Don't check userlimit when servers first connect, servers wont have any users... | Adam |