summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-01-23Optional IP-Hiding for serversbrain
2006-01-23Use libgnutls-config --libs to configure linker optionsom
2006-01-23Use IS_LOCAL() macroom
2006-01-23Don't try and kill off remote ssl usersom
2006-01-23removing the rest of a redundant and dangerour OnUserQuitom
2006-01-23...and stop it segfaulting when you do unload it, ty Brainom
2006-01-23Adding ability to unload moduleom
2006-01-23Reordered some stuff to allow a clever trickbrain
2006-01-23Fixed OnUserQuit... again.brain
2006-01-23Make relative paths in the config file tags be relative to the insp config di...om
2006-01-23Don't try and CloseSession remote users!brain
2006-01-23And the programming god looked down upon his deciples and said: VERILY, THOU ...brain
2006-01-23Change 974 numeric to 490 to avoid collision with Insp's failed to load modul...om
2006-01-23Make m_sslmodes messages appear in the channel windowom
2006-01-22Updated 005 to show changeable MAXTARGETSbrain
2006-01-22Allowed for configuration of maxtargets in <options:maxtargets>brain
2006-01-22Wrong nicklen is shown in the 005 numeric, fixed (noticed by ThaPrince)brain
2006-01-22Initial commit of m_sslmodes, supplying chanmode +zom
2006-01-22Allow for <bind> tags with no or empty type, as well as 'clients' onesom
2006-01-22Set vendor and static module flags...even though the booms from trying to unl...om
2006-01-22Make errors loading certificates DEFAULT levelom
2006-01-22Inital commit of the first SSL module \o/ \o/ \o/ Also Ommeh's first official...om
2006-01-22Or so i thought...brain
2006-01-22Fixedbrain
2006-01-22Was using OnUserPre* when i wanted to use OnUser*, which meant that remote se...brain
2006-01-22Put some stuff back that was NEEDED.brain
2006-01-22Removed need for server kicks to be managed in herebrain
2006-01-22Added MakeWildHost to userrec (*!*@dhost)brain
2006-01-22Fixes to server kick (i hope)brain
2006-01-22Forgot NOTICE and PRIVMSG implements()brain
2006-01-22And yae, the compiler sayeth to brain, fix thine warning. and thou warning ar...brain
2006-01-22Fixed simple typosbrain
2006-01-22Fixes to make server kicks workbrain
2006-01-22Added facility for servers to send KICK message (ew, i hate this crap)brain
2006-01-22Made '*' ban-specifier workbrain
2006-01-22Fixed typos etc to make this compile nowbrain
2006-01-22Fixed 005 to be f not Lbrain
2006-01-22Added OnChannelDelete() method (called on KICK, PART or QUIT where a channel ...brain
2006-01-22Tweaks for openssl compatibilitybrain
2006-01-22Stopped lines longer than 512b from being killed, instead, warning sent and d...frostycoolslug
2006-01-21Fix to m_redirect to prevent circular link to selfbrain
2006-01-19Added <allowchannel:name> to allow specific channelsbrain
2006-01-18Test-fix for crazy's bug (/who 0 * as oper while on no channels)brain
2006-01-18Tony hart stars in a new show, to replace hart attack. YES, ITS CRAQ ATTACK! ...brain
2006-01-18Umode +R was broken (only worked for channels) -- fixedbrain
2006-01-18Removed all strncpy() calls and replaced with strlcpy()brain
2006-01-18strncpy sucks ass! -- Old code was using strncpy which doesnt null terminate ...brain
2006-01-17Added unlink() to tidy up /tmp after each dlopen()brain
2006-01-17Added support for part messages in the module API (and therefore between serv...brain
2006-01-16Fixed bug with {} -> [] etc in NICK where nick == newnick apart from irc-case:brain