summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-10-31Remove m_services and documentation relating to it. Also remove conf/temp/ (??)w00t
2008-10-31Merge m_services functionality into m_services_account.w00t
2008-10-31Add snomask +s +L - remote link notices.w00t
2008-10-31Revert "Remove user no longer being watched, not the quitting one. Fix from S...w00t
2008-10-30Better error message for erroring on loading server cert - give certfile/keyf...w00t
2008-10-30Revert "Add option to allow +q to +q users, +a to +a users."w00t
2008-10-30Fix a compiler warning about a redefinition of some symbol.psychon
2008-10-29Fix for "unknown commands" w/ m_abbreviation, thanks dz for making me underst...w00t
2008-10-29Add +s +J - for remote channel creation. This helps m_chanlog stop being quit...w00t
2008-10-28Make this less confusing for us and usersw00t
2008-10-28Fix 4in6 IP resolution hack now that the leading ::ffff: is stripped from the...w00t
2008-10-28Remove one (now unneeded) 4in6 hack.w00t
2008-10-28Remove ancient comment.w00t
2008-10-28Add reasons to other modules that implement XLines also.w00t
2008-10-28Remove comment, as it is now done.w00t
2008-10-28Move chanprotect settings from <options> to <chanprotect>.w00t
2008-10-28Add option to allow +q to +q users, +a to +a users.w00t
2008-10-28Watch visibility test was working the wrong way. Patch from Darom.w00t
2008-10-28dz added to /info, psychon (omitted?!) added to startup :)w00t
2008-10-27Add user/channel mode synchronisation detection to CAPAB - link will now drop...w00t
2008-10-27Merge commit 'danieldg/out-12'w00t
2008-10-27Be a hell of a lot more strict about malformed UID commands. We've always bee...w00t
2008-10-27Fix redundant stats snotice, thanks dz.w00t
2008-10-27Remove user no longer being watched, not the quitting one. Fix from Szymek (t...w00t
2008-10-26D'ohbrain
2008-10-26Epic fail, did someone order a shipment of fail?brain
2008-10-26This one toobrain
2008-10-26Fix obvious oversight spotted by Ankit, provide xline reasons when adding thembrain
2008-10-26fix for banwalk and keys reported by mix941peavey
2008-10-25Fix a number of commands to have max_params field. This means in practice, th...w00t
2008-10-25Explain the duplicate OnPreCommand call.w00t
2008-10-25By moving OnPreCommand call in two places, modules (even with unverified comm...w00t
2008-10-25Add optional max_params for commands, which means that we can compress 'extra...w00t
2008-10-25Missed one, w00t :)aquanight
2008-10-25Fix <disabled:umodes> interfering with /unloadmodule m_implementing_a_umode, ...w00t
2008-10-25Fix another connect class bug on rehashw00t
2008-10-25Use TargetTypeFlags instead of int in a few places.w00t
2008-10-25As we have an enum for type, why not ..use it?w00t
2008-10-25Note where to find the docs.w00t
2008-10-25Nuke space indents from orbit. (die!!)w00t
2008-10-25Move spanningtree to use OnChangeLocalUserHost instead of OnChangeHost, this ...w00t
2008-10-25(sort of..) Revert commit 7736e920fe6ccaf9ad1984afc70db19efd4fb8cd - remove d...w00t
2008-10-24Consistancy: Allow opers to +L to a nonexistant channel, as we allow opers to...w00t
2008-10-24Remove (redundant and O(n)) error checking on +L, we catch the errors on join...w00t
2008-10-24Fix a plausible memory leak on rehash, thanks dz.w00t
2008-10-24Fix broken stuff.w00t
2008-10-23Add <showwhois:showfromopers> setting, requested by MacGyver. Can be useful i...w00t
2008-10-23Revert earlier time() -> SI->Time() diff for now, this causes problems with d...w00t
2008-10-23Make this un-rehashable due to complications/ugliness involved with keeping i...w00t
2008-10-23Add <showwhois:opersonly>, allows server admins to unlock umode +W use for re...w00t