index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mode.cpp
Age
Commit message (
Expand
)
Author
2006-02-21
MAXMODES wasn't being enforced
brain
2006-02-07
Typo (oops)
brain
2006-02-06
Allow remote bans from servers to be represented as servers in the banlist
brain
2006-02-06
Removed some debug notices that were mistakenly in the DEFAULT loglevel
brain
2006-02-03
This probably wont compile atm - add support for prefixed messages
brain
2006-02-01
Should always allow remote modechanges (FJOIN not effected as its not sent as...
brain
2006-01-31
Key hiding when youre not on the channel
brain
2006-01-27
Problems removing +t due to wrong bit-value being used in comparison
brain
2006-01-25
Changed +l to drop the mode if the limit is same as current.
brain
2006-01-18
Removed all strncpy() calls and replaced with strlcpy()
brain
2006-01-15
Bug found by PinkFreud - If an oper deopers themselves by removing the +o mod...
brain
2006-01-15
Updated copyrights in headers etc using perl inplace edit
brain
2006-01-04
Nicer mode character loop
brain
2006-01-04
Revise some serious craq++ in AddBan
w00t
2005-12-28
Removed useless isnick() checks in Give* and Take*, in the name of tidiness
brain
2005-12-26
Fixed support for implementation hooks
brain
2005-12-26
Adding hook type checking to event calls to speed them up
brain
2005-12-26
Allow halfop to dehalfop themselves`
brain
2005-12-22
Optimized out strcpys that copy empty strings (craq++)
brain
2005-12-16
Split all commands into seperate files and redid command system to take class...
brain
2005-12-16
So many inclusion loops it makes your head spin - forward declaring tons of c...
brain
2005-12-16
Moved ModeGrok and Parser into InspIRCd class
brain
2005-12-16
GROK!
brain
2005-12-16
Moved mode stuff into modeparser
brain
2005-12-15
Full removal of inspircd_util.h
brain
2005-12-14
Moved include stack stuff to be private to ServerConfig
brain
2005-12-14
Moving more stuff into class ServerConfig
brain
2005-12-14
Started moving of data into ServerConfig class
brain
2005-12-13
Made MAXCHANS growable for opers/ulines (growing of list not implemented yet)
brain
2005-12-02
Added ability for ulined servers to set any arbitary channel mode (even from ...
brain
2005-12-02
Changes to allow ulined servers to set any mode
brain
2005-11-29
Fixed mode stuff
brain
2005-11-29
Added opertype to OnOper and added OnMode function
brain
2005-11-25
Fixes for removal of serverrec
brain
2005-11-25
Removal of mesh stuff (lots of)
brain
2005-06-01
Many linking fixes
brain
2005-05-30
Started on -Wall - safe compile
brain
2005-05-29
Changed a strcpy to strlcpy
brain
2005-05-29
Changed length of user::modes buffer from 512 to much more sensible 54
brain
2005-05-28
Fixed fd_Setsize in cygwin
brain
2005-05-16
Removed __single_client_alloc again because gcc devs were smoking crack and r...
brain
2005-05-15
Changed to use __single_client_alloc, faster on most systems in a single thread
brain
2005-05-15
sorted hashcomp etc
brain
2005-05-15
Moved a ton of functions into helperfuncs.h to speed up recompiles
brain
2005-05-12
Structure optimizations, changed a lot of bools into binary bitmasks
brain
2005-05-09
Fixes to way allocations are handled
brain
2005-05-04
Fix to a mode parsing bug (eating wrong version of parameter?)
brain
2005-05-03
Fixed empty modes from nickserv
brain
2005-05-02
Fix to prevent empty umodes
brain
2005-04-30
Added OnAddBan and OnDelBan module api calls, and fixed glitch which required...
brain
[prev]
[next]