summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2011-12-05Bug #1364 - fixed crash in /cs kickAdam
2011-12-03Attempt to fix issue with modules having their link libraries in the wrong or...Naram Qashat
2011-11-25Fixed some more errors in sql live-write, hopefully the last.lethality
2011-11-25Fixed a crash in ns saset when using mysql-write modulelethality
2011-11-25Remove send_cmd and replace it with a stringstreamAdam
2011-11-20Allow services operators to modify other users access listAdam
2011-11-18Allow kicking and banning by maskAdam
2011-11-18Added operserv/logoutAdam
2011-11-18Allow having multiple fantasy charactersAdam
2011-11-17Fixed storing mode locksAdam
2011-11-16Fixed compile errorAdam
2011-11-15Prevent locking mode Z on unrealircdAdam
2011-11-15Fixed crash on shutdown & a compiler warningAdam
2011-11-08WindowsAdam
2011-11-05Remove xlines from the IRCd aswell as from our list when the clear command is...Adam
2011-11-05Set proper expirys on ZLines if the IRCd supports itAdam
2011-11-04Allow /os userlist to match host and ip tooAdam
2011-11-04Store flags for memos, fixed the expiring very soon message, fixed /os sessio...Adam
2011-11-04Delete all tables before flushing not just ones we know aboutAdam
2011-11-01Clarify the message when users try to lock modes they don't have access to lockAdam
2011-10-27Fix a few warnings that only showed up with gcc 3.4.6 here (sadly, there is o...Naram Qashat
2011-10-27Bug #1350 + other related fixesAdam
2011-10-27Fixed loading exceptions in db_plainAdam
2011-10-26Fixed accidentally clearing botmodes when joins are sentAdam
2011-10-26Bug #1347, fixed incorrect param parsing in cs_set_miscAdam
2011-10-26Bug #1348 - Fixed /cs entrymsg listAdam
2011-10-24Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as u...Naram Qashat
2011-10-22A few minor fixupsAdam
2011-10-22Bug #1343 - don't allow recovering and ghosting enforcersAdam
2011-10-22Added akill idsAdam
2011-10-21Added m_rewriteAdam
2011-10-20Fixed a crash in clearusersAdam
2011-10-19Bug #1342 - fixed tracking chmodes in bahamuts sjoinAdam
2011-10-18Prevent chankill from akilling my clientsAdam
2011-10-18Fixed compile errors on release buildAdam
2011-10-18Reorder some stuff in Init & the ts6 proto mods to fix weirdness from bots be...Adam
2011-10-14Fixed os_forbid adds reason if no expiry is givenAdam
2011-10-14Added options:nonicknameownership config optionAdam
2011-10-10Allow chanserv/suspend to take an expiry timeAdam
2011-10-10Put serialized_items on the heap to prevent weird crashes on shutdown from th...Adam
2011-10-10Allow nickserv/suspend to take an expiry timeAdam
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a mo...Adam
2011-09-19Fixed /os reload doing weird things to service channels, and allow setting mo...Adam
2011-09-19Fixed missing _ in cs_appendtopicAdam
2011-09-19Allow OnPreHelp to stop processingAdam
2011-09-19Call fantasy events even if the commands for them don't existAdam
2011-09-19Bug #1334 - fixed crash on /os oper infoAdam
2011-09-16Bug #1332 - Fixed ValidateUser to not require secure off to disable nickserv ...Adam
2011-09-10Fixed compile errors & warnings from 1.9.6 to 1.9 mergeAdam
2011-09-10Moved signal/thread/mode checking to use signal pipesAdam