Age | Commit message (Expand) | Author |
2007-10-15 | InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id... | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-10-03 | Cut out redundant loop from nickname introductions, also ensure that each UID... | brain |
2007-09-30 | Users were also being attached to the wrong server names (by uid and not by s... | brain |
2007-09-30 | Whoops, forgot some stuff for when GECOS was moved to position 10 in the UID ... | brain |
2007-09-23 | More compile fixes | brain |
2007-08-29 | Add duplicate UID error in ParseUID(), seems pippijn was triggering it and it... | brain |
2007-08-29 | This needs to be sent in burst too | brain |
2007-08-29 | IMPORTANT: UID command now takes TEN parameters in 1.2. We never had a signon... | brain |
2007-08-29 | Swap around ERROR and SNONOTICE in SendError() so that the server doesnt try ... | brain |
2007-08-28 | Move everything module-related out of InspIRCd and into ModuleManager, there ... | om |
2007-08-28 | Add SVSPART at request of the Anope team - You can tell if the server has SVS... | brain |
2007-08-28 | Damn strict typing to hell | w00t |
2007-08-28 | Oops. We were missing a param on this SVSNICK for remote TS.. that probably w... | w00t |
2007-08-28 | Fixes 2 | brain |
2007-08-28 | First round of servername->sid stuffs | brain |
2007-08-28 | Tidy up duplicate code, provide GetSID() method on ServerConfig which returns... | brain |
2007-08-28 | Oops: This 'remote' needs to be local, otherwise our return value can be inco... | w00t |
2007-08-28 | bool SamePerson = strcmp(localident, remoteident) && !strcmp(localip, remoteip); | brain |
2007-08-28 | Long-standing bug: userrec::age should be set on remote introduction. This do... | w00t |
2007-08-28 | Remove unneeded headers from spanningtree. This was done to the rest of the s... | w00t |
2007-08-28 | Remove the last uses of localised fake clients. This removes a lot of allocat... | w00t |
2007-08-28 | Handle nick change collision through the same rules nick introduction collisi... | w00t |
2007-08-28 | Move nickname collision logic into TreeSocket::DoCollision so that nickname c... | w00t |
2007-08-27 | Store id in TreeServer, use TreeServer::GetID() to get the id (NOTE: it is st... | brain |
2007-08-27 | Remove check for duplicate UUID, constructor of userrec throws for us instead | w00t |
2007-08-27 | Update comment to say we need to SQUIT. This is a minor thing so im not going... | brain |
2007-08-27 | This comment is no longer valid | w00t |
2007-08-27 | Document the use of SVSNICK to fix a remote user on collide | w00t |
2007-08-27 | Okay. Make it compile too, and make equal TS collision work correctly. | w00t |
2007-08-27 | Nickname collision: third revisitation | w00t |
2007-08-27 | TS may be a more elegant solution, but it is fucking horrible to write code f... | w00t |
2007-08-27 | Oops, forgot a branch (the logic here totally sucks, it will need cleaning up... | w00t |
2007-08-27 | Nick collision handling with TS rules. This probably doesn't work yet. | w00t |
2007-08-27 | Add a metric assload of TRANSLATE macros to modules. | w00t |
2007-08-27 | A few tidyups, and comment how the new constructors work (so that w00t doesnt... | brain |
2007-08-27 | Allocate uid in userrec constructor. Optional param added, if its empty, the ... | brain |
2007-08-27 | Oops, don't forget to save UUID of remote clients | w00t |
2007-08-27 | Make FJOIN send UUID | w00t |
2007-08-27 | Convert a metric assload of stuff to use UID | w00t |
2007-08-27 | Paranoia: Check for UUID collision on UID reciept, remove both clients if a c... | w00t |
2007-08-27 | This will royally fuck 1.2's linking right now, but.. | w00t |
2007-08-26 | Routing failure messages back where they came from on /rconnect | brain |
2007-08-23 | Add some stuff to change how we process a token sepeperated stream | brain |
2007-08-09 | Show <unknown> instead of an empty string on CAPAB failure, spotted by djGrrr | w00t |
2007-07-23 | Fix crash on unload of modules with listening sockets -- some situations requ... | brain |
2007-07-18 | Ive tidied up the mode count stuff, but i still cant duplicate negative invis... | brain |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-06-24 | Check for TS==0 in FJOIN | brain |