Age | Commit message (Expand) | Author |
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-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-19 | Add a command flag to require that a user is executing the command | Adam |
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-15 | Allow escaping brackets in webpanel templates and redirect users to the homep... | Adam |
2012-12-15 | Made all langauges default to the UTF-8 charset | Adam |
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 |
2012-12-15 | Convert the language files to utf-8 encoding. | Marcin Łabanowski |
2012-12-15 | Fix the language files to state the correct charset. | Marcin Łabanowski |
2012-12-15 | Check for NOJOIN being < 0 but restricted on in db_old | Adam |
2012-12-15 | Move DNS handling to a module | Adam |
2012-12-14 | Fixed some html errors in the last commit | Adam |
2012-12-14 | Allow opers to drop channels | MatthewM |
2012-12-13 | Optimize much of the database code and serialize code. | Adam |
2012-12-12 | Unregister operserv_akill page on unload in cpanel | Adam |
2012-12-12 | Only allow non-user sources to register nonexistant channels | Adam |
2012-12-12 | Some small improvements to last few commits, and fixed some problems with the... | Adam |
2012-12-12 | Squashed commit of the following: | Adam |
2012-12-12 | Fixed webpanel fail on nondebug builds | Adam |
2012-12-11 | IsNickValid() now accepts '[' and ']' in the nickname | DukePyrolator |
2012-12-09 | added a missing permission for operserv/global to the Services Administrator ... | DukePyrolator |
2012-12-09 | fixed a problem with the webcpanel logout when using apache + mod_proxy | DukePyrolator |
2012-12-09 | fixed a log message showing the wrong IP | DukePyrolator |
2012-12-07 | Modified the Config scripts to ask the user explicitly for additional include... | Naram Qashat |