| Commit message (Expand) | Author | Age | Files | Lines |
| * | Alter SetModeParam to take const char* to save on casts, notice a load of mod...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4231 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-07-09 | 1 | -1/+1 |
| * | Did some renaming so that the methods for modes in chanrec and userrec are id...•••bool IsModeSet(const unsigned char c);
void SetMode(const unsigned char c, bool value);
Fixed m_botmode for new api
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4194 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-07-08 | 1 | -4/+4 |
| * | Don't allow non-ulines to kick ulines from channels - return numeric 482 if t...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4036 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-06-20 | 1 | -0/+5 |
| * | delete operator tracking in debug mode (using a macro -- live with it.)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3904 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-04-24 | 1 | -5/+5 |
| * | Forward-port of 1.0.4 tweak•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3903 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-04-21 | 1 | -0/+11 |
| * | A few more typedefs defined and put into use.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3866 e03df62e-2008-0410-955e-edbf42e46eb7
| om | 2006-04-10 | 1 | -9/+10 |
| * | Add time.h include to inspircd.h. Random cleanups in channels.cpp, mostly usi...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3865 e03df62e-2008-0410-955e-edbf42e46eb7
| om | 2006-04-10 | 1 | -17/+14 |
| * | Remove references to inspircd_io from these, stop configure making all the mo...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3853 e03df62e-2008-0410-955e-edbf42e46eb7
| om | 2006-04-08 | 1 | -12/+1 |
| * | Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3847 e03df62e-2008-0410-955e-edbf42e46eb7
| om | 2006-04-08 | 1 | -3/+1 |
| * | All new shiny config parser, there's probably some bugs there somewhere but h...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3817 e03df62e-2008-0410-955e-edbf42e46eb7
| om | 2006-04-04 | 1 | -1/+0 |
| * | undo w00t's screwup•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3812 e03df62e-2008-0410-955e-edbf42e46eb7
| om | 2006-04-04 | 1 | -21/+21 |
| * | This doesn't belong in userprocess.cpp. :P•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3811 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2006-04-04 | 1 | -21/+21 |
| * | Renamed to chanrec::modes•••Renamed IsCustomModeSet to IsModeSet
GetModeParameter will now return the channel limit (as a string) for a request for mode 'l' and the channel key for a request for mode 'k'.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3692 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-12 | 1 | -10/+21 |
| * | *NEEDS TESTING* changed binarymodes to use the custom_modes entries•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3691 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-12 | 1 | -3/+4 |
| * | Only calculate the names list when a local user joins (this was being calcula...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3652 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-11 | 1 | -7/+10 |
| * | Fixed to use iterators•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3580 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-09 | 1 | -10/+10 |
| * | Probably wont compile yet - purge_empty_channels refactor•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3579 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-09 | 1 | -30/+25 |
| * | Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ...•••Yeah its the other way around to the old way, but somehow, seems less backwards to me (its also faster)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3560 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-08 | 1 | -34/+31 |
| * | Got rid of all that ugly char* cast crap (todo: change docs to reflect change)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3556 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-08 | 1 | -22/+22 |
| * | Actually, 64.•••(256-64-128) = 64 chars printable alphabet (roughly)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3552 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-08 | 1 | -1/+1 |
| * | chanrec::custom_modes only needs 96 values not 190•••(256 - 32 - 128)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3551 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-08 | 1 | -1/+1 |
| * | *TEST CODE* Faster custom mode set/unset•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3508 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-07 | 1 | -64/+19 |
| * | Mode-code rewrite. Might act weird, needs proper testing (that is what svn bu...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3474 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-06 | 1 | -24/+4 |
| * | De-uglified chanrec::SetCustomMode -- no strlcat, no std::string, just some v...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3415 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-02 | 1 | -14/+48 |
| * | Typo found by gcc 4 warnings•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3325 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-02-25 | 1 | -1/+1 |
| * | Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a...•••And yae, at a date later hence, Ye Brain then setteth ye buffer back to NICKLEN again.
Alas, neither Ye Brain nor Ye trusty followers hath then setteth back the rest of the core to NICKLEN-1, and verily, chaos ensued. :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3286 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-02-22 | 1 | -1/+1 |
| * | Tests for channel ghosting?•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3276 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-02-21 | 1 | -0/+21 |
| * | Moved custom_mode_params to per-channel•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3223 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-02-15 | 1 | -2/+1 |
| * | Removed a whole lot of strchr's looking for mode +o where we can do if *user-...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3221 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-02-15 | 1 | -1/+1 |
| * | - Fixed some HORRIBLE indenting. Tabs, please.•••- Fixed channel keys being case insensetive.
- Added a 'XXX' fixme.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3214 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2006-02-15 | 1 | -344/+363 |
| * | Fixed cosmetic 'need to be halfop to change modes' when kicking•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3138 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-02-08 | 1 | -1/+1 |
| * | Match bans against user::ip4 in add_channel•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3134 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-02-08 | 1 | -1/+1 |
| * | Potential fix for CS Testnet bug, thanks to Special for helping with this one.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3133 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2006-02-08 | 1 | -1/+1 |
| * | Re-organized order of cmd_kick stuff (OnUserPreKick) to make override kicks w...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3085 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-02-05 | 1 | -26/+31 |
| * | Bugfix #69•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3058 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-02-03 | 1 | -4/+4 |
| * | Tidyup op/halfop/voice list on part/quit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3054 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-02-03 | 1 | -4/+4 |
| * | Typo fix #1•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3048 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-02-03 | 1 | -1/+1 |
| * | This probably wont compile atm - add support for prefixed messages•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3046 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-02-03 | 1 | -0/+70 |
| * | Only access-check local user kicks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3008 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-02-01 | 1 | -39/+43 |
| * | Made bans check both real and fake host•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2873 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-01-23 | 1 | -1/+1 |
| * | Fixes to make server kicks work•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2831 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-01-22 | 1 | -2/+2 |
| * | Added facility for servers to send KICK message (ew, i hate this crap)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2830 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-01-22 | 1 | -5/+46 |
| * | Added OnChannelDelete() method (called on KICK, PART or QUIT where a channel ...•••Added m_messageflood.so (not yet finished, do not use yet)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2826 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-01-22 | 1 | -0/+2 |
| * | strncpy sucks ass! -- Old code was using strncpy which doesnt null terminate ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2817 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-01-18 | 1 | -3/+4 |
| * | Added support for part messages in the module API (and therefore between serv...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2815 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-01-17 | 1 | -1/+2 |
| * | Updated copyrights in headers etc using perl inplace edit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2795 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-01-15 | 1 | -1/+1 |
| * | Changed channel user lists from vector to map•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2780 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-01-12 | 1 | -9/+7 |
| * | Fixed broken checks to allow overriding•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2707 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-12-30 | 1 | -1/+1 |
| * | Adding hook type checking to event calls to speed them up•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2653 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-12-26 | 1 | -11/+11 |
| * | Optimized out strcpys that copy empty strings (craq++)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2637 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-12-22 | 1 | -1/+1 |