Age | Commit message (Expand) | Author |
2006-01-23 | Patched to allow FTOPIC from users (so that chanserv can update the settime a... | brain |
2006-01-23 | Typo fix | brain |
2006-01-23 | Warning fix. | brain |
2006-01-23 | Optional IP-Hiding for servers | brain |
2006-01-23 | Use libgnutls-config --libs to configure linker options | om |
2006-01-23 | Use IS_LOCAL() macro | om |
2006-01-23 | Don't try and kill off remote ssl users | om |
2006-01-23 | removing the rest of a redundant and dangerour OnUserQuit | om |
2006-01-23 | ...and stop it segfaulting when you do unload it, ty Brain | om |
2006-01-23 | Adding ability to unload module | om |
2006-01-23 | Reordered some stuff to allow a clever trick | brain |
2006-01-23 | Fixed OnUserQuit... again. | brain |
2006-01-23 | Make relative paths in the config file tags be relative to the insp config di... | om |
2006-01-23 | Don't try and CloseSession remote users! | brain |
2006-01-23 | And the programming god looked down upon his deciples and said: VERILY, THOU ... | brain |
2006-01-23 | Change 974 numeric to 490 to avoid collision with Insp's failed to load modul... | om |
2006-01-23 | Make m_sslmodes messages appear in the channel window | om |
2006-01-22 | Updated 005 to show changeable MAXTARGETS | brain |
2006-01-22 | Allowed for configuration of maxtargets in <options:maxtargets> | brain |
2006-01-22 | Wrong nicklen is shown in the 005 numeric, fixed (noticed by ThaPrince) | brain |
2006-01-22 | Initial commit of m_sslmodes, supplying chanmode +z | om |
2006-01-22 | Allow for <bind> tags with no or empty type, as well as 'clients' ones | om |
2006-01-22 | Set vendor and static module flags...even though the booms from trying to unl... | om |
2006-01-22 | Make errors loading certificates DEFAULT level | om |
2006-01-22 | Inital commit of the first SSL module \o/ \o/ \o/ Also Ommeh's first official... | om |
2006-01-22 | Or so i thought... | brain |
2006-01-22 | Fixed | brain |
2006-01-22 | Was using OnUserPre* when i wanted to use OnUser*, which meant that remote se... | brain |
2006-01-22 | Put some stuff back that was NEEDED. | brain |
2006-01-22 | Removed need for server kicks to be managed in here | brain |
2006-01-22 | Added MakeWildHost to userrec (*!*@dhost) | brain |
2006-01-22 | Fixes to server kick (i hope) | brain |
2006-01-22 | Forgot NOTICE and PRIVMSG implements() | brain |
2006-01-22 | And yae, the compiler sayeth to brain, fix thine warning. and thou warning ar... | brain |
2006-01-22 | Fixed simple typos | brain |
2006-01-22 | Fixes to make server kicks work | brain |
2006-01-22 | Added facility for servers to send KICK message (ew, i hate this crap) | brain |
2006-01-22 | Made '*' ban-specifier work | brain |
2006-01-22 | Fixed typos etc to make this compile now | brain |
2006-01-22 | Fixed 005 to be f not L | brain |
2006-01-22 | Added OnChannelDelete() method (called on KICK, PART or QUIT where a channel ... | brain |
2006-01-22 | Tweaks for openssl compatibility | brain |
2006-01-22 | Stopped lines longer than 512b from being killed, instead, warning sent and d... | frostycoolslug |
2006-01-21 | Fix to m_redirect to prevent circular link to self | brain |
2006-01-19 | Added <allowchannel:name> to allow specific channels | brain |
2006-01-18 | Test-fix for crazy's bug (/who 0 * as oper while on no channels) | brain |
2006-01-18 | Tony hart stars in a new show, to replace hart attack. YES, ITS CRAQ ATTACK! ... | brain |
2006-01-18 | Umode +R was broken (only worked for channels) -- fixed | brain |
2006-01-18 | Removed all strncpy() calls and replaced with strlcpy() | brain |
2006-01-18 | strncpy sucks ass! -- Old code was using strncpy which doesnt null terminate ... | brain |