Age | Commit message (Expand) | Author |
2013-01-23 | Add missing KeySet() func to SQL::Data | 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 | Allow channels that have users in them that are not the access list to expire... | 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-12 | check if the database exists before we try to backup it | DukePyrolator |
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-07 | Track +g on inspircd, fix saving/loading mode locks for generic modes | 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-06 | Fix fmode handling on inspircd20 | 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 |
2013-01-02 | Move nickserv validate stuff to an event in nickserv.cpp | Adam |
2012-12-30 | Evidently not specifying NOT NULL is not enough to allow null timestamps | 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 | fixup part of 379b2c, dont use iterators after theyre erased | 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-27 | Merge pull request #4 from alexbarton/ngircd-fix-NJOIN | Adam |
2012-12-27 | ngircd protocol module: Fix NJOIN, actually join users to the channel | Alexander Barton |
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 |
2012-12-25 | Fix linking libraries so their rpath is set correctly and isn't stripped on i... | Naram Qashat |
2012-12-25 | packet->answers isnt always empty initially, like with axfrs | Adam |
2012-12-24 | We can svsjoin on plexus | Adam |
2012-12-23 | Allow os_dns to manage multiple zones | 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-22 | Fixed memo mail messages, and allow %N to be in them. Bug #1462 | 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 |
2012-12-19 | Add a command flag to require that a user is executing the command | Adam |
2012-12-19 | Minor style tweaks to make the links look more like a button | MatthewM |