Age | Commit message (Expand) | Author |
2008-04-06 | Remote /MAP (that now doesn't confuse clients ;p) | w00t |
2008-04-06 | Fix this up to convert deque to const char* const for w00t | brain |
2008-04-06 | Remote /MAP: caution, this doesn't compile | w00t |
2008-04-06 | Revert not-required hax | brain |
2008-04-06 | For some reason there was a FinishBurst in the encap command, which was sendi... | brain |
2008-04-06 | Mark ping answered when we get a two form reply | w00t |
2008-04-06 | Make ping warnings and lag check global across all servers on a network. This... | w00t |
2008-04-05 | Error message tweaking | w00t |
2008-04-05 | Remove debug, fix DELLINE: args were the wrong way around | w00t |
2008-04-05 | debug | w00t |
2008-04-05 | Same here | brain |
2008-04-05 | Fix showing of sid/uid instead of nick or servername when lines are added | brain |
2008-04-05 | Resolve collisions once, don't rely on every server being able to fix our col... | w00t |
2008-04-05 | Fix multiple burst notifications in a better way (force EOB was quite often h... | w00t |
2008-04-05 | Fix IDLE sending a nick rather than a uid. Atheme should probably put a check... | brain |
2008-04-05 | Only finish bursting once, thanks AnMaster | brain |
2008-04-05 | Remove debug, thanks for reminding me danieldg | brain |
2008-04-05 | Tweaks to make some errors show server name and not server ID | brain |
2008-04-05 | Redo the MODE warning stuff. Don't do some extra unneeded checks, don't allow... | w00t |
2008-04-05 | Fix crash in MODE when sent for a user, with only one parameter (which is wro... | brain |
2008-04-04 | Fix broken fjoin, looks like we forgot something when porting to new format :p | brain |
2008-04-04 | See this brain | w00t |
2008-04-04 | Add simple modes to FJOIN instead of sending a seperate FMODE all the time. T... | w00t |
2008-04-04 | Allow for custom prefixes as status chars in /notice @#chan etc. Up until now... | brain |
2008-04-04 | Fix lost messages, thanks w00t and peavey | brain |
2008-04-04 | Whoops, thanks w00t | brain |
2008-04-04 | Whoops, wrong pointer. write out 500 lines 'i will check my code twice', brain. | brain |
2008-04-04 | Make it buildable | brain |
2008-04-04 | Whoops, this would be bad if not fixed :p | brain |
2008-04-04 | Remote server PRIVMSG/NOTICE to nickname support | brain |
2008-04-04 | Support for remote NOTICE/PRIVMSG with server origin and user target | brain |
2008-04-04 | Add safety check for nonexistent server in receiving server origin privmsg (s... | brain |
2008-04-04 | Add protocol api functions: PI->WriteChannelPrivmsg() and PI->WriteChannelNot... | brain |
2008-04-04 | Server origin PRIVMSG and NOTICE now supported by protocol. Will add interfac... | brain |
2008-04-04 | Server origin privmsg, UNTESTED - will test in a min | brain |
2008-04-04 | Now rip out the old handler, and replace with an error log line | brain |
2008-04-04 | Make all our modules use the new stuff rather than the send_ events | brain |
2008-04-04 | The rest of the server protocol interface and fix a warning in m_rline | brain |
2008-04-04 | Add basic stuff for protocol interface and implement a couple of the methods.... | brain |
2008-04-02 | Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod... | brain |
2008-04-02 | DOH! Fix my muppetry of a segfault, and fix some warnings | brain |
2008-04-01 | Remove call to FlushWriteBuffer from BufferedSocket::Write(), this means we d... | w00t |
2008-04-01 | Special check in here now that forbids all use of MODE in s2s for changing ch... | brain |
2008-04-01 | Remove this, it won't work (reliably), use ModeParser::ModeString() instead, ... | w00t |
2008-04-01 | Configurable prefixes for chanmodes +qa: prefixes can be turned on or off ind... | w00t |
2008-03-31 | Patch by brain; Fix crash when no parameters are given when introducing a rem... | special |
2008-03-30 | Make sure CAPAB always comes before SERVER on either side of the link at all ... | brain |
2008-03-30 | AWAY notification for WATCH. Numerics are now sent out when a user goes away ... | w00t |
2008-03-30 | Merge OnCancelAway and OnSetAway, add param awaymsg to OnSetAway (blank when ... | w00t |
2008-03-30 | Whack format warning, do these differ between gcc versions or something?! | brain |