summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-06Fix fmode handling on inspircd20Adam
2013-01-05Add sslonly, bans, and limit to /cs enforceAdam
2013-01-03Fixed os_dns not readding connected servers if configuredAdam
2013-01-03Move enforcer checks on nick and logout to nickserv.cppAdam
2013-01-03Don't delete users immediately when quit or killed, instead wait until ↵Adam
message processing is done
2013-01-02Move nickserv validate stuff to an event in nickserv.cppAdam
2012-12-30Evidently not specifying NOT NULL is not enough to allow null timestampsAdam
2012-12-29Cleanup after mode locks, badwords, akick, access, if destructedAdam
2012-12-29Remove clearuser references from configsAdam
2012-12-28Move some of CheckKick to the respective modulesAdam
2012-12-28Dumb iteratorsAdam
2012-12-28fixup part of 379b2c, dont use iterators after theyre erasedAdam
2012-12-28Use the same object for chanusercontainer and userchancontainerAdam
2012-12-28The timestamp column in SQL should actually be null sometimes, and fixed ↵Adam
some valgrind errors with db_sql_live
2012-12-27Merge pull request #4 from alexbarton/ngircd-fix-NJOINAdam
ngircd protocol module: Fix NJOIN, actually join users to the channel
2012-12-27ngircd protocol module: Fix NJOIN, actually join users to the channelAlexander Barton
Bug introduced by commit d33a0f75: "Pretty large coding style cleanup, in source doc cleanup, and allow protocol mods to depend on each other": Since then, the NJOIN command has been "ignored", no users were added to channels at all while linking ...
2012-12-27When processing many modes don't enforce mlock until all are setAdam
2012-12-27Add an expiry option to /cs banAdam
2012-12-27Remove clearusers. There is still kick * for this.Adam
2012-12-27Put appendtopic and topiclock into /cs topicAdam
2012-12-26Add register type to os_forbid to prevent users from registering nicks or ↵Adam
channels
2012-12-25Clean up the logic in adding extra library directories, adding to LDFLAGS ↵Naram Qashat
isn't needed.
2012-12-25Allow modules loaded after startup to magically reobtain their database ↵Adam
objects. Fix os_dns for sql(live)
2012-12-25Cleanup after os_dns on unloadAdam
2012-12-25Don't check userlimit when servers first connect, servers wont have any ↵Adam
users at that point anyway
2012-12-25Fix linking libraries so their rpath is set correctly and isn't stripped on ↵Naram Qashat
install.
2012-12-25packet->answers isnt always empty initially, like with axfrsAdam
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