Age | Commit message (Expand) | Author |
2006-08-29 | Spanningtree tidyups | brain |
2006-08-28 | Hey, what the hell. Let's do remote ADMIN too. :) | w00t |
2006-08-28 | ^*&^^)()%- | w00t |
2006-08-28 | Remote MOTD support | w00t |
2006-08-28 | Check for muppet 3rdparty apps that might not order the list correctly | brain |
2006-08-28 | Error scemantics - 'this' server, 'your' server | brain |
2006-08-28 | Module list diffing | brain |
2006-08-28 | Capab matching on important keys, and module lists | brain |
2006-08-28 | Fix ping timeouts to properly close and free the socket, same with /SQUIT | brain |
2006-08-28 | gcc whinges. | brain |
2006-08-28 | Add DelFd calls when squitting a server or pinging it out | brain |
2006-08-28 | Note: connect() cant time out for inspsockets in this commit. They'll sit in ... | brain |
2006-08-28 | Add support for NAMESX | brain |
2006-08-27 | Bail out if we get a non-existent user | brain |
2006-08-27 | Fixes for w00t, now its boo time :) | brain |
2006-08-27 | Fix mode granting in FJOIN | brain |
2006-08-27 | I only fix stuff at 3:30am if im asked nicely and now im too tired to think a... | brain |
2006-08-27 | Extra sanity checks | brain |
2006-08-27 | Sometimes we were just doing Route->GetSock(), without first checking Route w... | brain |
2006-08-27 | Overloaded char* equivalents of some core functions, will help us track down ... | brain |
2006-08-24 | Check for missing comma in FJOIN element | brain |
2006-08-23 | Forgot the comma in first join | brain |
2006-08-23 | If we get an unknown prefix character on a user when they join, we throw a fi... | 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-21 | In 1.1, place all FJOIN parameters in the last parameter of the FJOIN - if th... | 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 | peline/pxline etc stuff removed | 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 | ConfigReader and FileReader now take InspIRCd* to their constructors | brain |
2006-08-11 | And fix a bug | brain |
2006-08-11 | None of the modules use an extern InspIRCd* any more | brain |
2006-08-11 | (Bigger than it looks, i did this with perl inplace edit) -- commands now tak... | brain |
2006-08-10 | Last of Server:: methods moved to InspIRCd::. Server:: removed. | brain |
2006-08-10 | Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done. | 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 | Fixes and removal of Server::GetServerName() | brain |
2006-08-10 | Server::GetAdmin, Server::GetServerDescription, Server::GetNetworkName --- *R... | brain |
2006-08-10 | cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF... | brain |
2006-08-10 | Server::GetConfig, Server::GetVersion -> removed | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-10 | Move the socket functions like insp_ntoa into their own namespace. They arent... | brain |
2006-08-09 | Fix passing wrong instance to resolver | brain |
2006-08-09 | Change some resolver stuff. | brain |
2006-08-09 | userrec and chanrec now have their own independent pointer back to their 'cre... | brain |