Age | Commit message (Expand) | Author |
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-29 | Remove clearuser references from configs | Adam |
2012-12-28 | Move some of CheckKick to the respective modules | Adam |
2012-12-28 | Dumb iterators | 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 | When processing many modes don't enforce mlock until all are set | 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 | Clean up the logic in adding extra library directories, adding to LDFLAGS isn... | Naram Qashat |
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 |
2012-12-19 | Add version flags for debug, git, and Windows | Adam |
2012-12-19 | Having these references to bots bugged out older compilers, so simplify this ... | Adam |
2012-12-18 | Fixed typo in b6407afa06917910732966ea3c49ac4bd7850fe4 | Adam |
2012-12-18 | Cleaned up the overlay layout, added some minor visual and js fixes | MatthewM |
2012-12-18 | Added a click reply function to the MemoServ memos page that autofills the se... | MatthewM |
2012-12-17 | Bug that was experinced seems to be somewhat related to Windows 8 and maybe a... | MatthewM |
2012-12-17 | Fixed a minor bug that overlapped the nav links and the content from .content... | MatthewM |
2012-12-17 | Give the overlay window a rounded edge to make it look a bit nicer and fade t... | MatthewM |
2012-12-17 | Added a modal window interface to MemoServs page that will automaticly fade o... | MatthewM |
2012-12-15 | Allow escaping brackets in webpanel templates and redirect users to the homep... | Adam |
2012-12-15 | Merge Adams commit to allow escaping of brackets | MatthewM |
2012-12-15 | Made all langauges default to the UTF-8 charset | Adam |
2012-12-15 | Merge branch '1.9' into webcpanel | MatthewM |
2012-12-15 | Fix chghost/chgident/etc on inspircd20 | Adam |
2012-12-15 | Merge pull request #2 from czaks/conv-languages-to-utf-8/1.9 | Adam |