summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-24We can svsjoin on plexusAdam
2012-12-23Allow os_dns to manage multiple zonesAdam
2012-12-23Made the overlay resize and the alert box reposition when the window is resizedMatthewM
2012-12-22Combine all of the set modules now that having them split apart is almost ↵Adam
completely pointless
2012-12-22Fixed memo mail messages, and allow %N to be in them. Bug #1462Adam
2012-12-20Move the var to set the time out into the same javascript tag that is used ↵MatthewM
for the modal as it's related
2012-12-20Added the overlay to the vHost request functionMatthewM
2012-12-20Moved the javascript to header.html from memos.html to make it easier to ↵MatthewM
intergrate the overlay feedback and do tweaks
2012-12-20Made the table cells for the memo table have no spacing and color the read ↵MatthewM
and unread memos different colors
2012-12-19Add a command flag to require that a user is executing the commandAdam
2012-12-19Minor style tweaks to make the links look more like a buttonMatthewM
2012-12-19Add version flags for debug, git, and WindowsAdam
2012-12-19Having these references to bots bugged out older compilers, so simplify this ↵Adam
by just moving pointers to the core
2012-12-18Fixed typo in b6407afa06917910732966ea3c49ac4bd7850fe4Adam
2012-12-18Cleaned up the overlay layout, added some minor visual and js fixesMatthewM
2012-12-18Added a click reply function to the MemoServ memos page that autofills the ↵MatthewM
senders name
2012-12-17Bug that was experinced seems to be somewhat related to Windows 8 and maybe ↵MatthewM
an extension on chrome. Reverting to previous commit
2012-12-17Fixed a minor bug that overlapped the nav links and the content from ↵MatthewM
.content in Chrome on Windows
2012-12-17Give the overlay window a rounded edge to make it look a bit nicer and fade ↵MatthewM
the main content a little less
2012-12-17Added a modal window interface to MemoServs page that will automaticly fade ↵MatthewM
out after a give time (currently 5s)
2012-12-15Allow escaping brackets in webpanel templates and redirect users to the ↵Adam
homepage when their session is not found
2012-12-15Merge Adams commit to allow escaping of bracketsMatthewM
2012-12-15Made all langauges default to the UTF-8 charsetAdam
2012-12-15Merge branch '1.9' into webcpanelMatthewM
2012-12-15Fix chghost/chgident/etc on inspircd20Adam
2012-12-15Merge pull request #2 from czaks/conv-languages-to-utf-8/1.9Adam
Convert locales to utf-8 charset
2012-12-15Convert the language files to utf-8 encoding.Marcin Łabanowski
The files have been converted using the following script: for i in *.po; do cat $i | grep charset | cut -d= -f2 | cut -d\\ -f1 > charset echo Converting $i from `cat charset` to UTF-8 iconv -f `cat charset` -t UTF-8 < $i | sed "s/`cat charset`/UTF-8/g" > $i~ mv -f $i~ $i rm -f charset done
2012-12-15Fix the language files to state the correct charset.Marcin Łabanowski
2012-12-15Check for NOJOIN being < 0 but restricted on in db_oldAdam
2012-12-15Move DNS handling to a moduleAdam
2012-12-15Added a large scroll box for the chanserv main pageMatthewM
2012-12-14Fixed some html errors in the last commitAdam
2012-12-14Allow opers to drop channelsMatthewM
Added chanserv drop to web panel Allow long lists of akills to scroll
2012-12-13Optimize much of the database code and serialize code.Adam
2012-12-12Unregister operserv_akill page on unload in cpanelAdam
2012-12-12Only allow non-user sources to register nonexistant channelsAdam
2012-12-12Some small improvements to last few commits, and fixed some problems with ↵Adam
the template engine
2012-12-12Squashed commit of the following:Adam
commit 317ead6b395237fd0fcf8a39ef028404fcd0ece2 Author: MatthewM <mcm@they-got.us> Date: Tue Dec 11 02:14:06 2012 -0500 Added the HostServ link to the navigation bar commit 6b15d7fc5e68809f282f5d8597f5bc198851b41c Author: MatthewM <mcm@they-got.us> Date: Tue Dec 11 01:58:18 2012 -0500 Correct some slight over sights that was missed eariler commit b356a46789fabe4f69af8739e721bc069aa7a348 Author: MatthewM <mcm@they-got.us> Date: Mon Dec 10 23:44:51 2012 -0500 Started work on adding HostServ to the web panel
2012-12-12Fixed webpanel fail on nondebug buildsAdam
2012-12-11IsNickValid() now accepts '[' and ']' in the nicknameDukePyrolator
2012-12-09added a missing permission for operserv/global to the Services Administrator ↵DukePyrolator
block in example.conf
2012-12-09fixed a problem with the webcpanel logout when using apache + mod_proxyDukePyrolator
2012-12-09fixed a log message showing the wrong IPDukePyrolator
2012-12-07Modified the Config scripts to ask the user explicitly for additional ↵Naram Qashat
include and library directories.
2012-12-05ngircd protocol module: improved vhost supportDukePyrolator
2012-12-02Only bad-password users when the account theyre trying to identify for ↵Adam
actually exists
2012-12-02enc_sha256: the length of the digest is SHA256_DIGEST_SIZE, not ↵DukePyrolator
SHA256_BLOCK_SIZE. also removed an unneeded trailing NULL byte.
2012-11-30Allow services to return more than one NS recordAdam
2012-11-30Change /os reload to not unnecessarially rebuild httpd servers. Change ↵Adam
m_httpds Log methods to the module version.
2012-11-30Allow modules to use the encryption modules to encrypt arbitrary things.Adam
Made enc_old depend on enc_md5. Allow not loading any encryption modules if you want to only use an external mechanism. Removed ns_sendpass since it's just a bad idea.