Age | Commit message (Expand) | Author |
2006-08-28 | Add support for NAMESX | brain |
2006-08-23 | Multi-prefix FJOIN, and allowing module-defined prefixes across the network | brain |
2006-08-23 | More prefixchar stuff. | brain |
2006-08-23 | Document mode prefixes | brain |
2006-08-23 | Spotted problem: must clear out all prefixes attached to a user when they qui... | brain |
2006-08-23 | Mode handlers handling listmodes where a listmode item is a nickname can now ... | brain |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | CamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInspIRCdSoThatItAllLooksNeat. | brain |
2006-08-11 | Move remaining functions: | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec... | brain |
2006-08-11 | extern time_t TIME -> InspIRCd::Time() | brain |
2006-08-10 | Mass-tidyup of module global vars, theyre no longer global vars. | brain |
2006-08-10 | Move IsNick, IsIdent into class InspIRCd, update modules that use it. | brain |
2006-08-10 | cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF... | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-09 | userrec and chanrec now have their own independent pointer back to their 'cre... | brain |
2006-08-09 | Move tons more stuff into class InspIRCd | brain |
2006-08-09 | Move clientlist and chanlist into InspIRCd* | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-08 | WriteChannel* functions and ChanExceptSender* functions are now methods of ch... | brain |
2006-08-08 | add_channel -> chanrec::JoinUser() | brain |
2006-08-08 | Change to chanrec::PartUser. As with KickUser and ServerKickUser, returns the... | brain |
2006-08-08 | kick_channel -> chanrec::KickUser(), server_kick_channel -> chanrec::ServerKi... | brain |
2006-08-06 | Left nick out of the cidr/ip check in bans/join, would never match | brain |
2006-08-06 | CIDR g/k/e lines to go with zlines | brain |
2006-08-06 | Allow non-cidr ip's still | brain |
2006-08-06 | Allow CIDR channel bans to be matched | brain |
2006-08-04 | Change to using userrec::ip as a sockaddr to store port, ip and address famil... | brain |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | brain |
2006-07-09 | Alter SetModeParam to take const char* to save on casts, notice a load of mod... | brain |
2006-07-08 | Did some renaming so that the methods for modes in chanrec and userrec are id... | brain |
2006-06-20 | Don't allow non-ulines to kick ulines from channels - return numeric 482 if t... | brain |
2006-04-24 | delete operator tracking in debug mode (using a macro -- live with it.) | brain |
2006-04-21 | Forward-port of 1.0.4 tweak | brain |
2006-04-10 | A few more typedefs defined and put into use. | om |
2006-04-10 | Add time.h include to inspircd.h. Random cleanups in channels.cpp, mostly usi... | om |
2006-04-08 | Remove references to inspircd_io from these, stop configure making all the mo... | om |
2006-04-08 | Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ... | om |
2006-04-04 | All new shiny config parser, there's probably some bugs there somewhere but h... | om |
2006-04-04 | undo w00t's screwup | om |
2006-04-04 | This doesn't belong in userprocess.cpp. :P | w00t |
2006-03-12 | Renamed to chanrec::modes | brain |
2006-03-12 | *NEEDS TESTING* changed binarymodes to use the custom_modes entries | brain |
2006-03-11 | Only calculate the names list when a local user joins (this was being calcula... | brain |
2006-03-09 | Fixed to use iterators | brain |
2006-03-09 | Probably wont compile yet - purge_empty_channels refactor | brain |
2006-03-08 | Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ... | brain |